@font-face {
  font-family: "GolosTextWebRegular";
  font-weight: normal;
  font-style: normal;
  /* Браузер сначала попробует найти шрифт локально */
  src:
    /* Если не получилось, загрузит woff2 */ url("https://da64b21f-4240-410a-bf26-bb15ead71625.selcdn.net/fonts/Golos-Text_Regular.woff2")
      format("woff2"),
    /* Если браузер не поддерживает woff2, загрузит woff */
      url("https://da64b21f-4240-410a-bf26-bb15ead71625.selcdn.net/fonts/Golos-Text_Regular.woff")
      format("woff");
}

* {
  outline: none;
}

html,
body {
  font-family: "GolosTextWebRegular";
  overflow-x: hidden;
  background: linear-gradient(180deg, #9462F4 8.52%, #7171F2 54.57%, #73AAF9 99.66%);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: bottom right!important;
  background-size: contain!important;
  height: 100%;
  padding-top: 45px;
  position: relative;
}

object {
  pointer-events: none;
}

a {
    text-decoration: none;
}

.navbar-sign-up-button {
  display: flex;
  align-items: center;
  justify-content: center;

  button {
    padding: 1px 8px;
    font-family: Inter,sans-serif;
    font-size: 6px;
    font-weight: 500;
    line-height: 9px;
    text-align: left;
    background-color: white;
    border-radius: 23px;
    color: #7B4EF8;
    border: none;
  }

  button:empty {
    display: none;
  }

  @media screen and (min-width: 768px) {
    button {
      padding: 4px 24px;
      font-size: 16px;
      line-height: 24px;
      border-radius: 23px;
    }
  }

  @media screen and (min-width: 1300px) {
    button {
      font-size: 24px;
      line-height: 36px;
      padding: 6px 36px;
      border-radius: 96px;
    }
  }

  @media screen and (min-width: 1300px) {
    button {
      font-size: 24px;
      line-height: 36px;
      padding: 6px 36px;
      border-radius: 96px;
    }
  }
}

.back-performing,
.back-home,
.back-exercise,
.back-map,
.back-profile,
.back-dashboard,
.back-modules {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}

.body_hide {
  opacity: 0;
  transition: 0.9s opacity ease-in-out;
}

.body_visible {
  opacity: 1;
  transition: 0.6s opacity ease-in-out;
}

.srch_hide,
.name_hide {
  opacity: 0;
  transition: 0.6s opacity ease-in-out;
}

.srch_hide {
  display: none;
}

.srch_visible,
.name_visible {
  opacity: 1;
}

.srch_visible {
  display: block;
}

.pl-0 {
  padding-left: 0;
}

.pr-0 {
  padding-right: 0;
}

.cursor-pointer {
  cursor: pointer;
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.main {
  flex: 0.8 1 auto;
  display: grid;
}

.ratio-my {
  position: relative;
  width: 100%;
}

.display-none {
  display: none;
}

.display-block {
  display: block;
}

/* progressbar */
.sales-target__progress-bar,
.sales-target__progress-bar-subscription {
  position: relative;
  margin: 4px;
  float: left;
  width: 100%;
  text-align: center;
}

.barOverflow,
.barOverflow-subscription {
  position: relative;
  overflow: hidden;
  width: 222px;
  height: 93px;
  margin-bottom: -14px;
}

.bar-b,
.bar-b-subscription {
  position: absolute;
  top: 0;
  left: 0;
  width: 222px;
  height: 222px;
  border-radius: 50%;
  box-sizing: border-box;
  border: 15px solid #c8b5ff;
  border-bottom-color: #6e77fb;
  border-right-color: #6e77fb;
  transform: rotate(45deg);
}

.left,
.left-subscription {
  position: absolute;
  background-color: #6e77fb;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  left: 2px;
  bottom: -22px;
  overflow: hidden;
}

.right,
.right-subscription {
  position: absolute;
  background: white;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  right: 10px;
  bottom: -22px;
  overflow: hidden;
}

.back,
.back-subscription {
  width: 15px;
  height: 15px;
  background: #c8b5ff;
  position: absolute;
}

.total-count,
.total-count-subscription {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Neucha";
  font-style: normal;
  font-weight: 400;
  font-size: 44px !important;
  color: #6e77fb;
}

.total-count {
  top: 100%;
}

.total-count-subscription {
  top: 83%;
}

.total-count span,
.total-count-subscription span {
  font-size: 44px !important;
}

.total-count__text,
.total-count-subscription__text {
  font-size: 15px;
  line-height: 22px;
  text-transform: capitalize;
  color: #868eae;
  font-weight: 400;
}

.sales-target,
.sales-target-subscription {
  margin-top: 90px;
}

.answer {
  display: flex;
  flex-direction: column;
}

.answer > *:not(:last-child) {
  padding-bottom: 10px;
}

.top-circle,
.top-circle-subscription {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50% 62% 0% 62%;
  left: 0;
  bottom: 87px;
  overflow: hidden;
  background: #6e77fb;
  top: 88%;
  left: 12%;
  transform: translate(-50%, -50%);
}

.progress-subscription {
  width: 94%;
}

.buttons_clients button {
  padding: 12px 20px;
  font-size: 18px;
  margin-top: 20px;
}

.buttons_clients .btn-primary:first-child {
  margin-right: 30px;
}

@media (min-width: 1800px) {
  .reg-img img {
    width: 76% !important;
  }

  .profile .reg-img img {
    width: 100% !important;
  }
}

@media (min-width: 1200px) {
  .answer > *:not(:last-child) {
    padding-bottom: 18px;
  }

  .btnPause,
  .btnPauseResume,
  .word-syll-visibility-btn {
    min-height: 47px;
  }

  .masthead-heading {
    width: 52% !important;
  }

  .distance-masks {
    width: 19% !important;
  }

  .select-data-block {
    width: 31%;
  }

  .menu-profile {
    max-width: 295px;
  }

  /* #performing .btn-primary.btn-light{
    height: 64.8px;
  } */
  .btnPlay {
    height: 47px;
  }

  #descriptionModule {
    right: 7%;
  }

  .back-1200 {
    display: none;
  }

  .animationJar img,
  .animationJar-eaten img,
  .animationJar-half img {
    width: 40px;
  }

  .btnDetail {
    width: 75px;
    height: 51px;
  }

  #map {
    width: 95%;
    padding-top: 10px;
    border-radius: 30px;
  }

  #mapDiv {
    padding-top: 0rem;
    /* margin-bottom: 6rem; */
  }

  .panelbutton {
    right: 3%;
  }

  #mapDiv .pagination {
    margin-bottom: 0.8rem;
  }

  .progress-preloader {
    position: absolute;
    width: 50%;
    bottom: 19px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }

  .loader-text {
    height: 5rem;
  }

  .progress-preloader {
    bottom: 45px !important;
    width: 75% !important;
  }

  .animationStar img {
    margin-left: 8px;
  }

  .animationStarForProgress img {
    height: 78%;
  }

  .animationStar {
    margin: 180px 0 !important;
  }

  .panelbutton {
    margin-left: 2%;
  }

  .forPreloadDrop,
  .wrap-loader {
    left: 49.9% !important;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }

  #performing .panelbutton .btn-primary.btn-light,
  #calibration .panelbutton .btn-primary.btn-light {
    width: 100% !important;
  }

  #logForFeedback {
    width: 66% !important;
    padding-left: 6%;
    margin-top: 11px;
  }
  .wrap-calibration {
    width: 100% !important;
    left: 0 !important;
    height: 450px !important;
  }
  .wrap-loading {
    width: 81% !important;
    top: 78px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1650px;
  }
}

.content-block {
  width: calc(100% - 340px);
}

@media(min-width: 1921px) {
  .container {
    /*max-width: 1550px;*/
  }
  .menu-profile {
    max-width: 380px;
  }
  .container .content-block {
    margin-left: 425px;
  }
  .content-block {
    width: calc(100% - 340px);
  }
}
@media (min-width: 1800px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {

  }
}

a:hover {
  color: #6e77fb;
}
.buttons {
  flex-direction: column;
  max-width: max-content;
}
/* скроллбар */
::-webkit-scrollbar {
  width: 5px;

  background-color: #e6e4de;
  /* цвет подложки */
}

::-webkit-scrollbar-thumb {
  background-color: #6e6e6e;
}

/* video */

#logopedStream {
  width: 103%;
}

#logopedStream,
#logopedStream-md {
  border-radius: 20px;
}

#logopedStream-md {
  position: absolute;
  left: 26px;
  top: 10px;
  z-index: 2;
}

#myStream-md {
  transform: scaleX(-1);
}

.videoForPresentation {
  /* height: 370px; */
  border-radius: 20px;
  max-width: 232px;
  /* margin-top: 25px; */
  min-height: 370px;
}

.screenshot-image {
  width: 150px;
  height: 90px;
  border-radius: 4px;
  border: 2px solid whitesmoke;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 5px;
  left: 10px;
  background: white;
}

.display-cover {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin: 5% auto;
  position: relative;
}

.video-options {
  position: absolute;
  left: 20px;
  top: 30px;
}

.controls {
  position: absolute;
  right: 20px;
  top: 20px;
  display: flex;
}

.controls > button {
  width: 45px;
  height: 45px;
  text-align: center;
  border-radius: 100%;
  margin: 0 6px;
  background: transparent;
}

@media (min-width: 575.5px) and (max-width: 768px) {
  .container,
  .container-sm {
    max-width: 688px;
  }
}

@media (min-width: 300px) and (max-width: 400px) {
  .controls {
    flex-direction: column;
  }

  .controls button {
    margin: 5px 0 !important;
  }
}

.controls > button > svg {
  height: 20px;
  width: 18px;
  text-align: center;
  margin: 0 auto;
  padding: 0;
}

/* navigation menu */
.fixed-top {
  position: fixed !important;
  z-index: 99999;
}

.ml-auto {
  margin-left: auto;
}

.nav-link,
.settings-metromome span {
  color: var(--white, var(--white, #FFF))!important;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 24px */
}

.settings-metromome span {
  text-align: center;
  margin: 0 auto;
  display: block;
}

#mainNav.navbar-shrink {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: rgba(114, 129, 254, 1) 0%;
}

#btn-heart,
#btn-heart-min,
#btn-language {
  font-size: 0.85rem;
  border-radius: 50px;
  border: none;
  color: #ffffff;
  padding: 0rem 0rem 0.5rem 0rem;
}

#btn-language {
  background-color: #6e77fb;
  padding: 0.5rem 1.2rem;
}

#mainNav {
  padding-bottom: 0rem;
}

#mainNav .navbar-toggler {
  padding: 0.75rem;
  font-size: 2rem;
  color: rgb(78 78 78);
  border: 0;
  box-shadow: none !important;
}

#mainNav .navbar-toggler :active,
#mainNav .navbar-toggler :focus {
  border: none;
  outline: none;
}

#mainNav .navbar-brand {
  color: #fac69c;
  font-weight: 700;
  letter-spacing: 0.0625em;
  text-transform: uppercase;
  height: 50px;
  padding: 0!important;
}

#mainNav.navbar-shrink .navbar-brand img {
  width: 7rem;
}

#mainNav .navbar-brand img {
  width: 9rem;
  cursor: pointer;
}

#mainNav.navbar-shrink {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  height: 78px;
}

#mainNav .navbar-nav .nav-item .nav-link {
  color: var(--white, var(--white, #FFF));
  font-family: Inter;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  cursor: pointer;
  display: flex;
  height: 50px;
  padding: 14px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  border: 3px solid transparent;
}

:root {
  --purple: #7E54F2;
}

#mainNav .navbar-nav .nav-item .nav-link:hover {
  border-color: var(--purple);
}

.active-menu-item a {
  background: var(--purple);
}

#main-nav-menu {
  margin-left: 30px;
}

.navbar-expand-lg .navbar-nav {
  align-items: center;
}

.navbar-nav > * {
  margin-right: 12px;
  min-width: max-content;
  height: 50px;
}

.navbar-nav li:last-child {
  margin-right: 0;
}
#lang-select-menu {
  position: absolute;
  right: -11px;
  top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;

  width: 80px;
  padding: 10px 0;
  border-radius: 20px;
  background: var(--white, #FFF);
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.09);
  box-sizing: border-box;

  overflow: hidden;
  max-height: 300px;
  transition: max-height 0.2s ease-in, opacity 0.2s ease-in;
}

#lang-select-menu li {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 6px 0;
}

#lang-select-menu.display-none {
  max-height: 0;
  opacity: 0;
  padding: 0;
  pointer-events: none;
}
.profile-select-wrapper {
  position: relative;
}
#profile-select {
  display: flex;
  padding: 9px;
  align-items: center;
  gap: 8px;
  border-radius: 100px;
  border: 1px solid var(--white, #FFF);
  cursor: pointer;
}
#profile-select svg {
  cursor: pointer;
}

#profile-select-menu {
  display: flex;
  width: 220px;
  height: 127px;
  padding: 10px 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  border-radius: 20px;
  background: var(--white, #FFF);
  box-shadow: 0px 0px 14.063px 0px rgba(0, 0, 0, 0.09);
  position: absolute;
  right: 0;
  top: 60px;
  transition: height ease-in .2s, opacity ease-in .2s;
  overflow: hidden;
  box-sizing: border-box;
  opacity: 1;
  cursor: default;
}

#profile-select-menu.display-none {
  height: 0;
  opacity: 0;
}

#profile-select-arrow {
  transition: transform ease-in-out .2s;
}
#profile-select-arrow.profile-select-arrow-up
{
  transform: rotate(180deg);
}

#wifi-level {
  margin-left: 14px;
}

.profile-select-menu-item {
  list-style: none;
  cursor: pointer;
  color: #333;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
  width: 100%;
}
#profile-select-menu .profile-select-menu-item a {
  color: inherit;
}

#profile-select-menu .profile-select-menu-item a:hover {
  color: #7B4EF8;
}

#profile-select-menu .profile-select-menu-item.log-action-item a:hover {
  color: #D80939;
}

#profile-select-menu .profile-select-menu-item a {
  text-decoration: none;
  width: 100%;
  display: block;
}

.log-action-item {
  padding: 10px 0;
  border-top: 1px solid #C6C6C6;
  color: #7B4EF8;
  width: 100%;
}

body #profile-select-menu a.log-action-item { color: #7B4EF8!important; }

@media (min-width: 992px) {
  .header-small,
  .mistakes-pod {
    display: none;
  }

  #mainNav {
    background-color: transparent;
  }

  #popup-end-session .popup__content {
    max-width: 33%;
  }

  #popup-end-session .a-reg {
    margin-top: 0;
  }

  #mainNav {
    padding-bottom: 0rem;
    padding-top: 20px;
    border: none;
    background-color: transparent;
    transition: padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out;
  }

  #mainNav .navbar-brand {
    font-size: 1.5em;
    transition: font-size 0.3s ease-in-out;
  }

  #mainNav .navbar-brand img {
    transition: height 0.3s ease-in-out;
  }

  #mainNav.navbar-shrink-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.25em;
  }

  #mainNav .navbar-nav .nav-item {
    margin-right: 12px;
    min-width: max-content;
  }

  #mainNav .navbar-nav .nav-item:last-child {
    margin-right: 0;
    margin-left: 10px;
  }
}
.lang-choices .choices {
  width: 150px;
  height: max-content;
}
.navbar {
  padding-top: 0rem;
}

/* start page */

header.masthead {
  padding-bottom: 6rem;
  text-align: left;
  color: #fff;
}

header.masthead .masthead-subheading h1 {
  font-size: 3rem;
  line-height: 3.4rem;
  font-family: "Neucha", sans-serif;
  max-width: 100%;
  color: #fff;
}

header.masthead .masthead-heading {
  color: #fff;
}

header.masthead .masthead-heading h5 {
  font-size: 19.2px;
  line-height: 1.6rem;
  font-weight: 400;
}

header.masthead .header-column {
  display: flex;
  flex-direction: column;
  padding-top: 1rem;
}

.img img {
  width: 95%;
}

.img {
}

.mt-4 {
  margin-top: 1.8rem !important;
}

/* exercise-map */
#eye-exercise {
  width: 2.5rem;
}

#back-arrow-history {
  width: 2rem;
}

.back-arrow-a {
  padding: 0.421rem 0.3rem !important;
}

.back-arrow {
  background-image: url("https://da64b21f-4240-410a-bf26-bb15ead71625.selcdn.net/img/arrow_left_1.svg");
  background-size: cover;
  background-color: transparent;
  width: 50px;
  height: 50px;
}

.name-all {
  padding: 0.1rem !important;
  position: relative;
  right: 4%;
}

.module-name {
  color: #fff;
  padding-left: 1rem;
}

#map {
  object-fit: cover;
}

#mapDiv {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#LoadForEx {
  position: relative;
}

.btnDetail {
  background-image: url("https://da64b21f-4240-410a-bf26-bb15ead71625.selcdn.net/img/platform.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: transparent;
  border: none;
  border-radius: 50%;

  padding: 0;
  box-shadow: none;
}

.btnDetail:hover {
  outline: none;
  box-shadow: 0 3px 20px rgba(255, 172, 49, 0.8);
  border: none;
}

#btnDetail,
#btnDetail img,
.pagination i {
  cursor: pointer;
}

/* search */
.search-list {
  max-height: 150px;
  overflow-y: auto;
  position: absolute;
  background: #eaebfd;
  z-index: 145;
  width: 100%;
  text-align: center;
  border-radius: 6px;
}

.search-list li,
.search-list ul {
  cursor: pointer;
  font-family: "GolosTextWebRegular";
  margin-left: 0;
  /* Отступ слева в браузере IE и Opera */
  padding-left: 0;
  /* Отступ слева в браузере Firefox, Safari, Chrome */
  list-style-type: none;
  margin-bottom: 5px;
  margin-top: 5px;
  color: #936efb;
}

.serchall {
  width: 258px;
  cursor: pointer !important;
}

.search {
  background-image: url("https://da64b21f-4240-410a-bf26-bb15ead71625.selcdn.net/img/search.svg");
  background-repeat: no-repeat;
  background-color: #f2fdff;
  box-shadow: inset 4px -4px 4px 0.5px #ffffff,
    inset -4px 4px 4px 0.5px rgba(155, 117, 255, 0.4);
  border-radius: 20px;
  background-position: 96%;
  width: 100%;
  border: none;
  padding: 5px 0 5px 15px;
  color: #936efb;
  margin-bottom: 5px;
  cursor: pointer !important;
}

.search::-webkit-input-placeholder {
  font-size: 0.9rem;
  color: #c8b5ff;
}

.search::-moz-placeholder {
  font-size: 0.9rem;
  color: #c8b5ff;
}

.search::-ms-input-placeholder {
  font-size: 0.9rem;
  color: #c8b5ff;
}

.search::-moz-placeholder {
  font-size: 0.9rem;
  color: #c8b5ff;
}

.open-name-ex {
  opacity: 1 !important;
  transition: all 0.8s ease 0s !important;
}

.name-ex {
  background: #ffffff;
  cursor: pointer;
  border: 3px dashed #936efb;
  box-sizing: border-box;
  box-shadow: 2px 4px 15px 2px rgba(0, 0, 0, 0.25),
    inset 4px -4px 4px 0.5px #ffffff,
    inset -4px 4px 4px 0.5px rgba(155, 117, 255, 0.4);
  border-radius: 50px;
  color: #936efb;
  margin: 0 auto;
  margin-left: -16%;
  width: 99%;
  left: 0;
  width: max-content;
  max-width: 120px;
  min-width: 94px;
  font-size: 0.9rem;
  line-height: 1.1;
  padding: 4px 10px 2px 10px;
  z-index: 100;
  opacity: 0;
}

/* module */
#modules * {
  font-family: "GolosTextWebRegular", sans-serif !important;
}

#modules .container {
  margin-top: 2rem;
}

.card {
  border-radius: 33px 33px 15px 15px;
  margin-bottom: 33px;
}

.card * {
  cursor: pointer;
}

.color-modules {
  background-color: #edf9fc;
}

.textforexercises h5 {
  font-size: 32px;
  color: #6e77fb;
}

.textforexercises h6 {
  font-size: 1.1rem;
  color: #6e77fb;
  font-weight: 400;
  margin-bottom: 0;
  margin-left: 10%;
}

.card-body a {
  font-weight: 500 !important;
  font-size: 19.2px;
  line-height: 23px;
  color: #6e77fb;
  text-decoration: none;
}

.card-body p {
  margin-bottom: 0;
  font-size: 0.8rem !important;
  text-transform: none !important;
}

.card-body {
  /* padding-bottom: 1.3rem; */
  height: 63px;
  padding: 0rem 1rem;
  /* min-height: 89.58px; */
}

.p-mod {
  width: 90%;
}

/* exercise */

.page-section {
  /* padding-top: 10rem; */
  padding-bottom: 0;
  margin-bottom: 3rem;
}

.buttons-performing {
  z-index: 2;
}

.textforprofile {
  margin-bottom: 2.7rem;
}

.textforprofile h5 {
  font-family: "Noto Sans", sans-serif;
  font-weight: bolder !important;
  font-size: 1.6rem;
  text-transform: uppercase;
  color: #6e77fb;
}

.textforprofile h5 {
  margin-bottom: 2.5rem;
}

.mb-5 {
  margin-bottom: 2rem !important;
}

.mtlg-5 {
  margin-top: 0;
}

.list .btn-primary {
  color: white;
  padding: 0.3rem 0;
  width: 100%;
  margin: 0;
}

.list button,
.list a,
.list p,
#module,
.card-body p,
.emptytext {
  font-size: 1.1rem;
  color: #6e77fb;
  text-transform: uppercase;
  text-decoration: none;
}

.pad,
.pad p {
  margin-bottom: 0.8rem;
}

.distanse p {
  margin-bottom: 1.58rem;
}

.btn img {
  width: 2rem;
  cursor: pointer;
}

/* блик на кнопке */

@keyframes flareAnimation {
  0% {
    left: -150%;
  }

  100% {
    left: 150%;
  }
}

#module {
  padding: 0.8rem 1rem 0 1rem;
}

.selected {
  font-weight: bold !important;
}

.ratio > * {
  width: auto !important;
  left: 10%;
  top: 0;
}

/* details */

.description {
  font-size: 1.1rem;
  color: #6e77fb;
  font-family: "Noto Sans", sans-serif;
  font-weight: lighter !important;
  text-decoration: none;
}

/* list of the exercises */
.truncate {
  padding: 9px 0px 9px 19px;
  /* Поля вокруг текста */
  white-space: nowrap;
  /* Текст не переносится */
  overflow: hidden;
  /* Обрезаем всё за пределами блока */
  text-overflow: ellipsis;
  /* Добавляем многоточие */
  width: 82%;
  display: block;
  position: relative;
  cursor: pointer;
}

.list-name-ex {
  background: #f2fdff;
  box-shadow: inset 4px -4px 4px 0.5px #ffffff,
    inset -4px 4px 4px 0.5px rgba(155, 117, 255, 0.4);
  border-radius: 20px;
  margin-bottom: 1.5rem;
  font-weight: 400;
  font-size: 1.2rem;
  color: #6e77fb;
}

.playForListEx {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  max-width: 48px;
  width: 48px;
  background: #ffffff;
  border: 3px solid #6e77fb;
  border-radius: 50px;
  cursor: pointer;
  color: #6e77fb;
  padding: 0.7192rem 0.413rem;
}

.list-name-ex .pagination {
  bottom: 0;
}

/* .playForListEx img{
  transform: translateY(-50%);
  top: 50%;
 } */

/* buttons */
.allCount {
  color: #6e77fb;
  display: block;
  background: #ffffff;
  box-shadow: inset 4px -4px 4px 0.5px #ffffff, inset -4px 3px 4px 0.5px #9b75ff;
  border-radius: 20px;
  padding: 0.3rem 1rem;
  font-size: 1.2rem;
  max-height: 78%;
  width: 9%;
  text-align: center;
  margin: 0 40px;
}

#backEx .allCount {
  width: 20%;
}

.col-6 .btn-primary.btn-light {
  margin-right: 2rem;
  width: 40%;
}

.btn-go {
  margin-bottom: 3rem !important;
}

.btn-primary.btn-light,
.none-1200 .btnSettings {
  border-color: transparent;
  background-color: transparent;
  color: #6e77fb;
  /* border-width: 0; */
  width: 60%;
  box-shadow: none;
}

#performing .btnSettings,
#performing .container .btnSettings,
#calibration .btnSettings,
#calibration .container .btnSettings {
  width: 50px;
  height: 50px;
  max-width: 50px;
  padding: 0;
}

.none-1200 .btnSettings {
  padding: 0.3rem 0 !important;
}

#details-exercises-popup .btn-primary.btn-light,
#clients .btn-light,
.container .btn-light,
.btnSettings {
  border: 3px solid #6e77fb;
}

#clients .btn-light {
  font-size: 18px;
  margin-top: 0;
}

#clients .block-dashboard {
  padding-right: 16px;
}

.row-tables {
  margin-bottom: 20px;
  max-width: 98%;
}

#clients .truncate,
.monster-client-profile {
  width: 100%;
}

#clients .close {
  background-image: url("https://da64b21f-4240-410a-bf26-bb15ead71625.selcdn.net/img/btn_close.svg");
  border: 3px solid #ff0000;
  background-size: 50%;
}

#clients .close:hover,
#clients .close:active,
#clients .close:focus {
  background: #ff0000;
  background-image: url("https://da64b21f-4240-410a-bf26-bb15ead71625.selcdn.net/img/btn_close_light.svg");
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  transition: 1s;
}

.profile .pencil,
.buttons-icons {
  background-image: url("https://da64b21f-4240-410a-bf26-bb15ead71625.selcdn.net/img/pencil.svg");
  right: 10px;
  top: 10px;
  background-size: 67%;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  border-radius: 100px;
  background-position: center center;
}

.profile .pencil:hover,
.profile .pencil:active,
.profile .pencil:focus {
  background-image: url("https://da64b21f-4240-410a-bf26-bb15ead71625.selcdn.net/img/pencil_light.svg") !important;
  background: #6e77fb;
  background-size: 67%;
  background-position: center;
  background-repeat: no-repeat;
  transition: 1s;
}

.profile .block-dashboard {
  padding: 35px 30px;
}

.profile .block-dashboard h3 {
  font-size: 19.2px;
  max-width: 78%;

  margin: 0px auto 30px auto;
}

.archive,
.close {
  width: 55px;
  height: 55px;
  border-radius: 100px;
  background-position: center center;

  background-repeat: no-repeat;
}

.arrow,
.name-all {
  width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 100px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.arrow {
  background-position-y: center;
}

.archive {
  background-image: url("https://da64b21f-4240-410a-bf26-bb15ead71625.selcdn.net/img/archive_icons.svg");
  margin-left: 13px;
  margin-right: 13px;
  background-size: 67%;
}

.name-all {
  background-size: 80%;
  background-position: center;
}

.close-eye {
  background-image: url("https://da64b21f-4240-410a-bf26-bb15ead71625.selcdn.net/img/eye_close.svg");
  margin-left: 30px;
}

.close-eye:hover,
.close-eye:active,
.close-eye:focus {
  background-image: url("https://da64b21f-4240-410a-bf26-bb15ead71625.selcdn.net/img/eye_close_light.svg") !important;
  background: #6e77fb;
  background-position: center;
  background-repeat: no-repeat;
  transition: 1s;
}

.open-eye {
  background-image: url("https://da64b21f-4240-410a-bf26-bb15ead71625.selcdn.net/img/eye.svg");
}

.open-eye:hover,
.open-eye:active,
.open-eye:focus {
  background-image: url("https://da64b21f-4240-410a-bf26-bb15ead71625.selcdn.net/img/eye_light.svg") !important;
  background: #6e77fb;
  background-position: center;
  background-repeat: no-repeat;
  transition: 1s;
}

#clients .archive:hover,
#clients .archive:active,
#clients .archive:focus {
  background-image: url("https://da64b21f-4240-410a-bf26-bb15ead71625.selcdn.net/img/archive_icons_light.svg") !important;
  background: #6e77fb;
  background-size: 67%;
  background-position: center;
  background-repeat: no-repeat;
  transition: 1s;
}

.arrow-left-back {
  background-image: url("https://da64b21f-4240-410a-bf26-bb15ead71625.selcdn.net/img/arrow-left-back.svg");
  background-size: 42%;
  background-position-x: 11px;
}

.arrow-right-next {
  background-image: url("https://da64b21f-4240-410a-bf26-bb15ead71625.selcdn.net/img/arrow-right-next.svg");
  background-size: 42%;
  background-position-x: 15px;
}

.arrow-left-back:hover,
.arrow-left-back:active,
.arrow-left-back:focus,
.arrow-right-next:hover,
.arrow-right-next:active,
.arrow-right-next:focus {
  background: #6e77fb;
  background-size: 42%;
  background-position: center;
  background-repeat: no-repeat;
  transition: 1s;
}

.arrow-right-next:hover,
.arrow-right-next:active,
.arrow-right-next:focus {
  background-image: url("https://da64b21f-4240-410a-bf26-bb15ead71625.selcdn.net/img/arrow-right-next_light.svg") !important;
  background-position-x: 15px;
}

.arrow-left-back:hover,
.arrow-left-back:active,
.arrow-left-back:focus {
  background-image: url("https://da64b21f-4240-410a-bf26-bb15ead71625.selcdn.net/img/arrow-left-back_light.svg") !important;
  background-position-x: 11px;
}

#performing .panelbutton .btn-primary,
#calibration .panelbutton .btn-primary {
  width: 21%;
  margin: 0;
  overflow: hidden;
}

.request button {
  margin-top: 0;
  font-size: 18px;
}

.request h3 {
  margin-bottom: 0;
}

.none-1200 .btnSettings {
  position: absolute;
  right: 4%;
  top: 2%;
  margin: 0;
}

.btn-primary {
  margin: 34px 0px 0px 0px;
  padding: 13px 97px;
  font-size: 23px;
  color: #ffffff;
  background-color: #6e77fb;
  text-transform: uppercase;
  /* font-weight: 600 !important; */
  outline: none;
  border-radius: 50px;
  border: 2px solid #6e77fb;
  box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.15);
}

#clients .btn-primary {
  padding: 13px 0px;
}

#performing .btn-primary,
#calibration .btn-primary {
  padding: 0px;
}

.btn-primary.disabled,
.btn-light.disabled,
.btn-light:disabled,
.btn-primary:disabled {
  transition: 3s;
  color: #6e77fb;
  background-color: rgb(209, 209, 209);
  border-color: #948c9d;
}

#LoadForEx .btn-primary.disabled,
#LoadForEx .btn-primary:disabled {
  transition: 3s;
  background: #6e77fb;
  border-color: #6e77fb;
  color: white;
  box-shadow: 0 0 0 0.05rem rgba(33, 30, 37, 0.7);
}

.enable-checkbox {
  margin-bottom: 15px;
}

.pagination .btn-primary {
  padding: 0.5rem 0.8rem;
  margin: 0 0 0rem 0;
}

.button-arrow .btn-primary {
  background-color: #fff;
  color: #6e77fb;
  padding: 0.62rem 1rem;
  font-size: 1rem;
  border: 2px solid #6e77fb;
}

.button-arrow i {
  font-size: 1.4rem;
  margin: 0;
}

.button-arrow .btn-primary img {
  width: 3rem;
}

#details-modules-popup .btn-primary:hover {
  color: rgb(255, 255, 255);
  background-color: #6e77fb;
}

#reg-div .divs-button button,
#subscription .tarif-button-1 button:hover,
#subscription .tarif-button-1 button:active,
#subscription .tarif-button-1 button:focus,
#payment .tarif-button-1 button:hover,
#payment .tarif-button-1 button:active,
#payment .tarif-button-1 button:focus,
.btn-primary.btn-light:hover,
.btn-primary.btn-light:active,
.btn-primary.btn-light:focus,
.btnSettings:hover,
.btnSettings:active,
.btnSettings:focus,
.btn-primary.btn-light.active-light {
  color: rgb(255, 255, 255);
  background-color: #6e77fb;
  border-color: #6e77fb;
  transition: 1s;
}

/* .btnSettings+i:hover i,
.btnSettings+i:active i,
.btnSettings+i:focus i,
.btnPlay+i:hover,
.btnPlay+i:active,
.btnPlay+i:focus,
.btnPause+i:hover,
.btnPause+i:active,
.btnPause+i:focus{
  color: white;
} */
/* .btn-primary:focus,
.btn-light:focus,
.btn-light.focus,
.btn-primary.focus {
  color: #6E77FB;
  background: rgba(255, 255, 255, 0.7);
  border-color: #6E77FB;
  box-shadow: none;
} */

.btn-primary:not(:disabled):not(.disabled):active,
.list .btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #6e77fb !important;
  background: rgba(255, 255, 255, 0.7);
  border-color: #6e77fb;
  box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.05rem rgba(0, 0, 0, 0.7);
}

#logForFeedback,
#logForFeedback-md {
  width: 55%;
  /* margin-top: .7rem; */
}

.textareaForFeedback {
  width: 100%;
  min-height: 100px;
  outline: none;
  border: none;
}

.accordion-button:focus {
  z-index: 3;
  border-color: #6e77fb;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(109, 113, 240, 0.3);
}

#popup-nextEx .popup__content .btn-progress {
  position: relative;
  display: inline-block;
  width: 75%;
  margin-top: 10px;
  background-image: linear-gradient(#ebecff, #ebecff);
  background-position: 0% 50%;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 5s, color 0.5s;
}

#popup-nextEx .popup__content {
  width: 27%;
}

.filling-btn {
  background-size: 100% 100% !important;
}

.accordion-button:not(.collapsed) {
  color: #6e77fb;
}

a.btn-light {
  cursor: pointer;
  text-decoration: none;
}

/* popup */
body.lock {
  overflow: hidden;
}

.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  overflow-x: hidden;
  overflow-y: auto;
  transition: all 0.8s ease 0s !important;
}

.popup.open {
  opacity: 1;
  visibility: visible;
  z-index: 999999999999;
}

.popup.open .popup__content {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  opacity: 1;
  z-index: 30;
}

.popup__body {
  z-index: 30;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 15px;
}

.popup__content {
  z-index: 30;
  color: #000;
  max-height: 1600px;
  position: relative;
  transition: all 0.8s ease 0s;
  opacity: 0;
  transform: translate(0px, -100%);
  -webkit-transform: translate(0px, -100%);
  background: #fffdfc;
  box-shadow: inset 4px -4px 4px 0.5px #ffffff,
    inset -4px 4px 4px 0.5px rgb(155 117 255 / 40%);
  border-radius: 50px;
}

#popup_exit .popup__content,
#popup_basket-text-danger .popup__content {
  width: 450px;
  height: 230px;
}

#popup_basket-text-danger .a-reg {
  margin-top: 0.8rem;
}

#popup_2 .popup__content,
#popup_details .popup__content {
  padding: 0 30px;
  width: 748px;
}

.popup__close {
  cursor: pointer;
  position: absolute;
  right: 40px;
  top: 15px;
  font-size: 20px;
  color: #6e77fb;
  text-decoration: none;
}

.popup__close img {
  transition: all 700ms ease;
  width: 80%;
  cursor: pointer;
}

.popup__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}

#close-popup-x {
  background: transparent;
  border: none;
  color: #6e77fb;
  font-size: 24px;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 20px;
  transition: color 0.3s ease;
}

#close-popup-x:hover {
  color: #ff4d4d;
}

#close-popup-x:focus {
  outline: none;
}

#close-popup-x:active {
  transform: scale(0.9);
}

.popup__title,
.popups-text .text {
  color: #6e77fb;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.login_user {
  color: #622aff;
}

#popup-settings .btn-primary {
  text-transform: none;
  width: 50%;
  font-size: 17px;
  margin-top: 20px;
}

.popups-text .text {
  padding: 0 30px;
}

.popups-text label.text {
  padding-left: 0;
}

.popups-text .errors_request,
.errors-from-request {
  margin-bottom: 12px;
}

.popup__title {
  text-transform: uppercase;
  border-bottom: 1px solid #dbdada;
  margin-bottom: 25px;
  padding: 1.4rem 0 1.15rem 0;
}

.pad-0 {
  padding-left: 0;
  padding-right: 0;
}

.actions .popup__content {
  width: 26%;
}

.popups-text a.btn-primary {
  width: 100%;
}

#popup .popup__content,
#popup_exit .popup__content {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#popup_exit .popup__title {
  margin: 0 0 0.5rem 0;
}

#popup-exit .a-reg {
  margin: 3px 51px;
}

.a-reg {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 6px 33px;
  font-size: 16px;
  height: 25px;
  max-height: 25px;
  min-height: 25px;
}

#popup .a-reg {
  margin: 20px 33px 25px 33px;
}

.form-horizontal {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-bottom: 1px solid #dbdada;
  margin: 0 auto;
  width: 98%;
}

.a-reg span,
.correction {
  color: #6e77fb;
  transition: all 700ms ease;
  font-weight: normal;
}

.correction {
  display: block;
  /* padding: 0 0 2% 0; */
  font-size: 16px;
  padding-top: 30px;
}

#settings_logopedist .correction {
  padding-top: 15px;
}

.profile .saved-span {
  font-size: 16px;
}

.a-reg a,
.a-link {
  outline: none !important;
  text-decoration: none !important;
  color: #6e77fb;
  font-weight: 600;
  width: 100%;
  transition: all 700ms ease;
}

.a-link .disabled,
.disabled {
  pointer-events: none !important;
  cursor: default !important;
}

.a-reg :hover {
  color: #6e77fb;
}

#popup-exit .a-reg a {
  cursor: default !important;
}

.a-reg :active {
  color: #fff1e5;
}

.popup .inputsforauth .a-link {
  font-weight: normal;
  text-align: right !important;
  font-size: 0.8rem;
  padding-bottom: 0.2rem;
  padding-top: 0.4rem;
}

#details-exercises-popup .a-reg {
  margin: 6px 4rem;
}

.popup .inputsforauth .a-link:hover {
  color: #dc3545;
}

.popup .btn-primary {
  font-size: 18px;
  padding: 13px 0;
  width: 79%;
  margin: 30px 0;
}

#popup hr {
  margin-top: 0;
  width: 110%;
  margin-left: -5%;
  background-color: #a1a1a1;
}

.a-reg {
  opacity: 0;
}

#popup .a-reg {
  margin-top: 20px;
  margin-bottom: 25px;
}

#popup #authForm,
#change-password {
  width: 300px;
}

#popup .a-reg {
  opacity: 1 !important;
}

#myChart3 li:before {
  border-radius: 100px;
}

.a-reg .popup-link {
  cursor: default !important;
}

#error-devices .form-horizontal span,
#error-server .form-horizontal span {
  color: #6e77fb;
  display: block;
  width: 68%;
  margin: 0 auto;
  margin-bottom: 24px;
  font-size: 17px;
}

/* registration */
#reg-div,
#reg-div-2,
#reg-div-therapist {
  background: #fcfafd;
  box-shadow: -2px 0px 20px 5px rgba(155, 117, 255, 0.2),
    inset 4px -4px 4px 1px #ffffff,
    inset -4px 4px 4px 1px rgba(155, 117, 255, 0.4);
  border-radius: 40px;
  width: 100%;
  padding: 2%;
  padding-left: 5.5%;
  padding-bottom: 40px;
}

#reg-div-2 .row:first-child {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #6e77fb;
}

.text-span {
  margin-bottom: 2%;
}

#reg-div-2 .divs-button {
  padding-top: 0;
  margin-bottom: 10px;
}

#reg-div-2 .divs-button button,
#reg-div .divs-button button,
#reg-div-therapist .divs-button button,
#payment .tarif-button button,
.subscriptions .tarif-button button,
#try-version .tarif-button button,
.general-page .tarif-button button,
#subscription .tarif-button button,
.masks-container button {
  padding: 10px 0;
  background: #6e77fb;
  color: white;
  width: 100%;
  border: 2px solid #6e77fb;
  border-radius: 50px;
  text-transform: uppercase;
}

#registration .pagination button {
  padding: 13px 0;
  background: #6e77fb;
  color: white;
  width: 27.2%;
  margin-left: 29px;
  font-size: 18px;
}

#reg-div-therapist .divs-button button {
  height: auto;
  padding: 13px 10px;
  max-width: 318.2px;
  width: 100%;
  min-width: 318.2px;
}

.next {
  margin-top: 31px;
}

#payment .tarif-button .small,
.subscriptions .tarif-button button {
  padding: 11px 0;
}

.subscriptions .tarif-button button {
  margin-top: 10px;
}

.subscriptions .a-reg {
  margin: 0.5rem 5rem 0.5rem 5rem;
}

.subscriptions .popup__title {
  font-size: 18px;
}

.subscriptions .info-text-popup {
  margin-bottom: 15px;
  margin-left: 0;
  display: block;
  padding: 0 16px;
}

.subscriptions .price {
  margin-bottom: 7px;
}

#reg-div .divs-button button {
  padding: 8px 0;
}

#popup-number-subscription .divs-input input {
  width: 69%;
}

.divs-input,
.divs-button,
.custom-checkbox {
  padding-top: 0.5rem;
  position: relative;
}

.divs-input input,
.divs-input select,
.divs-input .choices__inner,
.divs-input textarea {
  background: #f2fdff;
  box-shadow: inset 4px -4px 4px 0.5px #ffffff,
    inset -4px 4px 4px 0.5px rgba(155, 117, 255, 0.4);
  border-radius: 20px;
  border: none;
  color: #6e77fb;
}

.divs-input input {
  padding: 7px 20px !important;
}

.divs-input textarea {
  resize: none;
}

.divs-input input,
.divs-input select,
.divs-button button {
  width: 97%;
}

.divs-button button,
#reg-div-2 .divs-button button:hover {
  padding: 7px 0;
}

#payment .tarif-button-1 button {
  padding: 6px 0;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.pagination .btn-primary:active,
.pagination .btn-primary.active,
.pagination .btn-primary:focus,
.pagination .btn-primary.focus,
.divs-button button,
#reg-div-2 .divs-button button:hover,
#reg-div-2 .divs-button button:active,
#reg-div-2 .divs-button button:focus,
#reg-div .divs-button button:hover,
#reg-div .divs-button button:active,
#reg-div .divs-button button:focus,
#reg-div-therapist .divs-button button:hover,
#reg-div-therapist .divs-button button:active,
#reg-div-therapist .divs-button button:focus,
#registration .pagination button:hover,
#registration .pagination button:active,
#registration .pagination button:focus,
#payment .tarif-button button:hover,
#payment .tarif-button button:active,
#payment .tarif-button button:focus,
#try-version .tarif-button button:hover,
#try-version .tarif-button button:active,
#try-version .tarif-button button:focus,
.general-page .tarif-button button:hover,
.general-page .tarif-button button:active,
.general-page .tarif-button button:focus,
#subscription .tarif-button button:hover,
#subscription .tarif-button button:active,
#subscription .tarif-button button:focus,
.masks-container button:hover,
.masks-container button:active,
.masks-container button:focus {
  background: #ffffff;
  border: 3px solid #6e77fb;
  box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.15);
  border-radius: 50px;
  text-transform: uppercase;
  color: #6e77fb;
  transition: 1s;
}

.buttons-performing .btnSettings {
  display: flex;
  justify-content: center;
  align-items: center;
}

.divs-button button,
#reg-div-2 .divs-button button:hover,
#registration .pagination button:hover,
#payment .tarif-button button:hover,
#try-version .tarif-button button:hover,
.general-page .tarif-button button:hover,
#subscription .tarif-button button:hover,
.masks-container button:hover {
  height: 100%;
}

#reg-div {
  margin-bottom: 20px;
}

#mainForm:nth-child(6) {
  background: #666;
  /* Цвет фона */
  color: #fff;
  /* Цвет текста */
}

#slp {
  width: 35px;
  height: 35px;
  padding: 0;
  text-align: center;
  display: block;
}

#subscription .tarif-button button,
#subscription .divs-button button {
  margin-top: 0;
  min-width: 295.55px;
}

#subscription .divs-button {
  padding-top: 0;
}

.buttons-panel {
  margin-top: 30px;
}

.divs-button {
  display: flex;
  padding-top: 0%;
}

.divs-input label,
.divs-button button {
  color: #6e77fb;

  margin-bottom: 2%;
}

.divs-input label {
  font-size: 16px;
}

.divs-button button {
  font-size: 16px;
}

.divs-input input::-webkit-input-placeholder,
.divs-input textarea::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #c8b5ff;
}

.reg-img img {
  width: 85%;
}

.back-arrow-b {
  padding: 0.46rem 0.375rem !important;
}

.choices__item:first-child,
.for-checkbox {
  font-weight: 400;
  font-size: 16px;
  color: #865dff;
}

.reg-div-2-row {
  margin-top: 3%;
}

.for-checkbox {
  margin-top: 14px;
  font-size: 15px;
}

.masks,
.scales,
.check-cust-blok {
  color: #622aff;
  font-size: 19px;
}

.for-checkbox a {
  text-decoration: none;
  color: #622aff;
  font-size: 18px;
  cursor: pointer;
}

.reg-link {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #6e77fb;
  text-decoration: none;
  margin: 0 0 1.5% 0;
}

.for-monster-big {
  justify-content: center;
}

.errors {
  color: #dc3545 !important;
  position: absolute;
  right: 3%;
  top: 17px;
  font-size: 0.9rem;
}

#changed_password .errors {
  top: 3px;
  right: 0%;
}

#changed_password .error-password-correct,
#changed_password .error-nocorrect,
#changed_password .error-password-correct-new,
#changed_password .error-password-correct-repeat,
#changed_password .error-repeatPassword {
  top: 65px;
}

#error-devices i,
#error-server i {
  color: #dc3545;
}

.error-repeatPassword-ther,
.error-repeatPassword {
  top: 100%;
}

.error-password-correct,
.error-password-correct-ther {
  top: 94%;
}

#Information {
  height: 119px;
  width: 97%;
}

.reg-link span {
  text-decoration: underline;
  cursor: pointer;
}

.divs-input .choices {
  width: 97%;
}

.divs-input select {
  appearance: none;
  overflow: hidden !important;
}

.choices[data-type*="select-one"]:after {
  width: 15px;
  height: 15px;
  border-top: 2px solid #9b75ff !important;
  border-right: 2px solid #9b75ff !important;
  transform: rotate(135deg);
  display: inline-block;
  transition: 1s;
}

.choices[data-type*="select-one"].is-open:after {
  transform: rotate(-45deg);
  top: 40%;
}

.border-red {
  border: 2px solid red !important;
}

.privacy a {
  color: #0012ff;
  text-decoration: none;
  cursor: pointer;
}

.checkbox-label {
  font-size: 16px;
  color: #8188fc;
  margin-left: 10px;
}

.custom-checkbox {
  display: flex;
  align-items: center;
  -ms-user-select: none;

  /**
   * Для мозилы
   */
  -moz-user-select: none;

  /**
   * Для конкверора
   */
  -khtml-user-select: none;

  /**
   * Для Сафари и Хрома
   */
  -webkit-user-select: none;
}

#registration .custom-checkbox:not(checked),
.checkboxes .checkbox:not(checked),
.profile .custom-checkbox:not(checked) {
  position: relative;
  opacity: 1;
}

#registration .custom-checkbox .checkbox,
.profile .custom-checkbox .checkbox,
.checkboxes .custom-checkbox .checkbox {
  margin-right: 10px;
  cursor: pointer;
}

#registration .custom-checkbox input,
.profile .custom-checkbox input,
.checkboxes .custom-checkbox input {
  -webkit-appearance: none;
  position: absolute;
}

#registration .custom-checkbox .checkbox,
.profile .custom-checkbox .checkbox,
.checkboxes .checkbox {
  position: relative;
  width: 30px;
  opacity: 1 !important;
  height: 30px;
  border: none !important;
  background: #6e77fb;
  box-shadow: inset 3px 3px 4px 1px #8563e4,
    inset -4px -4px 5px 0.5px rgba(255, 255, 255, 0.2);
  border-radius: 5px;
}

.checkmark {
  position: absolute;
  cursor: pointer;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: auto;
  display: none;
  -ms-user-select: none;

  /**
   * Для мозилы
   */
  -moz-user-select: none;

  /**
   * Для конкверора
   */
  -khtml-user-select: none;

  /**
   * Для Сафари и Хрома
   */
  -webkit-user-select: none;
}

.custom-checkbox input:checked ~ .checkbox .checkmark {
  display: block;
}

#registration .custom-checkbox input:checked ~ .checkbox,
.profile .custom-checkbox input:checked ~ .checkbox,
.checkboxes .custom-checkbox input:checked ~ .checkbox {
  background: #6e77fb;
  border: 2px solid #6e77fb;
  box-shadow: inset 1px 1px 4px 1px #8563e4,
    inset -4px -4px 5px 0.5px rgba(255, 255, 255, 0.2);
}

/* form authentification */
.inputsforauth input,
.profileinput input,
.profileinput select {
  width: 100%;
  color: #6e77fb !important;
}

#changed_password input {
  margin-bottom: 10px;
}
.password-title {
  margin-top: 10px;
}

.inputsforauth {
  text-align: left;
  padding: 0;
}

.inputsforauth input::-webkit-input-placeholder {
  color: #c8b5ff;
  font-size: 16px;
}

.inputsforauth input::-moz-placeholder {
  color: #c8b5ff;
  font-size: 16px;
}

.inputsforauth input:-ms-input-placeholder {
  font-size: 16px;
  color: #c8b5ff;
}

.inputsforauth input::-ms-input-placeholder {
  font-size: 16px;
  color: #c8b5ff;
}

.inputsforauth input::placeholder {
  font-size: 16px;
  color: #c8b5ff;
}

span.error {
  font-size: 0.9rem !important;
  font-weight: normal !important;
  color: #dc3545 !important;
  margin-top: 3rem;
}

#profile .error {
  margin-top: 0;
}

.inputsforauth {
  width: 100%;
  margin: 0 auto;
}

#popup .btn-primary,
#change-password .btn-primary {
  width: 100%;
}

#popup .btn-primary {
  margin: 26px 0 28px 0;
}

#change-password .btn-primary {
  margin: 18px 0 28px 0;
}

#changed_password .popup__content {
  width: 463px;
}

#change-password {
  padding: 0;
}

/* change background-color of inputs for yandex */
input:-webkit-autofill {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

#logoutForm span,
#Succuss-reg-form span {
  color: #6e77fb;
}

#Succuss-reg-form span {
  display: block;
  word-wrap: break-word;
}

#d-block-1200,
#d-block-panel {
  display: none;
}

.display-1200 {
  display: none !important;
}

.display-max-1200 {
  display: block;
}

.footer {
  font-size: 0.8rem !important;
  background: #6e77fb;
  color: #fff;
  text-align: right;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 999999;
}

#block {
  min-height: 100px;
  min-width: 200px;
  position: relative;
  width: 400px;
  height: 600px;
}

#block_resize {
  background-color: #000;
  bottom: 0;
  cursor: se-resize;
  height: 12px;
  margin-top: 9px;
  position: absolute;
  right: 0;
  width: 12px;
}

div[role="tooltip"] {
  position: relative;
  z-index: 10000000;
}

.descriptionExFind,
#profiletooltip {
  cursor: pointer;
}

.descriptionExFind {
  width: 35px;
  height: 35px;
  font-size: 22px;
}

/* #nameEx{
  display: block;
  margin-right: 10px;
  width: 58%;
} */
.gigantsname {
  width: 54%;
  margin: 0 auto;
}

[title] {
  position: relative;
  z-index: 0;
  /* Относительное позиционирование */
}

#descriptionMod[title]::after {
  top: 35px;
  width: 336px;
}

#descriptionMod[title]:hover::after {
  top: 2.5em;
  /* Положение подсказки */
}

#profiletooltip {
  color: #6e77fb;
}

#profiletooltip[title]::after {
  border-radius: 0 15px 15px 15px;
  padding: 0.6rem;
  margin-bottom: 1rem;
}

#profiletooltip[title] {
  background: white;
}

[title]::after {
  content: attr(data-tooltip);
  /* Выводим текст */
  position: absolute;
  /* Абсолютное позиционирование */
  font-size: 16px;
  width: 400px;
  /* Ширина подсказки */
  left: 10%;
  top: 0;
  /* Положение подсказки */
  background: #fff;
  /* Синий цвет фона */
  border: 2px dashed #6e77fb;
  border-radius: 50px;
  color: #6e77fb;
  /* Цвет текста */
  padding: 22px;
  text-align: center;
  /* Параметры тени */
  pointer-events: none;
  /* Подсказка */
  opacity: 0;
  /* Подсказка невидима */
  transition: 1s;
  /* Время появления подсказки */
  z-index: 100000000;
  text-transform: none;
  box-shadow: 5px 7px 4px rgba(0, 0, 0, 0.15);
  line-height: 19px;
}

[title]:hover::after {
  opacity: 1;
  /* Показываем подсказку */
  top: 2em;
  /* Положение подсказки */
}

#formasks-hint,
#exercise-speed-hint,
#feedback-speed-hint,
#use-masks-hint,
#slp,
.spec-span,
#settings_logopedist .spec-span {
  background-color: white;
  font-size: 22px;
}

#formasks-hint,
#exercise-speed-hint,
#feedback-speed-hint,
.spec-span {
  position: relative;
  z-index: 10000;
}

#settings_logopedist .checkbox_mask {
  margin-bottom: 15px;
}

#settings_logopedist .ios-switch {
  margin: 0;
}

#formasks-hint[title]:after,
#exercise-speed-hint[title]:after,
#feedback-speed-hint[title]:after,
#use-masks-hint[title]:after,
#slp[title]:after,
.spec-span [titlw]:after {
  width: 333px;
  line-height: 19px;
}

#details-exercises-popup .btn-primary {
  margin: 20px 0;
  width: 66%;
}

#details-exercises-popup .a-reg {
  opacity: 1;
  cursor: default;
}

#details-modules-popup .btn-primary {
  width: 57%;
  padding: 11px 5px !important;
  font-size: 1.125rem;
}

#details-modules-popup .popup__title {
  text-transform: none;
}

#descriptionEx,
#formasks-hint,
#exercise-speed-hint,
#feedback-speed-hint,
.spec-span,
#settings_logopedist .spec-span,
#use-masks-hint,
#slp,
#profiletooltip,
#descriptionModule,
#descriptionMod {
  border: 0.1rem solid #6e77fb;
  border-radius: 50%;
}

#descriptionModule {
  z-index: 100;
  right: 2%;
  top: -2%;
  font-size: 1.3rem;
  background: #fff;
  color: #6e77fb;
  padding: 0 0.7rem 0 0.7rem;
  border: 3px solid #6e77fb;
}

#descriptionModule:hover {
  color: #ffffff;
  background: #6e77fb;
  /* border: 1px solid #6E77FB; */
}

#descriptionEx,
#formasks-hint,
#exercise-speed-hint,
#feedback-speed-hint,
#use-masks-hint,
#slp,
#descriptionMod {
  padding: 0em 0.35em 0em 0.35em;
}

#profiletooltip {
  padding: 0 0.55rem 0 0.55rem;
}

/* preloader */
#display,
#display2,
#loading {
  display: none;
}

#display.active,
#display2.active,
#Loading.active {
  display: block;
  z-index: 99999999 !important;
}

.wrap-loader-loading {
  top: 0;
}

.wrap-loader,
.wrap-loader-loading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  border-radius: 21px;
  /* background-color: rgba(64, 34, 68, 0.8); */
  background-color: rgba(109, 113, 240);
  position: absolute;
  z-index: 99999999 !important;
  height: 460px;
  right: 0;
  top: 0;
}

.wrap-loader-loading {
  height: 100%;
  width: 100%;
}

.loader,
.loader-loading {
  width: 21rem;
  position: relative;
  height: 20rem;
}

.loader-xl {
  height: 13rem !important;
}

.loader::before {
  z-index: 1;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8.39565rem;
  height: 8.39565rem;
  border-radius: 50%;
}

.loader-loading::before {
  background-color: transparent !important;
}

#display .loader::before,
#display2 .loader::before {
  background-color: rgb(255, 255, 255);
}

.loader .box {
  position: absolute;
  width: 10rem;
  height: 10rem;
  overflow: hidden;
}

.loader .box::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0.15;
}

.loader .box:nth-child(1) {
  top: 0;
  left: 0;
}

.loader .box:nth-child(1)::before {
  top: 50%;
  left: 50%;
  background: #a084ff;
  -webkit-animation: lightMe1 4.5s ease-out infinite normal;
  animation: lightMe1 4.5s ease-out infinite normal;
}

.loader .box:nth-child(2) {
  top: 0;
  right: 0;
}

.loader .box:nth-child(2)::before {
  top: 50%;
  right: 50%;
  background: #7d72ff;
  -webkit-animation: lightMe2 4.5s ease-out infinite normal;
  animation: lightMe2 4.5s ease-out infinite normal;
}

.loader .box:nth-child(3) {
  bottom: 0;
  right: 0;
}

.loader .box:nth-child(3)::before {
  bottom: 50%;
  right: 50%;
  background: #72a2ff;
  -webkit-animation: lightMe3 4.5s ease-out infinite normal;
  animation: lightMe3 4.5s ease-out infinite normal;
}

.loader .box:nth-child(4) {
  bottom: 0;
  left: 0;
}

.loader .box:nth-child(4)::before {
  bottom: 50%;
  left: 50%;
  background: #a49cff;
  -webkit-animation: lightMe4 4.5s linear infinite normal;
  animation: lightMe4 4.5s linear infinite normal;
}

.loader .wrap-text {
  top: 50%;
}

.loader .wrap-text,
.wrap-loading {
  z-index: 2;

  overflow: hidden;
}

.loader .wrap-text {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loader .wrap-text {
  width: 40px;
  height: 40px;
}

.wrap-loading {
  width: 100%;
  border-radius: 176px;
}

.loader .text {
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 40px;
  -webkit-animation: slider 13s ease-in infinite;
  animation: slider 13s ease-in infinite;
}

.text-loading {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 0.8rem;
  color: #6e77fb;
}

.loader .text span {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 3rem;
  color: #6e77fb;
}

.loader-text {
  font-family: "GolosTextWebRegular";
  font-size: 1rem;
  font-weight: 300;
  color: #fff;
  width: 100%;
  padding: 20px;
}

@-webkit-keyframes lightMe1 {
  0% {
    opacity: 0.15;
  }

  25% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes lightMe1 {
  0% {
    opacity: 0.15;
  }

  25% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes lightMe2 {
  0% {
    opacity: 0.15;
  }

  25% {
    opacity: 0.15;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes lightMe2 {
  0% {
    opacity: 0.15;
  }

  25% {
    opacity: 0.15;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes lightMe3 {
  0% {
    opacity: 0.15;
  }

  50% {
    opacity: 0.15;
  }

  75% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes lightMe3 {
  0% {
    opacity: 0.15;
  }

  50% {
    opacity: 0.15;
  }

  75% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes lightMe4 {
  0% {
    opacity: 0.15;
  }

  75% {
    opacity: 0.15;
  }

  100% {
    opacity: 1;
  }
}

@keyframes lightMe4 {
  0% {
    opacity: 0.15;
  }

  75% {
    opacity: 0.15;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes slider {
  0% {
    transform: translateY(0);
  }

  10.5% {
    transform: translateY(0);
  }

  12.5% {
    transform: translateY(-40px);
  }

  23% {
    transform: translateY(-40px);
  }

  25% {
    transform: translateY(-80px);
  }

  35% {
    transform: translateY(-80px);
  }

  37.5% {
    transform: translateY(-120px);
  }

  47.5% {
    transform: translateY(-120px);
  }

  50% {
    transform: translateY(-160px);
  }

  60% {
    transform: translateY(-160px);
  }

  62.5% {
    transform: translateY(-200px);
  }

  72.5% {
    transform: translateY(-200px);
  }

  75% {
    transform: translateY(-240px);
  }

  85% {
    transform: translateY(-240px);
  }

  87.5% {
    transform: translateY(-280px);
  }

  100% {
    transform: translateY(-280px);
  }
}

@keyframes slider {
  0% {
    transform: translateY(0);
  }

  10.5% {
    transform: translateY(0);
  }

  12.5% {
    transform: translateY(-40px);
  }

  23% {
    transform: translateY(-40px);
  }

  25% {
    transform: translateY(-80px);
  }

  35% {
    transform: translateY(-80px);
  }

  37.5% {
    transform: translateY(-120px);
  }

  47.5% {
    transform: translateY(-120px);
  }

  50% {
    transform: translateY(-160px);
  }

  60% {
    transform: translateY(-160px);
  }

  62.5% {
    transform: translateY(-200px);
  }

  72.5% {
    transform: translateY(-200px);
  }

  75% {
    transform: translateY(-240px);
  }

  85% {
    transform: translateY(-240px);
  }

  87.5% {
    transform: translateY(-280px);
  }

  100% {
    transform: translateY(-280px);
  }
}

@-webkit-keyframes slider {
  0% {
    transform: translateY(0);
  }

  10.5% {
    transform: translateY(0);
  }

  12.5% {
    transform: translateY(-40px);
  }

  23% {
    transform: translateY(-40px);
  }

  25% {
    transform: translateY(-80px);
  }

  35% {
    transform: translateY(-80px);
  }

  37.5% {
    transform: translateY(-120px);
  }

  47.5% {
    transform: translateY(-120px);
  }

  50% {
    transform: translateY(-160px);
  }

  60% {
    transform: translateY(-160px);
  }

  62.5% {
    transform: translateY(-200px);
  }

  72.5% {
    transform: translateY(-200px);
  }

  75% {
    transform: translateY(-240px);
  }

  85% {
    transform: translateY(-240px);
  }

  87.5% {
    transform: translateY(-280px);
  }

  100% {
    transform: translateY(-280px);
  }
}

@-webkit-keyframes blink {
  from {
    opacity: 0.2;
  }

  to {
    opacity: 0.75;
  }
}

@keyframes blink {
  from {
    opacity: 0.2;
  }

  to {
    opacity: 0.75;
  }
}

#performing,
#calibration {
  position: relative;
  z-index: 0 !important;
  padding-top: 1.5rem;
  margin-bottom: 2rem;
}

#performing .pagination,
#calibration .pagination {
  display: block;
  float: left;
  padding-left: 15%;
  cursor: pointer;
}

#exercise .pagination {
  padding-left: 4%;
  z-index: 9;
}

.no-face {
  -o-object-fit: cover;
  cursor: default !important;
  object-fit: cover;
  width: 50px;
  height: 50px;
  margin-left: auto;
  margin-right: 2rem;
  opacity: 0;
  transition: opacity 1s linear, visibility 1s linear;
}

.no-face-waring {
  margin: 0;
  background-color: #ffffff;
  border: 0.15rem solid #fb6e6e;
  padding: 0.8rem;
  border-radius: 50px;
  top: 10px;
  outline: none;
  width: auto;
  height: auto;
}

.no-face-waring img {
  width: 2rem;
  height: 100% !important;
  outline: none;
  margin: 0;
  opacity: 1;
}

#details-modules-popup img {
  width: 100%;
}

/* debug mode */

#debug {
  color: #bd2d14;
  margin-bottom: 0.5rem;
  border: 2px dashed #bd2d14;
  border-radius: 50px;
  padding: 0.4rem;
  /* width: 30%; */
  font-size: 0.7rem;
  margin-right: 0rem;
}

/* #debugmode[title]::after {
  background: #fff;
  border: 2px dashed #bd2d14;
  border-radius: 50px;
  color: #bd2d14;
  padding: .5rem;
} */

/* checkbox */

.forcheckbox {
  display: flex;
  padding: 0.5em;
  font: 1rem "Golos-Text", sans-serif;
}

.profile input[type="checkbox"] {

}

.profile input[type="checkbox"] + label {
  position: relative;
  display: flex;
  margin: 0.6em 0 0.2em 0;
  align-items: center;
  color: #757575;
  transition: color 250ms cubic-bezier(0.4, 0, 0.23, 1);
  cursor: pointer !important;
}

.profile input[type="checkbox"] + label > ins {
  position: absolute;
  display: block;
  bottom: 0;
  left: 2em;
  height: 0;
  width: 100%;
  overflow: hidden;
  text-decoration: none;
  transition: height 300ms cubic-bezier(0.4, 0, 0.23, 1);
}

.profile input[type="checkbox"] + label > ins > i {
  position: absolute;
  bottom: 0;
  font-style: normal;
  color: #6e77fb;
}

.profile input[type="checkbox"] + label > span {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1em;
  width: 1em;
  height: 1em;
  background: transparent;
  border: 2px solid #757575;
  border-radius: 2px;
  cursor: pointer;
  transition: all 250ms cubic-bezier(0.4, 0, 0.23, 1);
}

.profile input[type="checkbox"] + label:hover,
.profile input[type="checkbox"]:focus + label {
  color: #6e77fb;
}

.profile input[type="checkbox"] + label:hover > span,
.profile input[type="checkbox"]:focus + label > span {
  background: rgba(109, 113, 240, 0.3);
  color: #6e77fb;
}

.profile input[type="checkbox"]:checked + label > ins {
  height: 100%;
}

.profile input[type="checkbox"]:checked + label > span {
  border: 0.5em solid #6e77fb;
  animation: shrink-bounce 200ms cubic-bezier(0.4, 0, 0.23, 1);
  -webkit-animation: shrink-bounce 200ms cubic-bezier(0.4, 0, 0.23, 1);
  color: #6e77fb;
}

.profile input[type="checkbox"]:checked + label > span:before {
  content: "";
  position: absolute;
  top: 0.85em;
  left: 0.25em;
  border-right: 2px solid transparent;
  border-bottom: 2px solid transparent;
  transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
  transform-origin: 0% 100%;
  animation: checkbox-check 125ms 250ms cubic-bezier(0.4, 0, 0.23, 1) forwards;
  -webkit-animation: checkbox-check 125ms 250ms cubic-bezier(0.4, 0, 0.23, 1)
    forwards;
  color: #6e77fb;
}

@keyframes shrink-bounce {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }

  33% {
    transform: scale(0.85);
    -webkit-transform: scale(0.85);
  }

  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@-webkit-keyframes shrink-bounce {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }

  33% {
    transform: scale(0.85);
    -webkit-transform: scale(0.85);
  }

  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@keyframes checkbox-check {
  0% {
    width: 0;
    height: 0;
    border-color: #ffffff;
    transform: translate3d(0, 0, 0) rotate(20deg);
    -webkit-transform: translate3d(0, 0, 0) rotate(20deg);
  }

  33% {
    width: 0.2em;
    height: 0;
    transform: translate3d(0, 0, 0) rotate(20deg);
    -webkit-transform: translate3d(0, 0, 0) rotate(20deg);
  }

  100% {
    width: 0.3em;
    height: 0.5em;
    border-color: #ffffff;
    transform: translate3d(0, -0.5em, 0) rotate(20deg);
    -webkit-transform: translate3d(0, -0.5em, 0) rotate(20deg);
  }
}

@-webkit-keyframes checkbox-check {
  0% {
    width: 0;
    height: 0;
    border-color: #ffffff;
    transform: translate3d(0, 0, 0) rotate(20deg);
    -webkit-transform: translate3d(0, 0, 0) rotate(20deg);
  }

  33% {
    width: 0.2em;
    height: 0;
    transform: translate3d(0, 0, 0) rotate(20deg);
    -webkit-transform: translate3d(0, 0, 0) rotate(20deg);
  }

  100% {
    width: 0.3em;
    height: 0.5em;
    border-color: #ffffff;
    transform: translate3d(0, -0.5em, 0) rotate(20deg);
    -webkit-transform: translate3d(0, -0.5em, 0) rotate(20deg);
  }
}

.side {
  display: inline-table;
  margin-left: 45px;
  margin-right: 45px;
}

label {
  cursor: pointer;
}

.panelbutton {
  margin-top: 14px;
  width: 26%;
}

.checkbox {
  vertical-align: top;
  margin: 0 3px 0 0;
  width: 17px;
  height: 17px;
}

.checkbox:not(checked) {
  position: absolute;
  opacity: 0;
  top: 0;
}

.checkbox:not(checked) + label.ios-switch {
  position: relative;
  padding: 4px 0 0 60px;
  display: block;
}

.checkbox:not(checked) + label.ios-switch:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 50px;
  height: 30px;
  transition: border 0.4s;
  background: #ffffff;
  border: 2px solid #70729d;
  border-radius: 50px;
}

.checkbox:not(checked) + label.ios-switch:after {
  content: "";
  position: absolute;
  top: 6px;
  left: 4px;
  width: 21px;
  height: 21px;
  border-radius: 10px;
  background: #70729d;
  transition: all 0.2s;
}

.checkbox:checked + label.ios-switch:before {
  transition: border 0.4s;
  border-color: #6e77fb;
  background: #ffffff;
  border: 2px solid #6e77fb;
}

.checkbox:checked + label.ios-switch:after {
  left: 26px;
  background-color: #6e77fb;
  transition: 0.2s;
  color: #6e77fb;
}

.checkbox:checked + label.ios-switch {
  color: #6e77fb !important;
}

.masks-container .ios-switch {
  font-size: 18px;
  color: #70729d;
  vertical-align: middle;
  line-height: 30px;
}

.masks-container .ios-switch span,
#registration .ios-switch #slp {
  color: #6e77fb;
}

.two-loading {
  display: none;
}

.ios-switch {
  z-index: 0;
}

#registration .ios-switch {
  font-size: 18px;
  color: #70729d;
  margin-top: -2px;
  width: 324px;
  display: flex;
  align-items: center;
}

.text-checkbox-slp {
  margin-right: 5px;
}

#error-permission-denied {
  span {
    display: inline-block;
    max-width: 500px;
  }
}

/* #use-masks-hint{
  display: block;
  min-width: 28px;
  height: 35px;
  width: 35px;
  text-align: center;
  padding: 0;
} */
.hand-stop {
  width: 25%;
  position: absolute;
  margin: auto !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.divs2 {
  margin-top: 0;
  margin-left: 23px;
}

.moderation {
  margin: 0;
}

.moderation .divs-button {
  padding-top: 0;
}

.moderation .btn-primary,
.info-logopedist .btn-primary,
.form-edit .btn-primary,
#settings .btn-primary {
  padding: 13px 0px;
  font-size: 18px;
}

.avatars-container img {
  width: 150px;
}

.mr-20 {
  margin-right: 10px;
  margin-left: 10px;

  margin-bottom: 20px;
}

#popup_avatars .form-horizontal {
  width: 100%;
  max-width: 900px;
}

.info-logopedist .btn-primary {
  margin-top: 15px;
}

.divs-button .moderation {
  margin-left: 29px;
  margin-bottom: 0;
}

.form-edit {
  margin-bottom: 30px;
}

/* profile */
.profileinput .btn {
  margin: 1.25rem 0;
  width: 65%;
}

#id_birth_date {
  background: white;
  margin-bottom: 1.25rem;
  width: 65%;
}

.profileinput label,
#textPreservation,
#infoConnect,
#infoConnectionNetwork,
#infoCondition,
.usernametext label {
  color: #6e77fb;
  margin-bottom: 0.5rem;
}

.usernametext label,
#textforusername {
  margin-top: 1rem;
}

#textPreservation,
#infoConnect,
#infoCondition,
#infoConnectionNetwork,
.notification {
  border: 2px dashed #6e77fb;
  border-radius: 50px;
  padding: 0.4rem;
  width: 100%;
  font-size: 0.7rem;
}

.notification {
  opacity: 0;
  transition: all 0.8s ease 0s !important;
  width: 50%;
  background-color: #fff;
  padding: 0.7rem 0.4rem;
  top: 50%;
  z-index: 1;
}

#infoConnectionNetwork {
  border: 2px dashed #fb6e6e;
  color: #fb6e6e;
  -webkit-animation: upper 2s ease infinite;
  animation: upper 2s ease infinite;
}

@-webkit-keyframes upper {
  50% {
    transform: translateY(-5px);
  }
}

@keyframes upper {
  50% {
    transform: translateY(-5px);
  }
}

#infoConnect,
#infoConnectionNetwork {
  margin-right: 0.4rem;
}

.profileinput select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("https://da64b21f-4240-410a-bf26-bb15ead71625.selcdn.net/img/arrow_down.svg")
    no-repeat right;
  background-position-x: calc(100% - 10px);
}

.profileinput > * {
  outline: none;
}

.block-1200,
.loader2 {
  display: none;
}

.personal-data {
  margin-right: 20px;
}

/* media */

@media (min-width: 320px) {
  .wrap-loading {
    width: 35%;
  }
}

@media (min-width: 1500px) {
  #settings_logopedist .link-logopedist .col-sm-4 {
    width: 34.333333%;
  }

  #settings_logopedist .link-logopedist .col-sm-8 {
    width: 65.666667%;
  }

  #popup-settings .popup__content {
    width: 29%;
  }
}

@media (min-width: 576px) {
}

@media (min-width: 992px) and (max-width: 1199.5px) {
}

@media (min-width: 1500px) {
  #performing #logopedStream {
  }
}

@media (min-width: 1650px) {
  #performing #logopedStream {
  }
}

@media (min-width: 1799px) {
  .menu-profile {
    width: 15%;
  }

  .none-1200 .btnSettings {
    padding: 0.54rem 0 !important;
  }

  #performing .col-3 #logopedStream {
    width: 93.9%;
  }

  .width-holder {
    width: 51% !important;
  }

  #logForFeedback {
    max-width: 441.94px !important;
  }

  #performing .panelbutton .btn-primary.btn-light {
    max-width: 174.09px;
  }
}

@media (min-width: 2031px)


/* .offsets{padding-right: 10px;} */
@media (min-width: 1200px) and (max-width: 1500px) {
  .offsets {
    margin-left: 16.66666667%;
  }
}

@media (max-width: 1500px) {
  .monster-block img {
    width: 100% !important;
  }
  #performing .pagination,
  #calibration .pagination {
    display: none;
  }

  #settings_logopedist .link-logopedist {
    flex-direction: column;
  }

  #settings_logopedist .link-logopedist div {
    width: 100%;
  }
}

@media (max-width: 1400px) {
  #popup-nextEx .popup__content {
    width: 33%;
  }
}

@media (max-width: 1300px) {
  #name-user {
    width: 70% !important;
  }

  .menu-profile {
    width: 18%;
    padding: 25px 22px 30px 20px !important;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .menu-profile {
    width: 295px !important;
  }

  .offsets {
    margin-left: 8.3333%;
  }

  .profile .container {
    max-width: 780px;
  }
}

@media (min-width: 577px) and (max-width: 1200px) {
  #payment .monster-1000 {
    display: block !important;
    width: 88%;
  }

  #payment .img-1000 {
    display: none !important;
  }
}

.monster-1200 {
  display: none;
}

@media (max-width: 1200px) {
  #popup-nextEx .popup__content {
    width: 40%;
  }

  #popup-settings .popup__content {
    width: 512px;
  }

  #profile_patient .hello-text {
    font-size: 28px;
    text-align: center;
  }

  .form-edit img {
    margin-top: 30px;
  }

  .profile .cor {
    display: none !important;
  }

  .cor-2 {
    display: flex !important;
  }

  .menu-profile #name-user {
    padding-left: 9px;
  }

  .criteria {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .personal-data {
    margin-right: 0;
  }

  #popup-settings .ios-switch {
    margin-bottom: 10px;
  }

  #performing .btnPause,
  #performing .btnPlay,
  #performing .btnPauseResume,
  #calibration .btn-calib,
  #calibration .btnPlay {
    width: 56px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #performing .btnPlay .fa-play,
  #calibration .btnPlay .fa-play {
    margin-left: 5px;
  }

  .action {
    margin-top: 20px;
  }

  .table-contain .diagnosis-header span {
    margin-left: 50px;
  }

  .table-contain .body-table .block-content {
    margin-right: auto;
  }

  .date-table {
    width: 65%;
  }

  .actions {
    display: none;
  }

  #reg-div-therapist .img-1000,
  .img-1200 {
    display: none !important;
  }

  .monster-1200 {
    display: block !important;
  }

  .open-page .m-1000 {
    display: block !important;
    width: 100%;
  }

  #formasks-hint[title]:after,
  #exercise-speed-hint[title]:after,
  #feedback-speed-hint[title]:after,
  #use-masks-hint[title]:after,
  #slp[title]:after,
  .spec-span[title]:after {
    left: -317px;
  }

  #payment .block-small {
    margin-bottom: 30px;
  }

  #payment .block-dashboard {
    width: 100% !important;
  }

  .demo .out-demo {
    width: 54%;
    display: block;
  }

  #legend-progress_modules ul {
    max-height: 190px;
    flex-direction: column;
    flex-wrap: wrap;
  }

  .dashboard-size {
    width: 100% !important;
    margin-top: 30px;
  }

  .choose-text,
  .datepicker-1 {
    margin-bottom: 10px;
  }

  .datepicker-1 {
    margin-left: 0 !important;
  }

  .select-data-block {
    margin-bottom: 10px;
  }

  .daily-goal,
  .tried {
    width: 100% !important;
  }

  .tried {
    margin-top: 30px;
  }

  #reg-div-2 .divs-button {
    padding-top: 3%;
  }

  #registration {
    padding-top: 0;
    margin-bottom: 0;
  }

  .correction {
    padding-top: 2%;
  }

  #details-exercises-popup .btn-primary {
    width: 65%;
  }

  .playForListEx {
    max-width: 48px;
    width: 48px;
  }

  .for-circle-progress {
    position: fixed !important;
    width: 91%;
    height: 6%;
    bottom: 43px;
    align-items: center;
    align-content: center;
    justify-content: center;
  }

  .circle-progress {
    width: 24px;
    height: 24px;
  }

  .hand-stop {
    width: 31%;
    border-radius: 91px;
  }

  .hand-stop {
    position: fixed !important;
  }

  .logoped-sound {
    border-radius: 178px !important;
    margin: auto !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 56% !important;
    z-index: 99;
  }

  .animationStarForProgress {
    width: 63% !important;
  }

  #orderb .loader-text {
    margin-top: 0 !important;
  }

  .progress,
  .animationStarForProgress {
    height: 36px !important;
  }

  .back-1200 {
    display: block;
    top: 3%;
  }

  .back-1200 .btn {
    margin-right: 0.8rem;
  }

  .back-1200 .module-name {
    color: #6e77fb;
    background-color: #fff;
    border-radius: 30px;
    padding: 0.2rem 1rem;
    border: 2px dashed #6e77fb;
  }

  /* .videoForPresentation {
    height: 467px;
  } */

  #details-exercises-popup .a-reg {
    font-size: 0.7rem;
    margin: 6px 4rem;
  }

  #details-exercises-popup .btn-primary {
    font-size: 1.1rem;
  }

  #details-exercises-popup .popup__title {
    text-align: center;
    font-size: 18px;
  }

  .process-preload {
    background-color: rgba(109, 113, 240, 0.9) !important;
  }

  .progress,
  .animationStarForProgress {
    position: fixed !important;
    left: 50% !important;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    bottom: 5% !important;
  }

  .progress-preloader {
    width: calc(100vw * 0.6);
    border-radius: 40px !important;
    height: calc(100vw * 0.066) !important;
  }

  .animationJar-half,
  .animationJar,
  .animationJar-eaten {
    height: 9% !important;
    width: 100%;
    left: 0 !important;
    right: 0 !important;
  }

  .loader-text {
    width: 82%;
  }

  .forPreloadDrop {
    border-radius: 0 !important;
  }

  .fa-bars {
    color: #fff;
  }

  .btnDetail {
    width: 100px;
    height: 76px;
  }

  #map {
    width: 100%;
  }

  .loader-text {
    font-size: 2rem;
  }

  .animationJar,
  .animationJar-eaten,
  .animationJar-half {
    bottom: 2% !important;
  }

  .loader-text {
    margin-top: 5%;
  }

  .progress-preloader {
    margin-top: 3%;
  }

  .progressLoading {
    margin-top: 6%;
  }

  .animationStar img {
    width: 12%;
    max-width: 12%;
    margin-left: 5px;
  }

  #performing,
  #calibration {
    top: 0;
  }

  #display.active,
  #display2.active,
  #Loading.active,
  .wrap-loader {
    position: fixed !important;
  }

  #orderb {
    padding: 0;
  }

  .for-metronome {
    position: fixed !important;
  }

  .notification,
  .animationJar-half {
    position: fixed !important;
  }

  .wrap-loader {
    position: relative;
    border-radius: 0;
  }

  .animationStar,
  .animationJar,
  .animationJar-eaten,
  .animationStarForProgress {
    position: fixed !important;
    z-index: 1;
  }

  #myStream-md {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    position: fixed;
    overflow: auto;
  }

  .animationJar,
  .animationJar-half,
  .animationJar-eaten {
    left: 0 !important;
    right: 0 !important;
  }

  .two-loading {
    display: flex;
  }

  .wrap-loader-loading {
    height: 100%;
    width: 100%;
    top: 0;
    border-radius: 0px;
    right: 0;
    overflow-x: hidden;
  }

  .animationStarForProgress {
    left: 51%;
    bottom: 21px;
    right: 36px;
  }

  .no-face-waring {
    position: fixed !important;
    z-index: 1;
    margin-left: 5%;
    right: auto;
    top: 10%;
  }

  .for-metronome {
    width: 9% !important;
    margin-left: 7px;
    right: 40% !important;
    z-index: 1;
  }

  .animationStarForProgress img {
    width: 10% !important;
  }

  .animationStarForProgress img,
  .animationJar img,
  .animationJar-half img,
  .animationJar-eaten img {
    width: 12%;
  }

  .feedbackaccord {
    position: fixed !important;
    bottom: 14%;
    right: 26px;
    z-index: 1;
    visibility: hidden;
  }

  .buttons-performing {
    top: 10px;
    left: 10px;
    position: fixed !important;
    z-index: 2;
  }

  .desktop-button {
    display: none;
  }

  .what-to-say {
    position: fixed !important;
  }

  #performing .fa-chevron-left,
  #calibration .fa-chevron-left {
    font-size: 28px;
    /* padding: 0 1.3rem; */
  }

  /* .fa-play {
    padding: 0.7rem 0.9rem 0.7rem 1.3rem;
  } */

  /* .fa-cog {
    padding: .5rem .9rem;
  } */

  .forPreloadDrop {
    position: fixed !important;
    top: 0;
    border-radius: 0;
  }

  .accordion-button {
    padding: 1rem 1.25rem;
    font-size: 0.8rem;
  }

  .btnPlay,
  .btnSettings {
    visibility: hidden;
  }

  .btnPauseResume,
  .btnPlay,
  .btnPause {
  }

  .btnPause img,
  .btnPauseResume img {
    width: 1.3rem;
    margin: 0.5rem 0.8rem;
  }

  .btnSettings {
    margin-left: 5px !important;
  }

  .page-section#performing,
  .page-section#calibration {
    padding-top: 0rem;
    margin-bottom: 0rem;
  }

  .side {
    margin-top: 15px;
  }

  .animationJar img {
    margin-left: 5px;
  }

  .animationJar img,
  .animationJar-half img,
  .animationJar-eaten img {
    margin-right: 5px;
    margin-left: 5px;
  }

  .answer {
    font-size: 1.2rem;
  }

  #debug {
    margin: 0;
    padding: 0.1rem;
  }

  #textPreservation,
  #infoConnect,
  #infoCondition,
  #infoConnectionNetwork {
    padding: 0.1rem;
  }

  #logopedStream-md {
    position: fixed;
  }

  #logForFeedback,
  #logForFeedback-md {
    width: 100%;
  }

  .wrap-loading {
    width: 90%;
    margin: 0 auto;
  }

  .none-1200 {
    display: none !important;
  }

  .block-1200 {
    display: block;
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden;
  }

  .ratio {
    margin-top: -65.3%;
  }

  .ui-widget-content {
    border: none !important;
  }

  /* #logForFeedback{
 margin-top: 3rem;
} */
  #myStream-md {
    width: 100%;
    height: 100%;
    bject-fit: cover;
    padding: 0;
    border: none;
  }

  .ratio > * {
    left: 0 !important;
    width: 100%;
  }

  .panelbutton {
    margin: 1rem 0;
  }

  #performing .container-fluid,
  #calibration .container-fluid {
    display: none;
  }

  #popup-end-session .popup__content {
    max-width: 48%;
  }

  #popup-end-session .a-reg {
    margin-top: 0;
    margin-bottom: 0;
  }

  #d-none-1200,
  #d-none-panel {
    display: none !important;
  }

  #d-block-1200 {
    display: block;
    margin-top: 40px;
    padding: 0;
  }

  .display-1200 {
    display: flex !important;
  }

  .display-max-1200 {
    display: none !important;
  }

  #d-block-1200 img {
    width: 70%;
  }

  #details-exercises {
    padding-top: 10rem;
  }

  #details-exercises .btn-primary.btn-light {
    width: 45%;
    margin: 0rem;
    margin-bottom: 2rem;
  }

  #details-exercises .mb-5 {
    margin-bottom: 2rem !important;
  }

  #backEx .row .button-arrow {
    display: none;
  }

  #performing .button-arrow,
  #calibration .button-arrow {
    padding: 0rem 1rem;
  }

  .btnSet {
    margin-left: 15px !important;
  }

  #d-block-panel {
    display: block;
    margin-top: 1rem;
  }

  .embed-responsive {
    text-align: center;
  }

  .mtlg-5 {
    margin-top: 4rem !important;
  }

  #logopedStream-md {

  }
}

@media (min-width: 576px) {
}

@media (min-width: 430px) and (max-width: 991.5px) {
  #legend-avg_modules ul {
    align-content: space-around;
  }
}

.cor-2 {
  display: none;
}

@media (max-width: 1000.5px) {
  .divs-button .moderation {
    margin-left: 0;
  }

  #registration .checkbox_mask {
    margin-top: 14px;
    margin-bottom: 19px;
  }

  #payment .block-small {
    width: 100% !important;
  }

  #details-exercises-popup .a-reg {
    margin: 6px 5rem;
  }
}

@media (min-width: 768.6px) and (max-width: 991.5px) {
  #name-user {
    padding-left: 0;
  }

  .terms,
  .out-demo {
    font-size: 12px !important;
  }

  .price {
    font-size: 34px !important;
  }
}

.checkbox_mask {position: relative}

@media (max-width: 991.5px) {
  #popup-nextEx .popup__content {
    width: 52%;
  }

  .menu-profile .first {
    padding-top: 57px;
  }

  .menu-profile #name-user {
    width: 100% !important;
  }

  section.request h3,
  .request .accept {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .table-contain .diagnosis-header span {
    margin-left: 0;
  }

  .date-table {
    width: 75%;
  }

  .actions .popup__content {
    width: auto;
  }

  /*.checkbox_mask {*/
  /*  display: none !important;*/
  /*}*/

  #reg-div,
  #reg-div-2,
  #reg-div-therapist {
    padding-bottom: 20px;
  }

  #registration .pagination button {
    width: 48.6%;
  }

  #registration .label {
    padding: 8px 45px;
  }

  #dashboard {
    padding-top: 0;
  }

  .menu-profile {
    padding: 25px 22px 30px 20px !important;
  }

  #mainNav .navbar-brand {
    margin-bottom: 20px;
  }

  #payment .monster-1000 {
    width: 100%;
  }

  #legend-avg_modules ul {
    /* max-height: 194px; */
    flex-direction: column;
    flex-wrap: wrap;
  }

  #legend-sound_feedback ul {
    max-height: 105px;
    flex-direction: column;
    flex-wrap: wrap;
  }

  .head-asessment {
    margin-left: 15px;
  }

  .body-table .col-2,
  .body-table .col-6 {
    margin-left: 0 !important;
  }

  .assesment {
    width: 54% !important;
  }

  .body-table,
  .header-table {
    max-width: 100% !important;
    padding-left: 25px;
    /* margin-top: 30px; */
  }

  .table-contain .playForListEx {
    max-width: 43px;
  }

  .mistakes {
    margin-left: 0;
  }

  .container-mistakes {
    margin-top: 15px;
  }

  .container-mistakes .mistakes-pod {
    margin-bottom: 10px;
    display: block;
    font-size: 16px;
    color: #622aff !important;
  }

  .header-small .head {
    margin-bottom: 10px;
    display: block;
    font-size: 16px;
    color: #622aff !important;
  }

  .header-table {
    display: none;
  }

  #reg-div-2 .divs-button {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .for-checkbox {
    font-size: 16px;
  }

  .for-checkbox a {
    font-size: 16px;
  }

  .reg-name {
    color: #6e77fb;
  }

  #reg-div.open-page .monster-1000 {
    display: block !important;
    width: 95%;
  }

  .img-1000 {
    display: none !important;
  }

  .correction {
    padding-top: 4%;
    padding-bottom: 3%;
  }

  .container-correction,
  .container-privacy {
    width: 450px;
  }

  .playForListEx {
    max-width: 47.98px;
  }

  .truncate {
    width: 70%;
  }

  .allCount {
    width: 14%;
  }

  .nav-link {
    color: white !important;
  }

  #mainNav {
    border-radius: 0px 0px 50px 50px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  #mainNav .navbar-collapse {
    padding-bottom: 30px;
  }

  #mainNav .navbar-nav .nav-item .nav-link {
    padding: 10px 20px;
  }

  #debug,
  #textPreservation,
  #infoConnect,
  #infoCondition,
  #infoConnectionNetwork {
    font-size: 0.6rem !important;
  }

  #popup-end-session .popup__content {
    max-width: 66%;
  }

  header.masthead {
    padding-top: 8rem;
  }

  #btn-heart-min {
    display: block !important;
    height: 2.3rem;
    margin-left: 1rem;
  }

  #btn-heart {
    display: none;
  }

  #btn-language {
    margin-left: 20px;
    margin-top: 10px;
  }

  #performing .panelbutton .btn-primary.btn-light,
  #calibration .panelbutton .btn-primary.btn-light {
    width: 37%;
  }

  #logopedStream {
  }

  header.masthead .masthead-subheading h1 {
    font-size: 54px;
  }

  header.masthead .header-column {
    padding-top: 0.5rem;
  }

  #d-block-1200 {
    margin-top: 29px;
  }

  #d-block-1200 img {
    width: 65%;
  }

  #details-exercises {
    padding-top: 8rem;
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .content-block .offset-xl-1 {

  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .page-section {

  }

  #settings {
    padding-top: 0rem;
  }

  #details-exercises video {
    width: 80%;
  }

  #list-exercises {
    padding-top: 0;
  }
}

@media (max-width: 1024px) {
  #popup-nextEx .popup__content {
    width: 64%;
  }

  .diagnosis-words {
    word-break: break-all;
    width: 100%;
  }

  .profile {
    padding-top: 37px;
  }

  .moderation .btn-primary {
    font-size: 16px;
  }

  .back-modules {
    background-size: auto;
  }

  #reg-div.open-page .monster-1000 {
    width: 100%;
  }

  .privacy {
    margin-top: 7px;
  }

  #registration .ios-switch {
    width: 289px;
  }

  #registration .checkbox:not(checked) + label.ios-switch:after {
    top: 12%;
  }

  .text-checkbox-slp {
    display: block;
    width: 120px;
  }

  #reg-div-therapist .divs-button button {
    padding: 12px 10px;
    width: 67%;
    min-width: 284px;
  }

  #registration .label {
    padding: 8px 15px;
    min-width: 193px;
    text-align: center;
  }

  #registration .pagination button {
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 16px;
  }

  #formasks-hint[title]::after {
    margin-left: -62px !important;
  }

  .spec-span[title]:after {
    margin-left: 26px !important;
  }

  #use-masks-hint[title]::after {
    margin-left: 4px !important;
  }

  #mainNav .navbar-brand {
    margin-bottom: 0px;
  }

  #home.masthead {
    padding-top: 0 !important;
  }

  header.masthead .masthead-subheading h1 {
    font-size: 47px;
  }

  .demo .out-demo {
    width: 65%;
  }

  .container-terms {
    padding-right: 15px;
  }

  .subscription-block {
    margin-left: 4% !important;
  }

  .terms,
  .out-demo {
    font-size: 16.5px !important;
  }

  .price {
    font-size: 34px !important;
  }

  .container-avatar {
    justify-content: center !important;
  }

  .container-icon {
    /*flex-direction: row !important;*/
  }


  .icons-menu-div span {
    display: none;
  }

  .icons-menu-div,
  .icons-menu {
    width: 100%;
  }

  .first {
    padding-top: 20px !important;
  }

  .menu-profile {
    padding-left: 1px !important;
    padding-bottom: 1px !important;
    top: 16px !important;
    position: relative !important;
    z-index: 1 !important;
  }

  .for-question {
    margin-top: 0 !important;
  }

  .monster-1000 {
    width: 100%;
  }

  #list-exercises {
    padding-top: 2rem;
  }

  .allCount {
    width: 19%;
  }

  .playForListEx {
    max-width: 47.98px;
  }

  #logopedStream-md,
  .feedbackaccord {
    right: 3%;
  }

  .feedbackaccord {
    bottom: 13%;
  }

  .answer {
    font-size: 15px;
    line-height: 18px;
  }

  .all-module {
    margin-bottom: 1.5rem;
  }

  #popup-end-session .popup__content {
    max-width: 100%;
  }

  .wrap-loading {
    width: 85%;
  }

  #debug {
    width: 100% !important;
  }

  #limit-for-user {
    font-size: 1rem;
  }

  .page-section {
    padding-top: 8rem;
  }

  .mtlg-5 {
    margin-top: 2.4rem !important;
  }

  #logopedStream {

  }

  .panelbutton {
    margin-top: 0;
  }

  #performing .pagination,
  #calibration .pagination {
    display: none !important;
  }

  .descriptionExFind[title]::after,
  #formasks-hint[title]::after,
  .spec-span[title]:after,
  #use-masks-hint[title]::after,
  #slp[title]::after {
    top: 35px;
    width: 420px;

    text-transform: none;
    margin-left: -305px;
  }

  .descriptionExFind[title]:hover::after,
  .formasks-hint[title]:hover::after,
  #profiletooltip[title]:hover::after {
    top: 2.5em;
    /* Положение подсказки */
  }

  #profiletooltip[title]::after,
  #descriptionMod[title]::after {
    padding: 0.6rem;
    margin-bottom: 1rem;
    width: 243px;
  }

  #profiletooltip[title]::after {
    border-radius: 0 15px 15px 15px;
  }
}

@media (max-width: 650px) {
  #popup-nextEx .popup__content {
    width: 75%;
  }

  #reg-div-therapist .divs-button button {
    /*max-width: auto;*/
  }

  .Information {
    width: 100%;
  }

  .box img {
    width: 52px;
    height: 52px;
  }

  #reg-div-therapist .divs-button button {
    min-width: 259px;
  }

  #registration .ios-switch {
    width: 254px;
  }

  .for-checkbox {
    font-size: 12px;
    margin-top: 6px;
  }

  #reg-div,
  #reg-div-2,
  #reg-div-therapist {
    margin-bottom: 2rem;
  }

  .masks,
  .scales {
    font-size: 16px;
  }

  #registration .checkbox {
    width: 25px;
    height: 25px;
  }

  #reg-div-2 .divs-button {
    padding-top: 18%;
  }

  .for-checkbox a {
    font-size: 14px;
  }

  #reg-div .form-control {
    font-size: 13px;
  }

  /* .animationStarForProgress {
    bottom: 25px !important;
    width: calc(100vw * 0.5) !important;
    right: 12px !important;

  } */
}

#popup-settings .slow {
  margin-right: 20px;
}

@media (max-width: 576px) {
  #popup-nextEx .popup__content {
    width: 90%;
  }

  #popup-settings .btn-primary {
    width: 56%;
    margin-top: 11px;
    margin-bottom: 18px;
  }

  #popup-settings .slow {
    margin-right: 0px;
  }

  .settings-metromome span {
    font-size: 20px;
  }

  .settings-metromome {
    margin-top: 10px;
  }

  .box-checkboxes {
    margin: 0 auto;
  }

  #profile_patient .hello-text {
    font-size: 47px;
  }

  .link-logopedist {
    margin-top: 0 !important;
  }

  .link-logopedist .mt-use {
    margin-top: 20px;
  }

  .text-name {
    text-align: center;
    margin-top: 20px;
  }

  .buttons_clients .btn-primary:first-child {
    margin-right: 0;
  }

  #clients .diagnosis-span {
    color: #622aff !important;
    margin-right: 15px;
    font-size: 16px;
    display: block !important;
  }

  .action,
  .diagnos {
    margin-top: 10px;
  }

  .date-table {
    width: 90%;
  }

  .diagnos {
    /* display: flex;
    align-items: center; */
    margin-left: 15px;
  }

  #clients .body-table,
  .header-table {
    padding-left: 0;
  }

  #clients .header-table {
    display: none !important;
  }

  #registration .label {
    width: 326px;
  }

  .container-correction,
  .container-privacy {
    width: 100%;
  }

  .divs2 {
    margin-left: 0;
  }

  .moderation .divs-button,
  #reg-div-therapist .divs-button button {
    width: 96%;
    max-width: 96%;
  }

  #slp {
    width: 38px;
  }

  .label {
    width: 76%;
  }

  #registration .checkbox:not(checked) + label.ios-switch:after {
    top: 19%;
  }

  #registration .ios-switch {
    width: 100%;
  }

  .text-checkbox-slp {
    width: 100%;
    margin-left: 5px;
  }

  #legend-avg_modules ul {
    max-height: 194px;
  }

  #dashboard h1,
  .profile h1 {
    margin-bottom: 15px !important;
  }

  #dashboard h2 {
    margin-bottom: 0 !important;
  }

  #descriptionMod[title]::after {
    left: auto;
    width: 326px;
    right: auto;
    margin-left: -204px;
  }

  .card {
    margin-bottom: 20px;
  }

  .serchall,
  .search {
    width: 358px;
  }

  #home .btn-primary {
    margin: 46px 0px 0px 0px;
  }

  .masthead-subheading {
    margin: 0;
  }

  header.masthead .header-column {
    padding-right: 72px;
    margin-top: 25px;
    padding: 0;
  }

  .main {
    flex: 0.3 1 auto;
  }

  header.masthead .masthead-heading h5 {
    font-size: 24px;
  }

  .menu-profile {
    max-width: 100% !important;
  }

  header.masthead {
    flex: 0 1 auto;
  }

  #payment h2 {
    margin-bottom: 20px !important;
    font-size: 19px !important;
  }

  #payment .table-contain .divs-input .choices {
    width: 99% !important;
  }

  #payment .img-1000 {
    width: 100% !important;
  }

  #payment .pagination {
    justify-content: start !important;
  }

  #payment h3 {
    font-size: 23px !important;
  }

  .terms span,
  .out-demo {
    font-size: 15.5px !important;
  }

  #payment .block-dashboard {
    padding: 25px 10px !important;
  }

  #payment .img-1000 {
    display: block !important;
    width: 88%;
  }

  #payment .monster-1000 {
    display: none !important;
  }

  .legend li span {
    font-size: 16px !important;
  }

  #legend-sound_feedback ul {
    max-height: 120px;
  }

  #legend-progress_modules ul {
    max-height: 199px;
  }

  #legend ul {
    max-height: 99px;
    flex-direction: column;
    flex-wrap: wrap;
  }

  .header-small,
  .mistakes-pod {
    display: none;
  }

  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
  }

  #reg-div-2 .divs-button {
    padding-top: 4%;
    padding-bottom: 7%;
  }

  #reg-div,
  #reg-div-2,
  #reg-div-therapist {
    margin-bottom: 0;
  }

  #reg-div,
  #reg-div-2,
  #reg-div-therapist {
    padding-left: 0%;
  }

  .masks,
  .scales {
    font-size: 19px;
  }

  .for-checkbox {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .reg-div-2-monster-480 {
    width: 85%;
    margin: 0 auto;
  }

  .divs-button button {
    width: 100%;
  }

  .reg-div-2-monster-480 {
    display: block !important;
  }

  .monster-big {
    display: none !important;
  }

  .divs-input input,
  .divs-input .choices {
    width: 100%;
  }

  #registration .pagination {
    justify-content: flex-start;
    /* align-items: center; */
  }

  #registration .pagination button {
    width: 68.6%;
  }

  .divs-input {
    padding-top: 10px;
  }

  .correction {
    padding-top: 12%;
    padding-bottom: 6%;
  }

  .divs-input label {
    font-size: 18px;
  }

  #reg-div .form-control {
    font-size: 18px;
  }

  #registration .choices__item:first-child,
  .for-checkbox {
    font-size: 18px;
  }

  .reg-name {
    font-size: 24px;
  }

  #registration {
    padding-top: 8%;
  }

  #reg-div,
  #reg-div-2,
  #reg-div-therapist {
    background: transparent;
    box-shadow: none;
  }

  .monster-1000 {
    width: 77%;
    margin: 0 auto;
  }

  .playForListEx {
    /* width: 9.9895%; */
    width: 48px;
  }

  #descriptionModule {
    right: 1%;
    font-size: 2rem;
    padding: 0 0.99rem 0 0.99rem;
  }

  .btnDetail {
    width: 75px;
  }

  .popup-title {
    margin-bottom: 1rem;
  }

  /* .side {
    margin-left: 26%;
  } */

  .wrap-loading {
    width: 61%;
  }

  #limit-for-user {
    font-size: 0.95rem;
  }

  #btn-unerstand {
    margin-top: 1rem;
  }

  .accordion-button {
    padding: 0.6rem 1.25rem;
    font-size: 0.8rem;
  }

  #performing .panelbutton .btn-primary.btn-light,
  #calibration .panelbutton .btn-primary.btn-light {
    width: 26%;
  }

  #infoCondition,
  #infoConnectionNetwork,
  #infoConnect,
  #performing .btn-primary,
  #calibration .btn-primary {
    font-size: 0.7rem;
  }

  #textPreservation {
    font-size: 0.75rem;
  }

  #details-exercises-popup .btn-primary {
    width: 71%;
    font-size: 1rem;
  }

  .formasks-hint[title]:hover::after,
  .descriptionExFind[title]:hover::after {
    /* Показываем подсказку */
    top: 3em;
    /* Положение подсказки */
  }

  .descriptionExFind[title]::after {
    width: 290px;

    margin-left: -190px;
  }

  #profiletooltip[title]::after {
    border-radius: 15px 0 15px 15px;
    margin-left: -230px;
  }

  #d-block-1200 {
    display: none;
  }

  .pagination {
    justify-content: center;
    margin-bottom: 4rem;
  }

  #LoadForEx .mb-5 {
    margin-bottom: 1rem !important;
  }
}

@media (max-width: 513px) {
  .table-contain .assesment {
    width: 71% !important;
  }

  .terms span,
  .out-demo {
    font-size: 16px !important;
  }

  .container-terms {
    padding-right: 0;
  }
}

@media (max-width: 481px) {
  #popup-nextEx .popup__content {
    width: 100%;
  }

  .info-logopedist span.data-logopedist-text {
    width: 66%;
    word-break: break-all;
  }

  .hello,
  .profile .hello-text {
    width: 100%;
    word-break: break-all;
  }

  .profile .hello,
  .profile .hello-text {
    font-size: 36px;
  }

  #registration .pagination button {
    width: 83.6%;
  }

  #registration .label {
    width: 326px;
  }
}

@media (max-width: 440px) {
  .table-contain .assesment {
    width: 89% !important;
  }
}

@media (max-width: 430px) {
  #registration .label {
    width: 236px;
  }

  .videoForPresentation {
    max-width: 215px;
  }

  .allCount {
    width: 29%;
  }

  .serchall,
  .search {
    width: 275px;
  }

  #payment h3 {
    font-size: 19px !important;
  }

  #payment .divs-button button {
    font-size: 14px !important;
  }

  #legend ul {
    max-height: 154px;
  }

  #start_date,
  #end_date {
    width: 257px;
  }

  #legend ul {
    max-height: 199px;
  }

  #legend-avg_modules ul {
    max-height: 353px;
  }

  #legend-progress_modules {
    max-height: 200px;
    overflow-y: scroll;
  }

  #legend-sound_feedback ul {
    max-height: 153px;
  }

  #legend-progress_modules ul {
    max-height: 354px;
  }

  #details-modules-popup .btn-primary {
    width: 64%;
    font-size: 1rem;
  }

  .no-face-waring {
    top: 15%;
  }

  .btnDetail {
    width: 57px;
    height: 33px;
  }

  .loader-text {
    font-size: 1.3rem;
  }

  .big-animation {
    width: calc(100vw * 0.7) !important;
  }

  .play {
    width: 10% !important;
    width: calc(100vw * 0.7) !important;
  }

  /* .big-progress, .animationStarForProgress {
    height: 60px !important;
    width: calc(100vw * 0.9) !important;
  } */

  .big-metro {
    width: 17% !important;
  }

  .btn img {
    width: 2rem !important;
  }

  .accordion-button {
    padding: 0.3rem 0.6rem;
    font-size: 0.6rem;
  }

  .reg-name {
    font-size: 21px;
  }

  .wrap-loading {
    width: 55%;
  }

  #limit-for-user {
    font-size: 0.8rem;
  }

  #btn-unerstand {
    font-size: 1rem;
  }

  #popup-end-session .a-reg {
    margin: 0rem 4rem;
  }

  #descriptionEx {
    padding: 0 0.4rem 0 0.4rem;
  }

  #details-exercises-popup .a-reg {
    font-size: 0.7rem;
  }

  #performing .forcheckbox {
    font-size: 0.8rem;
    padding-top: 0;
  }
}

@media (max-width: 380px) {
  #popup-nextEx .popup__content .btn-progress {
    width: 90%;
  }

  #clients .container {
    padding-left: 6px;
  }

  #clients .block-dashboard {
    padding-right: 0;
    padding-left: 7px;
  }

  #registration .label {
    width: auto;
  }

  #registration .pagination button {
    width: 100%;
  }

  #details-modules-popup .btn-primary {
    width: 73%;
  }

  #modules .serchall,
  #modules .search {
    width: 98%;
  }

  .card-for-module {
    margin-left: 0;
    width: 100%;
  }

  header.masthead .header-column {
    margin-top: 15px;
  }

  #home .btn-primary {
    font-size: 20px;
    margin: 20px 0px 0px 0px;
  }

  .allCount {
    width: 26%;
  }

  .playForListEx {
    max-width: 47.98px;
  }

  #limit-for-user {
    font-size: 0.686rem;
  }

  #btn-unerstand {
    font-size: 0.9rem;
    margin-top: 0.9rem;
  }

  #details-exercises video {
    height: 200px;
  }

  #profile .mb-5 {
    margin-bottom: 2rem !important;
  }

  #textPreservation {
    font-size: 0.56rem;
  }

  .list p,
  .list a {
    font-size: 0.89rem;
  }

  .a-reg {
    font-size: 0.8rem;
  }

  .distanse p {
    margin-bottom: 1.3rem;
  }

  .popup__title {
    font-size: 1.1rem;
  }

  .btn img {
    width: 1.4rem;
  }

  .popup__close {
    right: 25px;
  }

  #exercise .mb-5 {
    margin-bottom: 2.5rem !important;
  }

  header.masthead {
    padding-top: 3rem;
  }

  header.masthead .masthead-subheading h1 {
    font-size: 36px;
    line-height: 3rem;
  }

  header.masthead .masthead-heading h5 {
    font-size: 19.2px;
  }

  span.error {
    font-size: 0.77rem !important;
  }

  #module {
    font-size: 0.8rem;
  }

  #details-exercises .btn-primary.btn-light {
    width: 50%;
  }
}

.is-invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545 !important;
  padding-right: calc(1.5em + 0.75rem) !important;
}

@media (max-width: 340px) {
  #descriptionMod[title]::after {
    width: 274px;
    margin-left: -178px;
  }
}

/* background-repeat: no-repeat !important;
  background-position: left calc(.375em + .1875rem) center !important;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem) !important;
  background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") !important; */

#textforgender,
#textforrace,
#textfordate,
#textfordateYear,
#textforusername {
  margin-bottom: 0.5rem;
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: space-around;
  justify-content: center;
}

/* .border-button {
  outline: solid 5px #FC5185;
  transition: outline 0.6s linear;
  margin: 0.5em;
} */

.border-button-good {
  border: 8px solid #99ff80;
  transition: border 1s ease-in-out;
  border-radius: 10px;
}

.border-button {
  border: 8px solid #149400;
  transition: border 1s ease-in-out;
  border-radius: 10px;
}

.border-button-error {
  border: 8px solid #ff0d0d;
  transition: border 1s ease-in-out;
  border-radius: 10px;
}

.border-button-middle {
  border: 8px solid #ffd900;
  transition: border 1s ease-in-out;
  border-radius: 10px;
}

.accordion-item,
.correct area {
  border-radius: 10px !important;
}

.forCorrect {
  background-image: linear-gradient(to right, #149400 100%, #149400 100%),
    linear-gradient(to bottom, #149400 100%, #149400 100%),
    linear-gradient(to right, #149400 100%, #149400 100%),
    linear-gradient(to bottom, #149400 100%, #149400 100%);
}

.forCorrect-good {
  background-image: linear-gradient(to right, #99ff80 100%, #99ff80 100%),
    linear-gradient(to bottom, #99ff80 100%, #99ff80 100%),
    linear-gradient(to right, #99ff80 100%, #99ff80 100%),
    linear-gradient(to bottom, #99ff80 100%, #99ff80 100%);
}

.forIncorrect {
  background-image: linear-gradient(to right, #ff0d0d 100%, #ff0d0d 100%),
    linear-gradient(to bottom, #ff0d0d 100%, #ff0d0d 100%),
    linear-gradient(to right, #ff0d0d 100%, #ff0d0d 100%),
    linear-gradient(to bottom, #ff0d0d 100%, #ff0d0d 100%);
}

.forMiddle {
  background-image: linear-gradient(to right, #ffd900 100%, #ffd900 100%),
    linear-gradient(to bottom, #ffd900 100%, #ffd900 100%),
    linear-gradient(to right, #ffd900 100%, #ffd900 100%),
    linear-gradient(to bottom, #ffd900 100%, #ffd900 100%);
}

.forCorrect-feedback {
  background-image: linear-gradient(to right, #6e77fb 100%, #6e77fb 100%),
    linear-gradient(to bottom, #6e77fb 100%, #6e77fb 100%),
    linear-gradient(to right, #6e77fb 100%, #6e77fb 100%),
    linear-gradient(to bottom, #6e77fb 100%, #6e77fb 100%);
}

.accordion-button {
  border-radius: 10px !important;
  background-repeat: no-repeat;
  padding: 0.7rem 1.25rem;
  border: 2px solid #936efb;
  color: #936efb;
  background-size: 100% 6px, 6px 100%, 100% 6px, 6px 100%;
  background-position: 0 0, 100% 0, 100% 100%, 0 100%;
  animation: ramka 1.5s cubic-bezier(0.19, 1, 0.22, 1) 1;
  -webkit-animation: ramka 1.5s cubic-bezier(0.19, 1, 0.22, 1) 1;
  -webkit-animation-play-state: paused !important;
  animation-play-state: paused !important;
}

.accordion-button.start {
  animation-play-state: running !important;
  -webkit-animation-play-state: running !important;
}

@keyframes ramka {
  0% {
    background-size: 0 6px, 6px 0, 0 6px, 6px 0;
  }

  25% {
    background-size: 100% 6px, 6px 0, 0 6px, 6px 0;
  }

  50% {
    background-size: 100% 6px, 6px 100%, 0 6px, 6px 0;
  }

  75% {
    background-size: 100% 6px, 6px 100%, 100% 6px, 6px 0;
  }

  100% {
    background-size: 100% 6px, 6px 100%, 100% 6px, 6px 100%;
  }
}

@-webkit-keyframes ramka {
  0% {
    background-size: 0 6px, 6px 0, 0 6px, 6px 0;
  }

  25% {
    background-size: 100% 6px, 6px 0, 0 6px, 6px 0;
  }

  50% {
    background-size: 100% 6px, 6px 100%, 0 6px, 6px 0;
  }

  75% {
    background-size: 100% 6px, 6px 100%, 100% 6px, 6px 0;
  }

  100% {
    background-size: 100% 6px, 6px 100%, 100% 6px, 6px 100%;
  }
}

.animationStarForProgress img {
  margin-right: 15px;
  margin-left: 4px;
}

#star-five {
  margin-right: 27px;
}

:-webkit-full-screen #myvideo {
  width: 100%;
  height: 100%;
}

.ratio img {
  width: 40px !important;
  height: 40px !important;
  right: 10px !important;
}

.for-metronome {
  top: 9px;
  right: 10px;
  width: 8%;
}

.animationJar-half img {
  opacity: 0;
}

.animationStar,
.animationJar,
.animationJar-eaten,
.animationStarForProgress {
  position: absolute;
  z-index: 1;

  visibility: hidden;
}

.animationJar-half {
  position: absolute;
  z-index: 1;
}

.animationStar {
  margin: auto;
  height: 15%;
  top: 50px;
  left: 0;
  bottom: 0;
  right: 0;
}

/* .animationStarForProgress img {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  min-height: -webkit-max-content;
  min-height: -moz-max-content;
  min-height: max-content;
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
} */

.animationJar-eaten {
  right: 4%;
}

.animationJar,
.animationJar-eaten,
.animationJar-half {
  bottom: 7%;
}

.animationJar,
.animationJar-half {
  left: 4%;
}

#gif-for-preloader,
#gif-for-preloader-two {
  width: 100%;
}

#logopedStream-md {
  width: 25%;
}

.forLogopedist {
  position: absolute;
  top: 13px;
}

.bar,
.bar-preloader {
  border-radius: 20px;
  width: 0%;
  height: 100%;
  transition: width;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.36, 0.55, 0.63, 0.48);
}

.mobile {
  display: none;
}

.progress,
.animationStarForProgress {
  visibility: hidden;
  left: 4%;
  width: 50%;
  z-index: 1;
  height: 27px;
  border-radius: 20px;

  position: absolute;
  bottom: 19px;
}

.for-circle-progress {
  position: absolute;
  left: 4%;
  z-index: 1;
  bottom: 19px;
  visibility: hidden;
}

.circle-progress {
  width: 40px;
  margin: 0.4rem;
  height: 22px;
  border-radius: 20px;
  border: 2px solid transparent;
  background: #ffffff24;
}

.circle-red,
.circle-green {
  border: 2px solid #fff;
}
.circle-red {
  background: linear-gradient(180deg, #FE2BC3 50%, #FF1431 50%);
}

.circle-green {
  background: linear-gradient(180deg, #2BEC56 50%, #51EEC7 50%);
}

.progress {
  background-color: #fff;
}

.progress-preloader {
  border-radius: 20px;
  z-index: 1;
  background: #ffffff;
  height: 28px;
}

.shadow {
  /* 25 50 */
  box-shadow: 0px 45px 50px rgba(0, 0, 0, 0.25);
}

.crosses {
  background-color: #ba8cff;
  background-size: cover;
}

.crosses-preloader {
  background: linear-gradient(90deg, #936efb -7.58%, #dec9ff 98.26%);
}

@media screen and (max-width: 650px) {
  .progress,
  .progress-preloader {
    width: calc(100vw * 0.7);
    height: calc(100vw * 0.7 * 0.145);
    height: 19px;
  }

  .progress {
    bottom: 10px;
    right: 8px;
  }

  .github {
    margin: 20px;
  }

  .desktop {
    display: none;
  }

  .mobile {
    display: inherit;
  }
}

/* настройки пользователя */

.masks-container img,
.form-edit img {
  width: 100%;
}

.masks-container .label span {
  font-size: 17.5px;
  color: #6e77fb;
  margin-left: 10px;
  cursor: pointer;
}

#settings [type="radio"]:checked + label.disabled:after {
  background-color: #70729d;
  box-shadow: none;
}

.distance-masks {
  margin: 0 15px;
}

#settings .masks-container {
  padding-left: 0;
  padding-right: 0;
}

#settings .masks-container .block-dashboard h3 {
  width: 53%;
  margin-left: auto;
  margin-right: auto;
}

.masks-container .col-2 {
  width: 18.666667%;
}

.masks-container button {
  margin-top: 30px;
  padding: 13px 0;
}

/* #crown{
background: #FFFFFF;
border: 2px solid #6E77FB;
border-radius: 50px;
} */

[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 45px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #6e77fb;
  min-width: 155px;
}

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 31px;
  height: 31px;
  border: 2px solid #6e77fb;
  border-radius: 100%;
  background: #fff;
}

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: "";
  width: 23px;
  height: 23px;
  background: #6e77fb;
  box-shadow: inset 3px 3px 4px 1px #8563e4,
    inset -4px -4px 5px 0.5px rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/*настройки controls*/
#videoEx::-webkit-media-controls-mute-button,
#logopedStream-md::-webkit-media-controls-mute-button,
#logopedStream::-webkit-media-controls-mute-button {
  display: none !important;
}

#videoEx::-moz-media-controls-mute-button {
  display: none !important;
}

#videoEx::-o-media-controls-mute-button {
  display: none !important;
}

/*кнопки управления*/
.button-arrow,
.settings,
.control {
  font-size: 28px;
}

.button-arrow {
  margin: 0 0.2rem;
}

.navigation-map {
  top: 10px;
  left: 35.5%;
  margin: 0;
}

/*кнопка плей*/

.gif-for-preloader::-webkit-media-controls-panel,
.gif-for-preloader-two::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none;
}

/* Old shadow dom for play button */

.gif-for-preloader::-webkit-media-controls-play-button,
.gif-for-preloader-two::-webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none;
}

/* New shadow dom for play button */

/* This one works! */

.gif-for-preloader::-webkit-media-controls-start-playback-button,
.gif-for-preloader-two::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

.animationHalf {
  animation: jump 1s ease infinite;
  -webkit-animation: jump 1s ease infinite;
}

@keyframes jump {
  /* 50% { transform: translateY(-20px); } */

  80% {
    transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    /** Chrome & Safari **/
    -o-transform: rotate(15deg);
    /** Opera **/
    -moz-transform: rotate(15deg);
    /** Firefox **/
  }

  50% {
    transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    /** Chrome & Safari **/
    -o-transform: rotate(-15deg);
    /** Opera **/
    -moz-transform: rotate(-15deg);
    /** Firefox **/
  }
}

@-webkit-keyframes jump {
  /* 50% { transform: translateY(-20px); } */

  80% {
    transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    /** Chrome & Safari **/
    -o-transform: rotate(15deg);
    /** Opera **/
    -moz-transform: rotate(15deg);
    /** Firefox **/
  }

  50% {
    transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    /** Chrome & Safari **/
    -o-transform: rotate(-15deg);
    /** Opera **/
    -moz-transform: rotate(-15deg);
    /** Firefox **/
  }
}

/* rotate(-20deg) */

/* прелоадер для tongue vibrate*/

.process-preload {
  background-color: rgba(109, 113, 240, 0.6);
  z-index: 100;
}

.process-preload img {
  width: 64px;
}

#text-process {
  padding: 1rem;
  color: white;
  position: absolute;
  bottom: 81px;
}

/* прелоадер loading */
.forPreloadDrop {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 990;
  border-radius: 10px;
}

.sk-circle {
  margin: 100px auto;
  width: 70px;
  height: 70px;
  position: absolute;
  z-index: 999;
}

.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle .sk-child:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: rgb(255, 255, 255);
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
  transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
  transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
  transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
  transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
  transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
  transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
  transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
  transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
  transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
  transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
  transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.fa-exclamation-circle {
  margin-right: 5px;
}

.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    transform: scale(0);
  }

  40% {
    transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    transform: scale(0);
  }

  40% {
    transform: scale(1);
  }
}

.fa-exclamation-circle {
  margin-right: 5px;
}

/* dashboard */

.datepicker-1 {
  margin-left: 8px;
}

.menu-profile {
  position: fixed;
  display: flex;
  width: 370px;
  padding: 20px 20px 40px 20px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 8px;
  background: var(--white, #FFF);
}

@media (max-width: 1024px) {
  .container.profile-wrapper {
    flex-wrap: wrap;
    max-width: 100%;
    width: 100%;
    padding: 0 5px;
    margin: 0;
    box-sizing: border-box;
    overflow: hidden;
  }
  .menu-profile {
    height: 350px;
    width: 100%;
    max-width: 400px;
    align-items: stretch;
    justify-content: center;
    padding: 0 10px!important;
    overflow: hidden;
  }

  .menu-profile .first {
    padding-top: 0!important;
    width: 100%;
    flex-wrap: wrap;
    padding: 0;
  }

  .icons-menu-div {
    margin-top: 38px!important;
    margin-bottom: 0!important;
    width: 33%;
  }

  .content-block {
    margin-top: 25px !important;
    margin-left: 0!important;
    width: 100%!important;
  }

  .content-block  .profile {
    padding-top: 37px;
  }
  .content-block .profile .container {
    padding: 0;
    margin: 0 auto;
  }
}

.for-question {
margin-top: 75px;
}

#name-user {
display: block;
width: 75%;
color: #6e77fb;
font-weight: 400;
font-size: 19.2px;
padding-left: 13px;
}

.stroke-fill {
stroke: #70729d;
}

.all-fill {
fill: #70729d;
}

.icons-menu svg:hover {
fill: #6e77fb;
stroke: #6e77fb;
}

.fill-good:hover {
fill: #6e77fb;
stroke: #6e77fb;
}

.first {
padding-top: 75px;
}

.icons-menu-div,
.subscription-distance {
margin-bottom: 12px;
}

.icons-menu-div span {
padding-left: 8px;
}

.for-question span {
padding-left: 27px;
}

.rect {
background: #6e77fb;
fill: #6e77fb;
border-radius: 15px;
}

.elements * {
cursor: pointer;
  white-space: normal !important;
}

.elements i,
.question {
background: #6e77fb;
opacity: 0;
border-radius: 15px;
width: 45px;
height: 45px;
display: flex;
justify-content: center;
top: -8px;
}

.question {
background: #ebecff !important;
opacity: 0.8 !important;
border: 2px solid #6e77fb;
z-index: -1;
}

#dashboard h1,
.profile h1,
#subscription h1,
#try-version h1,
#IPOC h1,
#info-block h1,
#IPOC-not h1,
#dashboard-not h1 {
font-family: "Neucha";
font-weight: 400;
font-size: 54px;
margin-bottom: 30px;
}

#dashboard .patient-name-for-logopedist {
margin-bottom: 0;
}

#dashboard h1,
.profile h1,
#subscription h1,
#IPOC h1,
#info-block h1,
#IPOC-not h1,
#dashboard-not h1,
#try-version h1,
#dashboard h2,
.profile h2,
#subscription h2,
#IPOC h2,
#info-block h2,
#IPOC-not h2,
#dashboard-not h2,
#payment h2,
#try-version h2,
#dashboard .container span,
#IPOC .container span,
#info-block .container span,
#IPOC-not .container span,
#dashboard-not .container span,
#payment .container span,
#subscription .container span,
#try-version .container span,
#clients .container span {
color: #fff;
}

#dashboard h2,
.profile h2,
#subscription h2,
#IPOC-not h2,
#info-block h2,
#dashboard-not h2,
#payment h2,
#try-version h2 {
font-weight: 400;
font-size: 21px;
}

#IPOC h2 {
font-size: 19px;
}

#try-version h2,
#subscription h2 {
margin-bottom: 45px;
}

#try-version .block-dashboard,
#subscription .block-dashboard {
padding-bottom: 31px;
}

#dashboard h2,
#payment h2 {
margin-bottom: 60px;
}

.profile h2 {
margin-bottom: 20px;
}

#payment h2 {
margin-top: 15px;
margin-bottom: 30px;
}

#payment .block-dashboard {
padding: 25px 40px;
width: 99%;
}

#payment .block-small {
width: 97%;
}

#try-version img,
#subscription img {
width: 100%;
}

.distance-block {
margin-top: 30px;
padding: 0;
}

.p-0 {
padding: 0;
}

.page-end {
margin-top: 40px;
}

#payment,
#try-version,
#subscription,
.general-page {
padding-top: 50px;
}

.choose-dates {
margin-bottom: 60px;
}

.daily-goal,
.tried,
.block-dashboard {
background: rgba(255, 253, 252, 0.7);
box-shadow: inset 4px -4px 4px 0.5px #ffffff,
  inset -4px 4px 4px 0.5px rgba(155, 117, 255, 0.4);
border-radius: 30px;
padding: 25px;
}

.daily-goal,
.tried {
width: 90%;
height: 210px;
}

.tried-exercises {
font-family: "Neucha";
font-style: normal;
font-weight: 400;
font-size: 52px;
margin: 0;
color: #6e77fb;
text-align: center;
}

.premium {
font-size: 17px;
}

.select-data {
font-size: 19px;
}

.select-choices,
.premium {
text-decoration-line: underline;
color: #622aff !important;
}

.select-choices-color {
color: #622aff !important;
}

.info,
#masks_saved {
font-size: 17px;
color: #6e77fb;
}

#masks_saved {
margin-top: 20px;
}

.avatar-patient {
cursor: pointer;
}

.open-text-info {
animation: ani 2s forwards;
}

@keyframes ani {
0% {
  opacity: 0;
}

100% {
  opacity: 1;
}
}

#dashboard .container .choose-dates span,
.choose-dates,
#dashboard .container .no-select {
font-size: 19px;
color: #70729d;
}

.choose-dates input {
background: #f2fdff;
box-shadow: inset 4px -4px 4px 0.5px #ffffff,
  inset -4px 4px 4px 0.5px rgba(155, 117, 255, 0.4);
border-radius: 20px;
border: none;
padding: 3px 10px 3px 15px;
cursor: pointer;
}

.exercise-text {
text-transform: lowercase;
font-size: 19.2px;
margin: 0;
color: #6e77fb;
text-align: center;
}

.tried {
padding: 25px 35px;
}

.lower-distance {
margin-top: 20px;
}

.daily-goal span,
.tried span {
text-align: center;
text-transform: uppercase;
font-size: 19.2px;
display: block;
}

.button-period {
background: #ebecff;
opacity: 0.8;
border: 1.5px solid #70729d;
border-radius: 15px;
width: 45px;
height: 45px;
}

#dashboard .selected {
color: #622aff;
background: rgba(98, 42, 255, 0.2);
border: 1.5px solid #622aff;
}

.button-period:hover {
color: #6e77fb;
background: rgba(110, 119, 251, 0.2);
border: 1.5px solid #6e77fb;
}

.button-period:active {
color: #622aff;
background: rgba(98, 42, 255, 0.2);
border: 1.5px solid #622aff;
}

#start_date {
margin-right: 10px;
}

#start_date,
#end_date {
background-image: url("https://da64b21f-4240-410a-bf26-bb15ead71625.selcdn.net/img/icons-calendar.svg");
background-repeat: no-repeat;
fill: #f00;
padding-right: calc(1.5em + 0.375rem);
background-position: center right calc(0.575em + 0.1875rem);
background-size: calc(0.8em + 0.575rem) calc(0.8em + 0.575rem);
}

#start_date::-webkit-input-placeholder,
#end_date::-webkit-input-placeholder {
font-weight: 400;
font-size: 17px;
color: #70729d;
}

#start_date::-moz-placeholder,
#end_date::-moz-placeholder {
font-weight: 400;
font-size: 17px;
color: #70729d;
}

#start_date::-ms-input-placeholder,
#end_date::-ms-input-placeholder {
font-weight: 400;
font-size: 17px;
color: #70729d;
}

#start_date::-moz-placeholder,
#end_date::-moz-placeholder {
font-weight: 400;
font-size: 17px;
color: #70729d;
}

.datepicker--button {
text-decoration: none;
color: #622aff;
}

.datepicker--cell-day {
border-radius: 50%;
}

.datepicker--cells-days {
justify-content: space-between;
}

.choose-dates input {
color: #70729d;
}

.block-dashboard h3 {
text-align: center;
color: #6e77fb;
text-transform: uppercase;
font-size: 17.2px;
margin-bottom: 30px;
}

.request h3,
.request .login_user {
text-transform: none;
font-size: 19.2px;
margin-bottom: 0;
}

.request h3 {
margin-right: 30px;
}

section.request .btn-light {
padding: 11px 0px;
width: 100%;
}

section.request .btn-light:hover {
padding: 11px 0px;
border: 3px solid #6e77fb;
}

.btn-red {
border: 3px solid #ff0000;
color: #ff0000;
background: white;
margin: 0;
}

.btn-red:hover,
.request .btn-primary.btn-red:active,
.request .btn-primary.btn-red:focus {
border: 3px solid #ff0000 !important;
color: white !important;
background: #ff0000 !important;
font-size: 18px;
margin: 0;
}

#clients .block-dashboard h3 {
font-size: 19.2px;
}

.accept {
margin-right: 18px;
}

.block-button-accept button {
padding: 12px 0px;
}

.request .d-flex > div div:first-child {
margin-bottom: 20px;
}

.block-dashboard h3 span {
color: #622aff !important;
font-size: 17.2px;
}

/* payment */
.currency span {
  color: #622aff;
  font-size: 24px;
}

.currency {
  margin-bottom: 17px;
}

#payment h3 {
  color: #622aff;
  margin-bottom: 30px;
  margin-top: 6px;
  font-weight: 400;
  font-size: 24px;
}

#payment .table-contain .divs-input {
  margin-bottom: 0;
  margin-left: 2%;
}

#payment .table-contain .divs-input .choices {
  width: 81%;
}

.price,
.price-number,
.currency-symbol {
  color: #6e77fb;
  font-size: 38px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.price span {
  font-size: 18px;
  line-height: 22px;
  color: #70729d !important;
  margin-left: 5px;
}

.lower-distance {
  margin-top: 27px;
}

#payment h2 {
  font-size: 20px;
}

.terms {
  color: #622aff !important;
  font-size: 16.5px;
  margin-bottom: 15px;
}

.terms span {
  color: #622aff !important;
}

.terms img {
  margin-right: 10px;
  width: 30px;
  height: 30px;
}

.out-demo,
.info-text-popup {
  font-size: 17.9px;
  color: #70729d !important;
  margin-left: 29px;
  line-height: 22px;
}

.subscription-block {
  margin-left: 6.333333%;
}

#payment .divs-button,
.subscriptions .divs-button {
  margin: 0 auto;
}

#payment .divs-button button,
#try-version .divs-button button,
#subscription .divs-button button,
.general-page .divs-button button {
  font-size: 16px;
  margin-bottom: 10px;
}

.general-page .divs-button button {
  margin-top: 20px;
}

#payment .divs-button button,
#subscription .divs-button button {
  width: 100%;
}

#subscription .divs-button button {
  padding: 11px 30px;
  margin-bottom: 0;
}

#try-version .divs-button button,
.general-page .divs-button button {
  padding: 11px 0;
}

#try-version .divs-button button {
  width: 83%;
}

.subscriptions .divs-button button {
  font-size: 23px;
  margin-bottom: 30px;
  width: 100%;
}

/* legend */

.legend > ul {
  display: flex;
  justify-content: center;
  padding: 0;
}

#legend-avg_modules {
  max-height: 237px;
  overflow-y: auto;
}

.legend li {
  cursor: pointer;
  margin: 10px 10px 0 0;
  display: flex;
  /* width: 106px; */
}

.legend li span {
  padding-left: 8px;
  font-size: 18px;
}

.table-contain span {
  font-size: 19.2px;
}

.table-contain .divs-input {
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #622aff;
}

.table-contain .divs-input .choices[data-type*="select-one"]:after {
  right: 19.5px;
  top: 29%;
}

.table-contain .divs-input .is-flipped[data-type*="select-one"]:after {
  right: 19.5px;
  top: 49%;
}

.table-contain .choices[data-type*="select-one"] .choices__inner {
  padding: 8px 22px;
}

.header-table {
  /* margin-top: 25px; */
  margin-bottom: 20px;
}

.tabless {
  padding: 25px 0;
}

.table-contain .list-name-ex {
  margin-bottom: 0;
  max-height: 48px;
}

.table-contain .truncate {
  font-size: 17px;
  padding-left: 17px;
}

.table-contain img {
  width: 20px;
}

.table-contain .playForListEx {
  padding: 9px 18.49px;
}

.assesment {
  box-shadow: inset 4px -4px 4px 0.5px #ffffff,
    inset -4px 4px 4px 0.5px rgba(155, 117, 255, 0.4);
  border-radius: 30px;
  font-size: 17px;
  text-align: center;
  color: #6e77fb;
  padding: 10px 20px;
  height: 100%;
  max-height: 48px;
  width: 54%;
}

.mistakes,
.body-table-subscription .block-sub,
.body-table .block-content {
  background: rgba(255, 253, 252, 0.7);
  box-shadow: inset 4px -4px 4px 0.5px #ffffff,
    inset -4px 4px 4px 0.5px rgba(155, 117, 255, 0.4);
  border-radius: 30px;
  padding: 10px 20px;
  color: #6e77fb;
  font-size: 16px;
}

.clients-header {
  width: 31%;
}

.diagnosis-header span {
  margin-left: 16px;
}

.body-table .block-content {
  padding: 13px 20px;
  /* width: 93%; */
  margin: 0 auto;
  margin-right: 13px;
}

#clients .truncate {
  padding: 0;
}

#clients .header-table {
  margin-left: 11px;
  max-width: 92%;
}

.body-table,
.body-table-subscription {
  max-height: 462px;
  overflow: auto;
}

#clients .body-table {
  max-height: 363px;
  max-width: 100%;
}

.body-table {
  max-width: 89%;
}

.body-table-subscription {
  max-width: 97%;
}

.header-table {
  max-width: 95%;
}

.row-table {
  margin-bottom: 20px;
}

.block-sub,
.header-size {
  width: 95%;
}

.block-sub span {
  font-size: 16.5px;
}

.body-table .col-6 {
  margin-left: 3%;
}

.body-table .col-2 {
  margin-left: 1%;
}

#subscription .table-contain {
  margin-top: 20px;
}

.list-tab {
  margin-bottom: 20px;
}

#payment .col-12 .col-6 img {
  width: 100%;
}

#subscription .block-dashboard {
  padding: 25px;
}

.body-table:-webkit-scrollbar-track,
.body-table-subscription:-webkit-scrollbar-track,
#legend-avg_modules:-webkit-scrollbar-track,
#legend-progress_modules:-webkit-scrollbar-track {
  border: none;
  padding: 2px 0;
  background: transparent !important;
}

#legend-avg_modules::-webkit-scrollbar,
#legend-progress_modules::-webkit-scrollbar {
  width: 7px;
  background: transparent !important;
}

.body-table::-webkit-scrollbar,
.body-table-subscription::-webkit-scrollbar {
  width: 10px;
  background: transparent !important;
}

.body-table::-webkit-scrollbar-thumb,
.body-table-subscription::-webkit-scrollbar-thumb,
#legend-avg_modules::-webkit-scrollbar-thumb,
#legend-progress_modules::-webkit-scrollbar-thumb {
  background: #6e77fb !important;
  border-radius: 20px;
  border: none;
}

/* это чтобы знать какие цвета есть не обязательно классы использовать */
.back-red {
  background: #ff0000;
}

.back-light-green {
  background: #c6ffb6;
}

.back-green {
  background: #39ff00;
}

.back-yellow {
  background: #fbff37;
}

.choices__inner {
  cursor: pointer;
}

/*
#container {
  width: 210px;
  height: 110px;
}

#container svg {
  height: 130px;
  width: 210px;
  fill: none;

  stroke: #6E77FB;
  stroke-width: 10;
  stroke-linecap: round;

  } */

#container {
  width: 200px;
  height: 100px;
}

#container svg {
  height: 130px;
  width: 200px;
  fill: none;
  stroke: #6e77fb;
  stroke-width: 10;
  stroke-linecap: round;
}

.textforexercises span {
  font-size: 22px;
  color: white;
  margin-top: 37px;
  display: block;
}

@media (max-width: 1000px) {
  .textforexercises {
    flex-direction: column !important;
  }
  .textforexercises a {
    margin-bottom: 1.5rem;
  }
}

.choices[data-type*="select-one"]
  > .choices__list
  > .choices__list
  > .choices__item--selectable {
  padding-right: 0px;
}
.choices[data-type*="select-one"]
  > .choices__list
  > .choices__list
  > .choices__item--selectable::after {
  display: none;
}

.general-page img {
  width: 100%;
}

.upload-container div {
  position: relative;
  z-index: 10;
}

.upload-container {
  margin-bottom: 25px;
}

.upload-container input[type="file"] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  position: absolute;
  z-index: -10;
}

.upload-container input[type="file"] + label.label:before {
  color: red;
}

.upload-container .label {
  background: #ffffff;
  border: 3px solid #6e77fb;
  border-radius: 100px;
  padding: 8px 54px;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 0 !important;
}

.textforheader {
  margin-bottom: 19px;
}

/* .container-avatar{
  background: #F2FDFF;
  box-shadow: inset -4px 4px 4px 0.5px rgba(155, 117, 255, 0.4), inset 4px -4px 4px 0.5px #FFFFFF;
  padding: 11px 15px;
  width: 69px;
  height: 69px;
  border-radius: 100%;
  margin-left: 10px;
  margin-right: 3%;
} */
/* #avatar{
  width: 69px;
  height: 69px;
  border-radius: 100%;
  margin-left: 10px;
  margin-right: 3%;
} */

#avatar,
#avatar-logopedist,
#name-user {
  margin: 0 auto;
}

#avatar-logopedist,
.photo-logoped,
.ava-patient {
  width: 46px;
  height: 46px;
  border-radius: 100%;
}

.box {
  position: relative;
  overflow: hidden;
  width: 69px;
  height: 69px;
  margin-left: 10px;
  margin-right: 3%;
}

.profile .box {
  margin-left: 0;
  margin-right: 0;
}

.box img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 69px;
  height: 69px;
  object-fit: cover;
  border-radius: 100%;
}

.profile .box img,
.profile .box {
  width: 200px;
  height: 200px;
}

.profile .box .upload-container {
  top: 0;
  right: 0;
}

.monster-block img {
  width: 82%;
}

.info-logopedist span,
.link-logopedist a,
.profile .criteria {
  font-size: 19.2px;
}

.info-logopedist span.data-logopedist-text,
.info-logopedist .diagnosis-words {
  color: #70729d;
}

.info-logopedist .mt {
  margin-top: 15px;
}

.info-logopedist .ml {
  margin-left: 10px;
}

.info-logopedist .mr {
  margin-right: 10px;
}

.link-logopedist,
.mt-lgped {
  margin-top: 20px;
}

.link-logopedist a {
  text-decoration: none;
  color: #6e77fb;
  cursor: pointer;
}

.link-logopedist .pencil {
  border-color: #6e77fb;
  border: 2px solid #6e77fb;
  background-image: url("https://da64b21f-4240-410a-bf26-bb15ead71625.selcdn.net/img/pencil_minit.svg");
}

.profile .link-logopedist button {
  width: 31px;
  height: 31px;
  margin-right: 5px;
  cursor: pointer;
  padding: 0;
}

.link-logopedist a:hover {
  color: #622aff;
}

.link-logopedist a:hover .pencil {
  background-image: url("https://da64b21f-4240-410a-bf26-bb15ead71625.selcdn.net/img/pencil-all.svg") !important;
  border-color: #622aff;
  background-color: white;
  padding: 0;
  border: 2px solid #6e77fb;
  transition: 1s;
}

.password-changed {
  background-image: url("https://da64b21f-4240-410a-bf26-bb15ead71625.selcdn.net/img/castle.svg");
}

.link-logopedist a:hover .password-changed {
  background-image: url("https://da64b21f-4240-410a-bf26-bb15ead71625.selcdn.net/img/castle-intense.svg") !important;
  transition: 1s;
}

.specialties {
  background-image: url("https://da64b21f-4240-410a-bf26-bb15ead71625.selcdn.net/img/specialties.svg");
  background-size: 70%;
}

.link-logopedist a:hover .specialties {
  background-image: url("https://da64b21f-4240-410a-bf26-bb15ead71625.selcdn.net/img/specialties-intense.svg") !important;
  transition: 1s;
  background-size: 69%;
}

.buttons-icons {
  background-color: transparent;
  border: none;
}

#settings_logopedist .spec-span,
.spec-span {
  width: 35px;
  min-width: 35px;
  height: 35px;
  text-align: center;
  padding: 0;
  margin-left: 5px;
  cursor: pointer;
}

.profile .spec-span[title]::after {
  width: 311px;
}

.profile label {
  color: #6e77fb;
  font-size: 18px;
  padding-top: 0;
}

.profile span.signature {
  color: #70729d;
}

.profile .edit {
  color: #70729d !important;
}

.edit .signature-edit {
  color: #622aff !important;
}

.wrapper-timer {
  position: absolute;
  bottom: 40px;
  z-index: 999;
  max-width: 320px;
  left: -70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wrapper-timer #timer_3sec {
  position: absolute;
  width: 100%;
  /* max-width: 270px;
  top: 11.2px; */
}
.wrapper-timer #timer_10sec {
  z-index: 1;
}
@media (max-width: 1200px) {
  .wrapper-timer {
    bottom: 47px;
    top: auto;
    position: fixed;
  }
}

@media (max-width: 572px) {
  .wrapper-timer {
    bottom: 110px;
  }
}
.wrapper-timer .seconds {
  font-size: 53px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: white;
  font-family: "Neucha", sans-serif;
}

@media (min-width: 1200px) {
  .for-circle-progress {
    right: 4%;
    left: auto;
  }
}

.title-personification {
  color: #fff;
  font-family: "Golos-Text", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.title-general {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .title-personification {
    font-size: 22px;
  }
}

.personification__item {
  border-radius: 30px;
  background: rgba(255, 253, 252, 0.7);
  box-shadow: -4px 4px 4px 0.5px rgba(155, 117, 255, 0.4) inset,
    4px -4px 4px 0.5px #fff inset;
  display: flex;
  flex-direction: column;
  padding: 20px 25px;
  padding-bottom: 30px;
  gap: 8px;
  margin-bottom: 24px;
}

.personification__title {
  color: var(--logopedic, #6e77fb);
  font-family: "Golos-Text", sans-serif;
  font-size: 19.2px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.personification__body {
  display: flex;
  align-items: center;
  gap: 20px;
}

.personification__check {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-basis: 40%;
}

.personification__target {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 11px;
  flex-basis: 20%;
}
@media (max-width: 1200px) {
  .personification__target {
    flex-direction: row;
  }
}
.personification__target-input {
  border-radius: 20px;
  background: var(--input, #f2fdff);
  box-shadow: -4px 4px 4px 0.5px rgba(155, 117, 255, 0.4) inset,
    4px -4px 4px 0.5px #fff inset;
  width: 95px;
  height: 41px;
  border: none;
  padding: 12px;
}
.personification__diagram {
  flex-basis: 40%;
}

.personification__small-text {
  color: #6e77fb;
  font-family: "Golos-Text", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}

.personification__body .checkbox:not(checked) + label.ios-switch:before {
  top: 12px;
  width: 54px;
  height: 32px;
  border: none;
  background: #cec6e9;
}

.personification__body .checkbox:not(checked) + label.ios-switch:after {
  top: 13px;
  left: 2px;
  width: 30px;
  height: 30px;
  background: #ffffff;
  border-radius: 30px;
}

.personification__body .checkbox:checked + label.ios-switch:before {
  transition: border 0.4s;
  background: #6e77fb;
  border: none;
}

.personification__body .checkbox:checked + label.ios-switch:after {
  left: 23px;
  background-color: #ffffff;
  transition: 0.2s;
}

.range-slider {
  flex: 1;
}
.personification__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 24px;
}
.personification__header .name-ex-personification {
  color: var(--logopedic, #6e77fb);
  font-size: 32px;
}
@media (max-width: 450px) {
  .personification__header {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .personification__header .name-ex-personification {
    margin-bottom: 20px;
  }
}
.personification__header button,
.save-button {
  padding: 12px 20px;
  font-size: 18px;
  margin-top: 0;
  width: 35%;
}
.save-button {
  margin: 0 auto;
}
@media (max-width: 480px) {
  .personification__header button,
  .save-button {
    padding: 8px 50px;
    width: max-content;
    font-size: 18px;
    margin-top: 0;
  }
}
.sliderticks {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  z-index: 0;
  position: relative;
}

/* сами палки */
.sliderticks span {
  display: flex;
  justify-content: center;
  width: 1px;
  height: 10px;
  background: #c8b5ff;
  /* background: #ccc; */
  /* background: #f50; */
  line-height: 40px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  color: #70729d;
}

input[type="range"] {
  /* removing default appearance */
  -webkit-appearance: none;
  appearance: none;
  /* creating a custom design */
  width: 100%;
  cursor: pointer;
  outline: none;
  border-radius: 32px;
  height: 3px;
  background: #CBCBCB;
}
input[type="range"] {
  --track-color: #7B4EF8;
  --range: calc(var(--max) - var(--min));
  --ratio: calc((var(--value) - var(--min)) / var(--range));
  --sx: calc(0.5 * 2em + var(--ratio) * (100% - 2em));
}
input[type="range"]::-webkit-slider-thumb {
  /* removing default appearance */
  -webkit-appearance: none;
  appearance: none;
  /* creating a custom design */
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background: #fff;
  background-size: contain;
  border: 3px solid var(--track-color);
  margin-top: -15px;
}
input[type="range"]::-webkit-slider-runnable-track {
  background: linear-gradient(var(--track-color), var(--track-color)) 0/var(--sx) 100% no-repeat, #CBCBCB;
  border-radius: 32px;
  height: 3px;
}

input[type="range"]::-moz-range-thumb {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background: #fff;
  background-size: contain;
  border: 3px solid var(--track-color);
}

input[type=range]::-moz-range-progress {
  background: var(--track-color);
}

input[type=range]::-ms-fill-lower {
  background: var(--track-color);
  border-radius: 32px;
  height: 3px;
}

.range {
  display: flex;
  align-items: center;
  gap: 1rem;
  max-width: 500px;
  margin: 0 auto;
  height: 8rem;
  width: 80%;
  background: #fff;
  padding: 0px 10px;
}

.value {
  font-size: 26px;
  width: 50px;
  text-align: center;
}

.img-personification {
  max-width: 340px;
  width: 100%;
  margin-top: 20px;
}
.wrapper-illustration {
  position: relative;
  width: max-content;
}
.personification__body-section {
  display: flex;
  /* gap: 40px; */
  margin-bottom: 20px;
  align-items: flex-start;
}

.list-exercises:-webkit-scrollbar-track {
  border: none;
  padding: 2px 0;
  background: transparent !important;
}

.list-exercises::-webkit-scrollbar {
  width: 20px;
  background: #f6f0fc !important;
  border-radius: 25px;
  opacity: 0.64;
}

.list-exercises::-webkit-scrollbar-thumb {
  background: #6e77fb !important;
  border-radius: 25px;
  border: none;
}

/* .list-exercises:-webkit-scrollbar-track {
  border: none;
  padding: 2px 0;
  background: transparent !important;
}

.list-exercises::-webkit-scrollbar {
  width: 7px;
  background: transparent !important;
}

.list-exercises::-webkit-scrollbar {
  width: 10px;
  background: transparent !important;
} */

.list-exercises::-webkit-scrollbar-thumb {
  background: #6e77fb !important;
  border-radius: 20px;
  border: none;
}

.list-exercises__body {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.list-exercises__item {
  display: flex;
  width: 100%;
  height: 48.2px;
  cursor: pointer;
  gap: 15px;
  border-radius: 25px;
  background: #f2fdff;
  box-shadow: -4px 4px 4px 0.5px rgba(155, 117, 255, 0.4) inset;
  align-self: stretch;
  justify-content: space-between;
  position: relative;
  z-index: 0;
  overflow: visible;
}

.list-exercises__item span {
  color: #a7a7a7;
  font-size: 19.2px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  cursor: pointer;
}
.list-exercises__item.active span {
  color: #fff;
}
.list-exercises__item.active {
  background: #6e77fb;
  box-shadow: -4px 4px 4px 0.5px rgba(155, 117, 255, 0.4) inset;
}

.list-exercises__check-item {
  padding-right: 0;
  cursor: pointer;
  fill: #fff;
  stroke-width: 3px;
  stroke: #d8d8d8;
  width: 55px;
  height: 49.3px;
  position: absolute;
  right: -7px;
  z-index: 1;
}
.list-exercises__item.active .list-exercises__check-item {
  fill: #72d514;
  stroke-width: 3px;
  stroke: #57b400;
}
.list-exercises__item.active .check-mark {
  stroke: white;
}
.personification__body-section .checkbox_mask {
  display: flex !important;
}

svg path,
svg path,
rect {
}
.items-list-diagram {
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  #info-block {
    order: 0;
    margin-bottom: 40px;
  }
  .slider-pagnation {
    display: flex;
    gap: 30px !important;
  }
  .list-exercises {
    order: 1;
    margin-bottom: 40px;
  }
  .items-list-diagram {
    order: 2;
    margin-top: 40px;
  }
  .personification__body-section {
    flex-direction: column;
  }
  .wrapper-illustration {
    margin: 0 auto;
  }
  .personification__body .ios-switch {
    max-width: 370px;
  }

  .list-exercises__body {
    flex-direction: column;
    flex-wrap: wrap;
    gap: 20px;
    max-height: 185px;
    max-width: 100%;
  }
}
.slider-pagnation {
  height: 50px;
  justify-content: center;
  align-items: center;
  gap: 70px;
  margin-top: 40px;
}
.slider-pagnation .allCount {
  margin: 0;
  width: max-content;
  min-width: 125px;
}

@media (min-width: 590px) {
  .list-exercises__item {
    flex-basis: 48.5%;
    width: 48.5%;
  }
}
@media (min-width: 769px) {
  .list-exercises {
    max-height: 100vh;
    overflow-y: scroll;
    order: 0;
  }
  .slider-pagnation {
    display: none;
  }
  .list-exercises__item {
    display: flex;
    width: 90%;
    flex-basis: 90%;

    align-items: center;
  }
  #info-block {
    order: 1;
    padding-left: 40px;
  }
  .items-list-diagram {
    order: 1;
    padding-left: 40px;
  }
}

@media (max-width: 1200px) {
  .personification__body {
    flex-direction: column;
  }
  .personification__check,
  .personification__target,
  .personification__diagram {
    flex-basis: 100%;
    width: 100%;
  }
}

.txt-standart {
  color: var(--logopedic, #6e77fb);
  text-align: center;
  font-family: Neucha;
  font-size: 29px;
  max-width: 178px;
  position: absolute;
  top: 40px;
  right: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.5px;
}

.right_hand_img {
  position: absolute;
  visibility: hidden;
  top: 2%;
  right: 7%;
  z-index: 25;
  height: 270px;
}

.left_hand_img {
  position: absolute;
  visibility: hidden;
  top: 2%;
  left: 7%;
  z-index: 25;
  height: 270px;
}

.correct_hands_gif, .correct_sounds_gif{
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 11;
  visibility: hidden;
}

.correct_sounds_gif{
  visibility: hidden;
}

.arrow-gif,
.brow-gif,
.browL-gif,
.star_rot_gif,
.star_exp_gif,
.img-on-head,
.brow-png,
.browL-png,
.lollipop_png,
.tongue_mask,
.stick_out_zone,
.stick_out_zone2,
.hand_sound_moving_element {
  position: absolute;
  visibility: hidden;
  top: 25%;
  right: 10px;
  width: 80px;
  height: 80px;
  z-index: 10;
}

.startPointElement {
  position: absolute;
  z-index: 15;
  left: 1%;
  bottom: 5%;
  width: 15%;
}

.first_syllable_correctness_gif,
.second_syllable_correctness_gif,
.third_syllable_correctness_gif{
  position: absolute;
  visibility: hidden;
  height: 100%;
  z-index: 15;

  @media (max-width: 1200px) {
    height: unset;
  }
}

.first_syllable_correctness_gif{
  left: 0;
  transform: translate(-23%, 0);

  @media (max-width: 1200px) {
    top: 50%;
    left: 50%;
    transform: translate(-75%, -50%);
  }
}

.second_syllable_correctness_gif {
  right: 50%;
  transform: translateX(50%);

  @media (max-width: 1200px) {
    top: 50%;
    right: unset;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.third_syllable_correctness_gif{
  right: 0;
  transform: translate(23%, 0);

  @media (max-width: 1200px) {
    top: 50%;
    right: unset;
    left: 50%;

    transform: translate(-25%, -50%);
  }
}

.rainbow-container {
  width: 3%;
  height: 84%;
  position: absolute;
  top: 5%;
  display: flex;
  flex-direction: column-reverse;
}

.left-container {
  left: 5%;
}

.right-container {
  right: 5%;
}

.rainbow-box {
  width: 100%;
  height: 0;
  opacity: 0;
  transform-origin: bottom;
  transition: height 0.5s ease-in-out, opacity 0.5s ease-in-out;
  z-index: 20;
  box-shadow: inset -5px 0 5px rgba(0, 0, 0, 0.3);
}

.rainbow-box.active {
  height: 16.66%;  /* 6 boxes, 100/6 */
  opacity: 1;
}

.img-gif-md {
  position: fixed;
  top: 10px;
  left: 10px;
  width: 180px;
  height: 180px;
  z-index: 1;
  opacity: 0;
}

.arrow-gif-md,
.brow-gif-md,
.browL-gif-md,
.star_rot_gif-md,
.star_exp_gif-md,
.img-on-head-md,
.brow-png-md,
.browL-png-md,
.lollipop_png-md,
.tongue_mask-md,
.stick_out_zone-md,
.stick_out_zone2-md {
  position: fixed;
  visibility: hidden;
  top: 25%;
  right: 10px;
  width: 80px;
  height: 80px;
  z-index: 1;
}

@keyframes zoom-out {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(0.5);
    opacity: 0.5;
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}

.animated-image {
  animation: zoom-out 3s ease-in-out;
}

.calib_img,
.calib_imgR {
  position: absolute;
  visibility: hidden;
  align-items: center;
  width: 640px;
  height: 480px;
  z-index: 15;
}

.calib_img_md,
.calib_imgR_md {
  position: fixed;
  visibility: hidden;
  width: 300px;
  height: 300px;
  z-index: 1;
}

.input-bugreport {
  justify-content: center;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
}

.input-bugreport .btn {
  width: 100%;
}

.input-bugreport .errors {
  top: 5px;
}

.input-bugreport .custom-file-input {
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin-top: 10px;
}

.input-bugreport .custom-file-input input[type="file"] {
  position: absolute;
  font-size: 100px;
  opacity: 0;
  right: 0;
  top: 0;
}

.input-bugreport .custom-file-input label {
  cursor: pointer;
  background-color: #fff;
  color: #6e77fb;
  border: 1px dashed #6e77fb;
  padding: 10px 20px;
  border-radius: 330px;
  width: 100%;
  text-align: center;
}
.input-bugreport .label {
  color: #6e77fb;
  margin-bottom: 2%;
  display: block;
}
.input-bugreport .btn-primary {
  margin-top: 20px;
}
.imagePreviewContainer {
  width: 100%;
  max-width: 362px;
  height: auto; /* Убираем фиксированную высоту, чтобы фотографии могли иметь разную высоту */
  overflow-x: auto; /* Добавляем горизонтальный скролл при необходимости */
  white-space: nowrap; /* Предотвращаем перенос строк, чтобы фотографии не переносились на новую строку */
  padding-bottom: 10px;
}

.imagePreviewContent {
  white-space: nowrap; /* Возвращаем перенос строк внутри фотографий */
  font-size: 0; /* Используем этот хак для удаления пробелов между инлайн-блоками */
}

.imagePreviewContent img {
  width: auto; /* Убираем максимальную ширину для масштабирования по ширине родителя */
  height: 100px; /* Задаем фиксированную высоту для фотографий, настроите под свои нужды */
  object-fit: cover; /* Обрезаем фотографии под контейнер, сохраняя соотношение сторон */
  margin-right: 10px; /* Добавляем небольшие отступы между фотографиями */
}
.input-bugreport .imagePreviewContainer:-webkit-scrollbar-track {
  border: none;
  padding: 2px 0;
  cursor: pointer;
  background: transparent !important;
}

.input-bugreport .imagePreviewContainers::-webkit-scrollbar {
  height: 7px;
  cursor: pointer;

  background: transparent !important;
}

.input-bugreport .imagePreviewContainer::-webkit-scrollbar {
  height: 10px;
  background: transparent !important;
  cursor: pointer;
}

.input-bugreport .imagePreviewContainer::-webkit-scrollbar-thumb {
  background: #6e77fb !important;
  border-radius: 20px;
  border: none;
  cursor: pointer;
}

.button-bugreport {
  position: sticky;
  bottom: 0;
  right: 0;
  z-index: 9999;
}

.button-bugreport .wrap .btn-bugreport {
  font-size: 15px;
  width: min-content;
  aspect-ratio: 1;
  word-wrap: break-word;
  min-width: 0;
}

.button-bugreport .wrap {
  position: absolute;
  bottom: 30px;
  right: 30px;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.button-bugreport .button {
  min-width: 250px;
  min-height: 60px;
  font-family: "GolosTextWebRegular", sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  color: white;
  background: #6e77fb;
  background: linear-gradient(
    90deg,
    rgb(181, 186, 255) 0%,
    rgb(206 25 148) 100%
  );
  border: none;
  border-radius: 1000px;
  box-shadow: 12px 12px 24px rgba(52, 59, 158, 0.64);
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
  outline: none;
  position: relative;
  padding: 10px;
}
/*
  .button-bugreport  button::before {
content: '';
  border-radius: 1000px;
  min-width: calc(300px + 12px);
  min-height: calc(60px + 12px);
  border: 6px solid #6e77fb;
  box-shadow: 0 0 60px rgba(110,	119,251,.64);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all .3s ease-in-out 0s;
} */

.button-bugreport .button:hover,
.button:focus {
  color: white;
  transform: translateY(-6px);
}

/* .button-bugreport button:hover::before, button:focus::before {
  opacity: 1;
}

.button-bugreport button::after {
  content: '';
  width: 30px; height: 30px;
  border-radius: 100%;
  border: 6px solid #6e77fb;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: ring 1.5s infinite;
}

.button-bugreport button:hover::after, button:focus::after {
  animation: none;
  display: none;
} */

/* @keyframes ring {
  0% {
    width: 30px;
    height: 30px;
    opacity: 1;
  }
  100% {
    width: 300px;
    height: 300px;
    opacity: 0;
  }
} */

#popup-end-send-messaage .popup__content {
  max-width: 450px;
}
.rows-description {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  padding: 0px 36px 24px 36px;
}
.img-sescr-wrapper {
  display: flex;
  flex-basis: 35%;
}
.inf0-descr {
  width: 100%;
  text-align: left;
}
.description-parameters {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  /* flex-basis: 65%; */
}
@media (max-width: 768px) {
  .rows-description {
    flex-basis: 100%;

    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
}

.dop-info-question {
  border: 1px dashed;
  border-radius: 50%;
  padding: 5px 10px;
  margin-left: 5px;
  cursor: pointer;
}
#heading-parameters,
#description-parameters,
#default-parameters {
  font-family: Golos;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
#heading-parameters,
#default-parameters {
  color: #6e77fb;
}
#description-parameters {
  color: #70729d;
}
#default-parameters {
  text-transform: uppercase;
  width: 100%;
  display: block;
  text-align: center;
}
#description-for-parameter .popup__content {
  max-width: 700px;
}

.coin_gif_wrap,
.ruby_gif_wrap,
.diamond_gif_wrap {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.coin_gif,
.ruby_gif,
.diamond_gif {
  opacity: 0;
}

.coins_container,
.rubies_container,
.diamonds_container {
  display: flex;
  align-items: center;

  position: absolute;
  visibility: visible;
  top: 5%;
  right: 50px;
  width: 120px;
  height: 120px;
}
.rubies_container {
  top: 30%;
}
.diamonds_container {
  top: 55%;
}

.coin_png,
.ruby_png,
.diamond_png {
  max-width: 100%;
  height: auto;
  /* margin-right: 10px; */
}

.block-normal {
  border-radius: 50px;
  border: 6px solid var(--white, #FFF);
  padding: 48px;
  padding-bottom: 60px;
  background: #fff;
}

.block-bordered {
  border-color: #20D3E5;
}

.payment-block {
  width: 508px;
  height: fit-content;
}

.payment-wrapper {
  flex-direction: row;
  justify-content: space-evenly;
  flex-wrap: wrap;
  max-width: 1104px;
  margin: 20px auto 0 auto;
}

#payment-method {
  display: flex;
  flex-direction: column;
}

#payment-method .title-h3 {
  margin-bottom: 8px;
}

#payment-method label {
  margin-top: 24px;
  height: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#payment-method label img {
  vertical-align: baseline;
  margin-right: 5px;
}
#payment-method label .d-flex {
  align-items: center;
}

.title-h3 {
  color: #7B4EF8;
  leading-trim: both;
  text-edge: cap;
  font-family: Phenomena;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 0.7;
}

.pay-button {
  width: 161px;
  height: 50px;
  text-transform: none!important;
  color: var(--white, #FFF);
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 24px */
}

#payment-page .btn-primary {
  padding: 0;
}

.digits {
  color: #6E77FB;
  leading-trim: both;
  text-edge: cap;
  font-size: 19.2px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.payment-details-top {
  justify-content: space-between;
  margin-bottom: 30px;
}

.payment-details-link {
  color: #6E77FB;
  leading-trim: both;
  text-edge: cap;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
}

.payment-details-text {
  color: #6E77FB;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 10px 0;
}

#payment-details input {
  max-width: 450px;
}
.icons-menu-div .elements {
  height: 50px;
  cursor: pointer;
  align-items: flex-start;
  gap: 8px;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.icons-menu-div .active, .icons-menu-div:hover {
  background: #EFEAFF;
  border-radius: 4px;
  color: #7B4EF8;
}
.icons-menu-div .divs-span {
  font-size: clamp(0.8rem, 2vw, 20px);
}
.icons-menu-div .active .divs-span, .icons-menu-div:hover .divs-span {
  color: #7B4EF8;
}

.icons-menu svg {
  width: 24px;
}

.menu-profile .container-icon {
  /*width: 100%;*/
}

.input-date {
  width: 170px;
  padding: 12px 24px;
}
#cookies-inform {
  width: 100%;
  padding: 20px 15px;
  position: sticky;
  bottom: 0;
  left: 0;
  margin-top: -30px;
  display: flex;
  background: #ffffffe8;
  color: #000;
  justify-content: center;
  align-items: center;
  z-index: 9999999;
}
#cookies-inform  .btn-primary {
  padding: 5px 10px;
  margin: 0;
  border-radius: 10pxpx;
  font-size: inherit;
  cursor: pointer;
  margin-left: 20px;
}
.footer-wrapper {
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px #d5d5d55e solid;
  margin-bottom: 15px;
}

.footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 23px;
}

.footer-column a {
 color: inherit;
 text-decoration: none;
 cursor: pointer;
 margin-bottom: 15px;
}

.footer-column a:hover {
  opacity: .8;
}

.subscription-container.static-tariffs {
  width: 100%;
}

.subscription-container.static-tariffs .trial-card {
  width: 541px;
}

.smiles-row {
    justify-content: center;
    align-items: center;
}
.smile-wrapper {
    padding: 10px;
    margin-right: 20px;
    border: 3px transparent solid;
    width: 100px;
    height: 100px;
    display: flex;
    border-radius: 100%;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
}

.smile-wrapper.selected {
    border: 3px #6b5ef5 solid;
}

.smiles-row .smile-wrapper:last-child {
    margin-right: 0;
}
.smile-tiny {
    width: 40px;
    height: 40px;
    margin-right: 5px;
    padding: 2px;
}
.smile-tiny img {
    width: 30px;
    height: 30px;
}
.smile-label {
    width: 310px;
    font-family: Inter;
    text-align: left;
}
#popup-exercise-detailed-rate-dialog .popup__content {
    width: 600px!important;
    max-width: 80%!important;
}
#popup-exercise-detailed-rate-dialog .smiles-row {
    margin-bottom: 10px;
}

@media (max-width: 600px) {
  .subscription-container.static-tariffs .trial-card {
    width: 338px;
  }
}

span.date-range-delimiter {
  margin: 0 8px;
  color: #333333!important;
}
.date-range {
  display: flex;
  flex-direction: column;
}
.help-content{
  margin-left: 5%;
  color: #fff;
}

.date-range-inputs {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.date-range small {
  margin-bottom: 12px;
}
.input-date::-webkit-calendar-picker-indicator {
  content: '/';
  background: url("/static/main/svg/calendar.svg");
  background-size: cover;
  color: #7B4EF8!important;
}
.select-wrapper select{
  -moz-appearance:none; /* Firefox */
  -webkit-appearance:none; /* Safari and Chrome */
  appearance:none;
}
.select-wrapper {
  position: relative;
}
.select-wrapper::after {
  content: url("/static/main/svg/select-arrow.svg");
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 12px;
  z-index: 2;
  width: 24px;
  width: 24px;
  height: 24px;
  transition: transform ease-in-out .2s;
}
.select-wrapper:has(select:focus):after {
  transform: rotate(180deg);
  transition: transform ease-in-out .2s;
}
@media (max-width: 1024px) {
  .payment-block {
    width: 95%;
  }
  #payment-method {
    margin-bottom: 20px;
  }
  #payment-page {
    padding-top: 0;
  }
  #payment-page #exercise-title {
    width: 100%;
    min-width: unset;
  }
  .navbar-icons {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-around;
  }
  #mainNav {
    background: linear-gradient(90deg, #9563f4, #9462f4 67%)!important;!important;
  }
  #mainNav.navbar-shrink {
    height: unset;
  }
  @media(min-width: 992px) {
    #ezspeech-react-front{
      margin-top:8%;
    }
  }


  #main-nav-menu {
    margin: 40px 0;
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: space-between;
  }
  .navbar-nav > * {
    margin-bottom: 12px;
    margin-right: 0;
  }
  .nav-item {
    width: 50%;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    padding: 0;
    margin-bottom: 15px;
  }
  #lang-select {
    z-index: 9999;
  }
  #wifi-level {
    margin-left: 0;
  }
}



.hand-sound-exercise-container {
  max-width: unset;
  padding: 0 40px;

  @media (min-width: 1920px) {
    padding: 0 90px;
  }

  #myStream {
    display: none;
  }

  #for-border {
    width: 100% !important;
    background-size: cover;
  }

  .exercise-game-stones-wrapper {
    display: flex;
    flex-direction: column;
    gap: 34px;
    z-index: 0;

    svg circle {
      fill: none;
    }
  }

  .exercise-game-advise {
    display: none;
  }

  #exercise-game-data {
    @media (min-width: 1200px) {
      position: absolute !important;
      width: fit-content !important;
      top: 50%;
      right: 24px;
      transform: translateY(-50%);
    }

    @media (min-width: 1920px) {
      right: 40px;
    }
  }

  .for-circle-progress {
    right: auto !important;
  }
}


.switch-wrapper {
  position: absolute;
  top: 8%;
  left: 20px;
  display: flex;
  align-items: center;
  z-index: 100;
}

.switch {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 30px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #db2121;
  transition: 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider .slider-text {
  color: white;
  position: relative;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: var(--thumb-height);
  width: var(--thumb-width);
  left: 4.5px;
  bottom: 4.5px;
  background-color: white;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #26b413;
}

input:checked + .slider:before {
  transform: translateX(var(--slider-translateX));
}

.slider.round {
  border-radius: 42px;
}

.slider.round:before {
  border-radius: 50%;
}

/* Toggle text hover effect */
.toggle-text {
  display: inline;
  margin-left: 10px;
  color: #9462F4;
}

.switch-wrapper:hover .toggle-text {
  display: inline;
}

#speed-settings #speed_saved {
  display: none;
  margin-top: 15px;
  font-size: 1rem;
  color: #28a745;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

#speed-settings #speed_saved.show {
  display: block;
  opacity: 1;
  transform: translate(-50%, -10px);
}

.mouth-corner {
  position: absolute;
  width: 9px;
  height: 9px;
  background-color: #ff4d4d;
  border-radius: 50%;
  visibility: hidden;
  z-index: 20;
}

#mouth-target-circle,
#showTeeth-target {
  width: 50px;
  height: 50px;
  position: absolute;
  visibility: hidden;
  z-index: 20;
  top: 50px;
  right: 50px;
}

#showTeeth-target {
  opacity: 0.5;
}

#roundLips-ellipse {
  width: 100px;
  height: 50px;
  visibility: hidden;
  z-index: 20;
  top: 50px;
  right: 50px;
  border: 10px solid red; /* Red border */
  background-color: transparent; /* No fill */
  border-radius: 50%; /* Makes it an ellipse */
  position: absolute;
}

.rep-time-container {
  position: relative;
  height: 20rem;
  width: 3rem;
  @media (min-width: 1920px) {
    right: 5%;
  }
}

.rep-time-container::before, .rep-time-container::after {
  display: block;
  position: absolute;
  z-index: 30;
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1;
  padding: 0.75rem 0;
  pointer-events: none;
}

#rep-time-slider {
  background-color: #d4c2f9; /* Brighter background */
  position: absolute;
  top: 100%;
  left: 50%;
  margin: 0;
  padding: 0;
  width: 25rem;
  height: 3.5rem;
  transform: translate(-50%, -50%) rotate(-90deg);
  border-radius: 1rem;
  overflow: hidden;
  cursor: row-resize;
}
#rep-time-slider[step] {
  background-color: #a57efc; /* Brighter step indicator */
}
#rep-time-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 0;
  box-shadow: -20rem 0 0 20rem rgba(255, 255, 255, 0.4); /* Brighter glow */
}
#rep-time-slider::-moz-range-thumb {
  border: none;
  width: 0;
  box-shadow: -20rem 0 0 20rem rgba(255, 255, 255, 0.4); /* Brighter glow */
}

@keyframes half-rotation-left {
  from {
    transform: rotate(20deg);
  }
  to {
    transform: rotate(-20deg);
  }  
}

@keyframes half-rotation-right {
  from {
    transform: rotate(-20deg);
  }
  to {
    transform: rotate(20deg);
  }  
}

@keyframes hand-lift {
  from {
    left: 40%;
    top: 40%;
    transform: rotate(0deg);
  }
  to {
    left: 45%;
    top: 30%;
    transform: rotate(30deg);
  }
}

@keyframes hand-down {
  from {
    left: 45%;
    top: 30%;
    transform: rotate(30deg);
  }
  to {
    left: 40%;
    top: 40%;
    transform: rotate(0deg);
  }
}