@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  font-family: "Dosis", sans-serif;
}

.inner {
  width: 70%;
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 600px) {
  .inner {
    width: 90%;
  }
}
a {
  text-decoration: none;
  cursor: pointer;
}

.licences .button.blue {
  background: #72a7db;
}
.licences .button.blue::before {
  background: #5e9ad6;
}
.licences .button.blue:active::before, .licences .button.blue::after {
  background: #72a7db;
}
.licences .button.blue::before {
  background: #5e9ad6;
}

.button {
  z-index: 1;
  padding: 6px 24px;
  color: #fff;
  font-size: 1rem;
  border-radius: 48px;
  position: relative;
  display: inline-block;
}
.button::before {
  z-index: -1;
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 100%;
  height: 100%;
  border-radius: 48px;
}
.button::after {
  z-index: -1;
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  border-radius: 48px;
}
.button:last-child {
  margin-right: 0;
}
.button:active {
  transform: translateY(5px);
}
.button:active::before {
  z-index: -1;
  transform: translateY(-5px);
}
.button.pink {
  background: #f38c89;
  background: #f38c89;
}
.button.pink::before {
  background: #b57776;
}
.button.pink:active::before, .button.pink::after {
  background: #f38c89;
}
.button.pink::before {
  background: #b57776;
  background: #b57776;
}
.button.pink:active::before, .button.pink::after {
  background: #f38c89;
}
.button.pink::before {
  background: #b57776;
}
.button.blue {
  background: #67d3eb;
}
.button.blue::before {
  background: #51a5b8;
}
.button.blue:active::before, .button.blue::after {
  background: #67d3eb;
}
.button.blue::before {
  background: #51a5b8;
}
.button.red {
  background: #e07481;
}
.button.red::before {
  background: #db5f6e;
}
.button.red:active::before, .button.red::after {
  background: #e07481;
}
.button.red::before {
  background: #db5f6e;
}
.button.purple {
  background: #8878b9;
}
.button.purple::before {
  background: #7967b0;
}
.button.purple:active::before, .button.purple::after {
  background: #8878b9;
}
.button.purple::before {
  background: #7967b0;
}
.button.blue {
  background: #72a7db;
}
.button.blue::before {
  background: #5e9ad6;
}
.button.blue:active::before, .button.blue::after {
  background: #72a7db;
}
.button.blue::before {
  background: #5e9ad6;
}
.button.orange {
  background: #f8bb85;
}
.button.orange::before {
  background: #f5a055;
}
.button.orange:active::before, .button.orange::after {
  background: #f8bb85;
}
.button.orange::before {
  background: #f5a055;
}

button.button {
  border: none;
}

header {
  width: 100%;
  min-height: 80px;
  background: #fff;
  border-bottom: 4px solid #dddddd;
}
header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 80px;
  width: 90%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
header h1 {
  font-size: 28px;
  color: #121212;
}
header .avatar {
  height: 80px;
  min-width: 100px;
  max-width: 250px;
  align-items: center;
  justify-content: space-between;
  display: flex;
}
header .avatar img {
  width: 40px;
  border-radius: 50%;
  margin-right: 12px;
}
header .avatar span, header .avatar h6 {
  font-size: 14px;
  color: black;
}
header .avatar .coins {
  display: flex;
  align-items: center;
}
header .avatar .coins .coin {
  margin-left: 4px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #fae282;
  border: 1.5px solid #f9dc69;
}
header .buttons a {
  margin: 0 6px;
}

@media (max-width: 1070px) {
  header .logo {
    width: auto;
  }
}
@media (max-width: 350px) {
  header .logo {
    display: none;
  }
}
@media (max-width: 850px) {
  header .buttons {
    display: none;
  }
}
.buttons-mobile {
  display: none;
  margin-top: 24px;
}
.buttons-mobile .inner {
  display: flex;
  justify-content: space-between;
}
.buttons-mobile .inner-nav .item {
  display: block;
  text-align: center;
  padding: 15px;
  color: black;
}
.buttons-mobile .button {
  margin-top: 24px;
  margin-bottom: 12px;
  text-align: center;
}

.openMobileButtons {
  display: none;
}
.openMobileButtons a {
  color: #000;
  font-size: 36px;
}

@media (max-width: 850px) {
  .openMobileButtons {
    display: block;
  }
}
main {
  width: 100%;
  min-height: calc(100vh - 84px);
  background-position: bottom;
  background-size: cover;
  padding-bottom: 64px;
  position: relative;
}
main .inner .main-category {
  margin-top: 24px;
}
main .inner .main-category h4 {
  font-size: 24px;
}
main .inner .categories-mobile {
  display: none;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 3px;
  border-bottom: 1.5px solid #ddd;
}
main .inner .categories-mobile .open {
  padding-bottom: 12px;
  display: flex;
  justify-content: space-between;
}
main .inner .categories-mobile .content {
  display: none;
}
main .inner .categories-mobile .content .exercises .item {
  margin-bottom: 24px;
  width: 100% !important;
}
main .inner .categories-mobile a {
  color: #000;
}
main .inner .categories-mobile a.active {
  transform: rotate(180deg);
}
main .inner .categories {
  width: 100%;
  padding-top: 24px;
  padding-bottom: 3px;
  border-bottom: 1.5px solid #ddd;
  margin-bottom: 6px;
}
main .inner .categories a {
  font-size: 1rem;
  margin-right: 18px;
  padding: 6px 12px;
  border-radius: 24px;
  display: inline-block;
  margin-bottom: 12px;
  transition: 0.3s;
}
main .inner .categories a.blue {
  color: #72a7db;
  border: 1.5px solid #72a7db;
}
main .inner .categories a.blue:hover, main .inner .categories a.blue.active {
  background: #72a7db;
  color: #fff;
}
main .inner .categories a.red {
  color: #e07481;
  border: 1.5px solid #e07481;
}
main .inner .categories a.red:hover {
  background: #e07481;
  color: #fff;
}
main .inner .categories a.green {
  color: #9ed67d;
  border: 1.5px solid #9ed67d;
}
main .inner .categories a.green:hover {
  background: #9ed67d;
  color: #fff;
}
main .inner .categories a.orange {
  color: #f8bb85;
  border: 1.5px solid #f8bb85;
}
main .inner .categories a.orange:hover, main .inner .categories a.orange.active {
  background: #f8bb85;
  color: #fff;
}
main .inner .categories a.yellow {
  color: #fae282;
  border: 1.5px solid #fae282;
}
main .inner .categories a.yellow:hover, main .inner .categories a.yellow.active {
  background: #fae282;
  color: #fff;
}
main .inner .categories a.purple {
  color: #8878b9;
  border: 1.5px solid #8878b9;
}
main .inner .categories a.purple:hover, main .inner .categories a.purple.active {
  background: #8878b9;
  color: #fff;
}
main .inner .categories a span, main .inner .categories a i {
  margin-right: 3px;
}
main .inner .licences {
  display: flex;
  margin-top: 24px;
  justify-content: space-between;
}
main .inner .exercises {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
main .inner .exercises .item {
  width: calc(50% - 48px);
  padding: 18px;
  border-radius: 12px;
  margin: 12px 0;
  color: #fff;
  z-index: 1;
  position: relative;
  color: #000 !important;
}
main .inner .exercises .item .item-inner {
  display: flex;
  width: 100%;
  align-items: center;
}
main .inner .exercises .item .left {
  flex: 1;
}
main .inner .exercises .item .right {
  flex: 2;
}
main .inner .exercises .item .level {
  text-align: right;
  color: white;
  font-size: 0.8em;
  padding-right: 7px;
}
main .inner .exercises .item.center {
  width: auto;
  height: auto;
  display: flex;
}
main .inner .exercises .item.center h2 {
  margin-bottom: 0 !important;
}
main .inner .exercises .item::after {
  z-index: -1;
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
main .inner .exercises .item img {
  width: 125px;
  margin-bottom: 12px;
}
main .inner .exercises .item::before {
  z-index: -1;
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
main .inner .exercises .item:active {
  transform: translateY(5px);
}
main .inner .exercises .item:active::before {
  z-index: -1;
  transform: translateY(-5px);
}
main .inner .exercises .item.green p, main .inner .exercises .item.green h2 {
  color: #fff !important;
}
main .inner .exercises .item.green::after {
  background: #9ed67d !important;
}
main .inner .exercises .item.green::before {
  background: #81ca56 !important;
}
main .inner .exercises .item.blue p, main .inner .exercises .item.blue h2 {
  color: #fff !important;
}
main .inner .exercises .item.blue::after {
  background: #72a7db !important;
}
main .inner .exercises .item.blue::before {
  background: #5e9ad6 !important;
}
main .inner .exercises .item.purple p, main .inner .exercises .item.purple h2 {
  color: #fff !important;
}
main .inner .exercises .item.purple::after {
  background: #8878b9 !important;
}
main .inner .exercises .item.purple::before {
  background: #7967b0 !important;
}
main .inner .exercises .item.yellow p, main .inner .exercises .item.yellow h2 {
  color: #fff !important;
}
main .inner .exercises .item.yellow::after {
  background: #fae282 !important;
}
main .inner .exercises .item.yellow::before {
  background: #f9dc69 !important;
}
main .inner .exercises .item.orange p, main .inner .exercises .item.orange h2 {
  color: #fff !important;
}
main .inner .exercises .item.orange::after {
  background: #f8bb85 !important;
}
main .inner .exercises .item.orange::before {
  background: #f5a055 !important;
}
main .inner .exercises .item.red p, main .inner .exercises .item.red h2 {
  color: #fff !important;
}
main .inner .exercises .item.red::after {
  background: #e07481 !important;
}
main .inner .exercises .item.red::before {
  background: #db5f6e !important;
}
main .inner .exercises .item img {
  margin-right: 24px;
}
main .inner .exercises .item h2 {
  margin-bottom: 12px;
}

@media (max-width: 850px) {
  main .inner .categories-mobile {
    display: block;
  }
}
@media (max-width: 850px) {
  main .inner .categories {
    display: none;
  }
}
@media (max-width: 850px) {
  main .inner .licences {
    flex-wrap: wrap !important;
    justify-content: center !important;
  }
}
@media (max-width: 550px) {
  main .inner .licences {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 850px) {
  main .inner .licences .licence {
    width: 40% !important;
    margin: 24px !important;
  }
}
@media (max-width: 650px) {
  main .inner .licences .licence {
    width: 100% !important;
    margin: 0 !important;
    margin-bottom: 24px !important;
  }
}
@media (max-width: 350px) {
  main .inner .exercises .item {
    flex-direction: column;
    height: auto;
    align-items: center;
    text-align: center;
  }
}
@media (min-width: 1350px) {
  main .inner .exercises .item {
    width: calc(33.33% - 48px);
  }
}
@media (max-width: 900px) {
  main .inner .exercises .item {
    width: 100%;
  }
  main .inner .exercises .item img {
    width: 50% !important;
  }
}
@media (max-width: 500px) {
  main .inner .exercises .item img {
    width: 70% !important;
  }
}
@media (max-width: 350px) {
  main .inner .exercises .item img {
    width: 50% !important;
  }
}
.success {
  text-align: center;
  width: 100%;
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.success h2 {
  font-size: 36px;
  color: #9ed67d;
  margin-bottom: 12px;
}
.success a {
  color: #81ca56;
}

#nav-desktop ul li a i {
  margin-left: 0.25rem;
}
#nav-desktop ul li a:hover {
  color: var(--primary);
}

#nav-mobile {
  display: none;
}
#nav-mobile .burger {
  left: 0;
  top: 84px;
  position: absolute;
  width: 100%;
  min-height: 100vh;
  background: #fff;
  z-index: 10;
}
#nav-mobile .burger .inner {
  display: block;
}
#nav-mobile .burger .item {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 2rem 0;
}
#nav-mobile .burger .item i, #nav-mobile .burger .item span {
  font-size: 1.1rem;
  color: #212125;
}
#nav-mobile .burger .item i {
  margin-top: 0.3rem;
}
#nav-mobile .dropdown {
  width: 100%;
  display: none;
}
#nav-mobile #openMenu {
  width: 50px;
  height: 30px;
  position: relative;
  display: block;
}
#nav-mobile #openMenu .line {
  display: block;
  background: #212125;
  width: 50px;
  height: 8px;
  position: absolute;
  left: 0;
  border-radius: 4px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}
#nav-mobile #openMenu .line.line-1 {
  top: 0;
}
#nav-mobile #openMenu .line.line-2 {
  top: 50%;
}
#nav-mobile #openMenu .line.line-3 {
  top: 100%;
}
#nav-mobile #openMenu.active .line-1 {
  transform: translateY(15px) translateX(0) rotate(45deg);
  -webkit-transform: translateY(15px) translateX(0) rotate(45deg);
  -moz-transform: translateY(15px) translateX(0) rotate(45deg);
}
#nav-mobile #openMenu.active .line-2 {
  opacity: 0;
}
#nav-mobile #openMenu.active .line-3 {
  transform: translateY(-15px) translateX(0) rotate(-45deg);
  -webkit-transform: translateY(-15px) translateX(0) rotate(-45deg);
  -moz-transform: translateY(-15px) translateX(0) rotate(-45deg);
}
#nav-mobile #openMenu .text {
  color: #212125;
}
#nav-mobile #openMenu .line {
  background: #212125;
}

@media (max-width: 1000px) {
  #nav-mobile {
    display: block;
  }
  #nav-mobile nav {
    display: none;
  }

  #nav-desktop {
    display: none;
  }
}
.button {
  z-index: 1;
  padding: 6px 24px;
  color: #fff;
  font-size: 1rem;
  border-radius: 48px;
  position: relative;
  display: inline-block;
}
.button::before {
  z-index: -1;
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 100%;
  height: 100%;
  border-radius: 48px;
}
.button::after {
  z-index: -1;
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  border-radius: 48px;
}
.button:last-child {
  margin-right: 0;
}
.button:active {
  transform: translateY(5px);
}
.button:active::before {
  z-index: -1;
  transform: translateY(-5px);
}
.button.gray {
  background: #ddd;
  color: #000 !important;
}
.button.gray::before {
  background: #c1c1c1;
}
.button.gray:active::before, .button.gray::after {
  background: #ddd;
}
.button.gray::before {
  background: #c1c1c1;
}
.button.green {
  background: #9ed67d;
  color: #fff !important;
}
.button.green::before {
  background: #81ca56;
}
.button.green:active::before, .button.green::after {
  background: #9ed67d;
}
.button.green::before {
  background: #81ca56;
}
.button.blue {
  background: #67d3eb;
}
.button.blue::before {
  background: #51a5b8;
}
.button.blue:active::before, .button.blue::after {
  background: #67d3eb;
}
.button.blue::before {
  background: #51a5b8;
}
.button .licences.blue {
  background: #72a7db !important;
}
.button .licences.blue::before {
  background: #5e9ad6 !important;
}
.button .licences.blue:active::before, .button .licences.blue::after {
  background: #72a7db !important;
}
.button .licences.blue::before {
  background: #5e9ad6 !important;
}

.header {
  width: 100%;
  height: 80px;
  background: #fff;
  border-bottom: 4px solid #ddd;
}
.header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}
.header h1 {
  font-size: 28px;
  color: #000324;
}
.header nav ul {
  list-style-type: none;
}
.header nav ul li {
  display: inline-block;
  margin: 0 12px;
}
.header nav ul li a {
  font-size: 16px;
  color: #000324;
}
.header nav ul li.border-left {
  border-left: 1px solid #dfdfdf;
  padding-left: 24px;
}
.header nav ul li.border-left i {
  margin-right: 5px;
}
.header .buttons a {
  margin: 0 6px;
}

@media (max-width: 470px) {
  .header nav {
    display: none;
  }
}
@media (max-width: 1000px) {
  .header .buttons {
    display: none;
  }
}
.main {
  width: 100%;
  background: url("../img/cool-background.svg");
  background-position: bottom;
  background-size: cover;
  position: relative;
  padding-bottom: 48px;
}
.main svg {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 88px;
}
.main .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px 0;
}
.main .left {
  max-width: 55%;
}
.main .left h2, .main .left p {
  margin-bottom: 16px;
}
.main .left h2 {
  color: #000324;
  font-size: 42px;
}
.main .left p {
  color: #00053e;
  font-size: 21px;
  margin-bottom: 24px;
}
.main .left .button {
  padding: 6px 48px;
}
.main .right {
  max-width: 30%;
}
.main .right img {
  width: 100%;
  position: relative;
  z-index: 2;
}

@media (max-width: 600px) {
  .main svg {
    height: auto !important;
  }
}
@media (max-width: 600px) {
  .main {
    padding: 32px 0;
  }
}
@media (max-width: 600px) {
  .main .inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-direction: column-reverse;
  }
  .main .inner img.hidemobile {
    display: none;
    margin-top: 40px;
  }
}
@media (max-width: 600px) {
  .main .left {
    max-width: 100%;
    text-align: center;
  }
}
@media (max-width: 1000px) {
  .main .left h2 {
    font-size: 24px;
  }
}
@media (max-width: 1000px) {
  .main .left p {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .main .right {
    max-width: 40%;
  }
}
@media (max-width: 600px) {
  .main .right {
    max-width: 100%;
    text-align: center;
    margin-bottom: 16px;
  }
}
@media (max-width: 600px) {
  .main .right img {
    width: 65%;
  }
}
:root {
  --size:200px;
}

.small {
  width: 50%;
}

.container-exercises {
  width: 100%;
  background: url("../img/cool-background3.svg");
  background-position: left;
  background-repeat: no-repeat;
  padding-bottom: 48px;
}
.container-exercises .inner {
  display: flex;
  flex: 0 1 auto;
  flex-flow: row wrap;
  justify-content: center;
}
.container-exercises .inner .exercises {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.container-exercises .inner .exercises .item {
  width: calc(50% - 48px);
  padding: 18px;
  border-radius: 12px;
  margin: 12px 0;
  color: #fff;
  height: 255px;
  display: flex;
  flex-direction: column;
  z-index: 1;
  position: relative;
  color: #000 !important;
}
.container-exercises .inner .exercises .item::after {
  z-index: -1;
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.container-exercises .inner .exercises .item img {
  width: 100%;
  margin-bottom: 12px;
}
.container-exercises .inner .exercises .item::before {
  z-index: -1;
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.container-exercises .inner .exercises .item p {
  font-weight: bold;
}
.container-exercises .inner .exercises .item:active {
  transform: translateY(5px);
}
.container-exercises .inner .exercises .item:active::before {
  z-index: -1;
  transform: translateY(-5px);
}
.container-exercises .inner .exercises .item.green::after {
  background: #9ed67d !important;
}
.container-exercises .inner .exercises .item.green::before {
  background: #81ca56 !important;
}
.container-exercises .inner .exercises .item.pine::after {
  background: #81cbb2 !important;
}
.container-exercises .inner .exercises .item.pine::before {
  background: #6fc4a7 !important;
}
.container-exercises .inner .exercises .item.pink::after {
  background: #f396a8 !important;
}
.container-exercises .inner .exercises .item.pink::before {
  background: #f07f95 !important;
}
.container-exercises .inner .exercises .item.dark-blue::after {
  background: #7a88c5 !important;
}
.container-exercises .inner .exercises .item.dark-blue::before {
  background: #6878bd !important;
}
.container-exercises .inner .exercises .item.blue::after {
  background: #72a7db !important;
}
.container-exercises .inner .exercises .item.blue::before {
  background: #5e9ad6 !important;
}
.container-exercises .inner .exercises .item.purple::after {
  background: #8878b9 !important;
}
.container-exercises .inner .exercises .item.purple::before {
  background: #7967b0 !important;
}
.container-exercises .inner .exercises .item.yellow::after {
  background: #fae282 !important;
}
.container-exercises .inner .exercises .item.yellow::before {
  background: #f9dc69 !important;
}
.container-exercises .inner .exercises .item.orange::after {
  background: #f8bb85 !important;
}
.container-exercises .inner .exercises .item.orange::before {
  background: #f5a055 !important;
}
.container-exercises .inner .exercises .item.red::after {
  background: #e07481 !important;
}
.container-exercises .inner .exercises .item.red::before {
  background: #db5f6e !important;
}
.container-exercises .inner .exercises .item img {
  width: 50%;
}
.container-exercises .inner .exercises .item h2 {
  font-size: 36px;
}

@media (max-width: 350px) {
  .container-exercises .inner .exercises .item {
    flex-direction: column;
    height: auto;
    align-items: center;
    text-align: center;
  }
}
@media (min-width: 1350px) {
  .container-exercises .inner .exercises .item {
    width: calc(33.33% - 48px);
  }
}
@media (max-width: 900px) {
  .container-exercises .inner .exercises .item {
    width: 100%;
  }
  .container-exercises .inner .exercises .item img {
    width: 50% !important;
  }
}
@media (max-width: 500px) {
  .container-exercises .inner .exercises .item img {
    width: 70% !important;
  }
}
@media (max-width: 350px) {
  .container-exercises .inner .exercises .item img {
    width: 50% !important;
  }
}
.form-container {
  color: #fff;
  min-height: calc(100vh - 84px);
  background: url("../img/form-background-blue.svg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 48px 0;
}
.form-container .inner {
  min-height: calc(100vh - 84px);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form-container.pink {
  background: url("../img/form-background-pink.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.form-container .form {
  width: 350px;
}
.form-container .form h2 {
  font-size: 32px;
}
.form-container .form label {
  width: 250px;
  display: block;
}
.form-container .form label.error {
  margin-top: 6px;
  color: #e07481;
}
.form-container .form div.error {
  color: #e07481;
}
.form-container .form input, .form-container .form textarea, .form-container .form select {
  width: 250px;
  padding: 12px;
  border-radius: 24px;
  border: 3px solid #ddd;
  margin-top: 24px;
  max-width: 250px;
}
.form-container .form input.error, .form-container .form textarea.error, .form-container .form select.error {
  border: 3px solid #e07481;
}
.form-container .form .checkbox {
  display: block;
  position: relative;
  margin-top: 24px;
  margin-bottom: 6px;
  padding-left: 35px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  font-weight: 100;
  user-select: none;
  padding-top: 2px;
}
.form-container .form .checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.form-container .form .checkboxCheck {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 3px solid #ddd;
  border-radius: 4px;
}
.form-container .form .checkbox:hover input ~ .checkboxCheck {
  background-color: #ccc;
}
.form-container .form .checkbox input:checked ~ .checkboxCheck {
  background-color: #67d3eb;
  border-color: #67d3eb;
}
.form-container .form .checkboxCheck:after {
  content: "";
  position: absolute;
  display: none;
}
.form-container .form .checkbox input:checked ~ .checkboxCheck:after {
  display: block;
}
.form-container .form select {
  appearance: none;
  position: relative;
  background-image: url("data:image/svg+xml;utf8,<svg fill='gray' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position: right;
  color: #757575;
  background-position-x: calc(100% - 12px);
}
.form-container .form .checkbox .checkboxCheck:after {
  left: 5px;
  top: 3px;
  width: 4px;
  height: 9px;
  border: solid white;
  border-width: 0px 5px 5px 0;
  transform: rotate(45deg);
  border-radius: 2px;
}
.form-container .form button {
  cursor: pointer;
  border: none;
  width: 125px;
  margin-top: 24px;
}
.form-container .right {
  width: 30%;
}
.form-container .right img {
  width: 100%;
}

@media (max-width: 1100px) {
  .form-container {
    background: #67d3eb;
  }
}
@media (max-width: 600px) {
  .form-container .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 48px;
  }
}
@media (max-width: 1100px) {
  .form-container.pink {
    background: #f38c89;
  }
}
@media (max-width: 600px) {
  .form-container .right {
    display: none;
  }
}
@media (max-width: 600px) {
  svg {
    display: none;
  }

  .main {
    padding-bottom: 0;
  }
  .main a {
    margin-bottom: 0;
  }

  .container-textured {
    padding: 12px 0;
  }
}
.wave-test {
  width: 100%;
  height: 100px;
  background-image: url("../img/wave.svg");
  background-position: 0 center;
}

.container-textured {
  background: url("../img/cool-background4.svg");
  background-position: right;
  background-size: cover;
  color: #000324;
  position: relative;
  padding: 48px 0;
  padding-top: 24px;
}
.container-textured svg {
  position: absolute;
  width: 100%;
  left: 0;
  height: 64px;
}
.container-textured svg:first-child {
  top: -32px;
  transform: rotate(180deg);
}
.container-textured h2, .container-textured h3 {
  margin-top: 24px;
  margin-bottom: 12px;
}
.container-textured h2 {
  font-size: 30px;
}
.container-textured h3 {
  font-size: 24px;
}
.container-textured p {
  font-size: 20px;
  color: #00053e;
}
.container-textured ul {
  list-style-type: none;
  padding-left: 16px;
}
.container-textured ul li {
  color: #00053e;
  margin-bottom: 12px;
  font-size: 20px;
}
.container-textured ul li::before {
  content: "⬤ ";
  font-size: 8px;
  color: #f38c89;
  margin-right: 6px;
  position: relative;
  top: -4px;
}

@media (max-width: 600px) {
  .container-textured h2 {
    text-align: justify;
  }
}
@media (max-width: 600px) {
  .container-textured p {
    text-align: justify;
  }
}
.white-container {
  padding: 48px;
}
.white-container .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.white-container .inner img {
  margin-left: 48px;
  width: 45%;
  border-radius: 12px;
}
.white-container .inner img:first-child {
  margin-left: 0;
}
.white-container:last-child .inner {
  display: block;
  padding: 0;
}

@media (max-width: 600px) {
  .white-container {
    padding: 48px 0;
  }
}
@media (max-width: 600px) {
  .white-container .inner {
    flex-flow: wrap;
  }
}
@media (max-width: 600px) {
  .white-container .inner img {
    margin: 0;
    margin-bottom: 48px;
    width: 100%;
  }
  .white-container .inner img:last-child {
    margin-bottom: 0;
  }
}
.contact {
  background: url("../img/cool-background5.svg");
  background-position: left top;
  background-size: cover;
  min-height: 300px;
  padding-bottom: 12px;
}
.contact .text {
  display: flex;
  justify-content: space-between;
}
.contact .form {
  width: 50%;
}
.contact .form input, .contact .form textarea, .contact .form select {
  width: 100%;
  padding: 12px;
  border-radius: 12px;
  border: 3px solid #ddd;
  margin-top: 24px;
  max-width: initial !important;
}
.contact .form button {
  cursor: pointer;
  border: none;
  width: 125px;
  margin-top: 24px;
  margin-bottom: 24px;
}
.contact textarea {
  min-height: 150px;
  max-height: 200px;
}
.contact h2 {
  margin-bottom: 12px;
  color: #000324;
}
.contact h3 {
  font-size: 22px;
  margin-bottom: 12px;
  color: #000324;
}
.contact h3.margin-top {
  margin-top: 12px;
}
.contact strong, .contact p {
  color: #00053e;
}
.contact a {
  color: #00053e;
  font-weight: bold;
}
.contact .link {
  margin-bottom: 2px;
}

@media (max-width: 750px) {
  .contact .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-direction: column;
  }
}
@media (max-width: 750px) {
  .contact .form {
    width: 90%;
  }
}
@media (max-width: 750px) {
  .contact .small {
    width: 100%;
  }
}
footer {
  width: 100%;
}
footer .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}
footer .inner .right {
  display: flex;
  align-items: center;
}
footer .inner .right img {
  padding-left: 24px;
}
footer .inner img {
  width: 70px;
}

@media (max-width: 950px) {
  footer .inner .right img:first-child {
    background: #fff;
    padding: 24px;
  }
}
@media (max-width: 400px) {
  footer .inner .right img:first-child {
    display: none;
  }
}
#nav-desktop ul li a i {
  margin-left: 0.25rem;
}
#nav-desktop ul li a:hover {
  color: var(--primary);
}

#nav-mobile {
  display: none;
}
#nav-mobile .burger {
  left: 0;
  top: 84px;
  position: absolute;
  width: 100%;
  min-height: 100vh;
  background: #fff;
  z-index: 10;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 2rem 0;
}
#nav-mobile .burger .inner {
  display: block;
}
#nav-mobile .burger .item i, #nav-mobile .burger .item span {
  font-size: 1.1rem;
  color: #212125;
}
#nav-mobile .burger .item i {
  margin-top: 0.3rem;
}
#nav-mobile .dropdown {
  width: 100%;
  display: none;
}
#nav-mobile #openMenu {
  width: 50px;
  height: 30px;
  position: relative;
  display: block;
}
#nav-mobile #openMenu .line {
  display: block;
  background: #212125;
  width: 50px;
  height: 8px;
  position: absolute;
  left: 0;
  border-radius: 4px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}
#nav-mobile #openMenu .line.line-1 {
  top: 0;
}
#nav-mobile #openMenu .line.line-2 {
  top: 50%;
}
#nav-mobile #openMenu .line.line-3 {
  top: 100%;
}
#nav-mobile #openMenu.active .line-1 {
  transform: translateY(15px) translateX(0) rotate(45deg);
  -webkit-transform: translateY(15px) translateX(0) rotate(45deg);
  -moz-transform: translateY(15px) translateX(0) rotate(45deg);
}
#nav-mobile #openMenu.active .line-2 {
  opacity: 0;
}
#nav-mobile #openMenu.active .line-3 {
  transform: translateY(-15px) translateX(0) rotate(-45deg);
  -webkit-transform: translateY(-15px) translateX(0) rotate(-45deg);
  -moz-transform: translateY(-15px) translateX(0) rotate(-45deg);
}
#nav-mobile #openMenu .text {
  color: #212125;
}
#nav-mobile #openMenu .line {
  background: #212125;
}

@media (max-width: 1000px) {
  #nav-mobile {
    display: block;
  }
  #nav-mobile nav {
    display: none;
  }

  #nav-desktop {
    display: none;
  }
}
#game * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Nunito", sans-serif;
}
#game a {
  text-decoration: none;
}
#game body {
  min-width: 320px;
  background: #fff;
}
#game .inner {
  width: 100%;
  max-width: 1300px;
  height: 100%;
  margin: 0 auto;
  padding: 0 16px;
}
#game header {
  width: 100%;
  height: 100px;
  background: #ffc730;
  border-bottom: 10px solid #c09b38;
}
#game header .container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
#game header h1 {
  color: #fff;
  text-align: center;
  font-size: 2rem;
}
#game header.blue {
  background: #72a7db;
  border-bottom: 10px solid #5e9ad6;
}
#game header.purple {
  background: #8878b9;
  border-bottom: 10px solid #7967b0;
}
#game header.red {
  background: #e07481;
  border-bottom: 10px solid #db5f6e;
}
#game header.green {
  background: #9ed67d;
  border-bottom: 10px solid #81ca56;
}
#game header.orange {
  background: #f8bb85;
  border-bottom: 10px solid #f5a055;
}
#game #serazeni {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50vh;
}
#game #serazeni .item {
  width: 80px;
  margin: 10px;
  background: #e07481;
  border: 4px solid #db5f6e !important;
}
#game #serazeni .item.i-1 {
  height: 10vh;
}
#game #serazeni .item.i-2 {
  height: 15vh;
}
#game #serazeni .item.i-3 {
  height: 20vh;
}
#game #serazeni .item.i-4 {
  height: 25vh;
}
#game #serazeni .item.i-5 {
  height: 30vh;
}
#game #serazeni .item.i-6 {
  height: 35vh;
}
#game #serazeni .item.i-7 {
  height: 40vh;
}
#game #serazeni .item.i-8 {
  height: 45vh;
}
#game #serazeni .item.i-9 {
  height: 50vh;
}
#game #serazeni .item.blue {
  background: #72a7db;
  border: 4px solid #5e9ad6 !important;
}
#game #serazeni .item.yellow {
  background: #fae282;
  border: 4px solid #f9dc69 !important;
}
#game #serazeni .item.orange {
  background: #f8bb85;
  border: 4px solid #f5a055 !important;
}
#game #serazeni .item.blue {
  background: #72a7db;
  border: 4px solid #5e9ad6 !important;
}
#game #serazeni .item.green {
  background: #9ed67d;
  border: 4px solid #81ca56 !important;
}
#game #serazeni .item.purple {
  background: #8878b9;
  border: 4px solid #7967b0 !important;
}
#game :root {
  --size:363px;
}
#game main {
  display: flex;
  height: calc(100vh - 100px);
  flex-flow: column;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background: #fff;
}
#game .container {
  width: 100%;
}
#game .container .list {
  display: grid;
  grid-template-columns: repeat(4, var(--size));
  grid-gap: 24px;
  justify-content: center;
}
#game .container .list .item {
  cursor: pointer;
  width: 100%;
  height: var(--size);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 6px solid #ddd;
  border-radius: 12px;
  margin: auto;
}
#game .container .list .item img {
  width: 80%;
}
#game .buttons {
  max-width: calc(4 * var(--size) + 72px);
  margin: 24px auto;
  display: flex;
  justify-content: space-between;
}
#game .buttons .button {
  padding: 6px 24px;
  color: #fff;
  font-size: 1.1rem;
  border-radius: 48px;
  position: relative;
}
#game .bad-answer {
  border-color: #b94239 !important;
  filter: opacity(0.3);
  transition: all 0.5s ease;
}
#game .correct-answer {
  border-color: #9bd676 !important;
  transition: all 0.5s ease;
}

@media (max-width: 500px) {
  #game header h1 {
    font-size: 1.5rem;
  }
}
@media (max-width: 900px) {
  #game #serazeni {
    flex-flow: wrap;
    height: auto;
    flex-direction: column;
    justify-content: left;
    align-items: baseline;
  }
}
@media (max-width: 900px) {
  #game #serazeni .item {
    border-radius: 20px;
    height: 80px;
  }
}
@media (max-width: 900px) {
  #game #serazeni .item.i-1 {
    height: 80px !important;
    width: 10% !important;
  }
}
@media (max-width: 900px) {
  #game #serazeni .item.i-2 {
    height: 80px !important;
    width: 20% !important;
  }
}
@media (max-width: 900px) {
  #game #serazeni .item.i-3 {
    height: 80px !important;
    width: 30% !important;
  }
}
@media (max-width: 900px) {
  #game #serazeni .item.i-4 {
    height: 80px !important;
    width: 40% !important;
  }
}
@media (max-width: 900px) {
  #game #serazeni .item.i-5 {
    height: 80px !important;
    width: 50% !important;
  }
}
@media (max-width: 900px) {
  #game #serazeni .item.i-6 {
    height: 80px !important;
    width: 60% !important;
  }
}
@media (max-width: 900px) {
  #game #serazeni .item.i-7 {
    height: 80px !important;
    width: 70% !important;
  }
}
@media (max-width: 900px) {
  #game #serazeni .item.i-8 {
    height: 80px !important;
    width: 80% !important;
  }
}
@media (max-width: 900px) {
  #game #serazeni .item.i-9 {
    height: 80px !important;
    width: 90% !important;
  }
}
@media (min-width: 1000px) {
  #game :root {
    --size:20vw;
  }
  #game .inner {
    max-width: 100%;
  }
  #game main {
    height: calc(100vh - 5vw) !important;
  }
  #game header {
    height: 5vw;
    border-bottom: 0.5vw solid #c09b38;
  }
  #game header h1 {
    font-size: 2vw;
  }
  #game .item {
    border-radius: 1vw !important;
    border: 0.3vw solid #ddd !important;
  }
  #game .button {
    border-radius: 4vw;
    padding: 0.4vw 3vw !important;
    font-size: 2vw !important;
  }
  #game .button::before {
    top: 0.4vw !important;
  }
  #game .button:active {
    transform: translateY(0.4vw) !important;
  }
  #game .button:active::before {
    transform: translateY(-0.4vw) !important;
  }
  #game .buttons {
    max-width: calc(4 * var(--size) + 6vw) !important;
  }
  #game .list {
    grid-gap: 2vw !important;
  }
}
@media (max-width: 1550px) {
  #game :root {
    --size:300px;
  }
}
@media (max-width: 1280px) {
  #game :root {
    --size:250px;
  }
}
@media (max-width: 1090px) {
  #game :root {
    --size:200px;
  }
}
@media (max-width: 900px) {
  #game :root {
    --size:363px;
  }
}
@media (max-width: 780px) {
  #game :root {
    --size:300px;
  }
}
@media (max-width: 630px) {
  #game :root {
    --size:50vw;
  }
}
@media (max-width: 630px) {
  #game .inner {
    padding: 0;
  }
}
@media (max-width: 900px) {
  #game main {
    display: block;
    margin-top: 48px;
  }
}
@media (max-width: 630px) {
  #game main {
    margin-top: 0;
  }
}
@media (max-width: 900px) {
  #game .container .list {
    grid-template-columns: repeat(2, var(--size));
  }
}
@media (max-width: 780px) {
  #game .container .list {
    grid-gap: 0;
  }
}
@media (max-width: 780px) {
  #game .container .list .item {
    border-radius: 0;
    border: 3px solid #ddd;
  }
}
@media (max-width: 630px) {
  #game .container .list .item {
    border: 1px solid #ddd;
  }
}
@media (max-width: 500px) {
  #game .buttons {
    display: flex;
    flex-flow: column-reverse;
  }
}
@media (max-width: 780px) {
  #game .buttons {
    max-width: calc(2 * var(--size));
  }
}
@media (max-width: 900px) {
  #game .buttons {
    max-width: calc(2 * var(--size));
  }
}
@media (max-width: 500px) {
  #game .buttons .button {
    display: flex;
    flex-flow: column-reverse;
    padding: 16px 0;
    margin: 24px auto;
    width: 80%;
    text-align: center;
  }
}
h2.game-detail {
  padding-top: 24px;
  font-size: 36px;
}

.game-info {
  padding-top: 16px;
}
.game-info p {
  margin-bottom: 24px;
}

.game-animal {
  width: 100px;
  margin-top: 24px;
}

h1.sound {
  margin-left: 8px;
  color: #fff;
}

h2 span.sound {
  margin-left: 8px;
  color: #333;
}

.form {
  width: 350px;
}
.form h2 {
  font-size: 32px;
}
.form label {
  width: 250px;
  display: block;
}
.form label.error {
  margin-top: 6px;
  color: #e07481;
}
.form input, .form textarea, .form select {
  padding: 12px;
  border-radius: 24px;
  border: 3px solid #ddd;
  margin-top: 24px;
}
.form input, .form textarea {
  width: 250px;
  max-width: 250px;
}
.form select {
  width: 280px;
  max-width: 280px;
}
.form input.error, .form textarea.error, .form select.error {
  border: 3px solid #e07481;
}
.form .checkbox {
  display: block;
  position: relative;
  margin-top: 24px;
  margin-bottom: 6px;
  padding-left: 35px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  font-weight: 100;
  user-select: none;
  padding-top: 2px;
}
.form .checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.form .checkboxCheck {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 3px solid #ddd;
  border-radius: 4px;
}
.form .checkbox:hover input ~ .checkboxCheck {
  background-color: #ccc;
}
.form .checkbox input:checked ~ .checkboxCheck {
  background-color: #67d3eb;
  border-color: #67d3eb;
}
.form .checkboxCheck:after {
  content: "";
  position: absolute;
  display: none;
}
.form .checkbox input:checked ~ .checkboxCheck:after {
  display: block;
}
.form select {
  appearance: none;
  position: relative;
  background-image: url("data:image/svg+xml;utf8,<svg fill='gray' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position: right;
  color: #757575;
  background-position-x: calc(100% - 12px);
}
.form .checkbox .checkboxCheck:after {
  left: 5px;
  top: 3px;
  width: 4px;
  height: 9px;
  border: solid white;
  border-width: 0px 5px 5px 0;
  transform: rotate(45deg);
  border-radius: 2px;
}
.form button {
  cursor: pointer;
  border: none;
  width: 125px;
  margin-top: 24px;
}

.nastaveni h2 {
  margin-bottom: 16px;
}
.nastaveni h2 span {
  font-weight: 300;
}
.nastaveni h2 span.green {
  color: #9ed67d;
}
.nastaveni h2 span.red {
  color: #e07481;
}
.nastaveni h2 span.light {
  color: #aaa;
  font-weight: normal;
}
.nastaveni .avatars {
  margin-top: 48px;
}
.nastaveni .avatars img {
  width: 40px;
  border-radius: 50%;
  margin-right: 12px;
  opacity: 0.6;
}
.nastaveni .avatars img.active {
  opacity: 1;
}

.exercises-new {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.exercises-new .item {
  height: 260px;
  width: calc(33% - 56px);
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
  margin-bottom: 24px;
  padding: 24px;
  padding-bottom: 36px;
  border-radius: 12px;
  z-index: 1;
  position: relative;
  cursor: pointer;
}
.exercises-new .item::after {
  z-index: -1;
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.exercises-new .item::before {
  z-index: -1;
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.exercises-new .item:active {
  transform: translateY(5px);
}
.exercises-new .item:active::before {
  z-index: -1;
  transform: translateY(-5px);
}
.exercises-new .item.green::after {
  background: #9ed67d !important;
}
.exercises-new .item.green::before {
  background: #81ca56 !important;
}
.exercises-new .item.pine::after {
  background: #81cbb2 !important;
}
.exercises-new .item.pine::before {
  background: #6fc4a7 !important;
}
.exercises-new .item.pink::after {
  background: #f396a8 !important;
}
.exercises-new .item.pink::before {
  background: #f07f95 !important;
}
.exercises-new .item.dark-blue::after {
  background: #7a88c5 !important;
}
.exercises-new .item.dark-blue::before {
  background: #6878bd !important;
}
.exercises-new .item.blue::after {
  background: #72a7db !important;
}
.exercises-new .item.blue::before {
  background: #5e9ad6 !important;
}
.exercises-new .item.purple::after {
  background: #8878b9 !important;
}
.exercises-new .item.purple::before {
  background: #7967b0 !important;
}
.exercises-new .item.yellow::after {
  background: #fae282 !important;
}
.exercises-new .item.yellow::before {
  background: #f9dc69 !important;
}
.exercises-new .item.orange::after {
  background: #f8bb85 !important;
}
.exercises-new .item.orange::before {
  background: #f5a055 !important;
}
.exercises-new .item.red::after {
  background: #e07481 !important;
}
.exercises-new .item.red::before {
  background: #db5f6e !important;
}
.exercises-new .item h2 {
  font-size: 32px;
}
.exercises-new .item img {
  width: 100%;
}

@media (max-width: 850px) {
  .exercises-new {
    flex-direction: column;
  }
}
@media (max-width: 1050px) {
  .exercises-new .item {
    width: 40%;
    height: 270px;
  }
}
@media (min-width: 1300px) {
  .exercises-new .item {
    height: 350px;
  }
}
@media (max-width: 850px) {
  .exercises-new .item {
    width: 80%;
    margin-bottom: 36px;
    padding: 0;
    height: 300px;
  }
  .exercises-new .item img {
    width: 60% !important;
  }
}
.alert {
  margin-top: 24px;
  width: auto;
  padding: 12px 36px;
  border-radius: 12px;
  background: #e07481;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.alert a {
  color: #fff;
}

.game .item.no-border {
  border: 0px solid !important;
}
.game .shelf {
  width: 250px;
  height: 250px;
}
.game .inner.small {
  width: 40% !important;
}
.game .inner.smallest {
  width: 20% !important;
}
.game .view {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.game .view .inner {
  width: 85%;
}
.game .view .left, .game .view .right {
  width: 50%;
  min-height: 80vh;
}
.game .view.border .left {
  border-right: 0.5px solid #ddd;
  border-bottom: 2px solid #ddd;
}
.game .view.border .right {
  border-left: 0.5px solid #ddd;
  border-bottom: 2px solid #ddd;
}
.game .block .top {
  width: 100%;
  /*min-height:40vh;*/
  border-bottom: 2px solid #ddd;
}
.game .block .bottom {
  width: 100%;
  min-height: 40vh;
}
.game header h1 {
  text-align: center;
  margin: auto;
  color: #fff;
  font-family: "Nunito", sans-serif;
}
.game header h1 span, .game header h1 i {
  margin-left: 6px;
}
.game header.blue {
  background: #03a9f4;
  border-bottom: 4px solid #0286c2;
}
.game header.purple {
  background: #673ab7;
  border-bottom: 4px solid #512e90;
}
.game header.red {
  background: #f44336;
  border-bottom: 4px solid #ea1c0d;
}
.game header.orange {
  background: #ff5722;
  border-bottom: 4px solid #ee3900;
}
.game header.yellow {
  background: #ffc107;
  border-bottom: 4px solid #d39e00;
}
.game header.green {
  background: #4caf50;
  border-bottom: 4px solid #3d8b40;
}
.game main {
  width: 100%;
  padding-bottom: 0;
  background: #fff;
}
.game main .items {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.game main .items .item {
  width: 100%;
  border: 1px solid #ddd;
  margin: 0px 6px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.game main .items .item.correct-answer {
  border: 3px solid #4caf50;
}
.game main .items .item.bad-answer {
  border: 3px solid #f44336;
  opacity: 0.6;
}
.game main .items .item img {
  width: 95%;
}
.game main .items .item iframe {
  width: 95%;
  padding: 24px 0;
  height: 550px;
}
.game main .items .item.text {
  padding: 36px;
  font-size: 100%;
  letter-spacing: 0.35rem;
}
.game main .items .item.text span.blue {
  color: #03a9f4;
}
.game main .items .item.text span.purple {
  color: #673ab7;
}
.game main .items .item.text span.red {
  color: #f44336;
}
.game main .items .item.text span.orange {
  color: #ff5722;
}
.game main .items .item.text span.yellow {
  color: #ffc107;
}
.game main .items .item.text span.green {
  color: #4caf50;
}
.game main .items .item.text h2, .game main .items .item.text span {
  font-size: 32px;
  font-family: "Nunito", sans-serif;
}
.game main .items .item.smalltext {
  padding: 18px;
  font-size: 100%;
  letter-spacing: 0.35rem;
}
.game main .items .item.clickable {
  cursor: pointer;
}
.game main .items .item.clickable:hover {
  background-color: #efefef;
}
.game main .items .item video {
  max-height: calc(100vh - 250px);
}
.game main .items .item .list {
  width: 100%;
}
.game main .items .item .list li {
  list-style-type: none;
  display: flex;
  padding: 7px;
  align-items: center;
}
.game main .items .item .list li span {
  flex: 1;
  padding: 0 15px;
}
.game main .items .item .list li a {
  background-color: #4caf50;
  color: white;
  border-radius: 5px;
  padding: 15px;
  font-size: 15px;
}
.game main .items .item .list li a:hover {
  background-color: #419044;
}
.game main .items .item .list li span {
  font-weight: bold;
}
.game main .items .item .list li.done span {
  font-weight: normal;
}
.game main .items .item .list.big li {
  font-size: 20px;
  border-bottom: 2px solid #efefef;
}
.game main .canvas .item {
  margin: auto;
  margin: 0px 6px;
  border-radius: 8px;
  width: 100%;
  height: 500px;
  margin-bottom: 24px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.game main .canvas .item .content {
  border-radius: 8px;
  width: 100%;
  padding: 24px;
  height: 400px;
  margin-right: 12px;
  border: 1px solid #ddd;
}
.game main .canvas .item .toolbar {
  border-radius: 8px;
  margin-right: 24px;
  padding: 12px;
  border: 1px solid #ddd;
}
.game main .canvas .item .toolbar .item {
  border-radius: 8px;
  margin-bottom: 12px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.game main .canvas .item .toolbar .item.blue {
  background: #03a9f4;
}
.game main .canvas .item .toolbar .item.purple {
  background: #673ab7;
}
.game main .canvas .item .toolbar .item.red {
  background: #f44336;
}
.game main .canvas .item .toolbar .item.orange {
  background: #ff5722;
}
.game main .canvas .item .toolbar .item.yellow {
  background: #ffc107;
}
.game main .canvas .item .toolbar .item.green {
  background: #4caf50;
}
.game main .buttons {
  padding: 0 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.game main .buttons .button {
  padding: 8px 48px;
  font-size: 18px;
  border-radius: 50px;
}
.game main .buttons .button.disabled {
  background: #ddd;
  color: #000 !important;
}
.game main .buttons .button.disabled::before {
  background: #c1c1c1;
}
.game main .buttons .button.disabled:active::before, .game main .buttons .button.disabled::after {
  background: #ddd;
}
.game main .buttons .button.disabled::before {
  background: #c1c1c1;
}
.game main .buttons .button.yellow {
  background: #ffc107;
}
.game main .buttons .button.yellow::before {
  background: #d39e00;
}
.game main .buttons .button.yellow:active::before, .game main .buttons .button.yellow::after {
  background: #ffc107;
}
.game main .buttons .button.yellow::before {
  background: #d39e00;
}
.game main .buttons .button.orange {
  background: #ff5722;
}
.game main .buttons .button.orange::before {
  background: #ee3900;
}
.game main .buttons .button.orange:active::before, .game main .buttons .button.orange::after {
  background: #ff5722;
}
.game main .buttons .button.orange::before {
  background: #ee3900;
}
.game main .buttons .button.red {
  background: #f44336;
}
.game main .buttons .button.red::before {
  background: #ea1c0d;
}
.game main .buttons .button.red:active::before, .game main .buttons .button.red::after {
  background: #f44336;
}
.game main .buttons .button.red::before {
  background: #ea1c0d;
}
.game main .buttons .button.green {
  background: #4caf50;
}
.game main .buttons .button.green::before {
  background: #3d8b40;
}
.game main .buttons .button.green:active::before, .game main .buttons .button.green::after {
  background: #4caf50;
}
.game main .buttons .button.green::before {
  background: #3d8b40;
}
.game main .buttons .button.blue {
  background: #03a9f4;
}
.game main .buttons .button.blue::before {
  background: #0286c2;
}
.game main .buttons .button.blue:active::before, .game main .buttons .button.blue::after {
  background: #03a9f4;
}
.game main .buttons .button.blue::before {
  background: #0286c2;
}
.game main .buttons .button.purple {
  background: #673ab7;
}
.game main .buttons .button.purple::before {
  background: #512e90;
}
.game main .buttons .button.purple:active::before, .game main .buttons .button.purple::after {
  background: #673ab7;
}
.game main .buttons .button.purple::before {
  background: #512e90;
}

@media (max-width: 800px) {
  .game .inner.small {
    width: 50% !important;
  }

  .game .inner .items.nospace {
    margin: 0;
  }
}
@media (max-width: 800px) {
  .game .inner.smallest {
    width: 50% !important;
  }
}
@media (max-width: 800px) {
  .game .view .inner {
    width: 75%;
  }
}
@media (max-width: 800px) {
  .game main .items {
    justify-content: center;
    flex-direction: column;
    height: auto;
  }
  .game main .items.forcerowdisplay {
    flex-direction: row;
  }
  .game main .items.forcebordershrink .item {
    border: none;
  }
  .game main .items.forcebordershrink .item img {
    border: 1px solid #ddd;
  }
  .game main .items.zoomout {
    zoom: 0.7;
  }
  .game main .items .item {
    border-radius: 0px !important;
  }
  .game main .items .item.palette {
    width: 100%;
  }
}
@media (max-width: 800px) {
  .game main .items .item.text h2, .game main .items .item.text span {
    font-size: 22px;
  }
}
@media (max-width: 800px) {
  .game main .canvas .item {
    justify-content: center;
    flex-direction: column;
  }
  .game main .canvas .item .toolbar, .game main .canvas .item .content {
    width: 100% !important;
    margin: 0 !important;
    margin-bottom: 12px !important;
  }
}
@media (max-width: 800px) {
  .game main .canvas .item .toolbar {
    height: 80px;
    width: 100%;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 800px) {
  .game main .buttons {
    flex-direction: column-reverse;
    justify-content: center;
    padding: 0;
  }
  .game main .buttons .button {
    padding: 16px auto;
    width: 80% !important;
    text-align: center;
    margin-top: 24px;
  }
}
.hithit {
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.8);
  z-index: 10;
  position: fixed;
}
.hithit .cross {
  position: absolute;
  right: 24px;
  cursor: pointer;
  font-size: 26px;
  top: 24px;
  font-weight: bold;
}
.hithit .inner {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hithit .inner .window {
  background: #67d3eb;
  border: 6px solid #51a5b8;
  color: #fff;
  padding: 30px;
  border-radius: 16px;
  text-align: center;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.hithit .inner .window h2 {
  font-size: 24px;
}
.hithit .inner .window img {
  width: 15%;
  border-radius: 50%;
  margin: auto;
}

.licence-box, main .inner .licences .licence {
  min-height: 350px;
  width: 30%;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 24px 0;
}
.licence-box .price, main .inner .licences .licence .price {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  margin-bottom: 24px !important;
  color: #fff;
  flex-flow: column;
}
.licence-box .price strong, main .inner .licences .licence .price strong {
  font-size: 24px;
}
.licence-box .time, main .inner .licences .licence .time {
  width: 100%;
}
.licence-box h2, main .inner .licences .licence h2, .licence-box .price, main .inner .licences .licence .price, .licence-box .time, main .inner .licences .licence .time {
  margin-bottom: 12px;
}
.licence-box .text, main .inner .licences .licence .text {
  margin-bottom: 12px;
  margin-bottom: 24px;
  font-weight: 100;
  font-size: 16px;
  color: #adadad;
}
.licence-box p, main .inner .licences .licence p {
  margin: auto;
  width: 80%;
}
.licence-box.purple .price, main .inner .licences .purple.licence .price {
  background: #8878b9;
}
.licence-box.orange .price, main .inner .licences .orange.licence .price {
  background: #f8bb85;
}
.licence-box.blue .price, main .inner .licences .blue.licence .price {
  background: #72a7db;
}

.order, .payment {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: 300px auto;
}
.order .half, .payment .half {
  padding: 5px 15px;
}
.order .licence-box, .order main .inner .licences .licence, main .inner .licences .order .licence, .payment .licence-box, .payment main .inner .licences .licence, main .inner .licences .payment .licence {
  width: 100%;
}
.order .order-form, .payment .order-form {
  padding: 0 30px;
}
@media (max-width: 850px) {
  .order, .payment {
    grid-template-columns: auto;
  }
  .order .order-form, .payment .order-form {
    padding: 0;
  }
  .order .form, .payment .form {
    width: auto;
  }
}

.top-2 {
  margin-top: 2rem;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 15px;
}

.my-license .licence-box, .my-license main .inner .licences .licence, main .inner .licences .my-license .licence {
  width: 100%;
  max-width: 350px;
  margin: 15px auto;
}
.my-license .license-infos {
  text-align: center;
  padding: 15px 0;
}

.inner.standard1 {
  padding-top: 2rem;
}
.inner.standard1 h1 {
  text-align: center;
}

.error li {
  list-style-type: none;
  background-color: #f38c89;
  border-radius: 5px;
  padding: 15px;
  color: white;
}

.payment {
  display: flex;
}
.payment p {
  padding: 10px 0;
}

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

a.a {
  color: #72a7db;
}

.slider {
  width: 100%;
  margin: 0 0 50px 0;
}
.slider a img {
  width: 100% !important;
}

.palette .color_item {
  width: 45px;
  height: 45px;
  margin: 7px;
  cursor: pointer;
}
.palette .color_item.active {
  border: 3px solid #303030;
}

.blogitems {
  padding-top: 30px;
}
.blogitems .item {
  border-bottom: 1px solid #d8d8d8;
  padding: 15px 0;
}
.blogitems .item a {
  color: black;
  display: flex;
}
@media (max-width: 640px) {
  .blogitems .item a {
    flex-direction: column;
  }
}
@media (min-width: 1000px) {
  .blogitems .item a .image {
    width: 300px;
    min-width: 300px;
  }
}
@media (max-width: 1000px) {
  .blogitems .item a .image {
    width: 150px;
    min-width: 150px;
  }
}
@media (max-width: 640px) {
  .blogitems .item a .image {
    width: 100%;
    padding-bottom: 15px;
  }
}
.blogitems .item a .image img {
  max-width: 100%;
}
.blogitems .item a .content {
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.blogitems .item a .content .textcontent {
  flex: 1;
}
.blogitems .item a .content .authorcontent {
  color: #5e5e5e;
  font-size: 13px;
  text-align: right;
}
.blogitems .item a .content .authorcontent span {
  padding: 0 5px;
}
.blogitems .item a .content .authorcontent span i {
  padding-right: 5px;
}
.blogitems .item a .content h3 {
  padding-bottom: 7px;
}

.blogdetail h3 {
  text-align: center;
  font-size: 25px;
}
.blogdetail .annotation {
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 15px;
  padding: 15px 0;
}
.blogdetail .image {
  padding: 15px 0;
}
.blogdetail .image img {
  width: 100%;
}
.blogdetail .author {
  color: #5e5e5e;
  text-align: right;
}
.blogdetail .author span {
  padding: 0 5px;
}
.blogdetail .author span i {
  padding-right: 5px;
}

.blognext-wrapper {
  margin-top: 30px;
  border-top: 1px solid #d8d8d8;
}
.blognext-wrapper a {
  color: #000;
}
.blognext-wrapper h3 {
  text-align: center;
  padding: 15px;
}
.blognext-wrapper .blognext {
  display: flex;
}
.blognext-wrapper .blognext .item {
  padding: 15px;
  flex: 1;
}
.blognext-wrapper .blognext .item .author {
  padding-top: 15px;
  font-size: 13px;
  color: #5e5e5e;
  text-align: right;
}
.blognext-wrapper .blognext .item .author span {
  padding: 0 5px;
}
.blognext-wrapper .blognext .item .author span i {
  padding-right: 5px;
}
.blognext-wrapper .blognext .image {
  flex: 1;
}
.blognext-wrapper .blognext .image img {
  max-width: 100%;
}

.over {
  background-color: #efefef;
}

.draggable {
  cursor: pointer;
}

.news {
  border-top: 1px solid #d1d1d1;
  padding-top: 20px;
}
.news h3 {
  padding-bottom: 15px;
}
.news .new a {
  color: black;
}
.news .new .new-title {
  padding: 5px 0;
  display: flex;
}
.news .new .new-title h4 {
  flex: 1;
}
.news .new .new-footer {
  text-align: right;
  margin-bottom: 15px;
  color: #2c2c2c;
  font-size: 15px;
}
.news .new .new-footer i {
  padding-right: 5px;
}
.news .new p {
  font-size: 1em;
  margin-bottom: 0;
}
.news a {
  color: black;
}

.progress .progress-content, .progress .progress-title {
  background-color: #f38c89;
  padding: 15px;
  color: white;
}
.progress .progress-title {
  margin-top: 15px;
  font-size: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  outline: none;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.progress .progress-title.ui-accordion-header-collapsed {
  border-radius: 15px;
}
.progress .progress-title h3 {
  flex: 1;
  font-size: 1.5em;
}
.progress .progress-title i {
  font-size: 2em;
}
.progress .progress-content {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.progress .progress-content .exercise-title {
  justify-content: center;
  align-items: center;
  display: flex;
}
.progress .progress-content .exercise-title span {
  font-size: 15px;
  color: #ffe7e6;
}
.progress .progress-content .exercise-title h4 {
  flex: 1;
}
.progress h4 {
  font-weight: normal;
  padding: 5px 0;
}
.progress .progress-bar {
  height: 20px;
  background-color: #b57776;
  border-radius: 15px;
  text-align: center;
  font-size: 15px;
}
.progress .progress-bar .progress-value {
  height: 20px;
  border-radius: 15px;
  background-color: #c35451;
  text-align: center;
  font-size: 15px;
}

.namety-list .namet-header {
  margin-top: 1.5em;
  background-color: #f38c89;
  padding: 15px;
  color: white;
  border-radius: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  outline: none;
}
.namety-list .namet-header div {
  flex: 1;
}
.namety-list .namet-header i {
  font-size: 2em;
}
.namety-list .namet-content {
  padding: 15px;
}
.namety-list .namet-content .image {
  text-align: center;
}
.namety-list .namet-content .video {
  margin: auto;
  text-align: center;
}
.namety-list .namet-content .file a {
  padding: 15px;
  margin: 15px 0;
  background-color: #f38c89;
  border-radius: 15px;
  display: inline-block;
  color: white;
}

.newChildName .submit {
  display: flex;
  align-items: center;
}
.newChildName .link {
  display: block;
  margin-left: 20px;
  color: white;
  margin-top: 24px;
}

.popup {
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.8);
  z-index: 10;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.popup .cross {
  position: absolute;
  right: 24px;
  cursor: pointer;
  font-size: 26px;
  top: 24px;
  font-weight: bold;
}
.popup .inner {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup .inner .window {
  background: #67d3eb;
  border: 6px solid #51a5b8;
  color: #fff;
  padding: 30px;
  border-radius: 16px;
  text-align: center;
}
.popup .inner .window h2 {
  font-size: 24px;
  margin-bottom: 0.7em;
}
.popup .inner .window a:not(.button) {
  color: white;
  text-decoration: underline;
}
.popup .inner .window .cta-wrapper {
  padding-top: 2em;
  text-align: right;
}

.blogcontent p {
  padding: 7px 0;
}

.group-license {
  padding: 15px;
}
.group-license i {
  color: #414141;
  padding: 0 5px;
}
.group-license i:hover {
  color: black;
}

.table {
  width: 100%;
  border-collapse: collapse;
}
.table th {
  padding: 7px;
}
.table td {
  padding: 4px;
  border-top: 1px solid gray;
  text-align: center;
}

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

.hide-till-load {
  display: none;
}

/*# sourceMappingURL=app.css.map */
