@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;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");
* {
  --webkey-color-primary: #B18E66;
  --webkey-color-success: #7CB342;
  --webkey-color-info: #03a9f4;
  --webkey-color-warning: #FF8833;
  --webkey-color-error: #ff1a1a;
  --webkey-color-text: #111827;
  --webkey-color-text-grey: #9ca3af;
  --webkey-font-family: "Montserrat";
  --webkey-margin-top: 0.5rem;
  --webkey-margin-right: 0.5rem;
  --webkey-margin-end-block: 100px;
  --webkey-padding: 0.375rem;
  --webkey-border-radius: 0.375rem;
  --webkey-border: 1px solid #D1D5DB;
  --webkey-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, 0.2);
  font-family: var(--webkey-font-family);
  margin: 0;
  padding: 0; }

a {
  color: #000;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  text-decoration: none; }
  a:hover {
    color: var(--webkey-color-primary); }

.webkey_btn__primary {
  display: inline-block;
  width: 10rem;
  margin-top: var(--webkey-margin-top);
  margin-right: var(--webkey-margin-right);
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.625rem 0.875rem;
  color: #fff;
  background-color: var(--webkey-color-primary);
  border: var(--webkey-border);
  border-radius: var(--webkey-border-radius);
  border: none; }
  .webkey_btn__primary:hover {
    cursor: pointer; }
  .webkey_btn__primary:hover {
    box-shadow: 0 0 0.125rem var(--webkey-color-primary); }
  .webkey_btn__primary a {
    color: #fff;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    text-decoration: none; }
    .webkey_btn__primary a:hover {
      color: #fff; }
  @media screen and (max-width: 320px) {
    .webkey_btn__primary {
      width: 100%; } }
.webkey_btn__success {
  display: inline-block;
  width: 10rem;
  margin-top: var(--webkey-margin-top);
  margin-right: var(--webkey-margin-right);
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.625rem 0.875rem;
  color: #fff;
  background-color: var(--webkey-color-success);
  border: var(--webkey-border);
  border-radius: var(--webkey-border-radius);
  border: none; }
  .webkey_btn__success:hover {
    cursor: pointer; }
  .webkey_btn__success:hover {
    box-shadow: 0 0 0.125rem var(--webkey-color-success); }
  .webkey_btn__success a {
    color: #fff;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    text-decoration: none; }
    .webkey_btn__success a:hover {
      color: #fff; }
  @media screen and (max-width: 320px) {
    .webkey_btn__success {
      width: 100%; } }
.webkey_btn__info {
  display: inline-block;
  width: 10rem;
  margin-top: var(--webkey-margin-top);
  margin-right: var(--webkey-margin-right);
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.625rem 0.875rem;
  color: #fff;
  background-color: var(--webkey-color-info);
  border: var(--webkey-border);
  border-radius: var(--webkey-border-radius);
  border: none; }
  .webkey_btn__info:hover {
    cursor: pointer; }
  .webkey_btn__info:hover {
    box-shadow: 0 0 0.125rem var(--webkey-color-info); }
  .webkey_btn__info a {
    color: #fff;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    text-decoration: none; }
    .webkey_btn__info a:hover {
      color: #fff; }
  @media screen and (max-width: 320px) {
    .webkey_btn__info {
      width: 100%; } }
.webkey_btn__warning {
  display: inline-block;
  width: 10rem;
  margin-top: var(--webkey-margin-top);
  margin-right: var(--webkey-margin-right);
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.625rem 0.875rem;
  color: #fff;
  background-color: var(--webkey-color-warning);
  border: var(--webkey-border);
  border-radius: var(--webkey-border-radius);
  border: none; }
  .webkey_btn__warning:hover {
    cursor: pointer; }
  .webkey_btn__warning:hover {
    box-shadow: 0 0 0.125rem var(--webkey-color-warning); }
  .webkey_btn__warning a {
    color: #fff;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    text-decoration: none; }
    .webkey_btn__warning a:hover {
      color: #fff; }
  @media screen and (max-width: 320px) {
    .webkey_btn__warning {
      width: 100%; } }
.webkey_btn__danger {
  display: inline-block;
  width: 10rem;
  margin-top: var(--webkey-margin-top);
  margin-right: var(--webkey-margin-right);
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.625rem 0.875rem;
  color: #fff;
  background-color: var(--webkey-color-error);
  border: var(--webkey-border);
  border-radius: var(--webkey-border-radius);
  border: none; }
  .webkey_btn__danger:hover {
    cursor: pointer; }
  .webkey_btn__danger:hover {
    box-shadow: 0 0 0.125rem var(--webkey-color-error); }
  .webkey_btn__danger a {
    color: #fff;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    text-decoration: none; }
    .webkey_btn__danger a:hover {
      color: #fff; }
  @media screen and (max-width: 320px) {
    .webkey_btn__danger {
      width: 100%; } }
.webkey_table__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
  background-color: white;
  padding: 1rem;
  display: flow-root;
  overflow-x: auto;
  position: relative; }
  @media screen and (max-width: 576px) {
    .webkey_table__container {
      margin-bottom: 50px; } }
  .webkey_table__container_title {
    display: flex;
    justify-content: center; }
    @media screen and (max-width: 576px) {
      .webkey_table__container_title {
        position: sticky;
        left: 0;
        background-color: transparent;
        z-index: 999;
        top: 0;
        overflow-y: auto; } }
  .webkey_table__container .webkey_table {
    min-width: 100%;
    padding: 0.5rem 1.5rem;
    vertical-align: middle;
    display: inline-block; }
    @media screen and (max-width: 576px) {
      .webkey_table__container .webkey_table {
        overflow: scroll; } }
    .webkey_table__container .webkey_table table {
      min-width: 100%; }
      .webkey_table__container .webkey_table table thead tr th {
        min-width: 135px;
        width: 100%;
        padding: 0.75rem 0.75rem 0.75rem 1rem;
        text-align: center;
        font-size: 0.75rem;
        line-height: 1rem;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 0.025em;
        color: #2d2d2d; }
        .webkey_table__container .webkey_table table thead tr th:first-child {
          min-width: 500px;
          font-size: 1rem;
          text-align: left;
          font-weight: 700;
          padding: 0.75rem; }
          @media screen and (max-width: 576px) {
            .webkey_table__container .webkey_table table thead tr th:first-child {
              min-width: 345px; } }
      .webkey_table__container .webkey_table table tbody {
        background-color: white; }
        .webkey_table__container .webkey_table table tbody tr {
          border-bottom: var(--webkey-border); }
          .webkey_table__container .webkey_table table tbody tr:hover {
            cursor: pointer;
            background-color: rgba(107, 114, 128, 0.05); }
          .webkey_table__container .webkey_table table tbody tr td {
            min-width: 100px;
            padding: 0.75rem 0.75rem 0.75rem 1rem;
            font-size: 0.875rem;
            line-height: 1.25rem;
            color: #6b7280;
            text-align: center;
            border-bottom: var(--webkey-border); }
            .webkey_table__container .webkey_table table tbody tr td.treatment__name {
              min-width: 500px;
              text-align: left;
              padding: 0.75rem;
              overflow-y: auto; }
              @media screen and (max-width: 576px) {
                .webkey_table__container .webkey_table table tbody tr td.treatment__name {
                  min-width: 345px; } }
            .webkey_table__container .webkey_table table tbody tr td span.active img {
              transform: rotate(180deg); }
            .webkey_table__container .webkey_table table tbody tr td .description {
              max-width: 100%;
              white-space: normal; }

.scroll_ico {
  display: none; }

@media screen and (max-width: 576px) {
  .scroll_ico {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.65);
    z-index: 10000; }
    .scroll_ico img {
      display: block;
      position: absolute;
      margin: auto;
      width: 100px;
      height: 100px;
      animation: example 4s cubic-bezier(0.42, 0, 0.58, 1) infinite; }
  @keyframes example {
    0%, 100% {
      transform: translateX(0); }
    25% {
      transform: translateX(-25%); }
    75% {
      transform: translateX(25%); } } }

.ACADEMY__language {
  display: flex; }
  .ACADEMY__language .selected {
    color: var(--webkey-color-primary) !important;
    font-weight: bold; }
  .ACADEMY__language a:first-child {
    border-radius: 0; }
  .ACADEMY__language .border {
    display: inline-block;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    border-right: 2px solid #222; }

@media screen and (max-width: 1024px) {
  .ACADEMY__language {
    display: flex;
    justify-content: space-evenly;
    border-top: 1px solid #636E72;
    margin: auto;
    width: calc(100% - 1.5rem);
    background-color: white; }
    .ACADEMY__language .selected {
      color: var(--webkey-color-primary) !important;
      font-weight: bold; }
    .ACADEMY__language a {
      display: flex;
      font-size: 1rem;
      margin-top: 15px;
      margin-bottom: 15px; }
      .ACADEMY__language a:first-child {
        border-radius: 0;
        border-right: 0; }
      .ACADEMY__language a:last-child {
        margin-left: 0; } }

.ACADEMY__category__block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .ACADEMY__category__block__box {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 400px;
    height: 200px;
    padding: 30px;
    border-radius: 30px;
    background: #FFF;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
    margin-bottom: 25px;
    cursor: pointer; }
    .ACADEMY__category__block__box:hover {
      box-shadow: 0 0 15px 0 rgba(177, 142, 102, 0.5); }
    .ACADEMY__category__block__box a {
      color: #B18E66;
      font-size: 16px;
      font-weight: 400;
      line-height: normal;
      font-style: italic;
      text-decoration: underline; }
    .ACADEMY__category__block__box h4 {
      display: block;
      font-size: 1.5rem;
      margin-bottom: 1rem; }
    .ACADEMY__category__block__box p {
      text-align: center;
      cursor: pointer;
      font-size: 1rem;
      font-weight: 400; }

h2.ACADEMY__title {
  display: flex;
  justify-content: center;
  line-height: 3.75rem;
  text-align: center;
  margin-bottom: 50px;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 2.5rem; }
  h2.ACADEMY__title_start {
    display: flex;
    justify-content: flex-start;
    text-align: left;
    font-weight: 500;
    font-size: 2.5rem;
    text-transform: uppercase;
    line-height: 3.75rem; }

@media screen and (max-width: 576px) {
  h2.ACADEMY__title {
    margin-bottom: 25px;
    font-size: 2rem;
    line-height: 2.5rem; }
    h2.ACADEMY__title_start {
      justify-content: center;
      font-size: 2rem; } }

.webkey_nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0; }
  .webkey_nav a {
    display: flex;
    align-items: center;
    column-gap: 0.1rem;
    line-height: 1.5rem;
    font-weight: 500;
    font-size: 0.875rem;
    color: var(--webkey-color-text);
    text-decoration: inherit; }
    .webkey_nav a svg {
      width: 1.25rem;
      height: 1.25rem;
      color: var(--webkey-color-text-grey); }
    .webkey_nav a:hover {
      cursor: pointer;
      color: var(--webkey-color-primary); }
  .webkey_nav__list {
    position: relative; }
    .webkey_nav__list ul {
      display: flex;
      padding: 0;
      column-gap: 2rem;
      margin: 0; }
      .webkey_nav__list ul li {
        list-style: none; }
    .webkey_nav__list__sub_menu {
      display: none;
      position: absolute;
      top: 3rem;
      min-width: 10rem; }
      .webkey_nav__list__sub_menu ul {
        flex-direction: column;
        background: #fff;
        padding: var(--webkey-padding);
        column-gap: 3rem;
        border: var(--webkey-border);
        border-radius: var(--webkey-border-radius);
        z-index: 1;
        min-width: 150px; }
        .webkey_nav__list__sub_menu ul li {
          background: #fff;
          list-style: none;
          margin: var(--webkey-margin-top); }
  .webkey_nav_mobile .webkey_nav_mobile, .webkey_nav_mobile .webkey_nav_mobile__top, .webkey_nav_mobile .webkey_nav_mobile__wrapper {
    display: none; }
  @media screen and (max-width: 1024px) {
    .webkey_nav_mobile .webkey_nav, .webkey_nav_mobile .webkey_nav__center {
      display: none; }
    .webkey_nav_mobile .webkey_nav_mobile__top {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-left: auto;
      margin-right: auto;
      background-color: white;
      padding-top: 1.5rem;
      padding-bottom: 1.5rem; }
      .webkey_nav_mobile .webkey_nav_mobile__top__logo img {
        width: 80%; }
      .webkey_nav_mobile .webkey_nav_mobile__top__btn {
        width: 1.5rem;
        height: 1.5rem; }
    .webkey_nav_mobile .webkey_nav_mobile__wrapper {
      display: block;
      position: fixed;
      overflow: scroll;
      width: 75vw;
      max-width: 100%;
      height: 100%;
      z-index: 1350;
      background-color: white;
      left: -100%;
      top: 0; } }
  @media screen and (max-width: 1024px) and (max-width: 576px) {
    .webkey_nav_mobile .webkey_nav_mobile__wrapper {
      width: 100%; } }
  @media screen and (max-width: 1024px) {
      .webkey_nav_mobile .webkey_nav_mobile__wrapper_visible {
        left: 0; }
      .webkey_nav_mobile .webkey_nav_mobile__wrapper_list {
        display: flex;
        flex-direction: column;
        height: 85vh;
        margin-left: -0.75rem;
        margin-right: 0;
        padding: 1.5rem; }
        .webkey_nav_mobile .webkey_nav_mobile__wrapper_list__content {
          flex: 1 0 auto; }
        .webkey_nav_mobile .webkey_nav_mobile__wrapper_list__footer {
          flex: 0 0 auto; }
        .webkey_nav_mobile .webkey_nav_mobile__wrapper_list a {
          display: flex;
          flex-direction: row;
          color: var(--webkey-color-text);
          font-weight: 600;
          font-size: 1rem;
          line-height: 1.5rem;
          text-decoration: none;
          padding: 0.5rem 0.75rem;
          border-radius: var(--webkey-border-radius); }
          .webkey_nav_mobile .webkey_nav_mobile__wrapper_list a:hover {
            background-color: #F9FAFB; }
        .webkey_nav_mobile .webkey_nav_mobile__wrapper_list__sub_menu__btn {
          display: flex;
          justify-content: space-between;
          align-items: center; }
        .webkey_nav_mobile .webkey_nav_mobile__wrapper_list__sub_menu__list {
          display: none;
          flex-direction: column;
          padding-left: 0.75rem; }
          .webkey_nav_mobile .webkey_nav_mobile__wrapper_list__sub_menu__list a {
            font-size: 0.875rem; }
      .webkey_nav_mobile .webkey_nav_mobile__wrapper_top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
        background-color: white;
        padding: 1.5rem; }
        .webkey_nav_mobile .webkey_nav_mobile__wrapper_top__logo {
          width: 100%;
          height: 3rem; }
        .webkey_nav_mobile .webkey_nav_mobile__wrapper_top__btn {
          width: 1.5rem;
          height: 1.5rem; }
      .webkey_nav_mobile .webkey_nav_mobile__wrapper_close {
        position: fixed;
        top: 0;
        z-index: 101;
        width: 25vw;
        height: 100vh;
        margin-left: 75vw;
        background-color: rgba(0, 0, 0, 0.2); } }
    @media screen and (max-width: 1024px) and (max-width: 576px) {
      .webkey_nav_mobile .webkey_nav_mobile__wrapper_close {
        width: 0; } }
  @media screen and (max-width: 1024px) {
    .webkey_nav {
      display: none; } }
.webkey_nav__center {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 1rem 0; }
  .webkey_nav__center a {
    display: flex;
    align-items: center;
    column-gap: 0.1rem;
    line-height: 1.5rem;
    font-weight: 500;
    font-size: 0.875rem;
    color: var(--webkey-color-text);
    text-decoration: inherit; }
    .webkey_nav__center a svg {
      width: 1.25rem;
      height: 1.25rem;
      color: var(--webkey-color-text-grey); }
    .webkey_nav__center a:hover {
      cursor: pointer;
      color: var(--webkey-color-primary); }
  .webkey_nav__center__list {
    position: relative; }
    .webkey_nav__center__list ul {
      display: flex;
      padding: 0;
      column-gap: 2rem;
      margin: 0; }
      .webkey_nav__center__list ul li {
        list-style: none; }
    .webkey_nav__center__list__sub_menu {
      display: none;
      position: absolute;
      top: 3rem;
      min-width: 10rem; }
      .webkey_nav__center__list__sub_menu ul {
        flex-direction: column;
        background: #fff;
        padding: var(--webkey-padding);
        column-gap: 3rem;
        border: var(--webkey-border);
        border-radius: var(--webkey-border-radius);
        z-index: 1;
        min-width: 150px; }
        .webkey_nav__center__list__sub_menu ul li {
          background: #fff;
          list-style: none;
          margin: var(--webkey-margin-top); }
  @media screen and (max-width: 1024px) {
    .webkey_nav__center {
      display: none; } }
  .webkey_nav__center_mobile .webkey_nav_mobile, .webkey_nav__center_mobile .webkey_nav_mobile__top, .webkey_nav__center_mobile .webkey_nav_mobile__wrapper {
    display: none; }
  @media screen and (max-width: 1024px) {
    .webkey_nav__center_mobile .webkey_nav, .webkey_nav__center_mobile .webkey_nav__center {
      display: none; }
    .webkey_nav__center_mobile .webkey_nav_mobile__top {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-left: auto;
      margin-right: auto;
      background-color: white;
      padding-top: 1.5rem;
      padding-bottom: 1.5rem; }
      .webkey_nav__center_mobile .webkey_nav_mobile__top__logo img {
        width: 80%; }
      .webkey_nav__center_mobile .webkey_nav_mobile__top__btn {
        width: 1.5rem;
        height: 1.5rem; }
    .webkey_nav__center_mobile .webkey_nav_mobile__wrapper {
      display: block;
      position: fixed;
      overflow: scroll;
      width: 75vw;
      max-width: 100%;
      height: 100%;
      z-index: 1350;
      background-color: white;
      left: -100%;
      top: 0; } }
  @media screen and (max-width: 1024px) and (max-width: 576px) {
    .webkey_nav__center_mobile .webkey_nav_mobile__wrapper {
      width: 100%; } }
  @media screen and (max-width: 1024px) {
      .webkey_nav__center_mobile .webkey_nav_mobile__wrapper_visible {
        left: 0; }
      .webkey_nav__center_mobile .webkey_nav_mobile__wrapper_list {
        display: flex;
        flex-direction: column;
        height: 85vh;
        margin-left: -0.75rem;
        margin-right: 0;
        padding: 1.5rem; }
        .webkey_nav__center_mobile .webkey_nav_mobile__wrapper_list__content {
          flex: 1 0 auto; }
        .webkey_nav__center_mobile .webkey_nav_mobile__wrapper_list__footer {
          flex: 0 0 auto; }
        .webkey_nav__center_mobile .webkey_nav_mobile__wrapper_list a {
          display: flex;
          flex-direction: row;
          color: var(--webkey-color-text);
          font-weight: 600;
          font-size: 1rem;
          line-height: 1.5rem;
          text-decoration: none;
          padding: 0.5rem 0.75rem;
          border-radius: var(--webkey-border-radius); }
          .webkey_nav__center_mobile .webkey_nav_mobile__wrapper_list a:hover {
            background-color: #F9FAFB; }
        .webkey_nav__center_mobile .webkey_nav_mobile__wrapper_list__sub_menu__btn {
          display: flex;
          justify-content: space-between;
          align-items: center; }
        .webkey_nav__center_mobile .webkey_nav_mobile__wrapper_list__sub_menu__list {
          display: none;
          flex-direction: column;
          padding-left: 0.75rem; }
          .webkey_nav__center_mobile .webkey_nav_mobile__wrapper_list__sub_menu__list a {
            font-size: 0.875rem; }
      .webkey_nav__center_mobile .webkey_nav_mobile__wrapper_top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
        background-color: white;
        padding: 1.5rem; }
        .webkey_nav__center_mobile .webkey_nav_mobile__wrapper_top__logo {
          width: 100%;
          height: 3rem; }
        .webkey_nav__center_mobile .webkey_nav_mobile__wrapper_top__btn {
          width: 1.5rem;
          height: 1.5rem; }
      .webkey_nav__center_mobile .webkey_nav_mobile__wrapper_close {
        position: fixed;
        top: 0;
        z-index: 101;
        width: 25vw;
        height: 100vh;
        margin-left: 75vw;
        background-color: rgba(0, 0, 0, 0.2); } }
    @media screen and (max-width: 1024px) and (max-width: 576px) {
      .webkey_nav__center_mobile .webkey_nav_mobile__wrapper_close {
        width: 0; } }
.webkey_treatments__desktop__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
  background-color: white;
  padding: 1rem;
  display: flow-root;
  overflow-x: auto;
  position: relative; }
  @media screen and (max-width: 768px) {
    .webkey_treatments__desktop__container {
      display: none; } }
  .webkey_treatments__desktop__container_title {
    display: flex;
    justify-content: center; }
    @media screen and (max-width: 576px) {
      .webkey_treatments__desktop__container_title {
        position: sticky;
        left: 0;
        background-color: transparent;
        z-index: 999;
        top: 0;
        overflow-y: auto; } }
  .webkey_treatments__desktop__container .webkey_treatments__desktop__table {
    min-width: 100%;
    padding: 0.5rem 1.5rem;
    vertical-align: middle;
    display: inline-block; }
    @media screen and (max-width: 576px) {
      .webkey_treatments__desktop__container .webkey_treatments__desktop__table {
        overflow: scroll; } }
    .webkey_treatments__desktop__container .webkey_treatments__desktop__table table {
      min-width: 100%; }
      .webkey_treatments__desktop__container .webkey_treatments__desktop__table table thead tr th {
        min-width: 135px;
        width: 100%;
        padding: 0.75rem 0.75rem 0.75rem 1rem;
        text-align: center;
        font-size: 0.75rem;
        line-height: 1rem;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 0.025em;
        color: #2d2d2d; }
        .webkey_treatments__desktop__container .webkey_treatments__desktop__table table thead tr th:first-child {
          min-width: 500px;
          font-size: 1rem;
          text-align: left;
          font-weight: 700;
          padding: 0.75rem; }
          @media screen and (max-width: 576px) {
            .webkey_treatments__desktop__container .webkey_treatments__desktop__table table thead tr th:first-child {
              min-width: 345px; } }
      .webkey_treatments__desktop__container .webkey_treatments__desktop__table table tbody {
        background-color: white; }
        .webkey_treatments__desktop__container .webkey_treatments__desktop__table table tbody tr {
          border-bottom: var(--webkey-border); }
          .webkey_treatments__desktop__container .webkey_treatments__desktop__table table tbody tr:hover {
            cursor: pointer;
            background-color: rgba(107, 114, 128, 0.05); }
          .webkey_treatments__desktop__container .webkey_treatments__desktop__table table tbody tr td {
            min-width: 100px;
            padding: 0.75rem 0.75rem 0.75rem 1rem;
            font-size: 0.875rem;
            line-height: 1.25rem;
            color: #6b7280;
            text-align: center;
            border-bottom: var(--webkey-border); }
            .webkey_treatments__desktop__container .webkey_treatments__desktop__table table tbody tr td.treatment__name {
              min-width: 500px;
              text-align: left;
              padding: 0.75rem;
              overflow-y: auto; }
              @media screen and (max-width: 576px) {
                .webkey_treatments__desktop__container .webkey_treatments__desktop__table table tbody tr td.treatment__name {
                  min-width: 345px; } }
            .webkey_treatments__desktop__container .webkey_treatments__desktop__table table tbody tr td span.active img {
              transform: rotate(180deg); }
            .webkey_treatments__desktop__container .webkey_treatments__desktop__table table tbody tr td .description {
              max-width: 100%;
              white-space: normal; }

.scroll_ico {
  display: none; }

@media screen and (max-width: 576px) {
  .scroll_ico {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.65);
    z-index: 10000; }
    .scroll_ico img {
      display: block;
      position: absolute;
      margin: auto;
      width: 100px;
      height: 100px;
      animation: example 4s cubic-bezier(0.42, 0, 0.58, 1) infinite; }
  @keyframes example {
    0%, 100% {
      transform: translateX(0); }
    25% {
      transform: translateX(-25%); }
    75% {
      transform: translateX(25%); } } }

@media screen and (min-width: 768px) {
  .webkey_mobile__treatments__page {
    display: none; } }

@media screen and (max-width: 768px) {
  .webkey_mobile__treatments__page {
    margin-bottom: 5rem;
    display: block; }
    .webkey_mobile__treatments__page .category h1 {
      display: flex;
      justify-content: center;
      margin-bottom: 25px;
      font-size: 24px;
      color: #111827;
      text-transform: uppercase; }
    .webkey_mobile__treatments__page h4 {
      font-size: 1rem;
      font-weight: 600;
      text-transform: uppercase;
      margin-bottom: 10px;
      margin-top: 25px;
      color: #111827; }
    .webkey_mobile__treatments__page .treatment__block__top {
      display: flex;
      justify-content: space-between;
      flex-direction: row;
      width: 100%;
      font-weight: 500;
      margin-top: 10px;
      font-size: 14px;
      color: #111827; }
      .webkey_mobile__treatments__page .treatment__block__top .active img {
        transform: rotate(180deg); }
      .webkey_mobile__treatments__page .treatment__block__top_name {
        max-width: 75%; }
        .webkey_mobile__treatments__page .treatment__block__top_name .description {
          max-width: 100%;
          white-space: normal;
          color: #6B7280; }
    .webkey_mobile__treatments__page .treatment__block__bottom {
      display: flex;
      justify-content: space-between;
      flex-direction: row;
      width: 100%;
      margin-bottom: 10px;
      padding-bottom: 10px;
      border-bottom: 0.5px solid #6B7280; }
      .webkey_mobile__treatments__page .treatment__block__bottom__price {
        font-size: 12px;
        color: #111827; }
        .webkey_mobile__treatments__page .treatment__block__bottom__price_regular {
          margin-right: 0.25rem; }
        .webkey_mobile__treatments__page .treatment__block__bottom__price_club {
          margin-right: 0.25rem; }
      .webkey_mobile__treatments__page .treatment__block__bottom__duration {
        font-size: 12px;
        color: #111827; } }

.page_404 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  margin-top: 5%;
  margin-bottom: 5%; }
  .page_404 h2 {
    font-size: 8rem;
    font-weight: 600; }
  .page_404 p {
    font-size: 1rem;
    font-weight: 400; }

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