@import url("https://fonts.googleapis.com/css2?family=Baloo+Bhai+2:wght@400;500;600;700;800&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap");
.language-page {
  padding: 0 1em 4em 1em;
}
.language-page .back-btn {
  font-family: "Baloo Bhai 2", cursive;
  color: #F5AE2B;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.9em;
}
.language-page .page-title {
  font-size: 2.5em;
}
.language-page .sub-title {
  font-weight: 500;
  color: #2F4858;
}
.language-page .level-info__level {
  font-weight: 500;
}
.language-page .level-info__description {
  font-size: 0.9em;
  line-height: 1.4em;
  font-weight: 400;
}
.language-page .level-info__page {
  display: inline-block;
  padding-bottom: 1em;
}
.language-page .special-formulas h3 {
  margin: 0;
}
.language-page .special-formulas__content__item h4 {
  margin-bottom: 5px;
}
.language-page .special-formulas__content__item p {
  margin: 5px 0;
  font-size: 0.9em;
  font-style: italic;
  font-weight: 300;
  font-family: "Merriweather", serif;
}
.language-page .special-formulas__content__item a {
  font-size: 0.9em;
  padding: 1em 0;
  color: #2F4858;
  font-weight: bold;
  font-style: italic;
}
.language-page .special-formulas__instruction {
  font-family: "Baloo Bhai 2", cursive;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: 400;
  color: #9b9b9b;
}
.language-page .extra-info {
  background: white;
  border-radius: 10px;
  padding: 1.5em;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12);
  margin-top: 25px;
}
.language-page .extra-info__prices {
  display: inline-block;
  padding: 1em 0;
  color: #2F4858;
  font-weight: bold;
  font-style: italic;
}
.language-page .level-test {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
}
.language-page .level-test__text {
  font-size: 0.9em;
  margin: 0 0 1em;
}
.language-page .level-test__button {
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  background-color: #2F4858;
  border-radius: 300px;
  padding: 0.5em;
  color: white;
  font-family: "Baloo Bhai 2", cursive;
  text-transform: uppercase;
}
.language-page .course-track .language-track {
  display: flex;
}
.language-page .course-track__instruction {
  font-family: "Baloo Bhai 2", cursive;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: 400;
  color: #9b9b9b;
}
.language-page .class-schedule {
  border-radius: 10px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12);
  background-color: white;
  padding: 10px;
  min-height: 350px;
  flex-direction: column;
  box-sizing: border-box;
}
.language-page .class-schedule h3 {
  margin-left: 3.2em;
}
.language-page .class-schedule .filter {
  box-sizing: border-box;
  padding: 0.5em 1.6em 0.5em 3.2em;
  width: 100%;
  justify-content: space-between;
}
.language-page .class-schedule .filter > div {
  width: 100%;
  margin: 0.5em 0;
}
.language-page .class-schedule__schedule {
  height: 450px;
  position: relative;
}
.language-page .class-schedule__schedule div {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 248, 235, 0.9);
  box-sizing: border-box;
  padding: 10%;
  font-family: "Montserrat", sans-serif;
  border-radius: 10px;
}
.language-page .class-schedule__schedule button {
  font-weight: bolder;
}
.language-page .choice-field__field__button i {
  display: none;
}
.language-page .active .module-grade {
  font-weight: bold;
}
.language-page .level-a .active .module-grade {
  color: #ffc400;
  border: 2px solid #ffc400;
}
.language-page .level-b .active .module-grade {
  color: #1271e1;
  border: 2px solid #1271e1;
}
.language-page .level-c .active .module-grade {
  color: #3ade6a;
  border: 2px solid #3ade6a;
}

/* Mobile Styling */
/* Tablet Styling */
@media screen and (min-width: 768px) {
  .language-page {
    padding-top: 120px;
  }
  .language-page .layout-container {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .language-page .level-info, .language-page .course-track {
    width: 50%;
  }
  .language-page .extra-info {
    width: 95%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
  }
  .language-page .extra-info .special-formulas, .language-page .extra-info .level-test {
    max-width: 30%;
  }
  .language-page .extra-info__prices {
    margin: 0;
    padding: 0;
  }
  .language-page .class-schedule {
    width: 100%;
  }
  .language-page .class-schedule .filter {
    display: flex;
    display: -webkit-flex;
  }
  .language-page .class-schedule .filter > div {
    width: 32.5%;
    margin: 0;
  }
  .language-page .course-track__instruction {
    max-width: 95%;
  }
}
/* Desktop Styling */
@media screen and (min-width: 992px) {
  .language-page {
    padding-bottom: 200px;
    max-width: 1400px;
    margin: 0 auto;
  }
  .language-page .back-btn, .language-page .page-title {
    padding-left: 18px;
  }
  .language-page .layout-container {
    display: grid;
    grid-template-columns: 35% 60%;
    grid-template-rows: 200px 600px;
    grid-gap: 1em 0;
    align-items: flex-start;
  }
  .language-page .level-info {
    grid-column: 1/1;
    grid-row: 1/1;
    width: 100%;
  }
  .language-page .course-track {
    width: 100%;
    grid-column: 2/2;
    grid-row: 1/1;
  }
  .language-page .extra-info {
    margin-top: 0;
    padding: 2em;
    margin-right: 60px;
    box-sizing: border-box;
    grid-column: 1/1;
    grid-row: 2/2;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
  }
  .language-page .extra-info .special-formulas, .language-page .extra-info .level-test {
    max-width: 100%;
  }
  .language-page .extra-info__prices {
    margin: 1em 0;
  }
  .language-page .class-schedule {
    grid-column: 2/2;
    grid-row: 2/2;
  }
  .language-page .class-schedule__content {
    margin-left: -60px;
  }
}

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