@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");
input[type=submit] {
  padding: 10px;
  color: white;
  border: none;
  background: #B18E66; }

label {
  display: block; }

.test-hide {
  visibility: hidden;
  opacity: 0; }

body {
  height: 100vh; }

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

.content {
  flex: 1 0 auto; }

footer {
  flex: 0 0 auto; }

a {
  font-family: "Montserrat";
  font-style: normal;
  color: #000;
  text-decoration: none !important; }
  a:hover {
    text-decoration: none !important; }

p {
  font-family: "Montserrat";
  font-style: normal; }

.ACADEMY__header {
  margin-top: 3rem;
  margin-bottom: 3rem; }
  @media screen and (max-width: 992px) {
    .ACADEMY__header {
      margin-top: 1.5rem;
      margin-bottom: 1.5rem; } }
  .ACADEMY__header h1 {
    display: flex;
    justify-content: center;
    font-family: "Montserrat";
    font-style: normal;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 2.5rem; }
    @media screen and (max-width: 992px) {
      .ACADEMY__header h1 {
        font-size: 1.5rem; } }
.ACADEMY button {
  width: 10rem;
  font-size: 1rem;
  margin-top: 1.5rem;
  background-color: #B18E66;
  border: 1px solid transparent;
  font-family: "Montserrat";
  border-radius: 0.3rem;
  padding: 0.5rem;
  color: #fff; }
  .ACADEMY button a {
    color: #fff !important; }

.ACADEMY__home {
  position: relative;
  padding-bottom: 20rem;
  padding-top: 10rem;
  margin-bottom: 50px; }
  .ACADEMY__home video {
    max-width: 100vw;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    display: flex;
    filter: brightness(0.5);
    top: 0;
    left: 0;
    z-index: -1; }
  .ACADEMY__home_text {
    display: block; }
    .ACADEMY__home_text h2 {
      font-weight: 600;
      font-size: 48px;
      color: #fff;
      line-height: 3.75rem; }
    .ACADEMY__home_text p {
      color: #fff;
      margin-bottom: 2.5rem;
      font-weight: 400;
      font-size: 1rem; }

@media screen and (max-width: 576px) {
  .ACADEMY__home {
    display: flex;
    width: 100%;
    margin-bottom: 25px;
    margin-top: 5px;
    padding-bottom: 150px;
    padding-top: 7rem; }
    .ACADEMY__home_text {
      padding-top: 0;
      padding-bottom: 0; } }

.ACADEMY__about {
  margin-bottom: 100px; }
  .ACADEMY__about p {
    margin-top: 25px; }
  .ACADEMY__about_statistics {
    display: flex;
    justify-content: space-between; }
    .ACADEMY__about_statistics__box {
      display: flex;
      flex-direction: column;
      align-items: center; }
      .ACADEMY__about_statistics__box p {
        text-align: center;
        font-weight: 600; }
      .ACADEMY__about_statistics__box__cycle {
        width: 100px;
        height: 100px;
        background-color: #B18E66;
        border-radius: 100%;
        padding: 25px 0;
        text-align: center; }
        .ACADEMY__about_statistics__box__cycle p {
          text-align: center;
          font-size: 48px;
          line-height: 0;
          color: white;
          font-weight: 800; }
  .ACADEMY__about__image {
    width: 100%;
    height: 350px;
    border-radius: var(--webkey-border-radius);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }

@media screen and (max-width: 992px) {
  .ACADEMY__about__image {
    height: 250px; }
  .ACADEMY__about_statistics__box__cycle {
    padding: 35px 0; }
    .ACADEMY__about_statistics__box__cycle p {
      vertical-align: middle;
      font-size: 36px; }
  .ACADEMY__about p {
    margin-top: 15px; } }

.ACADEMY__offer {
  margin-bottom: 50px; }
  .ACADEMY__offer__body__block__top {
    display: flex;
    justify-content: center; }
    .ACADEMY__offer__body__block__top__cycle {
      margin-top: 25px;
      width: 100px;
      height: 100px;
      background-color: #B18E66;
      border-radius: 100%;
      padding: 25px 20px;
      text-align: center; }
  .ACADEMY__offer__body__block__desc h4 {
    text-align: center;
    margin-top: 25px; }
  .ACADEMY__offer__body__block__desc p {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 25px; }
  .ACADEMY__offer__body__block__img img {
    width: 600px; }

@media screen and (max-width: 576px) {
  .ACADEMY__offer__body__block__img img {
    width: 100%; } }

.course__page__teacher {
  width: 100%;
  height: 350px;
  border-radius: 30px;
  background: #FFF;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem;
  margin-bottom: 50px;
  cursor: pointer; }
  .course__page__teacher_body {
    display: flex; }
    .course__page__teacher_body__image {
      width: 500px;
      height: 320px;
      background-size: cover;
      background-position: center;
      border-radius: 15px;
      margin-right: 15px; }
    .course__page__teacher_body__desc h2 {
      font-weight: 600;
      font-size: 36px;
      line-height: 3.75rem; }

@media screen and (max-width: 992px) {
  .course__page__teacher_body {
    display: flex;
    align-items: center;
    flex-direction: column; } }

.course__page {
  margin-top: 25px;
  margin-bottom: 50px; }
  .course__page p {
    margin-bottom: 0 !important; }
  .course__page__top {
    display: flex;
    width: 100%;
    margin-bottom: 50px; }
    .course__page__top .block {
      display: flex;
      width: 100%;
      justify-content: space-between;
      flex-direction: row; }
      .course__page__top .block .course__page__top_name h1 {
        font-weight: 600;
        font-size: 36px;
        line-height: normal; }
      .course__page__top .block .course__page__top_info {
        display: flex;
        justify-content: space-evenly;
        width: 100%;
        margin-bottom: 0.5rem; }
        .course__page__top .block .course__page__top_info__item {
          display: flex;
          flex-direction: row; }
          .course__page__top .block .course__page__top_info__item p {
            font-weight: 600; }
          .course__page__top .block .course__page__top_info__item img {
            display: inline-block;
            margin-right: 0.5rem; }
      .course__page__top .block .course__page__top_desc p {
        font-size: 14px; }
      .course__page__top .block .course__page__top_image {
        background-size: cover;
        background-position: center;
        background-color: #B18E66;
        border-radius: 1rem;
        width: 100%;
        height: 500px;
        margin-right: 1rem; }
  .course__page__body h4 {
    display: inline-block;
    margin: 1rem 0;
    font-weight: 600; }

@media screen and (max-width: 1024px) {
  .course__page__top {
    margin-bottom: 0; }
    .course__page__top .block {
      flex-direction: column; }
      .course__page__top .block .course__page__top__desc p {
        font-size: 14px; }
      .course__page__top .block .course__page__top_image {
        height: 350px; }
  .course__page__body ul {
    column-count: 1;
    padding: 0; }
    .course__page__body ul li {
      list-style: none; } }

@media screen and (max-width: 576px) {
  .course__page__top_name h1 {
    margin-top: 1rem;
    margin-bottom: 0.5rem; }
  .course__page__top_info {
    justify-content: space-between !important; }
  .course__page__top .block .course__page__top_image {
    height: 250px; } }

.ACADEMY__courses__block {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  text-align: center; }
  .ACADEMY__courses__block__box {
    width: 400px;
    padding: 30px;
    border-radius: 30px;
    background: #FFF;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
    margin-bottom: 25px; }
    .ACADEMY__courses__block__box:hover {
      box-shadow: 0 0 15px 0 rgba(177, 142, 102, 0.5);
      cursor: pointer; }
    .ACADEMY__courses__block__box p {
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: normal; }
    .ACADEMY__courses__block__box h4 {
      font-size: 24px; }
    .ACADEMY__courses__block__box a {
      display: flex;
      justify-content: flex-end;
      color: #B18E66;
      font-size: 16px;
      font-weight: 400;
      line-height: normal;
      font-style: italic;
      text-decoration: underline; }
      .ACADEMY__courses__block__box a:hover {
        text-decoration: underline !important; }

@media screen and (max-width: 992px) {
  .ACADEMY__courses__block {
    justify-content: center; }
    .ACADEMY__courses__block__box {
      width: 100%; } }

@media screen and (max-width: 576px) {
  .ACADEMY__courses__block {
    justify-content: center; } }

.ACADEMY__treatments {
  margin-bottom: 50px;
  margin-top: 50px; }
  .ACADEMY__treatments_title {
    font-weight: 400; }
  .ACADEMY__treatments p {
    margin-top: 25px; }
  .ACADEMY__treatments ul {
    width: 100%;
    min-height: 120px;
    column-count: 2;
    padding: 0; }
    .ACADEMY__treatments ul li {
      font-family: "Montserrat";
      list-style: none;
      font-size: 16px; }
  .ACADEMY__treatments__image {
    width: 100%;
    height: 350px;
    border-radius: var(--webkey-border-radius);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }

@media screen and (max-width: 576px) {
  .ACADEMY__treatments p {
    margin-top: 15px; }
  .ACADEMY__treatments ul {
    height: auto; }
  .ACADEMY__treatments button {
    margin-bottom: 25px; }
  .ACADEMY__treatments__image {
    height: 250px; } }

.ACADEMY__page__treatments__mobile {
  display: none; }

@media screen and (max-width: 576px) {
  .ACADEMY__page__treatments .ACADEMY__table {
    display: none; }
  .ACADEMY__page__treatments__mobile {
    display: block; }
    .ACADEMY__page__treatments__mobile__item {
      display: flex;
      justify-content: space-between;
      align-items: flex-start; }
      .ACADEMY__page__treatments__mobile__item_price {
        display: flex;
        flex-direction: column;
        justify-content: flex-end; }
        .ACADEMY__page__treatments__mobile__item_price p {
          width: 100%;
          text-align: right; }
          .ACADEMY__page__treatments__mobile__item_price p:last-child {
            margin-bottom: 0.5rem; } }

.ACADEMY__contacts {
  margin-bottom: 50px; }
  .ACADEMY__contacts__title {
    margin-top: 100px;
    margin-bottom: 50px; }
    .ACADEMY__contacts__title h2 {
      display: flex;
      justify-content: center;
      font-weight: 600;
      font-size: 3rem;
      line-height: 3.75rem; }
  .ACADEMY__contacts p {
    font-weight: 600;
    margin: 0; }
  .ACADEMY__contacts a {
    display: inline-block;
    margin-bottom: 15px; }

@media screen and (max-width: 576px) {
  .ACADEMY__contacts .row {
    flex-direction: column-reverse; } }

footer {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.75); }
  footer .webkey_nav .webkey_nav_link {
    display: none; }
  footer .webkey_nav__list__sub_menu {
    top: -4rem; }

.ACADEMY__table {
  border: none;
  padding: 0;
  margin-bottom: 3rem; }
  .ACADEMY__table thead tr th:first-child, .ACADEMY__table tbody tr th:first-child {
    width: 55%; }
    .ACADEMY__table thead tr th:first-child p, .ACADEMY__table tbody tr th:first-child p {
      font-size: 28px;
      cursor: pointer; }
  .ACADEMY__table thead tr td, .ACADEMY__table tbody tr td {
    width: 15%; }
  .ACADEMY__table__desc a {
    font-weight: 400;
    font-size: 1rem;
    font-family: "Montserrat";
    cursor: pointer; }

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