@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap);
:root {
  /* Design system colors */
  --tone-200: rgba(5, 5, 5, 0.06);
  --tone-300: rgba(0, 0, 0, 0.11);
  --tone-400: rgba(0, 0, 0, 0.28);
  --tone-500: rgba(0, 0, 0, 0.51);
  --tone-600: rgba(0, 0, 0, 0.65);
  --tone-700: rgba(0, 0, 0, 0.76);
  --tone-800: rgba(0, 0, 0, 0.86);
  --tone-900: rgba(0, 0, 0, 0.98);

  --absolute-100: #ffffff;
  --absolute-200: #f0f0f0;
  --absolute-300: #e3e3e3;
  --absolute-700: #3d3d3d;
  --absolute-800: #1f1f1f;
  --absolute-900: #050505;

  --aquamarine-500: rgba(1, 135, 144, 1);

  --red-100: rgba(228, 70, 86, 0.1);
  --red-500: rgba(211, 53, 69, 1);

  --blue-100: rgba(0, 122, 255, 0.1);
  --blue-400: rgba(0, 122, 255, 1);

  --text-secondary: rgba(0, 0, 0, 0.54);
  --text-disabled: rgba(0, 0, 0, 0.38);

  --white: white;
  --red: #ff3b2f;
  --light-red: #e44656;
  --transparent-red: rgba(228, 70, 86, 0.1);
  --light-footer-gray: #f1f1f1;
  --light-footer-bg-gray: #f8f8f8;
  --light-text-gray: rgba(0, 0, 0, 0.51);
  --text-black: rgba(0, 0, 0, 0.98);
  --text-black-title-popup: rgba(46, 46, 45, 1);
  --background-light-secondary: #f2f2f7;
  --popup-background: rgba(0, 0, 0, 0.28);
  --gray-border: rgba(0, 0, 0, 0.11);
  --gray-border-light: rgba(194, 194, 194, 0.5);
  --dark-gray: #333333;
  --light-gray: #d9d9d9;
  --medium-gray: #979797;
  --medium-dark-gray: #646464;
  --disabled-gray: #ebebeb;
  --disabled-dark-gray: #c2c2c2;
  --placeholder-gray: #f1f1f1;
  --white: white;
  --black: black;
  --light-black: rgba(61, 61, 61, 1);
  --main: #5648f8;
  --blue: rgba(0, 122, 255, 1);
  --link-blue: rgba(0, 106, 219, 1);
  --medium-main: #c1bbff;
  --light-main: #e7eafb;
  --accent: #22ccd8;
  --light-cookie-accent: rgba(233, 250, 251, 1);
  --light-accent: rgba(34, 204, 216, 0.2);
  --light-background-accent: rgba(144, 247, 254, 0.08);
  --lightest-accent: #b3eef2;
  --mts-red: #e30611;
  --yelow: #ff9f0a;
  --aquamarine: rgba(34, 204, 216, 0.1);

  /* New colors */
  --black-bg: var(--absolute-700);
  --black-hover: var(--absolute-800);

  /* Border-radius variants */
  --radius-sx: 4px;
  --radius-s: 8px;
  --radius-m: 16px;
  --radius-l: 24px;
  --radius-xl: 32px;

  /* Box-shadows */
  --shadow-xl: 0px 25px 59px rgba(0, 0, 0, 0.2);
  --shadow-m: 0px 16px 24px 0px rgba(0, 0, 0, 0.15);

  /**
   * Fonts using while preloading Lato
   * Or if preloading failed
   */
  --fonts: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell,
    "Open Sans", "Helvetica Neue", sans-serif;

  --font-family-main: Roboto;

  --font-size-heading-first: 30px;
  --font-size-heading-second: 22px;
  --font-size-heading-third: 18px;

  /**
   * Margin for the product card
   * Is using in the product grids and sliders
   */
  --product-margin: 8px;

  /**
   * Height of the `Header` component
   */
  --header-height: 84px;

  /**
   * Margins between content and page body
   * On desktop does not make sense because numeric value is unknown
   * 0 here on desktop to not to violate calculations
   */
  --wrapper-margin: 0;
  --wrapper-padding: 120px;

  /**
   * Cards spacings and width
   */

  --card-spacing: 16px;

  --card-width: 282px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
:root {
    --product-margin: 7.5px
}
  }
@media only screen and (max-width: 767px) {
:root {
    --product-margin: 5px
}
  }
@media only screen and (max-width: 767px) {
:root {
    --header-height: 54px
}
  }
@media only screen and (min-width: 768px) and (max-width: 991px),only screen and (max-width: 767px) {
:root {
    --wrapper-margin: 15px
}
  }
@media only screen and (min-width: 992px) {
:root {
    --card-spacing: 24px
}
  }
@media only screen and (min-width: 992px) {
:root {
    --card-width: calc((100% - (var(--card-spacing) * 2)) / 3)
}
  }
/* TODO: complete */
/* 1600 */
/* 1300 */
/* 992 */
/* 992 */
/* 768 */
/* 320 */
.BookedCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 100%;
  max-width: 352px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 614px;
  border: 1px solid rgba(0, 0, 0, 0.11);
  border-radius: 32px;
  color: #333333;
  color: var(--dark-gray);
  overflow: hidden;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
@media only screen and (max-width: 767px) {
.BookedCard {
    min-height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column
}
  }
.BookedCard__preview {
    margin-bottom: 38px;
    position: relative;
    height: 185px;
    max-width: 350px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 32px;
  }
@media only screen and (max-width: 767px) {
.BookedCard__preview {
      width: 100%;
      height: 188px;
      -o-object-fit: cover;
         object-fit: cover;
      margin-bottom: 0
  }
    }
.BookedCard__preview-background {
      position: absolute;
      top: 105px;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -webkit-filter: blur(11px);
              filter: blur(11px);
      height: 184px;
      width: 90%;
      -o-object-fit: cover;
         object-fit: cover;
      border-radius: 32px;
    }
@media only screen and (max-width: 767px) {
.BookedCard__preview-background {
        height: 180px
    }
      }
.BookedCard__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0px 16px 0 16px;
    position: relative;
    margin-bottom: auto;
  }
@media only screen and (max-width: 767px) {
.BookedCard__content {
      width: 100%;
      padding: 13px 16px
  }
    }
.BookedCard__content_head {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      height: 62px;
    }
@media only screen and (max-width: 767px) {
.BookedCard__content_head {
        height: auto
    }
      }
.BookedCard__content_head-title {
      font-weight: 500;
      font-size: 18px;
      line-height: 21px;
      color: #333333;
      color: var(--dark-gray);
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      margin-top: auto;
      text-overflow: ellipsis;
    }
@media only screen and (max-width: 767px) {
.BookedCard__content_head-title {
        margin-top: 9px;
        font-size: 17px;
        line-height: 20px
    }
      }
.BookedCard__content_head-inStore {
      padding-top: 4px;
      font-weight: 500;
      font-size: 13px;
      line-height: 18.2px;
      color: rgba(0, 122, 255, 1);
      color: var(--blue);
    }
.BookedCard__content_details-title {
      font-weight: 500;
      font-size: 18px;
      line-height: 21px;
      margin-bottom: 12px;
      margin-top: 12px;
    }
.BookedCard__content_status {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 86px;
      width: auto;
      grid-gap: 4px;
      gap: 4px;
      margin-top: 7px;
    }
@media only screen and (max-width: 767px) {
.BookedCard__content_status {
        height: auto
    }
      }
.BookedCard__content_status-card {
      padding: 8px;
      min-height: 32px;
      border-radius: 8px;
      font-size: 13px;
      font-weight: 500;
      line-height: 140%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      grid-gap: 4px;
      gap: 4px;
    }
.BookedCard__content_status-timeslot {
      color: white;
      color: var(--white);
      background-color: #22ccd8;
      background-color: var(--accent);
      weight: 500;
      padding: 2px 4px 2px 4px;
      border-radius: 4px;
    }
.BookedCard__info {
    padding: 14px 16px 0 0;
  }
@media only screen and (max-width: 767px) {
.BookedCard__info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 13px 21px 15px 12px;
      border-top: 1px solid #ebebeb;
      border-top: 1px solid var(--disabled-gray);
      border-bottom: 1px solid #ebebeb;
      border-bottom: 1px solid var(--disabled-gray)
  }
    }
.BookedCard__head {
    color: #979797;
    color: var(--medium-gray);
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
  }
.BookedCard__category:after {
      content: "•";
      display: inline-block;
      margin: 0 4px;
    }
.BookedCard__date {
    color: #333333;
    color: var(--dark-gray);
    font-size: 17px;
    line-height: 20px;
  }
.BookedCard__code {
    margin-top: 15px;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
  }
@media only screen and (max-width: 767px) {
.BookedCard__code {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      margin-top: 0;
      margin-left: 16px;
      font-size: 17px;
      line-height: 20px;
      text-align: right
  }
    }
.BookedCard__rate {
    width: 190px;
    margin-bottom: -3px;
  }
@media only screen and (max-width: 767px) {
.BookedCard__rate {
      width: unset;
      -webkit-transform: translate(17px, -2px);
              transform: translate(17px, -2px)
  }
    }
@media only screen and (max-width: 767px) {
.BookedCard__rate:active {
        -webkit-transform: translate(17px, -2px) scale(0.99);
                transform: translate(17px, -2px) scale(0.99)
    }
      }
.BookedCard__rate .Button__icon {
        -webkit-transform: translate(10px, 1px);
                transform: translate(10px, 1px);
      }

/* @import "../../variables.css"; */

.OrderCardDetails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.OrderCardDetails__title {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
  }

.OrderCardDetails__subtitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: var(--medium-gray);
    line-height: 1.4;
    margin-left: 8px;
    font-weight: 500;
  }

.OrderCardDetails__dotLine {
    width: 100%;
  }

.OrderCardDetails__cell {
    font-size: 13px;
    line-height: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 17px;
    font-weight: 500;
    color: var(--dark-gray);
  }

.OrderCardDetails__icon {
    margin-right: 8px;
  }

.OrderCardDetails__border {
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px dotted #ccc;
  }

.OrderCardDetails__children {
    height: 20px;
    background-color: white;
    position: absolute;
    margin-right: -8px;
    top: 5px;
    padding-left: 1px;
  }

:root {
  /* Design system colors */
  --tone-200: rgba(5, 5, 5, 0.06);
  --tone-300: rgba(0, 0, 0, 0.11);
  --tone-400: rgba(0, 0, 0, 0.28);
  --tone-500: rgba(0, 0, 0, 0.51);
  --tone-600: rgba(0, 0, 0, 0.65);
  --tone-700: rgba(0, 0, 0, 0.76);
  --tone-800: rgba(0, 0, 0, 0.86);
  --tone-900: rgba(0, 0, 0, 0.98);

  --absolute-100: #ffffff;
  --absolute-200: #f0f0f0;
  --absolute-300: #e3e3e3;
  --absolute-700: #3d3d3d;
  --absolute-800: #1f1f1f;
  --absolute-900: #050505;

  --aquamarine-500: rgba(1, 135, 144, 1);

  --red-100: rgba(228, 70, 86, 0.1);
  --red-500: rgba(211, 53, 69, 1);

  --blue-100: rgba(0, 122, 255, 0.1);
  --blue-400: rgba(0, 122, 255, 1);

  --text-secondary: rgba(0, 0, 0, 0.54);
  --text-disabled: rgba(0, 0, 0, 0.38);

  --white: white;
  --red: #ff3b2f;
  --light-red: #e44656;
  --transparent-red: rgba(228, 70, 86, 0.1);
  --light-footer-gray: #f1f1f1;
  --light-footer-bg-gray: #f8f8f8;
  --light-text-gray: rgba(0, 0, 0, 0.51);
  --text-black: rgba(0, 0, 0, 0.98);
  --text-black-title-popup: rgba(46, 46, 45, 1);
  --background-light-secondary: #f2f2f7;
  --popup-background: rgba(0, 0, 0, 0.28);
  --gray-border: rgba(0, 0, 0, 0.11);
  --gray-border-light: rgba(194, 194, 194, 0.5);
  --dark-gray: #333333;
  --light-gray: #d9d9d9;
  --medium-gray: #979797;
  --medium-dark-gray: #646464;
  --disabled-gray: #ebebeb;
  --disabled-dark-gray: #c2c2c2;
  --placeholder-gray: #f1f1f1;
  --white: white;
  --black: black;
  --light-black: rgba(61, 61, 61, 1);
  --main: #5648f8;
  --blue: rgba(0, 122, 255, 1);
  --link-blue: rgba(0, 106, 219, 1);
  --medium-main: #c1bbff;
  --light-main: #e7eafb;
  --accent: #22ccd8;
  --light-cookie-accent: rgba(233, 250, 251, 1);
  --light-accent: rgba(34, 204, 216, 0.2);
  --light-background-accent: rgba(144, 247, 254, 0.08);
  --lightest-accent: #b3eef2;
  --mts-red: #e30611;
  --yelow: #ff9f0a;
  --aquamarine: rgba(34, 204, 216, 0.1);

  /* New colors */
  --black-bg: var(--absolute-700);
  --black-hover: var(--absolute-800);

  /* Border-radius variants */
  --radius-sx: 4px;
  --radius-s: 8px;
  --radius-m: 16px;
  --radius-l: 24px;
  --radius-xl: 32px;

  /* Box-shadows */
  --shadow-xl: 0px 25px 59px rgba(0, 0, 0, 0.2);
  --shadow-m: 0px 16px 24px 0px rgba(0, 0, 0, 0.15);

  /**
   * Fonts using while preloading Lato
   * Or if preloading failed
   */
  --fonts: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell,
    "Open Sans", "Helvetica Neue", sans-serif;

  --font-family-main: Roboto;

  --font-size-heading-first: 30px;
  --font-size-heading-second: 22px;
  --font-size-heading-third: 18px;

  /**
   * Margin for the product card
   * Is using in the product grids and sliders
   */
  --product-margin: 8px;

  /**
   * Height of the `Header` component
   */
  --header-height: 84px;

  /**
   * Margins between content and page body
   * On desktop does not make sense because numeric value is unknown
   * 0 here on desktop to not to violate calculations
   */
  --wrapper-margin: 0;
  --wrapper-padding: 120px;

  /**
   * Cards spacings and width
   */

  --card-spacing: 16px;

  --card-width: 282px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
:root {
    --product-margin: 7.5px
}
  }
@media only screen and (max-width: 767px) {
:root {
    --product-margin: 5px
}
  }
@media only screen and (max-width: 767px) {
:root {
    --header-height: 54px
}
  }
@media only screen and (min-width: 768px) and (max-width: 991px),only screen and (max-width: 767px) {
:root {
    --wrapper-margin: 15px
}
  }
@media only screen and (min-width: 992px) {
:root {
    --card-spacing: 24px
}
  }
@media only screen and (min-width: 992px) {
:root {
    --card-width: calc((100% - (var(--card-spacing) * 2)) / 3)
}
  }
/* TODO: complete */
/* 1600 */
/* 1300 */
/* 992 */
/* 992 */
/* 768 */
/* 320 */
.BookingAction__bottom {
    position: static;
    position: initial;
    margin-bottom: 18px;
    margin-left: 16px;
    margin-right: 16px;
    width: auto;
  }
@media only screen and (max-width: 767px) {
.BookingAction__bottom {
      position: static;
      position: initial;
      margin-bottom: 18px;
      margin-left: 16px;
      margin-right: 16px;
      width: auto
  }
    }
.BookingAction__bottom_error {
      background-color: #e44656;
      background-color: var(--light-red);
    }
.BookingAction__popup .Popup__window {
      grid-gap: 0;
      gap: 0;
      max-height: -webkit-min-content;
      max-height: -moz-min-content;
      max-height: min-content;
      max-width: -webkit-min-content;
      max-width: -moz-min-content;
      max-width: min-content;
    }
@media only screen and (max-width: 767px) {
.BookingAction__popup .Popup__window {
        max-height: 100%;
        max-width: 100%
    }
      }
.BookingAction__popup .Popup__title {
      color: rgba(46, 46, 45, 1);
      color: var(--text-black-title-popup);
      font-size: 18px;
      font-weight: 600;
    }
.BookingAction__popup .BookingActionContent {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      grid-gap: 23px;
      gap: 23px;
      padding-top: 20px;
    }
.BookingAction__popup .BookingActionContent__title {
        font-size: 18px;
        font-weight: 600;
      }
.BookingAction__popup .BookingActionContent__title_popup {
          text-align: center;
          padding-bottom: 40px;
        }
.BookingAction__popup .BookingActionContent__button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        grid-gap: 8px;
        gap: 8px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        cursor: pointer;
        
            font-size: 16px;
            font-weight: 600;
            line-height: 140%;
            color: inherit;
       }
.BookingAction__popup .BookingActionContent__button_container {
              display: grid;
            }
.BookingAction__popup .BookingActionContent__button_container :last-child {
                font-size: 13px;
                font-weight: 500;
                color: rgba(0, 0, 0, 0.51);
                color: var(--light-text-gray);
              }
.BookingAction__popup .BookingActionContent__button_container-description {
              font-size: 13px;
              font-weight: 500;
              color: rgba(0, 0, 0, 0.51);
              color: var(--light-text-gray);
              margin-left: 0 !important;
            }
.BookingAction__popup .BookingActionContent__button :last-child {
              margin-left: auto;
            }
.BookingAction__popup .BookingQrContent__bottom {
      margin-top: 16px;
    }
:root {
  /* Design system colors */
  --tone-200: rgba(5, 5, 5, 0.06);
  --tone-300: rgba(0, 0, 0, 0.11);
  --tone-400: rgba(0, 0, 0, 0.28);
  --tone-500: rgba(0, 0, 0, 0.51);
  --tone-600: rgba(0, 0, 0, 0.65);
  --tone-700: rgba(0, 0, 0, 0.76);
  --tone-800: rgba(0, 0, 0, 0.86);
  --tone-900: rgba(0, 0, 0, 0.98);

  --absolute-100: #ffffff;
  --absolute-200: #f0f0f0;
  --absolute-300: #e3e3e3;
  --absolute-700: #3d3d3d;
  --absolute-800: #1f1f1f;
  --absolute-900: #050505;

  --aquamarine-500: rgba(1, 135, 144, 1);

  --red-100: rgba(228, 70, 86, 0.1);
  --red-500: rgba(211, 53, 69, 1);

  --blue-100: rgba(0, 122, 255, 0.1);
  --blue-400: rgba(0, 122, 255, 1);

  --text-secondary: rgba(0, 0, 0, 0.54);
  --text-disabled: rgba(0, 0, 0, 0.38);

  --white: white;
  --red: #ff3b2f;
  --light-red: #e44656;
  --transparent-red: rgba(228, 70, 86, 0.1);
  --light-footer-gray: #f1f1f1;
  --light-footer-bg-gray: #f8f8f8;
  --light-text-gray: rgba(0, 0, 0, 0.51);
  --text-black: rgba(0, 0, 0, 0.98);
  --text-black-title-popup: rgba(46, 46, 45, 1);
  --background-light-secondary: #f2f2f7;
  --popup-background: rgba(0, 0, 0, 0.28);
  --gray-border: rgba(0, 0, 0, 0.11);
  --gray-border-light: rgba(194, 194, 194, 0.5);
  --dark-gray: #333333;
  --light-gray: #d9d9d9;
  --medium-gray: #979797;
  --medium-dark-gray: #646464;
  --disabled-gray: #ebebeb;
  --disabled-dark-gray: #c2c2c2;
  --placeholder-gray: #f1f1f1;
  --white: white;
  --black: black;
  --light-black: rgba(61, 61, 61, 1);
  --main: #5648f8;
  --blue: rgba(0, 122, 255, 1);
  --link-blue: rgba(0, 106, 219, 1);
  --medium-main: #c1bbff;
  --light-main: #e7eafb;
  --accent: #22ccd8;
  --light-cookie-accent: rgba(233, 250, 251, 1);
  --light-accent: rgba(34, 204, 216, 0.2);
  --light-background-accent: rgba(144, 247, 254, 0.08);
  --lightest-accent: #b3eef2;
  --mts-red: #e30611;
  --yelow: #ff9f0a;
  --aquamarine: rgba(34, 204, 216, 0.1);

  /* New colors */
  --black-bg: var(--absolute-700);
  --black-hover: var(--absolute-800);

  /* Border-radius variants */
  --radius-sx: 4px;
  --radius-s: 8px;
  --radius-m: 16px;
  --radius-l: 24px;
  --radius-xl: 32px;

  /* Box-shadows */
  --shadow-xl: 0px 25px 59px rgba(0, 0, 0, 0.2);
  --shadow-m: 0px 16px 24px 0px rgba(0, 0, 0, 0.15);

  /**
   * Fonts using while preloading Lato
   * Or if preloading failed
   */
  --fonts: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell,
    "Open Sans", "Helvetica Neue", sans-serif;

  --font-family-main: Roboto;

  --font-size-heading-first: 30px;
  --font-size-heading-second: 22px;
  --font-size-heading-third: 18px;

  /**
   * Margin for the product card
   * Is using in the product grids and sliders
   */
  --product-margin: 8px;

  /**
   * Height of the `Header` component
   */
  --header-height: 84px;

  /**
   * Margins between content and page body
   * On desktop does not make sense because numeric value is unknown
   * 0 here on desktop to not to violate calculations
   */
  --wrapper-margin: 0;
  --wrapper-padding: 120px;

  /**
   * Cards spacings and width
   */

  --card-spacing: 16px;

  --card-width: 282px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
:root {
    --product-margin: 7.5px
}
  }
@media only screen and (max-width: 767px) {
:root {
    --product-margin: 5px
}
  }
@media only screen and (max-width: 767px) {
:root {
    --header-height: 54px
}
  }
@media only screen and (min-width: 768px) and (max-width: 991px),only screen and (max-width: 767px) {
:root {
    --wrapper-margin: 15px
}
  }
@media only screen and (min-width: 992px) {
:root {
    --card-spacing: 24px
}
  }
@media only screen and (min-width: 992px) {
:root {
    --card-width: calc((100% - (var(--card-spacing) * 2)) / 3)
}
  }
/* TODO: complete */
/* 1600 */
/* 1300 */
/* 992 */
/* 992 */
/* 768 */
/* 320 */
.QrCodeAccess {
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.QrCodeAccess--qr {
    padding: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-gap: 50px;
    gap: 50px;
    margin-top: 30px;
  }
.QrCodeAccess--qr .QrCodeAccessInfo__title {
      line-height: 1.4;
      font-size: 22px;
      font-weight: 500;
    }
.QrCodeAccess--landingQR {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-gap: 10px;
    gap: 10px;
  }
.QrCodeAccess--landingQR .QrCodeAccessInfo {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
    }
.QrCodeAccess--landingQR .QrCodeAccessInfo__title {
        line-height: 15.23px;
        font-size: 13px;
        font-weight: 500;
        text-align: center;
      }
.QrCodeAccess--landingQR .QRcode {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
    }
.QrCodeAccess--landingQR .QrCodeAccess__download-info {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
      font-size: 12px;
      font-weight: 600;
      color: rgba(61, 61, 61, 1);
      color: var(--light-black);
    }
.QrCodeAccess--crossSale {
    margin-top: 30px;
    margin-bottom: 15px;
    grid-gap: 25px;
    gap: 25px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    padding: 0;
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
        -ms-flex-direction: inherit;
            flex-direction: inherit;
  }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.QrCodeAccess--crossSale {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-top: 0
  }
    }
.QrCodeAccess--crossSale .QrCodeAccessInfo {
        width: 65%;
      }
@media only screen and (min-width: 768px) and (max-width: 991px),only screen and (max-width: 767px) {
.QrCodeAccess--crossSale .QrCodeAccessInfo {
          width: -webkit-fit-content;
          width: -moz-fit-content;
          width: fit-content
      }
        }
.QrCodeAccess--crossSale .QrCodeAccessInfo__title {
          line-height: 1.4;
          font-size: 22px;
          font-weight: 500;
        }
.QrCodeAccess__spinner {
    top: 150px;
    left: 50%;
    font-size: 25px;
  }
.QrCodeAccess--popup {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-gap: 50px;
    gap: 50px;
    padding-top: 35px;
  }
.QrCodeAccess--popup .QrCodeAccessInfo {
      text-align: center;
    }
.QrCodeAccess--popup .QrCodeAccessInfo__text {
        margin: 0;
      }
.QrCodeAccess--popup .QrCodeAccessInfo__title {
        font-size: 18px;
        font-weight: 600;
      }
.QrCodeAccess--popup .QrCodeAccessInfo span {
      display: none;
    }
.QrCodeAccess--fullPage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 32px 35px 32px 66px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid rgba(0, 0, 0, 0.11);
    border: 1px solid var(--gray-border);
    border-radius: 24px;
    grid-gap: 20px;
    gap: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
.QrCodeAccess--fullPage .QrCodeAccessInfo__title {
      font-size: 30px;
      font-weight: 600;
      line-height: 120%;
    }
[dir="ltr"] .QrCodeAccessInfo{
  text-align: left;
}
[dir="rtl"] .QrCodeAccessInfo{
  text-align: right;
}
.QrCodeAccessInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.QrCodeAccessInfo__text {
      margin-top: -2px;
      margin-left: 23px;
    }
[dir="ltr"] .QrCodeAccessInfo__title{
      text-align: left;
}
[dir="rtl"] .QrCodeAccessInfo__title{
      text-align: right;
}
.QrCodeAccessInfo__title {
      color: #22ccd8;
      color: var(--accent);
      margin-bottom: 8px;
    }
[dir="ltr"] .QrCodeAccessInfo__subtitle{
      text-align: left;
}
[dir="rtl"] .QrCodeAccessInfo__subtitle{
      text-align: right;
}
.QrCodeAccessInfo__subtitle {
      color: #333333;
      color: var(--dark-gray);
      font-size: 16px;
      line-height: 1.4;
    }
.BookingAccessTip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #d9d9d9;
  border: 1px solid var(--light-gray);
  border-radius: 10px;
  padding: 11px 20px;
  color: #979797;
  color: var(--medium-gray);
  font-weight: 500;
  letter-spacing: 0;
}
.BookingAccessTip__text {
    margin-top: -2px;
    margin-left: 23px;
  }

:root {
  /* Design system colors */
  --tone-200: rgba(5, 5, 5, 0.06);
  --tone-300: rgba(0, 0, 0, 0.11);
  --tone-400: rgba(0, 0, 0, 0.28);
  --tone-500: rgba(0, 0, 0, 0.51);
  --tone-600: rgba(0, 0, 0, 0.65);
  --tone-700: rgba(0, 0, 0, 0.76);
  --tone-800: rgba(0, 0, 0, 0.86);
  --tone-900: rgba(0, 0, 0, 0.98);

  --absolute-100: #ffffff;
  --absolute-200: #f0f0f0;
  --absolute-300: #e3e3e3;
  --absolute-700: #3d3d3d;
  --absolute-800: #1f1f1f;
  --absolute-900: #050505;

  --aquamarine-500: rgba(1, 135, 144, 1);

  --red-100: rgba(228, 70, 86, 0.1);
  --red-500: rgba(211, 53, 69, 1);

  --blue-100: rgba(0, 122, 255, 0.1);
  --blue-400: rgba(0, 122, 255, 1);

  --text-secondary: rgba(0, 0, 0, 0.54);
  --text-disabled: rgba(0, 0, 0, 0.38);

  --white: white;
  --red: #ff3b2f;
  --light-red: #e44656;
  --transparent-red: rgba(228, 70, 86, 0.1);
  --light-footer-gray: #f1f1f1;
  --light-footer-bg-gray: #f8f8f8;
  --light-text-gray: rgba(0, 0, 0, 0.51);
  --text-black: rgba(0, 0, 0, 0.98);
  --text-black-title-popup: rgba(46, 46, 45, 1);
  --background-light-secondary: #f2f2f7;
  --popup-background: rgba(0, 0, 0, 0.28);
  --gray-border: rgba(0, 0, 0, 0.11);
  --gray-border-light: rgba(194, 194, 194, 0.5);
  --dark-gray: #333333;
  --light-gray: #d9d9d9;
  --medium-gray: #979797;
  --medium-dark-gray: #646464;
  --disabled-gray: #ebebeb;
  --disabled-dark-gray: #c2c2c2;
  --placeholder-gray: #f1f1f1;
  --white: white;
  --black: black;
  --light-black: rgba(61, 61, 61, 1);
  --main: #5648f8;
  --blue: rgba(0, 122, 255, 1);
  --link-blue: rgba(0, 106, 219, 1);
  --medium-main: #c1bbff;
  --light-main: #e7eafb;
  --accent: #22ccd8;
  --light-cookie-accent: rgba(233, 250, 251, 1);
  --light-accent: rgba(34, 204, 216, 0.2);
  --light-background-accent: rgba(144, 247, 254, 0.08);
  --lightest-accent: #b3eef2;
  --mts-red: #e30611;
  --yelow: #ff9f0a;
  --aquamarine: rgba(34, 204, 216, 0.1);

  /* New colors */
  --black-bg: var(--absolute-700);
  --black-hover: var(--absolute-800);

  /* Border-radius variants */
  --radius-sx: 4px;
  --radius-s: 8px;
  --radius-m: 16px;
  --radius-l: 24px;
  --radius-xl: 32px;

  /* Box-shadows */
  --shadow-xl: 0px 25px 59px rgba(0, 0, 0, 0.2);
  --shadow-m: 0px 16px 24px 0px rgba(0, 0, 0, 0.15);

  /**
   * Fonts using while preloading Lato
   * Or if preloading failed
   */
  --fonts: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell,
    "Open Sans", "Helvetica Neue", sans-serif;

  --font-family-main: Roboto;

  --font-size-heading-first: 30px;
  --font-size-heading-second: 22px;
  --font-size-heading-third: 18px;

  /**
   * Margin for the product card
   * Is using in the product grids and sliders
   */
  --product-margin: 8px;

  /**
   * Height of the `Header` component
   */
  --header-height: 84px;

  /**
   * Margins between content and page body
   * On desktop does not make sense because numeric value is unknown
   * 0 here on desktop to not to violate calculations
   */
  --wrapper-margin: 0;
  --wrapper-padding: 120px;

  /**
   * Cards spacings and width
   */

  --card-spacing: 16px;

  --card-width: 282px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
:root {
    --product-margin: 7.5px
}
  }
@media only screen and (max-width: 767px) {
:root {
    --product-margin: 5px
}
  }
@media only screen and (max-width: 767px) {
:root {
    --header-height: 54px
}
  }
@media only screen and (min-width: 768px) and (max-width: 991px),only screen and (max-width: 767px) {
:root {
    --wrapper-margin: 15px
}
  }
@media only screen and (min-width: 992px) {
:root {
    --card-spacing: 24px
}
  }
@media only screen and (min-width: 992px) {
:root {
    --card-width: calc((100% - (var(--card-spacing) * 2)) / 3)
}
  }
/* TODO: complete */
/* 1600 */
/* 1300 */
/* 992 */
/* 992 */
/* 768 */
/* 320 */
.Calendar {
  position: relative;
}
.Calendar .rdp {
    --rdp-cell-size: 40px;
    --border-spacing: 5px;
    --rdp-accent-color: var(--accent);
    --rdp-background-color: rgba(34, 204, 216, 0.1);
    /* Switch to dark colors for dark themes */
    --rdp-accent-color-dark: var(--accent);
    --rdp-background-color-dark: rgba(34, 204, 216, 0.1);
    position: relative;

    font-family: "Roboto";
    /* font-family: inherit; */
    line-height: 21px;
    margin: 16px 0 0 0;
    color: rgba(0, 0, 0, 0.98);
    color: var(--tone-900);
    text-transform: capitalize;
  }
.Calendar .rdp-table {
      margin: 20px 0 0;
      border-spacing: var(--border-spacing);
      max-width: calc(var(--rdp-cell-size) * 7 + (var(--border-spacing) * 6));
      border-collapse: unset;
    }
.Calendar .rdp-head_cell {
      font-family: inherit;
      font-weight: 500;
      font-size: 18px;
      color: #333333;
      color: var(--dark-gray);
      text-transform: unset;
    }
.Calendar .rdp-cell {
      overflow: hidden;
      position: relative;
    }
.Calendar .rdp-months {
      grid-gap: 24px;
      gap: 24px;
    }
.Calendar .rdp-months[\:has\(\:only-child\)] {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin: 0 -10px;
      }
.Calendar .rdp-months:has(:only-child) {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin: 0 -10px;
      }
.Calendar .rdp-month {
      margin: 0;
    }
.Calendar .rdp-month:only-child {
        width: 100%;
        max-width: 450px;
      }
.Calendar .rdp-month:only-child .rdp-nav {
          position: absolute;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          width: 100%;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          margin: 0;
          z-index: 1;
        }
.Calendar .rdp-month:only-child .rdp-table {
          width: 100%;
          max-width: 100%;
        }
.Calendar .rdp-month:only-child .rdp-caption_label {
          width: 100%;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
        }
.Calendar .rdp-caption {
      position: relative;
      margin: 0 8px;
    }
.Calendar .rdp-day,
    .Calendar .rdp-caption_label {
      font-family: inherit;
      font-weight: 500;
      font-size: 18px;
      margin: auto;
      z-index: 0;
      overflow: unset;
    }
.Calendar .rdp-day_range_middle {
      border-radius: 50%;
      background-color: var(--rdp-background-color);
      color: rgba(0, 0, 0, 0.98);
      color: var(--tone-900);
    }
.Calendar .rdp .rdp-day_selected {
      border-radius: 50% !important;
    }
.Calendar .rdp-day_outside,
    .Calendar .rdp-day_disabled {
      background-color: transparent;
      color: rgba(0, 0, 0, 0.28);
      color: var(--tone-400);
      pointer-events: none;
      opacity: 1 !important;
    }
.Calendar__day-caption {
    position: absolute;
    color: rgba(0, 0, 0, 0.65);
    color: var(--tone-600);
    font-size: 8px;
    bottom: -1em;
  }
.rdp-day_disabled .Calendar__day-caption {
      color: rgba(0, 0, 0, 0.28);
      color: var(--tone-400);
    }
.Calendar .SpinnerOverlay {
    margin-top: 16px;
  }

:root {
  /* Design system colors */
  --tone-200: rgba(5, 5, 5, 0.06);
  --tone-300: rgba(0, 0, 0, 0.11);
  --tone-400: rgba(0, 0, 0, 0.28);
  --tone-500: rgba(0, 0, 0, 0.51);
  --tone-600: rgba(0, 0, 0, 0.65);
  --tone-700: rgba(0, 0, 0, 0.76);
  --tone-800: rgba(0, 0, 0, 0.86);
  --tone-900: rgba(0, 0, 0, 0.98);

  --absolute-100: #ffffff;
  --absolute-200: #f0f0f0;
  --absolute-300: #e3e3e3;
  --absolute-700: #3d3d3d;
  --absolute-800: #1f1f1f;
  --absolute-900: #050505;

  --aquamarine-500: rgba(1, 135, 144, 1);

  --red-100: rgba(228, 70, 86, 0.1);
  --red-500: rgba(211, 53, 69, 1);

  --blue-100: rgba(0, 122, 255, 0.1);
  --blue-400: rgba(0, 122, 255, 1);

  --text-secondary: rgba(0, 0, 0, 0.54);
  --text-disabled: rgba(0, 0, 0, 0.38);

  --white: white;
  --red: #ff3b2f;
  --light-red: #e44656;
  --transparent-red: rgba(228, 70, 86, 0.1);
  --light-footer-gray: #f1f1f1;
  --light-footer-bg-gray: #f8f8f8;
  --light-text-gray: rgba(0, 0, 0, 0.51);
  --text-black: rgba(0, 0, 0, 0.98);
  --text-black-title-popup: rgba(46, 46, 45, 1);
  --background-light-secondary: #f2f2f7;
  --popup-background: rgba(0, 0, 0, 0.28);
  --gray-border: rgba(0, 0, 0, 0.11);
  --gray-border-light: rgba(194, 194, 194, 0.5);
  --dark-gray: #333333;
  --light-gray: #d9d9d9;
  --medium-gray: #979797;
  --medium-dark-gray: #646464;
  --disabled-gray: #ebebeb;
  --disabled-dark-gray: #c2c2c2;
  --placeholder-gray: #f1f1f1;
  --white: white;
  --black: black;
  --light-black: rgba(61, 61, 61, 1);
  --main: #5648f8;
  --blue: rgba(0, 122, 255, 1);
  --link-blue: rgba(0, 106, 219, 1);
  --medium-main: #c1bbff;
  --light-main: #e7eafb;
  --accent: #22ccd8;
  --light-cookie-accent: rgba(233, 250, 251, 1);
  --light-accent: rgba(34, 204, 216, 0.2);
  --light-background-accent: rgba(144, 247, 254, 0.08);
  --lightest-accent: #b3eef2;
  --mts-red: #e30611;
  --yelow: #ff9f0a;
  --aquamarine: rgba(34, 204, 216, 0.1);

  /* New colors */
  --black-bg: var(--absolute-700);
  --black-hover: var(--absolute-800);

  /* Border-radius variants */
  --radius-sx: 4px;
  --radius-s: 8px;
  --radius-m: 16px;
  --radius-l: 24px;
  --radius-xl: 32px;

  /* Box-shadows */
  --shadow-xl: 0px 25px 59px rgba(0, 0, 0, 0.2);
  --shadow-m: 0px 16px 24px 0px rgba(0, 0, 0, 0.15);

  /**
   * Fonts using while preloading Lato
   * Or if preloading failed
   */
  --fonts: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell,
    "Open Sans", "Helvetica Neue", sans-serif;

  --font-family-main: Roboto;

  --font-size-heading-first: 30px;
  --font-size-heading-second: 22px;
  --font-size-heading-third: 18px;

  /**
   * Margin for the product card
   * Is using in the product grids and sliders
   */
  --product-margin: 8px;

  /**
   * Height of the `Header` component
   */
  --header-height: 84px;

  /**
   * Margins between content and page body
   * On desktop does not make sense because numeric value is unknown
   * 0 here on desktop to not to violate calculations
   */
  --wrapper-margin: 0;
  --wrapper-padding: 120px;

  /**
   * Cards spacings and width
   */

  --card-spacing: 16px;

  --card-width: 282px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
:root {
    --product-margin: 7.5px
}
  }
@media only screen and (max-width: 767px) {
:root {
    --product-margin: 5px
}
  }
@media only screen and (max-width: 767px) {
:root {
    --header-height: 54px
}
  }
@media only screen and (min-width: 768px) and (max-width: 991px),only screen and (max-width: 767px) {
:root {
    --wrapper-margin: 15px
}
  }
@media only screen and (min-width: 992px) {
:root {
    --card-spacing: 24px
}
  }
@media only screen and (min-width: 992px) {
:root {
    --card-width: calc((100% - (var(--card-spacing) * 2)) / 3)
}
  }
/* TODO: complete */
/* 1600 */
/* 1300 */
/* 992 */
/* 992 */
/* 768 */
/* 320 */
.Price--withTip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.Price--withTip .Price__price {
      font-weight: 700;
      text-align: right;
      font-size: 22px;
    }
/* &__solid-line {
      position: relative;
    }
    
    &__solid-line::before {
      content: "";
      position: absolute;
      top: 60%;
      left: 0;
      width: 100%;
      height: .8px;
      background-color: var(--light-text-gray);
      transform: translateY(-50%);
    } */
.Price--withTip .Price__annotation {
      color: #979797;
      color: var(--medium-gray);
      font-size: 11px;
      line-height: 1.2;
      white-space: nowrap;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      grid-gap: 1px;
      gap: 1px;
    }
.Price--withTip .Price__annotation_subscribe {
        color: rgba(0, 122, 255, 1);
        color: var(--blue-400);
        padding: 1px;
      }
.Price--withTip .Price__annotation_subscribe:hover {
          opacity: 0.7;
        }
.Price--withTip.Price--inline {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.Price--withTip.Price--inline .Price__exprice {
      margin-left: 6px;
        position: relative;
      }
.Price--withTip.Price--inline .Price__exprice::before {
        content: "";
        position: absolute;
        top: 60%;
        left: 0;
        width: 100%;
        height: .8px;
        background-color: rgba(0, 0, 0, 0.51);
        background-color: var(--light-text-gray);
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
      }
.Price--withTip.Price--inline .Price__annotation {
      margin-left: 6px;
      line-height: 1.55;
    }
.Price--withTip.Price--capitalized-price .Price__price {
      text-transform: capitalize;
    }
.Price--withTip.Price--capitalized-annotation .Price__annotation {
      text-transform: capitalize;
    }

:root {
  /* Design system colors */
  --tone-200: rgba(5, 5, 5, 0.06);
  --tone-300: rgba(0, 0, 0, 0.11);
  --tone-400: rgba(0, 0, 0, 0.28);
  --tone-500: rgba(0, 0, 0, 0.51);
  --tone-600: rgba(0, 0, 0, 0.65);
  --tone-700: rgba(0, 0, 0, 0.76);
  --tone-800: rgba(0, 0, 0, 0.86);
  --tone-900: rgba(0, 0, 0, 0.98);

  --absolute-100: #ffffff;
  --absolute-200: #f0f0f0;
  --absolute-300: #e3e3e3;
  --absolute-700: #3d3d3d;
  --absolute-800: #1f1f1f;
  --absolute-900: #050505;

  --aquamarine-500: rgba(1, 135, 144, 1);

  --red-100: rgba(228, 70, 86, 0.1);
  --red-500: rgba(211, 53, 69, 1);

  --blue-100: rgba(0, 122, 255, 0.1);
  --blue-400: rgba(0, 122, 255, 1);

  --text-secondary: rgba(0, 0, 0, 0.54);
  --text-disabled: rgba(0, 0, 0, 0.38);

  --white: white;
  --red: #ff3b2f;
  --light-red: #e44656;
  --transparent-red: rgba(228, 70, 86, 0.1);
  --light-footer-gray: #f1f1f1;
  --light-footer-bg-gray: #f8f8f8;
  --light-text-gray: rgba(0, 0, 0, 0.51);
  --text-black: rgba(0, 0, 0, 0.98);
  --text-black-title-popup: rgba(46, 46, 45, 1);
  --background-light-secondary: #f2f2f7;
  --popup-background: rgba(0, 0, 0, 0.28);
  --gray-border: rgba(0, 0, 0, 0.11);
  --gray-border-light: rgba(194, 194, 194, 0.5);
  --dark-gray: #333333;
  --light-gray: #d9d9d9;
  --medium-gray: #979797;
  --medium-dark-gray: #646464;
  --disabled-gray: #ebebeb;
  --disabled-dark-gray: #c2c2c2;
  --placeholder-gray: #f1f1f1;
  --white: white;
  --black: black;
  --light-black: rgba(61, 61, 61, 1);
  --main: #5648f8;
  --blue: rgba(0, 122, 255, 1);
  --link-blue: rgba(0, 106, 219, 1);
  --medium-main: #c1bbff;
  --light-main: #e7eafb;
  --accent: #22ccd8;
  --light-cookie-accent: rgba(233, 250, 251, 1);
  --light-accent: rgba(34, 204, 216, 0.2);
  --light-background-accent: rgba(144, 247, 254, 0.08);
  --lightest-accent: #b3eef2;
  --mts-red: #e30611;
  --yelow: #ff9f0a;
  --aquamarine: rgba(34, 204, 216, 0.1);

  /* New colors */
  --black-bg: var(--absolute-700);
  --black-hover: var(--absolute-800);

  /* Border-radius variants */
  --radius-sx: 4px;
  --radius-s: 8px;
  --radius-m: 16px;
  --radius-l: 24px;
  --radius-xl: 32px;

  /* Box-shadows */
  --shadow-xl: 0px 25px 59px rgba(0, 0, 0, 0.2);
  --shadow-m: 0px 16px 24px 0px rgba(0, 0, 0, 0.15);

  /**
   * Fonts using while preloading Lato
   * Or if preloading failed
   */
  --fonts: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell,
    "Open Sans", "Helvetica Neue", sans-serif;

  --font-family-main: Roboto;

  --font-size-heading-first: 30px;
  --font-size-heading-second: 22px;
  --font-size-heading-third: 18px;

  /**
   * Margin for the product card
   * Is using in the product grids and sliders
   */
  --product-margin: 8px;

  /**
   * Height of the `Header` component
   */
  --header-height: 84px;

  /**
   * Margins between content and page body
   * On desktop does not make sense because numeric value is unknown
   * 0 here on desktop to not to violate calculations
   */
  --wrapper-margin: 0;
  --wrapper-padding: 120px;

  /**
   * Cards spacings and width
   */

  --card-spacing: 16px;

  --card-width: 282px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
:root {
    --product-margin: 7.5px
}
  }
@media only screen and (max-width: 767px) {
:root {
    --product-margin: 5px
}
  }
@media only screen and (max-width: 767px) {
:root {
    --header-height: 54px
}
  }
@media only screen and (min-width: 768px) and (max-width: 991px),only screen and (max-width: 767px) {
:root {
    --wrapper-margin: 15px
}
  }
@media only screen and (min-width: 992px) {
:root {
    --card-spacing: 24px
}
  }
@media only screen and (min-width: 992px) {
:root {
    --card-width: calc((100% - (var(--card-spacing) * 2)) / 3)
}
  }
/* TODO: complete */
/* 1600 */
/* 1300 */
/* 992 */
/* 992 */
/* 768 */
/* 320 */
.TimeslotsVariants {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-row-gap: 19px;
  row-gap: 19px;
  font-weight: 600;
  position: relative;
}
.TimeslotsVariants .TimeslotsVariant {
    display: grid;
    grid-template-columns: -webkit-min-content auto -webkit-min-content;
    grid-template-columns: min-content auto min-content;
    grid-template-areas: "a b c";
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
.TimeslotsVariants .TimeslotsVariant__column {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 0 8px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
.TimeslotsVariants .TimeslotsVariant__column:nth-child(1) {
        padding-left: 0;
      }
.TimeslotsVariants .TimeslotsVariant__column:nth-child(2) {
        border-left: 1px solid rgba(0, 0, 0, 0.11);
        border-left: 1px solid var(--tone-300);
      }
.TimeslotsVariants .TimeslotsVariant__column .TimeslotsVariant__date {
        font-size: 12px;
        line-height: 125%;
        color: rgba(0, 0, 0, 0.51);
        color: var(--tone-500);
      }
.TimeslotsVariants .TimeslotsVariant__column .TimeslotsVariant__time,
      .TimeslotsVariants .TimeslotsVariant__column .TimeslotsVariant__date:first-child {
        font-size: 16px;
        line-height: 140%;
        letter-spacing: -0.01em;
        color: inherit;
      }
.TimeslotsVariants .TimeslotsVariant__button {
      padding-left: 8px;
      padding-right: 8px;
      white-space: nowrap;
      grid-area: c;
      width: -webkit-min-content;
      width: -moz-min-content;
      width: min-content;
    }
.TimeslotsVariants .TimeslotsVariant__info-wrapper {
      grid-area: b;
    }
.TimeslotsVariants .TimeslotsVariant__price-wrapper {
        color: #22ccd8;
        color: var(--accent);
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        grid-area: a;
      }
.TimeslotsVariants .TimeslotsVariant__price-value {
        font-weight: 600;
        font-size: 16px;
      }
.TimeslotsVariants--light {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    grid-row-gap: 16px;
    row-gap: 16px;
    grid-column-gap: 9px;
    -webkit-column-gap: 9px;
       -moz-column-gap: 9px;
            column-gap: 9px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -8px;
  }
.TimeslotsVariants--light .TimeslotsVariant {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 42px;
      padding: 12px 20px;
      line-height: 18.75px;
      font-size: 16px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      z-index: 0;
      cursor: pointer;
    }
.TimeslotsVariants--light .TimeslotsVariant::before {
        content: "";
        border-radius: 57px;
        position: absolute;
        top: 3px;
        right: 8px;
        bottom: 4px;
        left: 8px;
        z-index: -1;
      }
.TimeslotsVariants--light .TimeslotsVariant>input {
        position: absolute;
        opacity: 0;
        visibility: hidden;
      }
.TimeslotsVariants--light .TimeslotsVariant[\:has\(\:checked\)] {
        color: white;
        color: var(--white);
      }
.TimeslotsVariants--light .TimeslotsVariant:has(:checked) {
        color: white;
        color: var(--white);
      }
.TimeslotsVariants--light .TimeslotsVariant[\:has\(\:checked\)]::before {
          background-color: #22ccd8;
          background-color: var(--accent);
        }
.TimeslotsVariants--light .TimeslotsVariant:has(:checked)::before {
          background-color: #22ccd8;
          background-color: var(--accent);
        }
@media (hover: hover) {
        .TimeslotsVariants--light .TimeslotsVariant[\:not-has\(\:checked\)]:hover::before {
          background-color: rgba(34, 204, 216, 0.1);
        }
        .TimeslotsVariants--light .TimeslotsVariant:not(.TimeslotsVariant:has(:checked)):hover::before {
          background-color: rgba(34, 204, 216, 0.1);
        }
      }
.TimeslotsVariants--card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    grid-gap: 16px;
    gap: 16px;
    grid-gap: var(--card-spacing);
    gap: var(--card-spacing);
  }
.TimeslotsVariants--card .TimeslotsVariant {
      grid-template-areas:
        "b b"
        "a c";
      grid-template-columns: -webkit-min-content -webkit-min-content;
      grid-template-columns: min-content min-content;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 282px;
      width: var(--card-width);
      -ms-flex-negative: 0;
          flex-shrink: 0;
      padding: 16px;
      grid-gap: 16px;
      gap: 16px;
      border-radius: 16px;
      border-radius: var(--radius-m);
      border: 1px solid rgba(0, 0, 0, 0.11);
      border: 1px solid var(--tone-300);
    }
.TimeslotsVariants--card .TimeslotsVariant__column {
        padding: 0;
        border: 0 !important;
      }
.TimeslotsVariants--card .TimeslotsVariant__column .TimeslotsVariant__date {
            font-size: 18px;
            -webkit-box-ordinal-group: 0;
                -ms-flex-order: -1;
                    order: -1;
            color: rgba(0, 0, 0, 0.98);
            color: var(--tone-900);
            line-height: normal;
          }
.TimeslotsVariants--card .TimeslotsVariant__column .TimeslotsVariant__time {
            font-size: 16px;
            color: #3d3d3d;
            color: var(--absolute-700);
            font-size: 16px;
            font-weight: 400;
          }
.TimeslotsVariants--card .TimeslotsVariant__column .TimeslotsVariant__price-value {
            font-size: 22px;
          }
.TimeslotsVariants--card .TimeslotsVariant__column .TimeslotsVariant__participant {
            font-size: 16px;
            margin-top: 8px;
          }
.Wrapper__overload>.TimeslotsVariants {
    padding: 0 15px 10px;
    overflow-x: auto;
    overflow-y: hidden;
    margin-top: 24px;
    margin-bottom: calc(-1 * 8px);
    margin-bottom: calc(-1 * var(--product-margin));
  }
@media only screen and (min-width: 992px) {
.Wrapper__overload>.TimeslotsVariants {
      padding-left: 0;
      padding-right: 0
  }
    }
.Wrapper__overload>.TimeslotsVariants__ShowMore {
      margin: 10px 15px 0;
      width: -webkit-fill-available;
    }
.TimeslotsVariants__spinner {
    position: relative;
    width: 100%;
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 8px;
    margin: 16px 0;
  }
:root {
  /* Design system colors */
  --tone-200: rgba(5, 5, 5, 0.06);
  --tone-300: rgba(0, 0, 0, 0.11);
  --tone-400: rgba(0, 0, 0, 0.28);
  --tone-500: rgba(0, 0, 0, 0.51);
  --tone-600: rgba(0, 0, 0, 0.65);
  --tone-700: rgba(0, 0, 0, 0.76);
  --tone-800: rgba(0, 0, 0, 0.86);
  --tone-900: rgba(0, 0, 0, 0.98);

  --absolute-100: #ffffff;
  --absolute-200: #f0f0f0;
  --absolute-300: #e3e3e3;
  --absolute-700: #3d3d3d;
  --absolute-800: #1f1f1f;
  --absolute-900: #050505;

  --aquamarine-500: rgba(1, 135, 144, 1);

  --red-100: rgba(228, 70, 86, 0.1);
  --red-500: rgba(211, 53, 69, 1);

  --blue-100: rgba(0, 122, 255, 0.1);
  --blue-400: rgba(0, 122, 255, 1);

  --text-secondary: rgba(0, 0, 0, 0.54);
  --text-disabled: rgba(0, 0, 0, 0.38);

  --white: white;
  --red: #ff3b2f;
  --light-red: #e44656;
  --transparent-red: rgba(228, 70, 86, 0.1);
  --light-footer-gray: #f1f1f1;
  --light-footer-bg-gray: #f8f8f8;
  --light-text-gray: rgba(0, 0, 0, 0.51);
  --text-black: rgba(0, 0, 0, 0.98);
  --text-black-title-popup: rgba(46, 46, 45, 1);
  --background-light-secondary: #f2f2f7;
  --popup-background: rgba(0, 0, 0, 0.28);
  --gray-border: rgba(0, 0, 0, 0.11);
  --gray-border-light: rgba(194, 194, 194, 0.5);
  --dark-gray: #333333;
  --light-gray: #d9d9d9;
  --medium-gray: #979797;
  --medium-dark-gray: #646464;
  --disabled-gray: #ebebeb;
  --disabled-dark-gray: #c2c2c2;
  --placeholder-gray: #f1f1f1;
  --white: white;
  --black: black;
  --light-black: rgba(61, 61, 61, 1);
  --main: #5648f8;
  --blue: rgba(0, 122, 255, 1);
  --link-blue: rgba(0, 106, 219, 1);
  --medium-main: #c1bbff;
  --light-main: #e7eafb;
  --accent: #22ccd8;
  --light-cookie-accent: rgba(233, 250, 251, 1);
  --light-accent: rgba(34, 204, 216, 0.2);
  --light-background-accent: rgba(144, 247, 254, 0.08);
  --lightest-accent: #b3eef2;
  --mts-red: #e30611;
  --yelow: #ff9f0a;
  --aquamarine: rgba(34, 204, 216, 0.1);

  /* New colors */
  --black-bg: var(--absolute-700);
  --black-hover: var(--absolute-800);

  /* Border-radius variants */
  --radius-sx: 4px;
  --radius-s: 8px;
  --radius-m: 16px;
  --radius-l: 24px;
  --radius-xl: 32px;

  /* Box-shadows */
  --shadow-xl: 0px 25px 59px rgba(0, 0, 0, 0.2);
  --shadow-m: 0px 16px 24px 0px rgba(0, 0, 0, 0.15);

  /**
   * Fonts using while preloading Lato
   * Or if preloading failed
   */
  --fonts: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell,
    "Open Sans", "Helvetica Neue", sans-serif;

  --font-family-main: Roboto;

  --font-size-heading-first: 30px;
  --font-size-heading-second: 22px;
  --font-size-heading-third: 18px;

  /**
   * Margin for the product card
   * Is using in the product grids and sliders
   */
  --product-margin: 8px;

  /**
   * Height of the `Header` component
   */
  --header-height: 84px;

  /**
   * Margins between content and page body
   * On desktop does not make sense because numeric value is unknown
   * 0 here on desktop to not to violate calculations
   */
  --wrapper-margin: 0;
  --wrapper-padding: 120px;

  /**
   * Cards spacings and width
   */

  --card-spacing: 16px;

  --card-width: 282px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
:root {
    --product-margin: 7.5px
}
  }
@media only screen and (max-width: 767px) {
:root {
    --product-margin: 5px
}
  }
@media only screen and (max-width: 767px) {
:root {
    --header-height: 54px
}
  }
@media only screen and (min-width: 768px) and (max-width: 991px),only screen and (max-width: 767px) {
:root {
    --wrapper-margin: 15px
}
  }
@media only screen and (min-width: 992px) {
:root {
    --card-spacing: 24px
}
  }
@media only screen and (min-width: 992px) {
:root {
    --card-width: calc((100% - (var(--card-spacing) * 2)) / 3)
}
  }
/* TODO: complete */
/* 1600 */
/* 1300 */
/* 992 */
/* 992 */
/* 768 */
/* 320 */
/**
 * Scaling to real size animation
 * With reversed animation
 */
@-webkit-keyframes jump-in {
  from {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@keyframes jump-in {
  from {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@-webkit-keyframes jump-out {
  to {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@keyframes jump-out {
  to {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
/**
 * Horizontally sliding animation from left to right
 * With reversed animation
 */
@-webkit-keyframes slide-in {
  from {
    -webkit-transform: translateX(-40%);
            transform: translateX(-40%);
  }
}
@keyframes slide-in {
  from {
    -webkit-transform: translateX(-40%);
            transform: translateX(-40%);
  }
}
@-webkit-keyframes slide-out {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to: {
    -webkit-transform: translateX(-40%);
            transform: translateX(-40%);
  }
}
@keyframes slide-out {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to: {
    -webkit-transform: translateX(-40%);
            transform: translateX(-40%);
  }
}
/**
 * Coloring animation (increasing opacity)
 * With reversed animation
 */
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
}
@-webkit-keyframes fade-out {
  to {
    opacity: 0;
  }
}
@keyframes fade-out {
  to {
    opacity: 0;
  }
}
/**
 * Spinning on 360deg animation
 */
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/**
 * Rising up (to endpoint popsition) animation
 */
@-webkit-keyframes rise {
  from {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes rise {
  from {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/**
 * Jumping down (to endpoint popsition) animation
 */
@-webkit-keyframes down {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
}
@keyframes down {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
}
.UpdateBooking {
  display: grid;
  grid-gap: 16px;
  gap: 16px;
  max-width: 336px;
}
@media only screen and (max-width: 767px) {
.UpdateBooking {
    max-width: none;
    padding: 0 8px
}
  }
.UpdateBooking__header,
  .UpdateBooking__options {
    margin: 8px 0;
  }
.UpdateBooking__title {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.09px;
  }
.UpdateBooking__subtext {
    font-size: 13px;
    font-weight: 500;
    line-height: 140%;
    color: rgba(0, 0, 0, 0.51);
  }
.UpdateBooking__options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 8px;
    gap: 8px;
  }
.UpdateBooking__options .Button {
      border-radius: 57px;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
    }
.UpdateBooking__cancel {
    text-align: center;
  }
.UpdateBooking__link {
    cursor: pointer;
    color: rgba(0, 122, 255, 1);
    color: var(--blue);
  }
.UpdateBooking__alternative-content {
    text-align: center;
    margin: 24px 0;
  }
.UpdateBooking .Calendar,
  .UpdateBooking .TimeslotsVariants {
    margin-top: 8px;
    margin-bottom: 8px;
  }
.UpdateBooking .TimeslotsVariants {
    height: 200px;
    overflow: scroll;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }

:root {
  /* Design system colors */
  --tone-200: rgba(5, 5, 5, 0.06);
  --tone-300: rgba(0, 0, 0, 0.11);
  --tone-400: rgba(0, 0, 0, 0.28);
  --tone-500: rgba(0, 0, 0, 0.51);
  --tone-600: rgba(0, 0, 0, 0.65);
  --tone-700: rgba(0, 0, 0, 0.76);
  --tone-800: rgba(0, 0, 0, 0.86);
  --tone-900: rgba(0, 0, 0, 0.98);

  --absolute-100: #ffffff;
  --absolute-200: #f0f0f0;
  --absolute-300: #e3e3e3;
  --absolute-700: #3d3d3d;
  --absolute-800: #1f1f1f;
  --absolute-900: #050505;

  --aquamarine-500: rgba(1, 135, 144, 1);

  --red-100: rgba(228, 70, 86, 0.1);
  --red-500: rgba(211, 53, 69, 1);

  --blue-100: rgba(0, 122, 255, 0.1);
  --blue-400: rgba(0, 122, 255, 1);

  --text-secondary: rgba(0, 0, 0, 0.54);
  --text-disabled: rgba(0, 0, 0, 0.38);

  --white: white;
  --red: #ff3b2f;
  --light-red: #e44656;
  --transparent-red: rgba(228, 70, 86, 0.1);
  --light-footer-gray: #f1f1f1;
  --light-footer-bg-gray: #f8f8f8;
  --light-text-gray: rgba(0, 0, 0, 0.51);
  --text-black: rgba(0, 0, 0, 0.98);
  --text-black-title-popup: rgba(46, 46, 45, 1);
  --background-light-secondary: #f2f2f7;
  --popup-background: rgba(0, 0, 0, 0.28);
  --gray-border: rgba(0, 0, 0, 0.11);
  --gray-border-light: rgba(194, 194, 194, 0.5);
  --dark-gray: #333333;
  --light-gray: #d9d9d9;
  --medium-gray: #979797;
  --medium-dark-gray: #646464;
  --disabled-gray: #ebebeb;
  --disabled-dark-gray: #c2c2c2;
  --placeholder-gray: #f1f1f1;
  --white: white;
  --black: black;
  --light-black: rgba(61, 61, 61, 1);
  --main: #5648f8;
  --blue: rgba(0, 122, 255, 1);
  --link-blue: rgba(0, 106, 219, 1);
  --medium-main: #c1bbff;
  --light-main: #e7eafb;
  --accent: #22ccd8;
  --light-cookie-accent: rgba(233, 250, 251, 1);
  --light-accent: rgba(34, 204, 216, 0.2);
  --light-background-accent: rgba(144, 247, 254, 0.08);
  --lightest-accent: #b3eef2;
  --mts-red: #e30611;
  --yelow: #ff9f0a;
  --aquamarine: rgba(34, 204, 216, 0.1);

  /* New colors */
  --black-bg: var(--absolute-700);
  --black-hover: var(--absolute-800);

  /* Border-radius variants */
  --radius-sx: 4px;
  --radius-s: 8px;
  --radius-m: 16px;
  --radius-l: 24px;
  --radius-xl: 32px;

  /* Box-shadows */
  --shadow-xl: 0px 25px 59px rgba(0, 0, 0, 0.2);
  --shadow-m: 0px 16px 24px 0px rgba(0, 0, 0, 0.15);

  /**
   * Fonts using while preloading Lato
   * Or if preloading failed
   */
  --fonts: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell,
    "Open Sans", "Helvetica Neue", sans-serif;

  --font-family-main: Roboto;

  --font-size-heading-first: 30px;
  --font-size-heading-second: 22px;
  --font-size-heading-third: 18px;

  /**
   * Margin for the product card
   * Is using in the product grids and sliders
   */
  --product-margin: 8px;

  /**
   * Height of the `Header` component
   */
  --header-height: 84px;

  /**
   * Margins between content and page body
   * On desktop does not make sense because numeric value is unknown
   * 0 here on desktop to not to violate calculations
   */
  --wrapper-margin: 0;
  --wrapper-padding: 120px;

  /**
   * Cards spacings and width
   */

  --card-spacing: 16px;

  --card-width: 282px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
:root {
    --product-margin: 7.5px
}
  }
@media only screen and (max-width: 767px) {
:root {
    --product-margin: 5px
}
  }
@media only screen and (max-width: 767px) {
:root {
    --header-height: 54px
}
  }
@media only screen and (min-width: 768px) and (max-width: 991px),only screen and (max-width: 767px) {
:root {
    --wrapper-margin: 15px
}
  }
@media only screen and (min-width: 992px) {
:root {
    --card-spacing: 24px
}
  }
@media only screen and (min-width: 992px) {
:root {
    --card-width: calc((100% - (var(--card-spacing) * 2)) / 3)
}
  }
/* TODO: complete */
/* 1600 */
/* 1300 */
/* 992 */
/* 992 */
/* 768 */
/* 320 */
.BookedStatuses__contact-us {
        padding-left: 5px;
        color: rgba(0, 122, 255, 1);
        color: var(--blue)
    }
.BookedStatuses__audio-status {
      background-color: rgba(34, 204, 216, 0.2);
      background-color: var(--light-accent);
    }
.BookedStatuses__pending-status {
      background-color: #ebebeb;
      background-color: var(--disabled-gray);
    }
.BookedStatuses__done-status {
      background-color: rgba(34, 204, 216, 0.2);
      background-color: var(--light-accent);
    }
.BookedStatuses__canceled-status {
      background-color: rgba(228, 70, 86, 0.1);
      background-color: var(--transparent-red);
    }
.BookedStatuses__error-status {
      background-color: #ebebeb;
      background-color: var(--disabled-gray);  
      position: relative;
  }
  
.CoverImage {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
}

:root {
  /* Design system colors */
  --tone-200: rgba(5, 5, 5, 0.06);
  --tone-300: rgba(0, 0, 0, 0.11);
  --tone-400: rgba(0, 0, 0, 0.28);
  --tone-500: rgba(0, 0, 0, 0.51);
  --tone-600: rgba(0, 0, 0, 0.65);
  --tone-700: rgba(0, 0, 0, 0.76);
  --tone-800: rgba(0, 0, 0, 0.86);
  --tone-900: rgba(0, 0, 0, 0.98);

  --absolute-100: #ffffff;
  --absolute-200: #f0f0f0;
  --absolute-300: #e3e3e3;
  --absolute-700: #3d3d3d;
  --absolute-800: #1f1f1f;
  --absolute-900: #050505;

  --aquamarine-500: rgba(1, 135, 144, 1);

  --red-100: rgba(228, 70, 86, 0.1);
  --red-500: rgba(211, 53, 69, 1);

  --blue-100: rgba(0, 122, 255, 0.1);
  --blue-400: rgba(0, 122, 255, 1);

  --text-secondary: rgba(0, 0, 0, 0.54);
  --text-disabled: rgba(0, 0, 0, 0.38);

  --white: white;
  --red: #ff3b2f;
  --light-red: #e44656;
  --transparent-red: rgba(228, 70, 86, 0.1);
  --light-footer-gray: #f1f1f1;
  --light-footer-bg-gray: #f8f8f8;
  --light-text-gray: rgba(0, 0, 0, 0.51);
  --text-black: rgba(0, 0, 0, 0.98);
  --text-black-title-popup: rgba(46, 46, 45, 1);
  --background-light-secondary: #f2f2f7;
  --popup-background: rgba(0, 0, 0, 0.28);
  --gray-border: rgba(0, 0, 0, 0.11);
  --gray-border-light: rgba(194, 194, 194, 0.5);
  --dark-gray: #333333;
  --light-gray: #d9d9d9;
  --medium-gray: #979797;
  --medium-dark-gray: #646464;
  --disabled-gray: #ebebeb;
  --disabled-dark-gray: #c2c2c2;
  --placeholder-gray: #f1f1f1;
  --white: white;
  --black: black;
  --light-black: rgba(61, 61, 61, 1);
  --main: #5648f8;
  --blue: rgba(0, 122, 255, 1);
  --link-blue: rgba(0, 106, 219, 1);
  --medium-main: #c1bbff;
  --light-main: #e7eafb;
  --accent: #22ccd8;
  --light-cookie-accent: rgba(233, 250, 251, 1);
  --light-accent: rgba(34, 204, 216, 0.2);
  --light-background-accent: rgba(144, 247, 254, 0.08);
  --lightest-accent: #b3eef2;
  --mts-red: #e30611;
  --yelow: #ff9f0a;
  --aquamarine: rgba(34, 204, 216, 0.1);

  /* New colors */
  --black-bg: var(--absolute-700);
  --black-hover: var(--absolute-800);

  /* Border-radius variants */
  --radius-sx: 4px;
  --radius-s: 8px;
  --radius-m: 16px;
  --radius-l: 24px;
  --radius-xl: 32px;

  /* Box-shadows */
  --shadow-xl: 0px 25px 59px rgba(0, 0, 0, 0.2);
  --shadow-m: 0px 16px 24px 0px rgba(0, 0, 0, 0.15);

  /**
   * Fonts using while preloading Lato
   * Or if preloading failed
   */
  --fonts: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell,
    "Open Sans", "Helvetica Neue", sans-serif;

  --font-family-main: Roboto;

  --font-size-heading-first: 30px;
  --font-size-heading-second: 22px;
  --font-size-heading-third: 18px;

  /**
   * Margin for the product card
   * Is using in the product grids and sliders
   */
  --product-margin: 8px;

  /**
   * Height of the `Header` component
   */
  --header-height: 84px;

  /**
   * Margins between content and page body
   * On desktop does not make sense because numeric value is unknown
   * 0 here on desktop to not to violate calculations
   */
  --wrapper-margin: 0;
  --wrapper-padding: 120px;

  /**
   * Cards spacings and width
   */

  --card-spacing: 16px;

  --card-width: 282px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
:root {
    --product-margin: 7.5px
}
  }
@media only screen and (max-width: 767px) {
:root {
    --product-margin: 5px
}
  }
@media only screen and (max-width: 767px) {
:root {
    --header-height: 54px
}
  }
@media only screen and (min-width: 768px) and (max-width: 991px),only screen and (max-width: 767px) {
:root {
    --wrapper-margin: 15px
}
  }
@media only screen and (min-width: 992px) {
:root {
    --card-spacing: 24px
}
  }
@media only screen and (min-width: 992px) {
:root {
    --card-width: calc((100% - (var(--card-spacing) * 2)) / 3)
}
  }
/* TODO: complete */
/* 1600 */
/* 1300 */
/* 992 */
/* 992 */
/* 768 */
/* 320 */
.CityCard {
  width: 100%;
  height: 230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 24px;
  color: white;
  color: var(--white);
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
/* hack to respect border-radius for mobile safari */
.CityCard:active {
    -webkit-transform: none;
            transform: none;
  }
@media only screen and (min-width: 768px) and (max-width: 991px),only screen and (max-width: 767px) {
.CityCard {
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2)
}

    .CityCard:not(.CityCard--with-attractions),
    .CityCard--with-attractions .CityCard__cover {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 135px;
              flex: 0 0 135px;
      height: 185px;
    }
  }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .CityCard:not(.CityCard--with-attractions),
    .CityCard--with-attractions .CityCard__cover {
      height: 200px;
    }
  }
@media only screen and (max-width: 767px) {
.CityCard {
    height: auto
}
    .CityCard:not(.CityCard--with-attractions),
    .CityCard--with-attractions .CityCard__cover {
      height: 135px;
    }
  }
.CityCard--with-attractions {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
  }
.CityCard__cover {
    width: 100%;
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 13px 13px 18px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
.CityCard__cover:before {
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
      bottom: 0;
      content: "";
      height: 90px;
      left: 0;
      position: absolute;
      width: 100%;
      z-index: 2;
    }
@media only screen and (min-width: 768px) and (max-width: 991px),only screen and (max-width: 767px) {
.CityCard__cover {
      padding: 15px
  }
    }
.CityCard--with-attractions .CityCard__cover {
    height: 230px;
    text-align: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
.CityCard__footer {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
.CityCard__link {
    display: block;
    padding: 9px 13px 9px;
    border-bottom: 1px solid #f3f3f3;
    font-weight: normal;
    font-size: 17px;
    line-height: 20px;
    overflow: hidden;
  }
@media only screen and (max-width: 767px) {
.CityCard__link {
      font-size: 13px;
      line-height: 16px
  }
    }
.CityCard__link:last-child {
      border-bottom: 0;
    }
.CityCard--with-attractions .CityCard__count {
    color: rgba(0, 0, 0, 0.5);
  }
.CityCard__image {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: 3s;
    transition: 3s;
    z-index: 1;
    overflow: hidden;
  }
.CityCard__title,
  .CityCard__description {
    position: relative;
    z-index: 3;
  }
.CityCard__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 22px;
    margin-bottom: 13px;
  }
@media only screen and (max-width: 767px) {
.CityCard__title {
      font-size: 17px;
      line-height: 22px;
      margin-bottom: 5px
  }
    }
.CityCard--with-attractions .CityCard__title {
    margin-bottom: 0;
  }
.CityCard__description {
    font-weight: normal;
    font-size: 17px;
    line-height: 20px;
  }
@media only screen and (max-width: 767px) {
.CityCard__description {
      font-size: 13px;
      line-height: 16px
  }
    }

:root {
  /* Design system colors */
  --tone-200: rgba(5, 5, 5, 0.06);
  --tone-300: rgba(0, 0, 0, 0.11);
  --tone-400: rgba(0, 0, 0, 0.28);
  --tone-500: rgba(0, 0, 0, 0.51);
  --tone-600: rgba(0, 0, 0, 0.65);
  --tone-700: rgba(0, 0, 0, 0.76);
  --tone-800: rgba(0, 0, 0, 0.86);
  --tone-900: rgba(0, 0, 0, 0.98);

  --absolute-100: #ffffff;
  --absolute-200: #f0f0f0;
  --absolute-300: #e3e3e3;
  --absolute-700: #3d3d3d;
  --absolute-800: #1f1f1f;
  --absolute-900: #050505;

  --aquamarine-500: rgba(1, 135, 144, 1);

  --red-100: rgba(228, 70, 86, 0.1);
  --red-500: rgba(211, 53, 69, 1);

  --blue-100: rgba(0, 122, 255, 0.1);
  --blue-400: rgba(0, 122, 255, 1);

  --text-secondary: rgba(0, 0, 0, 0.54);
  --text-disabled: rgba(0, 0, 0, 0.38);

  --white: white;
  --red: #ff3b2f;
  --light-red: #e44656;
  --transparent-red: rgba(228, 70, 86, 0.1);
  --light-footer-gray: #f1f1f1;
  --light-footer-bg-gray: #f8f8f8;
  --light-text-gray: rgba(0, 0, 0, 0.51);
  --text-black: rgba(0, 0, 0, 0.98);
  --text-black-title-popup: rgba(46, 46, 45, 1);
  --background-light-secondary: #f2f2f7;
  --popup-background: rgba(0, 0, 0, 0.28);
  --gray-border: rgba(0, 0, 0, 0.11);
  --gray-border-light: rgba(194, 194, 194, 0.5);
  --dark-gray: #333333;
  --light-gray: #d9d9d9;
  --medium-gray: #979797;
  --medium-dark-gray: #646464;
  --disabled-gray: #ebebeb;
  --disabled-dark-gray: #c2c2c2;
  --placeholder-gray: #f1f1f1;
  --white: white;
  --black: black;
  --light-black: rgba(61, 61, 61, 1);
  --main: #5648f8;
  --blue: rgba(0, 122, 255, 1);
  --link-blue: rgba(0, 106, 219, 1);
  --medium-main: #c1bbff;
  --light-main: #e7eafb;
  --accent: #22ccd8;
  --light-cookie-accent: rgba(233, 250, 251, 1);
  --light-accent: rgba(34, 204, 216, 0.2);
  --light-background-accent: rgba(144, 247, 254, 0.08);
  --lightest-accent: #b3eef2;
  --mts-red: #e30611;
  --yelow: #ff9f0a;
  --aquamarine: rgba(34, 204, 216, 0.1);

  /* New colors */
  --black-bg: var(--absolute-700);
  --black-hover: var(--absolute-800);

  /* Border-radius variants */
  --radius-sx: 4px;
  --radius-s: 8px;
  --radius-m: 16px;
  --radius-l: 24px;
  --radius-xl: 32px;

  /* Box-shadows */
  --shadow-xl: 0px 25px 59px rgba(0, 0, 0, 0.2);
  --shadow-m: 0px 16px 24px 0px rgba(0, 0, 0, 0.15);

  /**
   * Fonts using while preloading Lato
   * Or if preloading failed
   */
  --fonts: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell,
    "Open Sans", "Helvetica Neue", sans-serif;

  --font-family-main: Roboto;

  --font-size-heading-first: 30px;
  --font-size-heading-second: 22px;
  --font-size-heading-third: 18px;

  /**
   * Margin for the product card
   * Is using in the product grids and sliders
   */
  --product-margin: 8px;

  /**
   * Height of the `Header` component
   */
  --header-height: 84px;

  /**
   * Margins between content and page body
   * On desktop does not make sense because numeric value is unknown
   * 0 here on desktop to not to violate calculations
   */
  --wrapper-margin: 0;
  --wrapper-padding: 120px;

  /**
   * Cards spacings and width
   */

  --card-spacing: 16px;

  --card-width: 282px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
:root {
    --product-margin: 7.5px
}
  }
@media only screen and (max-width: 767px) {
:root {
    --product-margin: 5px
}
  }
@media only screen and (max-width: 767px) {
:root {
    --header-height: 54px
}
  }
@media only screen and (min-width: 768px) and (max-width: 991px),only screen and (max-width: 767px) {
:root {
    --wrapper-margin: 15px
}
  }
@media only screen and (min-width: 992px) {
:root {
    --card-spacing: 24px
}
  }
@media only screen and (min-width: 992px) {
:root {
    --card-width: calc((100% - (var(--card-spacing) * 2)) / 3)
}
  }
/* TODO: complete */
/* 1600 */
/* 1300 */
/* 992 */
/* 992 */
/* 768 */
/* 320 */
.ProductsSlider {
  --horizontal-padding: var(--wrapper-margin);
  grid-gap: 20px;
  gap: 20px;
}
.ProductsSlider .BrainhubCarousel__container {
    margin: 0 calc(8px * (-1));
    margin: 0 calc(var(--product-margin) * (-1));
  }
.ProductsSlider .BrainhubCarouselItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
.ProductsSlider .BrainhubCarouselItem > * {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      width: calc(100% - 2 * 8px);
      width: calc(100% - 2 * var(--product-margin));
      margin: 8px;
      margin: var(--product-margin);
    }
.ProductsSlider--flat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 var(--horizontal-padding) 15px !important;
    overflow-x: auto;
    overflow-y: hidden;
  }
.ProductsSlider--flat::after {
      content: "";
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 var(--horizontal-padding);
              flex: 0 0 var(--horizontal-padding);
    }
.ProductsSlider--flat .AttractionCard {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 250px;
              flex: 0 0 250px;
    }
.ProductsSlider--flat .AttractionCard--small {
        -ms-flex-preferred-size: 90px;
            flex-basis: 90px;
      }

:root {
  /* Design system colors */
  --tone-200: rgba(5, 5, 5, 0.06);
  --tone-300: rgba(0, 0, 0, 0.11);
  --tone-400: rgba(0, 0, 0, 0.28);
  --tone-500: rgba(0, 0, 0, 0.51);
  --tone-600: rgba(0, 0, 0, 0.65);
  --tone-700: rgba(0, 0, 0, 0.76);
  --tone-800: rgba(0, 0, 0, 0.86);
  --tone-900: rgba(0, 0, 0, 0.98);

  --absolute-100: #ffffff;
  --absolute-200: #f0f0f0;
  --absolute-300: #e3e3e3;
  --absolute-700: #3d3d3d;
  --absolute-800: #1f1f1f;
  --absolute-900: #050505;

  --aquamarine-500: rgba(1, 135, 144, 1);

  --red-100: rgba(228, 70, 86, 0.1);
  --red-500: rgba(211, 53, 69, 1);

  --blue-100: rgba(0, 122, 255, 0.1);
  --blue-400: rgba(0, 122, 255, 1);

  --text-secondary: rgba(0, 0, 0, 0.54);
  --text-disabled: rgba(0, 0, 0, 0.38);

  --white: white;
  --red: #ff3b2f;
  --light-red: #e44656;
  --transparent-red: rgba(228, 70, 86, 0.1);
  --light-footer-gray: #f1f1f1;
  --light-footer-bg-gray: #f8f8f8;
  --light-text-gray: rgba(0, 0, 0, 0.51);
  --text-black: rgba(0, 0, 0, 0.98);
  --text-black-title-popup: rgba(46, 46, 45, 1);
  --background-light-secondary: #f2f2f7;
  --popup-background: rgba(0, 0, 0, 0.28);
  --gray-border: rgba(0, 0, 0, 0.11);
  --gray-border-light: rgba(194, 194, 194, 0.5);
  --dark-gray: #333333;
  --light-gray: #d9d9d9;
  --medium-gray: #979797;
  --medium-dark-gray: #646464;
  --disabled-gray: #ebebeb;
  --disabled-dark-gray: #c2c2c2;
  --placeholder-gray: #f1f1f1;
  --white: white;
  --black: black;
  --light-black: rgba(61, 61, 61, 1);
  --main: #5648f8;
  --blue: rgba(0, 122, 255, 1);
  --link-blue: rgba(0, 106, 219, 1);
  --medium-main: #c1bbff;
  --light-main: #e7eafb;
  --accent: #22ccd8;
  --light-cookie-accent: rgba(233, 250, 251, 1);
  --light-accent: rgba(34, 204, 216, 0.2);
  --light-background-accent: rgba(144, 247, 254, 0.08);
  --lightest-accent: #b3eef2;
  --mts-red: #e30611;
  --yelow: #ff9f0a;
  --aquamarine: rgba(34, 204, 216, 0.1);

  /* New colors */
  --black-bg: var(--absolute-700);
  --black-hover: var(--absolute-800);

  /* Border-radius variants */
  --radius-sx: 4px;
  --radius-s: 8px;
  --radius-m: 16px;
  --radius-l: 24px;
  --radius-xl: 32px;

  /* Box-shadows */
  --shadow-xl: 0px 25px 59px rgba(0, 0, 0, 0.2);
  --shadow-m: 0px 16px 24px 0px rgba(0, 0, 0, 0.15);

  /**
   * Fonts using while preloading Lato
   * Or if preloading failed
   */
  --fonts: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell,
    "Open Sans", "Helvetica Neue", sans-serif;

  --font-family-main: Roboto;

  --font-size-heading-first: 30px;
  --font-size-heading-second: 22px;
  --font-size-heading-third: 18px;

  /**
   * Margin for the product card
   * Is using in the product grids and sliders
   */
  --product-margin: 8px;

  /**
   * Height of the `Header` component
   */
  --header-height: 84px;

  /**
   * Margins between content and page body
   * On desktop does not make sense because numeric value is unknown
   * 0 here on desktop to not to violate calculations
   */
  --wrapper-margin: 0;
  --wrapper-padding: 120px;

  /**
   * Cards spacings and width
   */

  --card-spacing: 16px;

  --card-width: 282px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
:root {
    --product-margin: 7.5px
}
  }
@media only screen and (max-width: 767px) {
:root {
    --product-margin: 5px
}
  }
@media only screen and (max-width: 767px) {
:root {
    --header-height: 54px
}
  }
@media only screen and (min-width: 768px) and (max-width: 991px),only screen and (max-width: 767px) {
:root {
    --wrapper-margin: 15px
}
  }
@media only screen and (min-width: 992px) {
:root {
    --card-spacing: 24px
}
  }
@media only screen and (min-width: 992px) {
:root {
    --card-width: calc((100% - (var(--card-spacing) * 2)) / 3)
}
  }
/* TODO: complete */
/* 1600 */
/* 1300 */
/* 992 */
/* 992 */
/* 768 */
/* 320 */
.ProductsSlider--withArrows {
  position: relative;
  width: auto;
  margin: 0 -20px;
  padding: 0 50px;
}
.ProductsSlider--withArrows .ProductsSlider__arrow {
      position: absolute;
      top: 50%;
      width: 40px;
      height: 40px;
      padding: 0;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      -webkit-transition: -webkit-box-shadow 0.3s ease;
      transition: -webkit-box-shadow 0.3s ease;
      transition: box-shadow 0.3s ease;
      transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
      z-index: 1;
    }
.ProductsSlider--withArrows .ProductsSlider__arrow path {
        -webkit-transition: -webkit-box-shadow 0.3s ease;
        transition: -webkit-box-shadow 0.3s ease;
        transition: box-shadow 0.3s ease;
        transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
      }
.ProductsSlider--withArrows .ProductsSlider__arrow_block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
      }
.ProductsSlider--withArrows .ProductsSlider__arrow:disabled {
        background: none;
        opacity: 0.3;
      }
@media (hover:hover) {
          .ProductsSlider--withArrows .ProductsSlider__arrow:hover path {
            stroke: #979797;
            stroke: var(--medium-gray);
          }
      }
.ProductsSlider--withArrows .ProductsSlider__arrow .Button__icon {
        margin: 0;
      }
.ProductsSlider--withArrows .ProductsSlider__arrow--left {
      left: 7px;
    }
.ProductsSlider--withArrows .ProductsSlider__arrow--left .Button__icon {
        -webkit-transform: translateX(-1px);
                transform: translateX(-1px);
      }
.ProductsSlider--withArrows .ProductsSlider__arrow--right {
      right: 7px;
    }
.ProductsSlider--withArrows .ProductsSlider__arrow--right .Button__icon {
        -webkit-transform: translateX(1px);
                transform: translateX(1px);
      }
.ProductsSlider--withArrows.ProductsSlider--flat {
    margin: 0;
  }
@media only screen and (max-width: 767px),only screen and (min-width: 768px) and (max-width: 991px) {
.ProductsSlider--withArrows.ProductsSlider--flat .ProductsSlider__arrow {
        display: none
    }
      }
@media only screen and (max-width: 767px) {
.ProductsSlider--withArrows.ProductsSlider--flat {
      padding: 0
  }
    }
.ProductsSlider--withArrows .BrainhubCarousel__container {
    width: calc(100% + 2 * 8px);
    width: calc(100% + 2 * var(--product-margin));
  }
.ProductsSlider--withArrows.ProductsSlider--arrowsMini {
  margin: 0;
  padding: 0;
}
.ProductsSlider--withArrows.ProductsSlider--arrowsMini .ProductsSlider__arrow--left {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        background: none;
        padding: 0;
      }
.ProductsSlider--withArrows.ProductsSlider--arrowsMini .ProductsSlider__arrow--right {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        background: none;
        padding: 0;
      }
.ProductsSlider--withArrows.ProductsSlider--simple {
  margin: 0;
}
.ProductsSlider--withArrows.ProductsSlider--simple .ProductsSlider__arrow {
      background: none;
    }
.ProductsSlider--withArrows.ProductsSlider--simple .ProductsSlider__arrow:disabled {
        opacity: 1;
      }
.ProductsSlider--withArrows.ProductsSlider--simple .ProductsSlider__arrow:disabled path {
          stroke: #ebebeb;
          stroke: var(--disabled-gray);
        }
.ProductsSlider--withArrows.ProductsSlider--simple .ProductsSlider__arrow path {
        stroke: #333333;
        stroke: var(--dark-gray);
        stroke-width: 1.5;
        -webkit-transition: stroke 0.3s ease;
        transition: stroke 0.3s ease;
      }
@media (hover:hover) {
        .ProductsSlider--withArrows.ProductsSlider--simple .ProductsSlider__arrow:hover {
          -webkit-box-shadow: unset;
                  box-shadow: unset;
        }

          .ProductsSlider--withArrows.ProductsSlider--simple .ProductsSlider__arrow:hover path {
            stroke: #979797;
            stroke: var(--medium-gray);
          }
      }
.ProductsSlider--withArrows.ProductsSlider--simple .ProductsSlider__arrow--left {
        left: 14px;
      }
.ProductsSlider--withArrows.ProductsSlider--simple .ProductsSlider__arrow--right {
        right: 14px;
      }
.ProductsSlider--withArrows.ProductsSlider--small {
  padding: 0 15px;
}
.ProductsSlider--withArrows.ProductsSlider--small .ProductsSlider__arrow {
      width: 16px;
      height: 16px;
    }
.ProductsSlider--withArrows.ProductsSlider--small .ProductsSlider__arrow path {
        stroke-width: 3;
      }
.ProductsSlider--withArrows.ProductsSlider--small .ProductsSlider__arrow--left {
        left: 0;
      }
.ProductsSlider--withArrows.ProductsSlider--small .ProductsSlider__arrow--right {
        right: 0;
      }

:root {
  /* Design system colors */
  --tone-200: rgba(5, 5, 5, 0.06);
  --tone-300: rgba(0, 0, 0, 0.11);
  --tone-400: rgba(0, 0, 0, 0.28);
  --tone-500: rgba(0, 0, 0, 0.51);
  --tone-600: rgba(0, 0, 0, 0.65);
  --tone-700: rgba(0, 0, 0, 0.76);
  --tone-800: rgba(0, 0, 0, 0.86);
  --tone-900: rgba(0, 0, 0, 0.98);

  --absolute-100: #ffffff;
  --absolute-200: #f0f0f0;
  --absolute-300: #e3e3e3;
  --absolute-700: #3d3d3d;
  --absolute-800: #1f1f1f;
  --absolute-900: #050505;

  --aquamarine-500: rgba(1, 135, 144, 1);

  --red-100: rgba(228, 70, 86, 0.1);
  --red-500: rgba(211, 53, 69, 1);

  --blue-100: rgba(0, 122, 255, 0.1);
  --blue-400: rgba(0, 122, 255, 1);

  --text-secondary: rgba(0, 0, 0, 0.54);
  --text-disabled: rgba(0, 0, 0, 0.38);

  --white: white;
  --red: #ff3b2f;
  --light-red: #e44656;
  --transparent-red: rgba(228, 70, 86, 0.1);
  --light-footer-gray: #f1f1f1;
  --light-footer-bg-gray: #f8f8f8;
  --light-text-gray: rgba(0, 0, 0, 0.51);
  --text-black: rgba(0, 0, 0, 0.98);
  --text-black-title-popup: rgba(46, 46, 45, 1);
  --background-light-secondary: #f2f2f7;
  --popup-background: rgba(0, 0, 0, 0.28);
  --gray-border: rgba(0, 0, 0, 0.11);
  --gray-border-light: rgba(194, 194, 194, 0.5);
  --dark-gray: #333333;
  --light-gray: #d9d9d9;
  --medium-gray: #979797;
  --medium-dark-gray: #646464;
  --disabled-gray: #ebebeb;
  --disabled-dark-gray: #c2c2c2;
  --placeholder-gray: #f1f1f1;
  --white: white;
  --black: black;
  --light-black: rgba(61, 61, 61, 1);
  --main: #5648f8;
  --blue: rgba(0, 122, 255, 1);
  --link-blue: rgba(0, 106, 219, 1);
  --medium-main: #c1bbff;
  --light-main: #e7eafb;
  --accent: #22ccd8;
  --light-cookie-accent: rgba(233, 250, 251, 1);
  --light-accent: rgba(34, 204, 216, 0.2);
  --light-background-accent: rgba(144, 247, 254, 0.08);
  --lightest-accent: #b3eef2;
  --mts-red: #e30611;
  --yelow: #ff9f0a;
  --aquamarine: rgba(34, 204, 216, 0.1);

  /* New colors */
  --black-bg: var(--absolute-700);
  --black-hover: var(--absolute-800);

  /* Border-radius variants */
  --radius-sx: 4px;
  --radius-s: 8px;
  --radius-m: 16px;
  --radius-l: 24px;
  --radius-xl: 32px;

  /* Box-shadows */
  --shadow-xl: 0px 25px 59px rgba(0, 0, 0, 0.2);
  --shadow-m: 0px 16px 24px 0px rgba(0, 0, 0, 0.15);

  /**
   * Fonts using while preloading Lato
   * Or if preloading failed
   */
  --fonts: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell,
    "Open Sans", "Helvetica Neue", sans-serif;

  --font-family-main: Roboto;

  --font-size-heading-first: 30px;
  --font-size-heading-second: 22px;
  --font-size-heading-third: 18px;

  /**
   * Margin for the product card
   * Is using in the product grids and sliders
   */
  --product-margin: 8px;

  /**
   * Height of the `Header` component
   */
  --header-height: 84px;

  /**
   * Margins between content and page body
   * On desktop does not make sense because numeric value is unknown
   * 0 here on desktop to not to violate calculations
   */
  --wrapper-margin: 0;
  --wrapper-padding: 120px;

  /**
   * Cards spacings and width
   */

  --card-spacing: 16px;

  --card-width: 282px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
:root {
    --product-margin: 7.5px
}
  }
@media only screen and (max-width: 767px) {
:root {
    --product-margin: 5px
}
  }
@media only screen and (max-width: 767px) {
:root {
    --header-height: 54px
}
  }
@media only screen and (min-width: 768px) and (max-width: 991px),only screen and (max-width: 767px) {
:root {
    --wrapper-margin: 15px
}
  }
@media only screen and (min-width: 992px) {
:root {
    --card-spacing: 24px
}
  }
@media only screen and (min-width: 992px) {
:root {
    --card-width: calc((100% - (var(--card-spacing) * 2)) / 3)
}
  }
/* TODO: complete */
/* 1600 */
/* 1300 */
/* 992 */
/* 992 */
/* 768 */
/* 320 */
.Cities .ProductsSlider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
.Cities .ProductsSlider:not(.ProductsSlider--flat) {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    }
.Cities .ProductsSlider--flat {
    width: calc(100% + 2 * 0);
    width: calc(100% + 2 * var(--wrapper-margin));
    margin: 0 calc(-1 * 0);
    margin: 0 calc(-1 * var(--wrapper-margin));
  }
.Cities__table .Cities__item {
    padding: 8px;
    padding: var(--product-margin);
  }
.Cities__item {
    width: calc(100% - 2 * 8px);
    width: calc(100% - 2 * var(--product-margin));
  }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.Cities__item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 250px;
              flex: 0 0 250px;
      padding: 0
  }
    }
@media only screen and (max-width: 767px) {
.Cities__item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 135px;
              flex: 0 0 135px;
      padding: 0
  }
    }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.Cities__item--wide {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 250px;
                flex: 0 0 250px;
        padding: 0
    }
      }
@media only screen and (max-width: 767px) {
.Cities__item--wide {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 250px;
                flex: 0 0 250px;
        padding: 0
    }
      }
.Cities__more {
    margin-top: 20px;
  }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.Cities__more {
      margin-top: 15px
  }
    }
@media only screen and (max-width: 767px) {
.Cities__more {
      margin-top: 10px
  }
    }

:root {
  /* Design system colors */
  --tone-200: rgba(5, 5, 5, 0.06);
  --tone-300: rgba(0, 0, 0, 0.11);
  --tone-400: rgba(0, 0, 0, 0.28);
  --tone-500: rgba(0, 0, 0, 0.51);
  --tone-600: rgba(0, 0, 0, 0.65);
  --tone-700: rgba(0, 0, 0, 0.76);
  --tone-800: rgba(0, 0, 0, 0.86);
  --tone-900: rgba(0, 0, 0, 0.98);

  --absolute-100: #ffffff;
  --absolute-200: #f0f0f0;
  --absolute-300: #e3e3e3;
  --absolute-700: #3d3d3d;
  --absolute-800: #1f1f1f;
  --absolute-900: #050505;

  --aquamarine-500: rgba(1, 135, 144, 1);

  --red-100: rgba(228, 70, 86, 0.1);
  --red-500: rgba(211, 53, 69, 1);

  --blue-100: rgba(0, 122, 255, 0.1);
  --blue-400: rgba(0, 122, 255, 1);

  --text-secondary: rgba(0, 0, 0, 0.54);
  --text-disabled: rgba(0, 0, 0, 0.38);

  --white: white;
  --red: #ff3b2f;
  --light-red: #e44656;
  --transparent-red: rgba(228, 70, 86, 0.1);
  --light-footer-gray: #f1f1f1;
  --light-footer-bg-gray: #f8f8f8;
  --light-text-gray: rgba(0, 0, 0, 0.51);
  --text-black: rgba(0, 0, 0, 0.98);
  --text-black-title-popup: rgba(46, 46, 45, 1);
  --background-light-secondary: #f2f2f7;
  --popup-background: rgba(0, 0, 0, 0.28);
  --gray-border: rgba(0, 0, 0, 0.11);
  --gray-border-light: rgba(194, 194, 194, 0.5);
  --dark-gray: #333333;
  --light-gray: #d9d9d9;
  --medium-gray: #979797;
  --medium-dark-gray: #646464;
  --disabled-gray: #ebebeb;
  --disabled-dark-gray: #c2c2c2;
  --placeholder-gray: #f1f1f1;
  --white: white;
  --black: black;
  --light-black: rgba(61, 61, 61, 1);
  --main: #5648f8;
  --blue: rgba(0, 122, 255, 1);
  --link-blue: rgba(0, 106, 219, 1);
  --medium-main: #c1bbff;
  --light-main: #e7eafb;
  --accent: #22ccd8;
  --light-cookie-accent: rgba(233, 250, 251, 1);
  --light-accent: rgba(34, 204, 216, 0.2);
  --light-background-accent: rgba(144, 247, 254, 0.08);
  --lightest-accent: #b3eef2;
  --mts-red: #e30611;
  --yelow: #ff9f0a;
  --aquamarine: rgba(34, 204, 216, 0.1);

  /* New colors */
  --black-bg: var(--absolute-700);
  --black-hover: var(--absolute-800);

  /* Border-radius variants */
  --radius-sx: 4px;
  --radius-s: 8px;
  --radius-m: 16px;
  --radius-l: 24px;
  --radius-xl: 32px;

  /* Box-shadows */
  --shadow-xl: 0px 25px 59px rgba(0, 0, 0, 0.2);
  --shadow-m: 0px 16px 24px 0px rgba(0, 0, 0, 0.15);

  /**
   * Fonts using while preloading Lato
   * Or if preloading failed
   */
  --fonts: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell,
    "Open Sans", "Helvetica Neue", sans-serif;

  --font-family-main: Roboto;

  --font-size-heading-first: 30px;
  --font-size-heading-second: 22px;
  --font-size-heading-third: 18px;

  /**
   * Margin for the product card
   * Is using in the product grids and sliders
   */
  --product-margin: 8px;

  /**
   * Height of the `Header` component
   */
  --header-height: 84px;

  /**
   * Margins between content and page body
   * On desktop does not make sense because numeric value is unknown
   * 0 here on desktop to not to violate calculations
   */
  --wrapper-margin: 0;
  --wrapper-padding: 120px;

  /**
   * Cards spacings and width
   */

  --card-spacing: 16px;

  --card-width: 282px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
:root {
    --product-margin: 7.5px
}
  }
@media only screen and (max-width: 767px) {
:root {
    --product-margin: 5px
}
  }
@media only screen and (max-width: 767px) {
:root {
    --header-height: 54px
}
  }
@media only screen and (min-width: 768px) and (max-width: 991px),only screen and (max-width: 767px) {
:root {
    --wrapper-margin: 15px
}
  }
@media only screen and (min-width: 992px) {
:root {
    --card-spacing: 24px
}
  }
@media only screen and (min-width: 992px) {
:root {
    --card-width: calc((100% - (var(--card-spacing) * 2)) / 3)
}
  }
/* TODO: complete */
/* 1600 */
/* 1300 */
/* 992 */
/* 992 */
/* 768 */
/* 320 */
.Bookings__head {
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-gap: 32px;
    gap: 32px;
    font-family: Roboto;
    font-family: var(--font-family-main);
  }
.Bookings__title {
    margin: 0;
    color: #333333;
    color: var(--dark-gray);
    font-weight: 500;
    font-size: 34px;
    line-height: 120%;
  }
@media only screen and (min-width: 992px) {
.Bookings__title {
      margin-top: 16px
  }
    }
@media only screen and (min-width: 768px) and (max-width: 991px),only screen and (max-width: 767px) {
.Bookings__title {
      font-size: 30px
  }
    }
.Bookings--empty .Bookings__description {
      width: 100%;
      margin-bottom: 0;
      text-align: center;
      display: grid;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-line-pack: baseline;
          align-content: baseline;
    }
@media only screen and (min-width: 992px) {
.Bookings--empty .Bookings__description {
        min-height: 300px
    }
      }
.Bookings--empty .Bookings__description:not(.Bookings__description--loading)::before {
        content: "";
        display: block;
        height: 200px;
        background: url(/static/media/banner.883f3fe1.svg) no-repeat;
        background-size: contain;
        background-position: center;
        margin-bottom: 25px;
      }
@media only screen and (min-width: 768px) and (max-width: 991px),only screen and (max-width: 767px) {
.Bookings--empty .Bookings__description:not(.Bookings__description--loading)::before {
          height: 84px;
          margin-bottom: 16px
      }
        }
.Bookings__description{

    font-size: 14px;
    line-height: 19.6px;
    font-weight: 400;
    color: #979797;
    color: var(--medium-gray);
}
@media only screen and (min-width: 768px) and (max-width: 991px),only screen and (max-width: 767px) {
.Bookings__description {
      font-size: 17px;
      line-height: 20px
  }
    }
@media only screen and (max-width: 767px) {
.Bookings__description {
      width: unset
  }
    }
.Bookings__description--subtitle {
      margin-top: -24px;
    }
.Bookings__description--loading, .Bookings--empty .Bookings__description--loading {
      -ms-flex-line-pack: center;
          align-content: center;
    }
.Bookings__description--loading .Spinner__label, .Bookings--empty .Bookings__description--loading .Spinner__label {
        font-family: Roboto;
        font-family: var(--font-family-main);
        font-size: 16px;
        font-weight: 600;
        line-height: 140%;
        letter-spacing: -0.16px;
        display: block;
        margin: 8px 0 0;
      }
.Bookings__products {
    display: grid;
    justify-items: center;
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 64px;
    grid-column-gap: 56px;
    margin-top: 16px;
  }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.Bookings__products {
      grid-template-columns: repeat(2, 1fr);
      grid-row-gap: 40px
  }
    }
@media only screen and (max-width: 767px) {
.Bookings__products {
      margin: 0;
      grid-template-columns: 1fr;
      grid-row-gap: 32px
  }
    }
.Bookings--empty .Bookings__content {
      margin-bottom: 47px;
    }
.Bookings__content{

    -ms-flex-item-align: center;

        align-self: center;
    margin-bottom: 70px;
    font-family: Roboto;
    font-family: var(--font-family-main);
    width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px),only screen and (max-width: 767px) {
.Bookings__content {
      margin-bottom: 30px
  }
    }
.Bookings__more {
    margin-top: 18px;
  }
@media only screen and (min-width: 768px) and (max-width: 991px),only screen and (max-width: 767px) {
.Bookings__more {
      margin-top: 9px;
      font-size: 20px;
      line-height: 24px
  }
    }
@media only screen and (max-width: 767px) {
.Bookings__more {
      width: 100%
  }
    }
@media only screen and (max-width: 767px) {
.Bookings__more .Link__arrow {
        -webkit-transform: translateX(7px) scale(0.8);
                transform: translateX(7px) scale(0.8)
    }
      }
.Bookings__page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-gap: 32px;
    gap: 32px;
  }
.Bookings .Breadcrumbs {
    font-size: 15px;
    line-height: 22px;
  }
@media only screen and (min-width: 768px) and (max-width: 991px),only screen and (max-width: 767px) {
.Bookings .Breadcrumbs {
      font-size: 13px;
      line-height: 22px
  }
    }


/*# sourceMappingURL=pages-Bookings.45f61f9b.chunk.css.map*/