@charset "UTF-8";
@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");
body {
  height: 100vh; }

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

.content {
  flex: 1 0 auto; }

footer {
  flex: 0 0 auto; }

input[type=submit] {
  padding: 10px;
  color: white;
  border: none;
  background: #B18E66; }

label {
  display: block; }

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

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

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

.NATRUE__header {
  margin-top: 3rem;
  margin-bottom: 3rem; }
  @media screen and (max-width: 992px) {
    .NATRUE__header {
      margin-top: 1.5rem;
      margin-bottom: 1.5rem; } }
  .NATRUE__header h1 {
    display: flex;
    justify-content: center;
    font-family: "Montserrat";
    font-style: normal;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 2.5rem; }
    @media screen and (max-width: 992px) {
      .NATRUE__header h1 {
        font-size: 2rem; } }
.NATRUE__subscribe {
  display: flex;
  justify-content: end; }
  @media screen and (max-width: 992px) {
    .NATRUE__subscribe {
      justify-content: center; } }
  .NATRUE__subscribe_link {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    justify-content: end;
    margin-top: 1rem; }
    @media screen and (max-width: 992px) {
      .NATRUE__subscribe_link {
        margin-top: 0.3rem; } }
    .NATRUE__subscribe_link a {
      color: #B18E66 !important;
      font-size: 1rem; }
    .NATRUE__subscribe_link img {
      display: flex;
      justify-content: start; }
      @media screen and (max-width: 992px) {
        .NATRUE__subscribe_link img {
          display: none; } }
.call-us {
  display: block;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9999; }
  @media screen and (max-width: 992px) {
    .call-us {
      display: none; } }
  .call-us-main-button {
    width: 120px;
    height: 120px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../../spa/assets/svg/connect-logo.svg"); }
    .call-us-main-button:hover {
      background-image: url("../../spa/assets/svg/connect-whatsapp.svg");
      rotate: 360deg;
      transition: .4s ease-in; }

.dropdown-menu li {
  position: relative; }

.dropdown-menu .dropdown-submenu {
  display: none;
  position: absolute;
  right: 100%;
  top: -7px;
  padding: 10px;
  width: 250px; }

.dropdown-menu .dropdown-submenu-left {
  left: 100%;
  right: auto; }

.dropdown-menu > li:hover > .dropdown-submenu {
  display: block; }

.dropdown__right::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.7em;
  content: "";
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.natrue-navbar {
  padding-top: 10px;
  padding-bottom: 10px; }
  .natrue-navbar-list a {
    font-weight: 200;
    font-size: 16px;
    line-height: normal;
    margin-right: 15px; }
  .natrue-navbar-list ul {
    display: flex;
    list-style: none;
    align-items: baseline;
    margin: 0; }
    .natrue-navbar-list ul li ul {
      display: none; }
    .natrue-navbar-list ul li a {
      font-weight: 400;
      font-size: 16px;
      line-height: normal;
      margin-right: 15px; }
      .natrue-navbar-list ul li a:hover {
        color: #B18E66 !important; }
  .natrue-navbar .cart-icon p {
    width: 20px;
    height: 20px;
    padding-left: 6px;
    padding-top: 1px;
    font-size: 12px;
    background-color: #B18E66;
    color: white !important; }

.mobile-bottom-navbar {
  display: none; }

@media screen and (max-width: 992px) {
  .mobile-navbar {
    display: block; }
  .navbar {
    padding-top: 0; }
  .mobile-close-bg {
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.2);
    position: fixed;
    z-index: 100;
    top: 0; }
  .bottom-menu {
    height: 25vh;
    margin-top: auto;
    text-align: center; }
    .bottom-menu a {
      font-size: 12px !important; }
  .mobile-bottom-navbar {
    display: flex;
    position: relative;
    z-index: 500;
    justify-content: space-between;
    vertical-align: center;
    background-color: white;
    box-shadow: 0 0.125rem 1rem rgba(0, 0, 0, 0.075);
    padding: 30px;
    border-radius: 20px 20px 10px 10px; }
    .mobile-bottom-navbar a {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      font-size: 12px;
      font-weight: 500; }
    .mobile-bottom-navbar-listService {
      display: flex;
      position: absolute;
      z-index: 500;
      transition: visibility 0s, opacity 0.1s linear;
      border-radius: 30px 30px 0 0;
      background-color: #fff;
      bottom: 3.5rem;
      padding: 15px;
      width: 100%;
      flex-wrap: nowrap;
      flex-direction: column;
      align-content: center;
      align-items: stretch;
      box-shadow: 0px -20px 20px 0px #22222212 !important; }
      .mobile-bottom-navbar-listService a {
        text-align: center;
        font-weight: 500;
        font-size: 16px; }
      .mobile-bottom-navbar-listService-title::after {
        display: inline-block;
        margin-left: 0.255em;
        vertical-align: 0.255em;
        content: "";
        border-top: 0.3em solid;
        border-right: 0.3em solid transparent;
        border-bottom: 0;
        border-left: 0.3em solid transparent; }
      .mobile-bottom-navbar-listService-title.active {
        margin-bottom: 5px; }
        .mobile-bottom-navbar-listService-title.active a {
          color: #B18E66 !important; }
      .mobile-bottom-navbar-listService-container {
        display: none;
        flex-direction: column;
        padding-bottom: 10px;
        margin-bottom: 10px; }
    .mobile-bottom-navbar img {
      display: block;
      width: 20px;
      height: 20px;
      margin: auto; } }

@media screen and (max-width: 320px) {
  .mobile-bottom-navbar a {
    display: flex;
    flex-direction: column;
    margin-top: auto;
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 12px; } }

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

@media screen and (max-width: 576px) {
  .NATRUE__home {
    display: flex;
    width: 100%;
    margin-bottom: 25px;
    margin-top: 5px;
    padding-bottom: 10rem; }
    .NATRUE__home video {
      width: 100%;
      height: 100%; }
    .NATRUE__home_text {
      padding-top: 0;
      padding-bottom: 0; }
      .NATRUE__home_text h2 {
        font-size: 42px;
        line-height: 2.75rem; } }

.section_about {
  display: flex;
  align-items: center;
  margin-top: 50px; }
  .section_about a {
    display: block;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 36px; }
  .section_about p {
    font-weight: 400;
    font-size: 1rem;
    line-height: normal; }
  .section_about__image {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: flex-end; }
    .section_about__image img {
      max-width: 100%;
      width: 80%; }
  .section_about__mobile {
    display: none; }

@media screen and (max-width: 992px) {
  .section_about {
    display: none; }
    .section_about__mobile {
      display: block; }
      .section_about__mobile a {
        display: inline-block;
        margin-top: 20px;
        margin-bottom: 20px;
        font-weight: 400;
        font-size: 1.5rem;
        line-height: normal; }
      .section_about__mobile p {
        font-weight: 400;
        font-size: 1rem;
        line-height: normal; }
      .section_about__mobile img {
        width: 100%; } }

@media screen and (max-width: 320px) {
  .section_about {
    display: none; }
    .section_about__mobile a {
      font-size: 1rem; }
    .section_about__mobile p {
      font-size: 1rem; } }

.NATRUE__service__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .NATRUE__service__list_item {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem; }
    .NATRUE__service__list_item a {
      font-size: 24px;
      font-weight: 400; }
      .NATRUE__service__list_item a:hover {
        color: var(--webkey-color-primary) !important; }
    .NATRUE__service__list_item__dot {
      display: inline-block;
      margin-left: 20px;
      margin-right: 20px;
      width: 10px;
      height: 10px;
      background-color: #000;
      border-radius: 20px; }

@media screen and (max-width: 992px) {
  .NATRUE__service__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%; }
    .NATRUE__service__list_item {
      font-size: 16px;
      font-weight: 400;
      display: flex;
      justify-content: center;
      align-items: center; }
      .NATRUE__service__list_item a:hover {
        color: #B18E66 !important; }
      .NATRUE__service__list_item__dot {
        display: inline-block;
        margin-left: 10px;
        margin-right: 10px;
        width: 5px;
        height: 5px;
        background-color: #000000;
        border-radius: 5px; } }

@media screen and (max-width: 576px) {
  .NATRUE__service__list_item {
    margin: 0.5rem; }
    .NATRUE__service__list_item a {
      font-size: 16px; } }

@media screen and (max-width: 320px) {
  .NATRUE__service__list_item a {
    font-size: 14px; } }

.natrue-voucher h2 {
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  font-family: "Montserrat"; }

.natrue-voucher p {
  font-weight: 400;
  font-size: 16px;
  line-height: normal; }

.natrue-voucher img {
  max-width: 100%; }

.natrue-voucher-mobile {
  display: none; }

@media screen and (max-width: 992px) {
  .natrue-voucher {
    margin-bottom: 100px; }
    .natrue-voucher img {
      display: block;
      margin: 1rem auto 0; } }

@media screen and (max-width: 576px) {
  .natrue-voucher {
    display: none; }
    .natrue-voucher-mobile {
      margin-top: 15px;
      display: block;
      margin-bottom: 100px; }
      .natrue-voucher-mobile h2 {
        font-family: "Montserrat";
        font-weight: 400;
        font-size: 26px;
        line-height: normal; }
      .natrue-voucher-mobile p {
        font-weight: 500;
        font-size: 14px;
        line-height: normal; }
      .natrue-voucher-mobile img {
        max-width: 100%;
        margin-top: 1rem; }
      .natrue-voucher-mobile .NATRUE__header {
        display: none; } }

.natrue-instagram {
  display: block;
  position: relative; }
  .natrue-instagram-content {
    display: flex !important;
    justify-content: space-between;
    align-items: center; }
    .natrue-instagram-content-big-images {
      display: flex; }
      .natrue-instagram-content-big-images img {
        width: 260px; }
    .natrue-instagram-content-small-images {
      display: flex;
      flex-direction: column; }
      .natrue-instagram-content-small-images img {
        width: 220px;
        height: 220px; }
  .natrue-instagram-mobile {
    display: none; }

@media screen and (max-width: 992px) {
  .natrue-instagram {
    display: none; }
  .natrue-instagram-mobile {
    display: block; }
    .natrue-instagram-mobile-big-images img {
      width: 100%;
      max-width: 100%; } }

.natrue-contact-info {
  margin-top: 3.125rem; }
  .natrue-contact-info a {
    display: inline-block;
    margin-bottom: 1rem;
    font-weight: 400;
    font-size: 16px;
    line-height: normal; }
    .natrue-contact-info a:hover {
      color: var(--webkey-color-primary) !important; }
    .natrue-contact-info a img {
      width: 1.5rem;
      height: 1.5rem; }

.natrue-contact-mobile {
  display: none; }

@media screen and (max-width: 992px) {
  .natrue-contact {
    display: none; }
    .natrue-contact-mobile {
      display: flex;
      flex-direction: column;
      justify-content: center;
      text-align: center; }
      .natrue-contact-mobile-info {
        margin-bottom: 1rem; }
        .natrue-contact-mobile-info a {
          font-weight: 400;
          font-size: 16px;
          line-height: normal;
          margin-bottom: 1rem; }
          .natrue-contact-mobile-info a img {
            width: 1.5rem;
            height: 1.5rem; } }

@media screen and (max-width: 576px) {
  .natrue-contact {
    display: none; }
    .natrue-contact-mobile {
      margin-bottom: 5rem; }
      .natrue-contact-mobile-info a {
        font-size: 1rem; } }

.price {
  border-bottom: transparent; }
  .price p {
    margin: 0; }
  .price .sub-category {
    width: 100%;
    font-size: 28px;
    margin-top: 50px; }
  .price .treatment-name {
    width: 70%;
    text-align: left; }
  .price .treatment-description {
    font-size: 12px;
    color: #636E72; }
    .price .treatment-description p {
      padding: 0; }
  .price .club_price {
    color: #B18E66;
    font-weight: 600; }
  .price-mobile {
    display: none; }

@media screen and (max-width: 992px) {
  .price {
    display: none; }
  .price-mobile {
    display: block; }
    .price-mobile .category {
      display: flex;
      justify-content: center;
      margin: 15px 0; }
      .price-mobile .category h1 {
        font-size: 28px;
        font-weight: 600;
        text-transform: uppercase; }
    .price-mobile .subcategory h2 {
      font-size: 24px;
      font-weight: 600;
      text-transform: uppercase; }
    .price-mobile .procedure .top-line {
      display: flex;
      justify-content: space-between; }
      .price-mobile .procedure .top-line .name {
        display: flex;
        align-items: baseline; }
        .price-mobile .procedure .top-line .name p {
          font-size: 14px;
          margin-right: 5px;
          margin-bottom: 0; }
      .price-mobile .procedure .top-line .regular {
        display: flex;
        align-items: center;
        width: fit-content; }
        .price-mobile .procedure .top-line .regular p {
          font-size: 14px;
          margin-bottom: 0; }
    .price-mobile .procedure .bottom-line {
      display: flex;
      justify-content: space-between; }
      .price-mobile .procedure .bottom-line .duration {
        font-size: 14px; }
      .price-mobile .procedure .bottom-line .club {
        display: flex;
        color: #B18E66; }
        .price-mobile .procedure .bottom-line .club p {
          font-size: 14px;
          font-weight: 600; }
    .price-mobile .pricelist-body-description-mobile p {
      margin-bottom: 0;
      font-size: 14px; } }

.natrue-footer {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 25px;
  position: relative;
  z-index: 1031; }
  .natrue-footer a {
    font-weight: 200;
    font-size: 12px;
    line-height: normal; }
  .natrue-footer p {
    margin-top: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: normal; }
  .natrue-footer ul {
    font-weight: 500;
    font-size: 18px;
    line-height: normal;
    list-style: none;
    padding: 0 !important; }
    .natrue-footer ul li {
      display: inline;
      margin-right: 5px; }
      .natrue-footer ul li a {
        font-size: 16px;
        font-weight: 400; }
        .natrue-footer ul li a:hover {
          color: #B18E66 !important; }
  .natrue-footer-mobile {
    display: none; }

@media screen and (max-width: 992px) {
  .natrue-footer {
    display: none; }
  .natrue-footer-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    margin-bottom: 70px;
    margin-top: 20px; }
    .natrue-footer-mobile img {
      display: flex;
      justify-content: start;
      width: 152px; }
    .natrue-footer-mobile-nav-text {
      display: flex;
      flex-direction: column;
      align-items: end;
      font-size: 12px; }
    .natrue-footer-mobile-footer-text {
      margin-top: 10px;
      font-size: 6px; }
    .natrue-footer-mobile-big-logo {
      width: 50% !important;
      position: absolute;
      right: 0; }
    .natrue-footer-mobile p {
      font-weight: 600;
      margin-top: 20px;
      font-size: 14px;
      text-align: center; } }

@media screen and (max-width: 576px) {
  .natrue-footer-mobile img {
    width: 150px; }
  .natrue-footer-mobile a {
    font-size: 10px; } }

@media screen and (max-width: 320px) {
  .natrue-footer-mobile img {
    width: 120px; }
  .natrue-footer-mobile a {
    font-size: 8px; } }

.widget {
  display: block;
  position: relative;
  background-color: #fff;
  border-radius: 15px;
  width: 36.45833vw;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  padding: 10px;
  z-index: 5; }
  .widget-wait {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 15px;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 10000;
    text-align: center; }
    .widget-wait p {
      width: auto;
      margin: 50px auto;
      font-size: 24px;
      color: #fff; }
  .widget-header p {
    margin: 0;
    color: #B18E66; }
  .widget-body {
    display: block;
    width: 100% !important; }
    .widget-body button {
      width: 100%;
      height: 38px;
      font-family: "Montserrat";
      background-color: #B18E66;
      border: none;
      border-radius: 5px;
      color: white; }
    .widget-body-search {
      display: flex;
      justify-content: space-between;
      align-items: baseline; }
    .widget-body-result h1 {
      margin: 5px;
      font-size: 16px; }
    .widget-body form select, .widget-body form input {
      margin-right: 5px;
      margin-bottom: 5px; }

.trainer-label a {
  margin: 5px;
  display: inline-block;
  font-weight: 200; }

.appointment a {
  display: inline-block;
  width: 45px !important;
  color: white !important;
  background-color: #B18E66 !important;
  border-radius: 5px !important;
  padding: 5px;
  font-size: 14px;
  text-align: center;
  margin: 0 0 5px 5px; }

@media screen and (max-width: 992px) {
  .widget {
    width: 100%;
    margin-bottom: 150px; } }

@media screen and (max-width: 576px) {
  .widget-wait p {
    font-size: 20px;
    margin: 75px auto; } }

@media screen and (max-width: 320px) {
  .widget-wait p {
    font-size: 16px; } }

.select-btn {
  height: 38px;
  margin-bottom: 15px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  background: #fff;
  border-radius: 7px;
  justify-content: space-between;
  border: 1px solid #ced4da; }
  .select-btn img {
    transition: transform 0.3s linear; }

.select-btn, li {
  display: flex;
  align-items: center;
  cursor: pointer; }

.wrapper-appointment.active .select-btn img {
  transform: rotate(-180deg); }

.wrapper-content {
  display: none;
  padding: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
  background: #fff;
  border-radius: 7px;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1); }
  .wrapper-content .options {
    max-height: 250px;
    padding: 0;
    overflow-y: auto; }

.wrapper-appointment.active .content {
  display: block; }

.options li {
  height: 50px;
  padding: 0.375rem 0.75rem;
  font-size: 14px; }
  .options li:hover, .options li li.selected {
    border-radius: 5px;
    background: #f2f2f2; }

.options::-webkit-scrollbar {
  width: 7px; }

.options::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 25px; }

.options::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 25px; }

.options::-webkit-scrollbar-thumb:hover {
  background: #b3b3b3; }

.showcase-h1 {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 50px; }
  .showcase-h1 h1 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 48px; }

.showcase-top {
  width: 100%;
  height: calc(100vh - 70px);
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  background-image: url("../../spa/assets/image/showcase/top/BG.png");
  background-size: cover;
  background-repeat: no-repeat; }
  .showcase-top h1 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 48px; }

.showcase-brands {
  display: flex;
  align-items: center; }
  .showcase-brands-mobile {
    display: none; }
  .showcase-brands-detail {
    display: flex;
    justify-content: space-between; }
    .showcase-brands-detail h3 {
      font-weight: 600;
      font-size: 36px; }
    .showcase-brands-detail p {
      font-size: 16px; }
    .showcase-brands-detail-image {
      display: flex;
      width: 100%;
      justify-content: space-evenly;
      align-items: flex-end; }
      .showcase-brands-detail-image img {
        max-width: 100%; }
        .showcase-brands-detail-image img.main {
          width: 340px;
          height: 450px; }
        .showcase-brands-detail-image img.sub {
          width: 180px;
          height: 250px; }
    .showcase-brands-detail-body {
      width: 30%; }

.showcase-slider {
  display: flex;
  justify-content: flex-start; }
  .showcase-slider button {
    border: none;
    background: #fff; }

.accordion-button:focus {
  box-shadow: none; }

.accordion-button:not(.collapsed) {
  color: white;
  background-color: #B18E66; }

.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-icon); }

.accordion-body img {
  max-width: 100%;
  width: 350px; }

@media screen and (max-width: 992px) {
  .showcase-h1 {
    text-align: center;
    justify-content: center;
    margin-top: 25px;
    margin-bottom: 25px; }
    .showcase-h1 h1 {
      font-weight: 400;
      font-size: 36px; }
  .showcase-top {
    height: calc(100vh - 80px); }
    .showcase-top h1 {
      text-align: center; }
    .showcase-top-image .AB {
      position: absolute;
      left: 10rem;
      top: 6rem; }
      .showcase-top-image .AB img {
        width: 200px; }
    .showcase-top-image .ELEMIS {
      position: absolute;
      right: 0; }
      .showcase-top-image .ELEMIS img {
        width: 200px; }
  .showcase-brands {
    display: none; }
    .showcase-brands-mobile {
      display: flex;
      align-items: center; }
      .showcase-brands-mobile-detail h3 {
        font-weight: 600;
        font-size: 24px; }
      .showcase-brands-mobile-detail p {
        font-size: 14px; }
      .showcase-brands-mobile-detail-image {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .showcase-brands-mobile-detail-image img {
          max-width: 100%; }
          .showcase-brands-mobile-detail-image img.main {
            width: 100%;
            height: auto; }
  .showcase-mobile-slider {
    display: flex;
    justify-content: space-between; }
    .showcase-mobile-slider button {
      border: none;
      background: #fff; }
  .accordion-body img {
    width: 250px; } }

.loyalty__home {
  display: flex;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 50px; }
  .loyalty__home h1 {
    text-align: left;
    text-transform: uppercase;
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 64px;
    /* сверху | справа | снизу | слева */
    margin: 0; }
  .loyalty__home h3 {
    text-align: left;
    font-weight: 400;
    font-family: "Montserrat"; }
  .loyalty__home img {
    width: 100%; }
  .loyalty__home button {
    width: 200px;
    margin-top: 25px;
    background-color: #B18E66;
    border: 1px solid transparent;
    font-family: "Montserrat";
    border-radius: 10px;
    padding: 10px; }
    .loyalty__home button a {
      color: #fff !important; }

.loyalty__h1 {
  display: flex;
  justify-content: center;
  align-items: center; }
  .loyalty__h1 h1 {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 64px;
    /* сверху | справа | снизу | слева */
    margin: 50px 0 50px 0; }

.loyalty__feature {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly; }
  .loyalty__feature_box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 25px;
    width: 500px;
    height: 220px;
    margin-bottom: 50px;
    background: #FFFFFF;
    box-shadow: 0 4px 15px #21212124;
    border-radius: 25px; }
    .loyalty__feature_box:hover {
      box-shadow: 0 4px 15px rgba(177, 142, 102, 0.5); }
    .loyalty__feature_box p {
      margin: 0;
      font-family: "Montserrat"; }
    .loyalty__feature_box img {
      width: 75px;
      height: 75px;
      margin-bottom: 20px; }
  .loyalty__feature_bg {
    position: absolute;
    right: 0;
    z-index: -1;
    top: 0; }

.loyalty__rules_box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  width: 100%;
  height: 85px;
  background: #FFFFFF;
  box-shadow: 0 4px 15px #21212124;
  border-radius: 25px; }
  .loyalty__rules_box p {
    margin: 0;
    font-family: "Montserrat"; }

.loyalty__price {
  display: flex;
  justify-content: space-between; }
  .loyalty__price_box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 250px;
    /* сверху | справа | снизу | слева */
    margin: 25px 0 25px 0;
    background: #FFFFFF;
    box-shadow: 0 4px 15px #21212124;
    border-radius: 25px; }
    .loyalty__price_box h4 {
      font-family: "Montserrat";
      font-weight: 500;
      font-size: 64px;
      margin: 0; }
    .loyalty__price_box p {
      font-family: "Montserrat";
      font-weight: 400;
      font-size: 36px;
      margin: 0; }

.loyalty__page {
  margin-top: 50px; }
  .loyalty__page_title {
    display: flex;
    justify-content: start;
    align-items: center; }
    .loyalty__page_title h1 {
      font-family: "Montserrat";
      font-weight: 400;
      font-size: 64px;
      /* сверху | справа | снизу | слева */
      margin-bottom: 50px; }
  .loyalty__page_content__image {
    display: flex;
    align-items: center; }
    .loyalty__page_content__image img {
      width: 100%; }
  .loyalty__page_content__list_dot {
    width: 5px;
    height: 5px;
    display: inline-block;
    align-items: center;
    vertical-align: middle;
    background-color: #B18E66;
    border-radius: 100%; }
  .loyalty__page_content__treatments table {
    margin-bottom: 0; }
    .loyalty__page_content__treatments table th, .loyalty__page_content__treatments table td {
      vertical-align: middle;
      border-bottom-width: 0;
      padding-left: 0;
      padding-right: 0; }
    .loyalty__page_content__treatments table tr.expired {
      color: rgba(99, 110, 114, 0.5); }
      .loyalty__page_content__treatments table tr.expired:last-child {
        opacity: 30%; }
  .loyalty__page_content__treatments p {
    font-size: 16px;
    margin-bottom: 0; }

@media screen and (max-width: 992px) {
  .loyalty {
    margin-bottom: 100px; }
    .loyalty__home {
      flex-direction: column-reverse; }
      .loyalty__home h1 {
        margin-top: 100px;
        font-size: 24px; }
      .loyalty__home img {
        width: 80%; }
      .loyalty__home button {
        width: 175px;
        margin-top: 10px;
        margin-bottom: 25px;
        padding: 5px;
        color: #fff; }
    .loyalty__h1 {
      display: flex;
      justify-content: center;
      align-items: center; }
      .loyalty__h1 h1 {
        font-weight: 400;
        font-size: 36px;
        /* сверху | справа | снизу | слева */
        margin: 25px 0 25px 0; }
    .loyalty__feature_box {
      text-align: center;
      padding: 25px;
      margin-bottom: 25px;
      width: 500px;
      height: 235px; }
      .loyalty__feature_box p {
        margin: 0; }
    .loyalty__rules_box {
      text-align: center;
      margin-bottom: 25px;
      padding: 25px;
      width: 100%;
      height: 100px; }
      .loyalty__rules_box p {
        margin: 0; }
      .loyalty__rules_box:last-child {
        margin-bottom: 25px; }
    .loyalty__price_box {
      width: 45% !important;
      height: 150px;
      /* сверху | справа | снизу | слева */
      margin: 0 0 25px 0; }
      .loyalty__price_box h4 {
        font-weight: 500;
        font-size: 24px; }
      .loyalty__price_box p {
        font-weight: 400;
        font-size: 18px; }
    .loyalty__page {
      margin-top: 25px; }
      .loyalty__page_title h1 {
        font-family: "Montserrat";
        font-weight: 400;
        font-size: 36px;
        /* сверху | справа | снизу | слева */
        margin-bottom: 25px; }
      .loyalty__page_content table {
        margin-bottom: 1rem; }
      .loyalty__page_content__treatments h4, .loyalty__page_content__treatments p {
        font-size: 16px; } }

@media screen and (max-width: 576px) {
  .loyalty__feature_box {
    width: 320px;
    height: 235px;
    text-align: center;
    padding: 25px;
    margin-bottom: 25px; } }

@media screen and (max-width: 320px) {
  .loyalty__feature_box {
    width: 100%;
    min-width: auto; } }

.widgetNotify {
  display: flex;
  position: fixed;
  top: 50%;
  bottom: 50%;
  left: 50%;
  right: 50%;
  z-index: 1;
  margin: -140px -175px;
  flex-direction: column;
  align-items: center;
  width: 350px;
  height: 280px;
  padding: 15px;
  box-shadow: 0 4px 15px #21212124;
  border-radius: 5px;
  background-color: #fff; }
  .widgetNotify button {
    padding: 10px 45px 10px 45px;
    background-color: #1152F4;
    border-radius: 20px;
    border: transparent; }
    .widgetNotify button a {
      color: #fff !important;
      text-decoration: none; }

.svg-box {
  display: inline-block;
  position: relative;
  width: 150px; }

.green-stroke {
  stroke: #7CB342; }

.red-stroke {
  stroke: #FF6245; }

.yellow-stroke {
  stroke: #FFC107; }

.circular circle.path {
  stroke-dasharray: 330;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  opacity: 0.4;
  animation: 0.7s draw-circle ease-out; }

/*------- Checkmark ---------*/
.checkmark {
  stroke-width: 6.25;
  stroke-linecap: round;
  position: absolute;
  top: 56px;
  left: 49px;
  width: 52px;
  height: 40px; }

.checkmark path {
  animation: 1s draw-check ease-out; }

@keyframes draw-circle {
  0% {
    stroke-dasharray: 0,330;
    stroke-dashoffset: 0;
    opacity: 1; }
  80% {
    stroke-dasharray: 330,330;
    stroke-dashoffset: 0;
    opacity: 1; }
  100% {
    opacity: 0.4; } }

@keyframes draw-check {
  0% {
    stroke-dasharray: 49,80;
    stroke-dashoffset: 48;
    opacity: 0; }
  50% {
    stroke-dasharray: 49,80;
    stroke-dashoffset: 48;
    opacity: 1; }
  100% {
    stroke-dasharray: 130,80;
    stroke-dashoffset: 48; } }

/*---------- Cross ----------*/
.cross {
  stroke-width: 6.25;
  stroke-linecap: round;
  position: absolute;
  top: 54px;
  left: 54px;
  width: 40px;
  height: 40px; }

.cross .first-line {
  animation: 0.7s draw-first-line ease-out; }

.cross .second-line {
  animation: 0.7s draw-second-line ease-out; }

@keyframes draw-first-line {
  0% {
    stroke-dasharray: 0,56;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 0,56;
    stroke-dashoffset: 0; }
  100% {
    stroke-dasharray: 56,330;
    stroke-dashoffset: 0; } }

@keyframes draw-second-line {
  0% {
    stroke-dasharray: 0,55;
    stroke-dashoffset: 1; }
  50% {
    stroke-dasharray: 0,55;
    stroke-dashoffset: 1; }
  100% {
    stroke-dasharray: 55,0;
    stroke-dashoffset: 70; } }

.alert-sign {
  stroke-width: 6.25;
  stroke-linecap: round;
  position: absolute;
  top: 40px;
  left: 68px;
  width: 15px;
  height: 70px;
  animation: 0.5s alert-sign-bounce cubic-bezier(0.175, 0.885, 0.32, 1.275); }

.alert-sign .dot {
  stroke: none;
  fill: #FFC107; }

@keyframes alert-sign-bounce {
  0% {
    transform: scale(0);
    opacity: 0; }
  50% {
    transform: scale(0);
    opacity: 1; }
  100% {
    transform: scale(1); } }

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