@charset "UTF-8";
html {
  font-family: Montserrat, Arial, sans-serif !important;
  font-size: 12px !important; }

.flexible-body {
  display: flex;
  flex-direction: column; }

.main {
  display: flex;
  flex-grow: 1;
  font-style: normal;
  font-weight: normal;
  margin: 0 auto;
  flex-direction: column;
  width: 100%; }

.text-field {
  border: 1px solid rgba(31, 32, 65, 0.25);
  border-radius: 4px;
  height: 44px;
  max-width: 320px;
  width: 100%;
  font-family: inherit; }
  .text-field:hover {
    border: 1px solid rgba(31, 32, 65, 0.5); }
  .text-field:focus {
    border: 1px solid rgba(55, 57, 102, 0.5); }
  .text-field__input-wrapper {
    display: flex;
    flex-direction: row;
    position: relative; }
  .text-field__input-date, .text-field__input-date::placeholder {
    font-family: inherit;
    font-style: normal;
    font-weight: normal;
    font-size: 1.16rem;
    line-height: 2rem;
    color: rgba(31, 32, 65, 0.25); }
  .text-field label {
    white-space: nowrap;
    height: 15px;
    font-style: normal;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.25rem;
    text-transform: uppercase;
    color: #1f2041;
    margin-bottom: 5px; }
  .text-field input {
    font-style: normal;
    font-weight: normal;
    font-size: 1.16rem;
    line-height: 1.5rem;
    color: rgba(31, 32, 65, 0.75);
    width: 100%;
    height: 44px;
    border: none;
    box-sizing: border-box;
    background-color: transparent;
    padding: 13px 44px 13px 15px;
    outline: none; }
  .text-field input::placeholder {
    color: rgba(31, 32, 65, 0.25); }
  .text-field_focused {
    line-height: 24px;
    color: rgba(31, 32, 65, 0.75);
    background: transparent;
    border-color: rgba(31, 32, 65, 0.5); }
  .text-field_subscription {
    width: 267px;
    height: 44px;
    border: 1px solid rgba(31, 32, 65, 0.25);
    border-radius: 4px; }
  .text-field__arrow {
    width: 44px;
    height: 44px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-family: Material Icons;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 24px;
    cursor: pointer;
    position: absolute;
    right: 0;
    background: linear-gradient(180deg, #bc9cff 0%, #8ba4f9 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border: none; }

.switch {
  position: relative;
  display: block; }
  .switch__container {
    display: flex;
    flex-direction: row; }
  .switch__input {
    opacity: 0;
    width: 0;
    height: 0; }
  .switch__label {
    font-family: inherit;
    font-style: normal;
    font-weight: normal;
    font-size: 1.16rem;
    color: rgba(31, 32, 65, 0.75);
    height: 24px;
    display: inline-block;
    padding-top: 2px;
    margin-left: 50px;
    max-width: 210px;
    cursor: pointer; }
  .switch__slider-round {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 20px;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    border: 1px solid rgba(31, 32, 65, 0.25);
    box-sizing: border-box; }
  .switch__input:checked + .switch__slider-round {
    border: 1px solid #bc9cff; }
  .switch__input:checked + .switch__slider-round:before {
    -webkit-transform: translateX(19px);
    -ms-transform: translateX(19px);
    transform: translateX(19px);
    background: linear-gradient(180deg, #bc9cff 0%, #8ba4f9 100%); }
  .switch__slider-round {
    border-radius: 10px; }
  .switch__slider-round:before {
    position: absolute;
    content: '';
    height: 12px;
    width: 12px;
    left: 4px;
    bottom: 3px;
    background: rgba(31, 32, 65, 0.25);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 50%; }

.toggle {
  width: 260px; }
  .toggle .switch:first-child {
    margin-bottom: 10px; }

.button-radio {
  font-family: inherit;
  height: 24px;
  width: max-content; }
  .button-radio__input {
    display: none; }
  .button-radio__label {
    color: rgba(31, 32, 65, 0.5);
    cursor: pointer;
    display: inline-block;
    font-weight: normal;
    font-size: 14px;
    height: 18px;
    position: relative;
    padding-left: 30px;
    line-height: 24px; }
  .button-radio__label:before {
    background: #ffffff;
    border: 1px solid rgba(31, 32, 65, 0.25);
    box-sizing: border-box;
    border-radius: 10px;
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px; }
  .button-radio__label:after {
    content: '';
    border-radius: 50%;
    background: linear-gradient(180deg, #bc9cff 0%, #8ba4f9 100%);
    position: absolute;
    top: 6px;
    left: 4px;
    height: 12px;
    opacity: 0;
    width: 12px; }
  .button-radio__input:checked + .button-radio__label:after {
    opacity: 1; }
  .button-radio__input:checked + .button-radio__label {
    color: rgba(31, 32, 65, 0.75); }
  .button-radio__input:checked + .button-radio__label:before {
    background: #ffffff;
    border: 1px solid #bc9cff;
    box-sizing: border-box;
    border-radius: 10px; }

.button-radio {
  font-family: inherit;
  height: 24px;
  width: max-content; }
  .button-radio__input {
    display: none; }
  .button-radio__label {
    color: rgba(31, 32, 65, 0.5);
    cursor: pointer;
    display: inline-block;
    font-weight: normal;
    font-size: 14px;
    height: 18px;
    position: relative;
    padding-left: 30px;
    line-height: 24px; }
  .button-radio__label:before {
    background: #ffffff;
    border: 1px solid rgba(31, 32, 65, 0.25);
    box-sizing: border-box;
    border-radius: 10px;
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px; }
  .button-radio__label:after {
    content: '';
    border-radius: 50%;
    background: linear-gradient(180deg, #bc9cff 0%, #8ba4f9 100%);
    position: absolute;
    top: 6px;
    left: 4px;
    height: 12px;
    opacity: 0;
    width: 12px; }
  .button-radio__input:checked + .button-radio__label:after {
    opacity: 1; }
  .button-radio__input:checked + .button-radio__label {
    color: rgba(31, 32, 65, 0.75); }
  .button-radio__input:checked + .button-radio__label:before {
    background: #ffffff;
    border: 1px solid #bc9cff;
    box-sizing: border-box;
    border-radius: 10px; }

.button-rich {
  height: 51px;
  font-family: inherit;
  width: 266px;
  user-select: none; }
  .button-rich__checkbox-input {
    position: absolute;
    opacity: 0;
    margin-left: 10px;
    visibility: hidden;
    z-index: -1; }
  .button-rich__checkbox-header {
    cursor: pointer;
    color: rgba(31, 32, 65, 0.75);
    display: block;
    padding-left: 30px;
    position: relative;
    font-weight: bold;
    font-size: 1.16rem;
    height: 18px;
    line-height: 1.5rem;
    max-width: 236px;
    padding-top: 2px; }
  .button-rich__checkbox-text {
    cursor: pointer;
    color: rgba(31, 32, 65, 0.5);
    display: block;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.16rem;
    position: relative;
    height: 28px;
    margin-top: 8px;
    margin-left: 30px;
    white-space: break-spaces;
    width: 236px; }
  .button-rich__checkbox-header:before {
    background: #ffffff;
    border: 1px solid rgba(31, 32, 65, 0.25);
    box-sizing: border-box;
    border-radius: 4px;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px; }
  .button-rich__checkbox-input:checked + .button-rich__checkbox-header:before {
    background-image: url(images/checkbox.7f4d42a3ce6abcae3ff92c4183b5f975.svg);
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #bc9cff; }

.button-check {
  max-width: 222px;
  user-select: none; }
  .button-check__checkbox-input {
    cursor: pointer;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    z-index: -1; }
  .button-check__checkbox-text {
    color: rgba(31, 32, 65, 0.5);
    cursor: pointer;
    display: block;
    font-family: inherit;
    font-weight: normal;
    font-size: 1.166rem;
    line-height: 1.5rem;
    position: relative;
    padding-left: 30px;
    max-width: 192px; }
  .button-check__elem {
    display: block;
    margin-bottom: 10px;
    min-height: 20px;
    width: max-content; }
  .button-check__checkbox-text:before {
    background: #ffffff;
    border: 1px solid rgba(31, 32, 65, 0.25);
    box-sizing: border-box;
    border-radius: 4px;
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    height: 20px;
    width: 20px; }
  .button-check .button-check__checkbox-input:checked + .button-check__checkbox-text:before {
    background-image: url(images/checkbox.7f4d42a3ce6abcae3ff92c4183b5f975.svg);
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #bc9cff; }

.button-rate {
  background-color: transparent;
  border-radius: 0px;
  display: flex;
  flex-direction: row;
  height: 24px;
  width: 120px; }
  .button-rate input {
    display: none; }
  .button-rate__star {
    align-items: center;
    background: linear-gradient(180deg, #bc9cff 0%, #8ba4f9 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    cursor: pointer;
    display: block;
    font-size: 2rem;
    line-height: 1.66rem;
    height: 24px;
    text-align: center;
    width: 24px; }

.button-like {
  background: #ffffff;
  border: 1px solid rgba(31, 32, 65, 0.25);
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  height: 20px;
  white-space: nowrap;
  width: 40px;
  user-select: none; }
  .button-like__heart {
    align-items: center;
    color: rgba(31, 32, 65, 0.25);
    display: block;
    font-family: Material Icons;
    font-weight: normal;
    font-size: 0.83rem;
    height: 20px;
    text-align: center;
    line-height: 0.7rem;
    padding-top: 5px;
    width: 50%; }
  .button-like__number {
    align-items: center;
    color: rgba(31, 32, 65, 0.25);
    display: flex;
    font-weight: normal;
    font-size: 0.83rem;
    height: 100%;
    line-height: 1rem;
    text-align: center;
    width: 50%; }
  .button-like_is-liked {
    border: 1px solid #bc9cff; }

.button-like.button-like_is-liked .button-like__heart,
.button-like.button-like_is-liked .button-like__number {
  color: #bc9cff; }

.button-icon {
  font-family: inherit;
  font-style: normal;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  align-items: center;
  border-radius: 22px;
  background: linear-gradient(180deg, #bc9cff 0%, #8ba4f9 100%);
  color: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 44px;
  position: relative;
  max-width: 320px;
  width: 100%;
  padding: 0;
  border: none;
  cursor: pointer;
  padding-left: 44px; }
  .button-icon:hover {
    background: linear-gradient(180deg, rgba(188, 156, 255, 0.5) 0%, rgba(139, 164, 249, 0.5) 100%); }
  .button-icon__icon {
    align-items: center;
    color: #ffffff;
    display: flex;
    font-weight: normal;
    line-height: 24px;
    text-align: center;
    justify-content: center;
    height: 44px;
    width: 44px; }
  .button-icon__icon-label {
    overflow: hidden;
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; }

.button {
  border: none;
  border-radius: 22px;
  cursor: pointer;
  font-family: inherit;
  font-style: normal;
  height: 44px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  width: 99px;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  background: linear-gradient(180deg, #bc9cff 0%, #8ba4f9 100%);
  color: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center; }
  .button:hover {
    background: linear-gradient(180deg, rgba(188, 156, 255, 0.5) 0%, rgba(139, 164, 249, 0.5) 100%); }
  .button_color_white {
    position: relative; }
    .button_color_white::before {
      background: #ffffff;
      bottom: 2px;
      border-radius: inherit;
      content: '';
      left: 2px;
      padding: 2px;
      position: absolute;
      right: 2px;
      top: 2px;
      z-index: 1; }
    .button_color_white:hover {
      background: linear-gradient(180deg, rgba(188, 156, 255, 0.5) 0%, rgba(139, 164, 249, 0.5) 100%); }
    .button_color_white .button__label {
      color: #bc9cff;
      white-space: nowrap;
      position: relative;
      z-index: 2; }
  .button_color_transparent {
    border: none;
    background: none;
    height: 15px;
    padding: 0;
    width: max-content; }
    .button_color_transparent:hover {
      background: none; }
    .button_color_transparent .button__label:hover {
      color: rgba(31, 32, 65, 0.5); }
    .button_color_transparent .button__label {
      color: #bc9cff;
      white-space: nowrap;
      position: relative;
      z-index: 2; }
  .button_size_slim {
    width: 87px;
    height: 34px; }
  .button_size_wide {
    width: 196px;
    height: 34px; }

.heading {
  font-family: inherit;
  color: #1f2041;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0em; }
  .heading_level_h1 {
    font-size: 2rem;
    line-height: 2.44rem; }
  .heading_level_h2 {
    font-size: 1.58rem;
    line-height: 1.93rem; }
  .heading_level_h3 {
    font-size: 1rem;
    line-height: 1.25rem;
    text-transform: uppercase; }

.sign-up {
  max-width: 380px;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  min-height: 646px;
  padding: 40px 30px 30px 30px; }
  .sign-up__wrapper {
    margin: 0 auto;
    max-width: 320px;
    width: 100%; }
  .sign-up__text-wrapper {
    height: 98px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 10px; }
  .sign-up__header {
    color: #1f2041;
    font-style: normal;
    font-weight: 700;
    font-family: inherit; }
  .sign-up__header-reg {
    padding-bottom: 20px; }
  .sign-up__header-birthday, .sign-up__header-data {
    margin-bottom: 5px; }
  .sign-up__header-data {
    margin-top: 20px; }
  .sign-up__radio-button-wrapper {
    display: flex;
    flex-direction: row;
    margin-bottom: 19px;
    gap: 20px; }
  .sign-up__toggle {
    margin-bottom: 20px; }
  .sign-up__footer {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; }
  .sign-up__account {
    font-family: inherit;
    font-style: normal;
    font-weight: normal;
    font-size: 1.16rem;
    line-height: 1.5rem;
    color: #000000; }

@media (max-width: 380px) {
  .sign-up {
    padding: 40px 10px 30px 10px; } }

.search-number {
  max-width: 380px;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  min-height: 374px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  padding: 40px 30px 30px 30px; }
  .search-number__wrapper {
    margin: 0 auto;
    max-width: 320px;
    width: 100%; }
  .search-number__header {
    margin-bottom: 22px; }
  .search-number__dropdown-headers {
    display: flex;
    flex-direction: row; }
  .search-number_dropdown-header {
    margin-bottom: 5px;
    width: 150px;
    overflow: hidden; }
  .search-number_dropdown-header:first-child {
    margin-right: 20px; }
  .search-number_dropdown-header-guests {
    margin-top: 20px;
    margin-bottom: 5px;
    width: 150px;
    overflow: hidden; }
  .search-number__button {
    margin-top: 31px; }

@media (max-width: 380px) {
  .search-number {
    padding: 40px 10px 30px 10px; } }

.cards__left-column {
  padding-left: 140px; }
  .cards__left-column .search-number {
    margin-bottom: 40px; }

.text-field {
  border: 1px solid rgba(31, 32, 65, 0.25);
  border-radius: 4px;
  height: 44px;
  max-width: 320px;
  width: 100%;
  font-family: inherit; }
  .text-field:hover {
    border: 1px solid rgba(31, 32, 65, 0.5); }
  .text-field:focus {
    border: 1px solid rgba(55, 57, 102, 0.5); }
  .text-field__input-wrapper {
    display: flex;
    flex-direction: row;
    position: relative; }
  .text-field__input-date, .text-field__input-date::placeholder {
    font-family: inherit;
    font-style: normal;
    font-weight: normal;
    font-size: 1.16rem;
    line-height: 2rem;
    color: rgba(31, 32, 65, 0.25); }
  .text-field label {
    white-space: nowrap;
    height: 15px;
    font-style: normal;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.25rem;
    text-transform: uppercase;
    color: #1f2041;
    margin-bottom: 5px; }
  .text-field input {
    font-style: normal;
    font-weight: normal;
    font-size: 1.16rem;
    line-height: 1.5rem;
    color: rgba(31, 32, 65, 0.75);
    width: 100%;
    height: 44px;
    border: none;
    box-sizing: border-box;
    background-color: transparent;
    padding: 13px 44px 13px 15px;
    outline: none; }
  .text-field input::placeholder {
    color: rgba(31, 32, 65, 0.25); }
  .text-field_focused {
    line-height: 24px;
    color: rgba(31, 32, 65, 0.75);
    background: transparent;
    border-color: rgba(31, 32, 65, 0.5); }
  .text-field_subscription {
    width: 267px;
    height: 44px;
    border: 1px solid rgba(31, 32, 65, 0.25);
    border-radius: 4px; }
  .text-field__arrow {
    width: 44px;
    height: 44px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-family: Material Icons;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 24px;
    cursor: pointer;
    position: absolute;
    right: 0;
    background: linear-gradient(180deg, #bc9cff 0%, #8ba4f9 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border: none; }

.switch {
  position: relative;
  display: block; }
  .switch__container {
    display: flex;
    flex-direction: row; }
  .switch__input {
    opacity: 0;
    width: 0;
    height: 0; }
  .switch__label {
    font-family: inherit;
    font-style: normal;
    font-weight: normal;
    font-size: 1.16rem;
    color: rgba(31, 32, 65, 0.75);
    height: 24px;
    display: inline-block;
    padding-top: 2px;
    margin-left: 50px;
    max-width: 210px;
    cursor: pointer; }
  .switch__slider-round {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 20px;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    border: 1px solid rgba(31, 32, 65, 0.25);
    box-sizing: border-box; }
  .switch__input:checked + .switch__slider-round {
    border: 1px solid #bc9cff; }
  .switch__input:checked + .switch__slider-round:before {
    -webkit-transform: translateX(19px);
    -ms-transform: translateX(19px);
    transform: translateX(19px);
    background: linear-gradient(180deg, #bc9cff 0%, #8ba4f9 100%); }
  .switch__slider-round {
    border-radius: 10px; }
  .switch__slider-round:before {
    position: absolute;
    content: '';
    height: 12px;
    width: 12px;
    left: 4px;
    bottom: 3px;
    background: rgba(31, 32, 65, 0.25);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 50%; }

.heading {
  font-family: inherit;
  color: #1f2041;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0em; }
  .heading_level_h1 {
    font-size: 2rem;
    line-height: 2.44rem; }
  .heading_level_h2 {
    font-size: 1.58rem;
    line-height: 1.93rem; }
  .heading_level_h3 {
    font-size: 1rem;
    line-height: 1.25rem;
    text-transform: uppercase; }

.sign-in {
  max-width: 380px;
  width: 100%;
  min-height: 358px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  background: #ffffff;
  padding: 40px 30px 32px 30px; }
  .sign-in__wrapper {
    margin: 0 auto;
    max-width: 320px;
    width: 100%; }
  .sign-in__header {
    margin-bottom: 20px; }
  .sign-in__text-wrapper {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 98px; }
  .sign-in__footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px; }
  .sign-in__account {
    font-family: inherit;
    font-style: normal;
    font-weight: normal;
    font-size: 1.16rem;
    line-height: 1.5rem;
    color: #000000; }

@media (max-width: 380px) {
  .sign-in {
    padding: 40px 10px 32px 10px; } }

.button-radio {
  font-family: inherit;
  height: 24px;
  width: max-content; }
  .button-radio__input {
    display: none; }
  .button-radio__label {
    color: rgba(31, 32, 65, 0.5);
    cursor: pointer;
    display: inline-block;
    font-weight: normal;
    font-size: 14px;
    height: 18px;
    position: relative;
    padding-left: 30px;
    line-height: 24px; }
  .button-radio__label:before {
    background: #ffffff;
    border: 1px solid rgba(31, 32, 65, 0.25);
    box-sizing: border-box;
    border-radius: 10px;
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px; }
  .button-radio__label:after {
    content: '';
    border-radius: 50%;
    background: linear-gradient(180deg, #bc9cff 0%, #8ba4f9 100%);
    position: absolute;
    top: 6px;
    left: 4px;
    height: 12px;
    opacity: 0;
    width: 12px; }
  .button-radio__input:checked + .button-radio__label:after {
    opacity: 1; }
  .button-radio__input:checked + .button-radio__label {
    color: rgba(31, 32, 65, 0.75); }
  .button-radio__input:checked + .button-radio__label:before {
    background: #ffffff;
    border: 1px solid #bc9cff;
    box-sizing: border-box;
    border-radius: 10px; }

.button-rich {
  height: 51px;
  font-family: inherit;
  width: 266px;
  user-select: none; }
  .button-rich__checkbox-input {
    position: absolute;
    opacity: 0;
    margin-left: 10px;
    visibility: hidden;
    z-index: -1; }
  .button-rich__checkbox-header {
    cursor: pointer;
    color: rgba(31, 32, 65, 0.75);
    display: block;
    padding-left: 30px;
    position: relative;
    font-weight: bold;
    font-size: 1.16rem;
    height: 18px;
    line-height: 1.5rem;
    max-width: 236px;
    padding-top: 2px; }
  .button-rich__checkbox-text {
    cursor: pointer;
    color: rgba(31, 32, 65, 0.5);
    display: block;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.16rem;
    position: relative;
    height: 28px;
    margin-top: 8px;
    margin-left: 30px;
    white-space: break-spaces;
    width: 236px; }
  .button-rich__checkbox-header:before {
    background: #ffffff;
    border: 1px solid rgba(31, 32, 65, 0.25);
    box-sizing: border-box;
    border-radius: 4px;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px; }
  .button-rich__checkbox-input:checked + .button-rich__checkbox-header:before {
    background-image: url(images/checkbox.7f4d42a3ce6abcae3ff92c4183b5f975.svg);
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #bc9cff; }

.button-check {
  max-width: 222px;
  user-select: none; }
  .button-check__checkbox-input {
    cursor: pointer;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    z-index: -1; }
  .button-check__checkbox-text {
    color: rgba(31, 32, 65, 0.5);
    cursor: pointer;
    display: block;
    font-family: inherit;
    font-weight: normal;
    font-size: 1.166rem;
    line-height: 1.5rem;
    position: relative;
    padding-left: 30px;
    max-width: 192px; }
  .button-check__elem {
    display: block;
    margin-bottom: 10px;
    min-height: 20px;
    width: max-content; }
  .button-check__checkbox-text:before {
    background: #ffffff;
    border: 1px solid rgba(31, 32, 65, 0.25);
    box-sizing: border-box;
    border-radius: 4px;
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    height: 20px;
    width: 20px; }
  .button-check .button-check__checkbox-input:checked + .button-check__checkbox-text:before {
    background-image: url(images/checkbox.7f4d42a3ce6abcae3ff92c4183b5f975.svg);
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #bc9cff; }

.button-rate {
  background-color: transparent;
  border-radius: 0px;
  display: flex;
  flex-direction: row;
  height: 24px;
  width: 120px; }
  .button-rate input {
    display: none; }
  .button-rate__star {
    align-items: center;
    background: linear-gradient(180deg, #bc9cff 0%, #8ba4f9 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    cursor: pointer;
    display: block;
    font-size: 2rem;
    line-height: 1.66rem;
    height: 24px;
    text-align: center;
    width: 24px; }

.button-like {
  background: #ffffff;
  border: 1px solid rgba(31, 32, 65, 0.25);
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  height: 20px;
  white-space: nowrap;
  width: 40px;
  user-select: none; }
  .button-like__heart {
    align-items: center;
    color: rgba(31, 32, 65, 0.25);
    display: block;
    font-family: Material Icons;
    font-weight: normal;
    font-size: 0.83rem;
    height: 20px;
    text-align: center;
    line-height: 0.7rem;
    padding-top: 5px;
    width: 50%; }
  .button-like__number {
    align-items: center;
    color: rgba(31, 32, 65, 0.25);
    display: flex;
    font-weight: normal;
    font-size: 0.83rem;
    height: 100%;
    line-height: 1rem;
    text-align: center;
    width: 50%; }
  .button-like_is-liked {
    border: 1px solid #bc9cff; }

.button-like.button-like_is-liked .button-like__heart,
.button-like.button-like_is-liked .button-like__number {
  color: #bc9cff; }

.button-icon {
  font-family: inherit;
  font-style: normal;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  align-items: center;
  border-radius: 22px;
  background: linear-gradient(180deg, #bc9cff 0%, #8ba4f9 100%);
  color: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 44px;
  position: relative;
  max-width: 320px;
  width: 100%;
  padding: 0;
  border: none;
  cursor: pointer;
  padding-left: 44px; }
  .button-icon:hover {
    background: linear-gradient(180deg, rgba(188, 156, 255, 0.5) 0%, rgba(139, 164, 249, 0.5) 100%); }
  .button-icon__icon {
    align-items: center;
    color: #ffffff;
    display: flex;
    font-weight: normal;
    line-height: 24px;
    text-align: center;
    justify-content: center;
    height: 44px;
    width: 44px; }
  .button-icon__icon-label {
    overflow: hidden;
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; }

.button {
  border: none;
  border-radius: 22px;
  cursor: pointer;
  font-family: inherit;
  font-style: normal;
  height: 44px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  width: 99px;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  background: linear-gradient(180deg, #bc9cff 0%, #8ba4f9 100%);
  color: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center; }
  .button:hover {
    background: linear-gradient(180deg, rgba(188, 156, 255, 0.5) 0%, rgba(139, 164, 249, 0.5) 100%); }
  .button_color_white {
    position: relative; }
    .button_color_white::before {
      background: #ffffff;
      bottom: 2px;
      border-radius: inherit;
      content: '';
      left: 2px;
      padding: 2px;
      position: absolute;
      right: 2px;
      top: 2px;
      z-index: 1; }
    .button_color_white:hover {
      background: linear-gradient(180deg, rgba(188, 156, 255, 0.5) 0%, rgba(139, 164, 249, 0.5) 100%); }
    .button_color_white .button__label {
      color: #bc9cff;
      white-space: nowrap;
      position: relative;
      z-index: 2; }
  .button_color_transparent {
    border: none;
    background: none;
    height: 15px;
    padding: 0;
    width: max-content; }
    .button_color_transparent:hover {
      background: none; }
    .button_color_transparent .button__label:hover {
      color: rgba(31, 32, 65, 0.5); }
    .button_color_transparent .button__label {
      color: #bc9cff;
      white-space: nowrap;
      position: relative;
      z-index: 2; }
  .button_size_slim {
    width: 87px;
    height: 34px; }
  .button_size_wide {
    width: 196px;
    height: 34px; }

.dropdown-counter {
  font-family: inherit;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 30px;
  margin: 6px 7px 7px 15px;
  user-select: none; }
  .dropdown-counter__header {
    overflow: hidden;
    margin-bottom: 3px;
    max-width: 152px; }
  .dropdown-counter__container {
    max-width: 92px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; }

.container-dropdown__decrease, .container-dropdown__increase {
  border-radius: 22px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row; }

.container-dropdown__decrease {
  border: 1px solid rgba(31, 32, 65, 0.25);
  color: rgba(31, 32, 65, 0.25); }

.container-dropdown__increase {
  border: 1px solid rgba(31, 32, 65, 0.5);
  color: rgba(31, 32, 65, 0.5);
  cursor: pointer; }

.container-dropdown__decrease_dark {
  border: 1px solid rgba(31, 32, 65, 0.5);
  color: rgba(31, 32, 65, 0.5);
  cursor: pointer; }

.dropdown_filter {
  width: 266px;
  border: 1px solid rgba(31, 32, 65, 0.25);
  border-radius: 4px; }

.dropdown_filter-date .dropdown__input-wrapper {
  width: 150px; }

.dropdown_date,
.dropdown_filter-date {
  width: 150px; }

.dropdown_filter-date {
  display: flex;
  flex-direction: row;
  max-width: 320px;
  width: 100%;
  min-width: 300px;
  justify-content: space-between; }

.dropdown_date .dropdown__input,
.dropdown_filter-date .dropdown__input {
  width: 106px; }

.dropdown_filter-date .dropdown__input-wrapper {
  width: 150px;
  border: 1px solid rgba(31, 32, 65, 0.25);
  border-radius: 4px; }

.dropdown_filter .dropdown__input {
  width: 150px; }

.dropdown_filter {
  width: 266px; }

.datepicker--day-name {
  font-family: inherit;
  font-style: normal;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.25rem;
  display: flex;
  align-items: center;
  text-align: center;
  color: #bc9cff;
  height: 40px;
  width: 40px; }

.datepicker--cell-day {
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.25rem;
  display: flex;
  align-items: center;
  text-align: center;
  color: rgba(31, 32, 65, 0.5);
  width: 14.28571%;
  height: 40px; }

.-other-month- {
  font-family: Montserrat, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.25rem;
  display: flex;
  align-items: center;
  text-align: center;
  color: rgba(31, 32, 65, 0.25); }

.datepicker--cell.-selected-,
.datepicker--cell.-selected-.-weekend- {
  color: #ffffff;
  background: linear-gradient(180deg, #6fcf97 0%, #66d2ea 100%);
  border-radius: 50%; }

.datepicker--cell.-focus- {
  border-radius: 50%; }

.datepicker--cell.-current- {
  color: rgba(31, 32, 65, 0.5); }

.datepicker {
  background: #ffffff;
  font-family: inherit;
  border: 1px solid rgba(31, 32, 65, 0.25);
  box-sizing: border-box;
  box-shadow: 0 10px 20px rgba(31, 32, 65, 0.05);
  border-radius: 4px;
  width: 320px; }
  .datepicker--content {
    padding: 0;
    width: 280px;
    margin: 0 19.94px 20.44px 20.94px; }
  .datepicker--nav-action {
    font-family: Material Icons;
    font-style: normal;
    font-weight: normal;
    font-size: 2rem;
    line-height: 1.66rem;
    display: flex;
    align-items: center;
    text-align: center;
    width: 24px;
    height: 24px;
    color: #bc9cff;
    margin: 0 17px; }
  .datepicker--nav {
    border-bottom: none;
    margin-top: 15px; }
  .datepicker--nav-title {
    font-family: inherit;
    font-style: normal;
    font-weight: bold;
    font-size: 1.58rem;
    line-height: 2rem;
    text-align: center;
    color: #1f2041; }
  .datepicker--nav-title i {
    color: #1f2041; }
  .datepicker--buttons {
    border-top: none;
    display: flex;
    justify-content: space-between;
    height: 32px;
    padding: 0; }
  .datepicker--button {
    cursor: pointer;
    background: none;
    border: none;
    text-transform: uppercase;
    font-style: normal;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.25rem;
    font-family: inherit;
    padding: 0;
    height: 15px; }
  .datepicker--buttons button:first-child {
    padding-left: 20px; }
  .datepicker--buttons button:nth-child(2) {
    padding-right: 20px;
    padding-left: 110px; }
  .datepicker--button {
    display: block;
    color: #bc9cff; }
  .datepicker--button:hover {
    color: rgba(31, 32, 65, 0.5); }
  .datepicker--pointer {
    display: none; }

.datepicker--cell.-range-from-,
.datepicker--cell.-range-to-,
.datepicker--cell.-selected-.-range-to- {
  background: #bc9cff;
  opacity: 1; }

.datepicker--cell.-focus- {
  border-radius: 50%; }

.datepicker--cell.-range-from-.-focus- {
  background: linear-gradient(180deg, #6fcf97 0%, #66d2ea 100%);
  opacity: 1; }

.datepicker--cell.-range-from-.-selected-::after {
  content: '';
  width: 20px;
  height: 40px;
  position: absolute;
  top: 0px;
  left: 20px;
  background: #bc9cff;
  opacity: 0.25; }

.datepicker--cell.-range-from-.-selected-.-focus-::after {
  content: '';
  width: 0px;
  height: 40px; }

.datepicker--cell.-range-to-.-focus-::before {
  content: "";
  width: 20px;
  height: 40px;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #bc9cff;
  opacity: 0.25; }

.datepicker--cell.-in-range-::before {
  content: '';
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #bc9cff;
  opacity: 0.25; }

.datepicker--cell.-selected-.-range-to-::before {
  content: '';
  width: 20px;
  height: 40px;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #bc9cff;
  opacity: 0.25; }

.datepicker--days-names {
  margin-top: 27px;
  margin-bottom: 0px; }

.dropdown {
  position: relative;
  font-family: inherit;
  line-height: 14.63px;
  height: 44px;
  background: #ffffff;
  box-sizing: border-box; }
  .dropdown_buttons {
    max-width: 320px;
    width: 100%;
    border: 1px solid rgba(31, 32, 65, 0.25);
    border-radius: 4px;
    left: -1px; }
  .dropdown_common {
    max-width: 266px;
    width: 100%;
    border: 1px solid rgba(31, 32, 65, 0.25);
    border-radius: 4px 4px 0 0; }
  .dropdown_common.dropdown_is-opened {
    border: 1px solid rgba(31, 32, 65, 0.5); }
  .dropdown_buttons.dropdown_is-opened {
    border: 1px solid rgba(31, 32, 65, 0.5);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .dropdown__input-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    height: 100%;
    cursor: pointer; }
  .dropdown__input {
    border: none;
    outline: none;
    -webkit-appearance: none;
    height: 24px;
    padding-left: 15px;
    margin-top: 8px;
    font-family: inherit;
    font-style: normal;
    font-weight: normal;
    font-size: 1.16rem;
    line-height: 2rem;
    cursor: pointer;
    background: transparent; }
  .dropdown_buttons .dropdown__input {
    width: 180px;
    overflow: hidden; }
  .dropdown__input::placeholder {
    font-family: inherit;
    font-style: normal;
    font-weight: normal;
    font-size: 1.16rem;
    line-height: 2rem;
    height: 18px;
    color: rgba(31, 32, 65, 0.75); }
  .dropdown__arrow {
    width: 44px;
    height: 44px;
    font-family: Material Icons;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: rgba(31, 32, 65, 0.5);
    position: absolute;
    right: 0;
    top: 0;
    user-select: none; }
  .dropdown__body {
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    display: none;
    position: absolute;
    z-index: 3;
    left: -1px;
    right: -1px;
    background: #ffffff;
    border: 1px solid rgba(31, 32, 65, 0.5);
    box-sizing: border-box;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 10px 20px rgba(31, 32, 65, 0.05); }
  .dropdown_is-opened {
    display: block; }
  .dropdown__body-buttons {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: #bc9cff;
    margin: 20px 7px 12px 14px; }
  .dropdown .buttons-dropdown_hidden {
    visibility: hidden;
    cursor: none; }

.heading {
  font-family: inherit;
  color: #1f2041;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0em; }
  .heading_level_h1 {
    font-size: 2rem;
    line-height: 2.44rem; }
  .heading_level_h2 {
    font-size: 1.58rem;
    line-height: 1.93rem; }
  .heading_level_h3 {
    font-size: 1rem;
    line-height: 1.25rem;
    text-transform: uppercase; }

.room-price {
  border: 1px solid rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  max-width: 380px;
  width: 100%;
  min-height: 511px;
  background: #ffffff;
  font-style: normal;
  padding: 40px 30px 30px 30px; }
  .room-price__wrapper {
    margin: 0 auto;
    max-width: 320px;
    width: 100%; }
  .room-price__room-specifications, .room-price__room-specifications {
    margin-bottom: 20px;
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 13px; }
  .room-price__number {
    font-family: Montserrat, Arial, sans-serif;
    display: flex;
    flex-direction: row;
    text-align: center;
    width: 69px;
    height: 33px;
    margin-right: 5px;
    font-weight: bold;
    white-space: pre;
    margin-top: 3px; }
  .room-price__number span:first-child {
    font-size: 1.16rem;
    line-height: 1.42rem; }
  .room-price__number span:nth-child(2) {
    font-size: 1.92rem;
    line-height: 1.92rem; }
  .room-price__type {
    font-family: Montserrat, Arial, sans-serif;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.25rem;
    text-transform: uppercase;
    color: #bc9cff; }
  .room-price__price {
    margin-left: auto;
    width: 100px;
    font-family: Montserrat, Arial, sans-serif;
    font-weight: bold;
    font-size: 1.16rem;
    line-height: 1.5rem;
    color: rgba(31, 32, 65, 0.5);
    white-space: pre; }
  .room-price__price span:nth-child(2) {
    font-weight: normal;
    font-size: 1rem; }
  .room-price__header {
    margin-bottom: 6px; }
  .room-price__dropdown-date-header {
    display: flex;
    flex-direction: row; }
  .room-price__dropdown-header {
    width: 150px; }
  .room-price__dropdown-header:first-child {
    margin-right: 20px; }
  .room-price__dropdown-guests {
    margin-bottom: 17px;
    margin-top: 20px; }
  .room-price__start-price, .room-price__service-fee, .room-price__service-extra-fee, .room-price__total-price {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-weight: normal;
    font-style: normal;
    font-family: inherit;
    font-size: 1.16rem;
    line-height: 2rem;
    color: rgba(31, 32, 65, 0.75); }
  .room-price__start-price div:first-child,
  .room-price__service-fee div:first-child,
  .room-price__service-extra-fee div:first-child {
    width: 239px; }
  .room-price__service-extra-fee div:first-child {
    line-height: 18px;
    height: 36px; }
  .room-price__start-price {
    margin-bottom: 10px; }
  .room-price__service-fee {
    margin-bottom: 12px; }
  .room-price__service-extra-fee {
    margin-bottom: 30px; }
  .room-price__total-price {
    margin-bottom: 20px;
    display: flex;
    flex-direction: row; }
  .room-price__total-price-delimeter {
    border-bottom: 1px dashed rgba(31, 32, 65, 0.25);
    flex: 1 1 auto;
    align-self: flex-end;
    height: 1px;
    margin-bottom: 5px; }
  .room-price__total-price-number {
    font-family: inherit;
    font-size: 1.58rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.92rem;
    letter-spacing: 0em;
    text-align: right;
    color: #1f2041;
    min-width: 77px; }
  .room-price__extra-info {
    width: 20px;
    height: 20px;
    border: 1px solid rgba(31, 32, 65, 0.25);
    color: rgba(31, 32, 65, 0.25);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 5px; }
  .room-price__service-fee div:first-child,
  .room-price__service-extra-fee div:first-child {
    display: flex;
    flex-direction: row; }

@media (max-width: 380px) {
  .room-price {
    padding: 40px 10px 30px 10px; } }

.cards__central-column {
  padding-left: 40px; }
  .cards__central-column .room-price {
    margin-bottom: 40px; }

.button-rate {
  background-color: transparent;
  border-radius: 0px;
  display: flex;
  flex-direction: row;
  height: 24px;
  width: 120px; }
  .button-rate input {
    display: none; }
  .button-rate__star {
    align-items: center;
    background: linear-gradient(180deg, #bc9cff 0%, #8ba4f9 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    cursor: pointer;
    display: block;
    font-size: 2rem;
    line-height: 1.66rem;
    height: 24px;
    text-align: center;
    width: 24px; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: require("@/components/room-card/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: 'slick';
  src: require("@/components/room-card/fonts/slick.woff");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.room-card {
  width: 270px;
  height: 257px;
  background: #ffffff;
  box-shadow: 0px 10px 20px rgba(31, 32, 65, 0.05);
  border-radius: 4px;
  font-family: inherit;
  font-style: normal;
  position: relative; }
  .room-card__slider {
    height: 151px;
    margin-bottom: 0px !important;
    cursor: pointer; }
  .room-card__slider-dots {
    display: flex;
    position: absolute;
    bottom: 15px;
    left: 212px; }
  .room-card__slider img {
    border-radius: 4px 4px 0 0;
    position: relative; }
  .room-card__slider-dots li button {
    width: 7px;
    height: 7px;
    padding: 0px;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #ffffff;
    font-size: 0;
    margin-right: 5px;
    background: transparent;
    filter: drop-shadow(0px 5px 5px rgba(31, 32, 65, 0.3)); }
  .room-card__slider-dots li.slick-active button {
    background: #ffffff;
    box-shadow: 0px 5px 5px rgba(31, 32, 65, 0.3); }
  .room-card__arrow {
    position: absolute;
    cursor: pointer;
    font-family: Material Icons;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: 0em;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background-color: transparent;
    border: none;
    z-index: 9;
    opacity: 0; }
  .room-card__arrow-left {
    transform: rotate(90deg);
    left: -55px;
    height: 42px;
    width: 151px;
    top: 55px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 99.99%, rgba(255, 255, 255, 0) 100%); }
  .room-card__arrow-right {
    transform: rotate(-90deg);
    right: -55px;
    width: 151px;
    top: 55px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 99.99%, rgba(255, 255, 255, 0) 100%);
    height: 42px; }
  .room-card__slider:hover .room-card__arrow {
    opacity: 1;
    transition-duration: 500ms; }
  .room-card__room-specifications, .room-card__bottom-line {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
  .room-card__bottom-line {
    margin-top: 10px; }
  .room-card__delimeter {
    width: 230px;
    height: 1px;
    background: rgba(31, 32, 65, 0.1);
    margin-left: 20px;
    margin-top: 7px; }
  .room-card__room-number {
    width: 59px;
    height: 24px;
    font-family: Montserrat, Arial, sans-serif;
    font-weight: bold;
    font-size: 1.16rem;
    line-height: 1.42rem;
    color: #1f2041;
    margin: 24px 1px 0 20px;
    display: flex;
    flex-direction: row;
    white-space: pre; }
  .room-card__room-number span:nth-child(2) {
    font-size: 16px; }
  .room-card__price {
    width: 100px;
    height: 20px;
    font-size: 1.16rem;
    line-height: 1.5rem;
    color: rgba(31, 32, 65, 0.5);
    white-space: nowrap;
    margin-right: 16px;
    margin-top: 24px;
    text-align: center; }
  .room-card__price span:first-child {
    font-weight: bold;
    font-size: 1.16rem; }
  .room-card__price span:nth-child(2) {
    font-size: 1rem; }
  .room-card__type {
    width: 41px;
    height: 15px;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.25rem;
    text-transform: uppercase;
    color: #bc9cff;
    margin-right: 32px;
    margin-top: 28px; }
  .room-card__rate {
    margin-left: 20px; }
  .room-card__comment {
    font-size: 1.16rem;
    line-height: 1.5rem;
    text-align: right;
    color: rgba(31, 32, 65, 0.5);
    margin-right: 20px;
    margin-top: 2px; }
  .room-card__comment span:first-child {
    font-weight: bold; }

.cards__right-column {
  padding-left: 40px; }
  .cards__right-column .cards__datepicker {
    margin-bottom: 40px; }
  .cards__right-column .room-card {
    margin-bottom: 40px; }

.cards {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%; }
  .cards__left-column {
    grid-area: left; }
  .cards__central-column {
    grid-area: central; }
  .cards__right-column {
    grid-area: right; }
  .cards__wrapper {
    width: 1440px;
    padding-bottom: 140px;
    background-color: white;
    display: grid;
    grid-template-areas: "header header header" "left central right";
    grid-template-columns: 520px 420px 360px;
    grid-template-rows: 158px 1fr; }
    .cards__wrapper .header {
      grid-area: header; }

.dropdown-counter {
  font-family: inherit;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 30px;
  margin: 6px 7px 7px 15px;
  user-select: none; }
  .dropdown-counter__header {
    overflow: hidden;
    margin-bottom: 3px;
    max-width: 152px; }
  .dropdown-counter__container {
    max-width: 92px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; }

.container-dropdown__decrease, .container-dropdown__increase {
  border-radius: 22px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row; }

.container-dropdown__decrease {
  border: 1px solid rgba(31, 32, 65, 0.25);
  color: rgba(31, 32, 65, 0.25); }

.container-dropdown__increase {
  border: 1px solid rgba(31, 32, 65, 0.5);
  color: rgba(31, 32, 65, 0.5);
  cursor: pointer; }

.container-dropdown__decrease_dark {
  border: 1px solid rgba(31, 32, 65, 0.5);
  color: rgba(31, 32, 65, 0.5);
  cursor: pointer; }

.dropdown_filter {
  width: 266px;
  border: 1px solid rgba(31, 32, 65, 0.25);
  border-radius: 4px; }

.dropdown_filter-date .dropdown__input-wrapper {
  width: 150px; }

.dropdown_date,
.dropdown_filter-date {
  width: 150px; }

.dropdown_filter-date {
  display: flex;
  flex-direction: row;
  max-width: 320px;
  width: 100%;
  min-width: 300px;
  justify-content: space-between; }

.dropdown_date .dropdown__input,
.dropdown_filter-date .dropdown__input {
  width: 106px; }

.dropdown_filter-date .dropdown__input-wrapper {
  width: 150px;
  border: 1px solid rgba(31, 32, 65, 0.25);
  border-radius: 4px; }

.dropdown_filter .dropdown__input {
  width: 150px; }

.dropdown_filter {
  width: 266px; }

.datepicker--day-name {
  font-family: inherit;
  font-style: normal;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.25rem;
  display: flex;
  align-items: center;
  text-align: center;
  color: #bc9cff;
  height: 40px;
  width: 40px; }

.datepicker--cell-day {
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.25rem;
  display: flex;
  align-items: center;
  text-align: center;
  color: rgba(31, 32, 65, 0.5);
  width: 14.28571%;
  height: 40px; }

.-other-month- {
  font-family: Montserrat, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.25rem;
  display: flex;
  align-items: center;
  text-align: center;
  color: rgba(31, 32, 65, 0.25); }

.datepicker--cell.-selected-,
.datepicker--cell.-selected-.-weekend- {
  color: #ffffff;
  background: linear-gradient(180deg, #6fcf97 0%, #66d2ea 100%);
  border-radius: 50%; }

.datepicker--cell.-focus- {
  border-radius: 50%; }

.datepicker--cell.-current- {
  color: rgba(31, 32, 65, 0.5); }

.datepicker {
  background: #ffffff;
  font-family: inherit;
  border: 1px solid rgba(31, 32, 65, 0.25);
  box-sizing: border-box;
  box-shadow: 0 10px 20px rgba(31, 32, 65, 0.05);
  border-radius: 4px;
  width: 320px; }
  .datepicker--content {
    padding: 0;
    width: 280px;
    margin: 0 19.94px 20.44px 20.94px; }
  .datepicker--nav-action {
    font-family: Material Icons;
    font-style: normal;
    font-weight: normal;
    font-size: 2rem;
    line-height: 1.66rem;
    display: flex;
    align-items: center;
    text-align: center;
    width: 24px;
    height: 24px;
    color: #bc9cff;
    margin: 0 17px; }
  .datepicker--nav {
    border-bottom: none;
    margin-top: 15px; }
  .datepicker--nav-title {
    font-family: inherit;
    font-style: normal;
    font-weight: bold;
    font-size: 1.58rem;
    line-height: 2rem;
    text-align: center;
    color: #1f2041; }
  .datepicker--nav-title i {
    color: #1f2041; }
  .datepicker--buttons {
    border-top: none;
    display: flex;
    justify-content: space-between;
    height: 32px;
    padding: 0; }
  .datepicker--button {
    cursor: pointer;
    background: none;
    border: none;
    text-transform: uppercase;
    font-style: normal;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.25rem;
    font-family: inherit;
    padding: 0;
    height: 15px; }
  .datepicker--buttons button:first-child {
    padding-left: 20px; }
  .datepicker--buttons button:nth-child(2) {
    padding-right: 20px;
    padding-left: 110px; }
  .datepicker--button {
    display: block;
    color: #bc9cff; }
  .datepicker--button:hover {
    color: rgba(31, 32, 65, 0.5); }
  .datepicker--pointer {
    display: none; }

.datepicker--cell.-range-from-,
.datepicker--cell.-range-to-,
.datepicker--cell.-selected-.-range-to- {
  background: #bc9cff;
  opacity: 1; }

.datepicker--cell.-focus- {
  border-radius: 50%; }

.datepicker--cell.-range-from-.-focus- {
  background: linear-gradient(180deg, #6fcf97 0%, #66d2ea 100%);
  opacity: 1; }

.datepicker--cell.-range-from-.-selected-::after {
  content: '';
  width: 20px;
  height: 40px;
  position: absolute;
  top: 0px;
  left: 20px;
  background: #bc9cff;
  opacity: 0.25; }

.datepicker--cell.-range-from-.-selected-.-focus-::after {
  content: '';
  width: 0px;
  height: 40px; }

.datepicker--cell.-range-to-.-focus-::before {
  content: "";
  width: 20px;
  height: 40px;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #bc9cff;
  opacity: 0.25; }

.datepicker--cell.-in-range-::before {
  content: '';
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #bc9cff;
  opacity: 0.25; }

.datepicker--cell.-selected-.-range-to-::before {
  content: '';
  width: 20px;
  height: 40px;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #bc9cff;
  opacity: 0.25; }

.datepicker--days-names {
  margin-top: 27px;
  margin-bottom: 0px; }

.dropdown {
  position: relative;
  font-family: inherit;
  line-height: 14.63px;
  height: 44px;
  background: #ffffff;
  box-sizing: border-box; }
  .dropdown_buttons {
    max-width: 320px;
    width: 100%;
    border: 1px solid rgba(31, 32, 65, 0.25);
    border-radius: 4px;
    left: -1px; }
  .dropdown_common {
    max-width: 266px;
    width: 100%;
    border: 1px solid rgba(31, 32, 65, 0.25);
    border-radius: 4px 4px 0 0; }
  .dropdown_common.dropdown_is-opened {
    border: 1px solid rgba(31, 32, 65, 0.5); }
  .dropdown_buttons.dropdown_is-opened {
    border: 1px solid rgba(31, 32, 65, 0.5);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .dropdown__input-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    height: 100%;
    cursor: pointer; }
  .dropdown__input {
    border: none;
    outline: none;
    -webkit-appearance: none;
    height: 24px;
    padding-left: 15px;
    margin-top: 8px;
    font-family: inherit;
    font-style: normal;
    font-weight: normal;
    font-size: 1.16rem;
    line-height: 2rem;
    cursor: pointer;
    background: transparent; }
  .dropdown_buttons .dropdown__input {
    width: 180px;
    overflow: hidden; }
  .dropdown__input::placeholder {
    font-family: inherit;
    font-style: normal;
    font-weight: normal;
    font-size: 1.16rem;
    line-height: 2rem;
    height: 18px;
    color: rgba(31, 32, 65, 0.75); }
  .dropdown__arrow {
    width: 44px;
    height: 44px;
    font-family: Material Icons;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: rgba(31, 32, 65, 0.5);
    position: absolute;
    right: 0;
    top: 0;
    user-select: none; }
  .dropdown__body {
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    display: none;
    position: absolute;
    z-index: 3;
    left: -1px;
    right: -1px;
    background: #ffffff;
    border: 1px solid rgba(31, 32, 65, 0.5);
    box-sizing: border-box;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 10px 20px rgba(31, 32, 65, 0.05); }
  .dropdown_is-opened {
    display: block; }
  .dropdown__body-buttons {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: #bc9cff;
    margin: 20px 7px 12px 14px; }
  .dropdown .buttons-dropdown_hidden {
    visibility: hidden;
    cursor: none; }

.range-slider {
  width: 266px; }
  .range-slider__label-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: -3px;
    font-family: inherit;
    font-style: normal;
    white-space: nowrap; }
  .range-slider__label-header {
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.25rem;
    text-transform: uppercase;
    color: #1f2041;
    padding-top: 3px; }
  .range-slider__label {
    height: 15px;
    width: 102px;
    text-align: justify;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.25rem;
    text-align: right;
    color: rgba(31, 32, 65, 0.5); }

.irs-handle {
  cursor: pointer; }

.irs--round {
  margin-top: -15px; }

.irs--round .irs-line {
  background-color: #ffffff;
  border: 1px solid rgba(31, 32, 65, 0.25);
  border-radius: 3px;
  height: 6px;
  cursor: pointer; }

.irs--round .irs-handle {
  background: linear-gradient(180deg, #6fcf97 0%, #66d2ea 100%);
  border: 2px solid #ffffff;
  border-radius: 10px;
  width: 12px;
  height: 12px;
  top: 32px; }

.irs--round .irs-bar {
  background: linear-gradient(180deg, #6fcf97 0%, #66d2ea 100%);
  border-radius: 3px;
  height: 6px;
  cursor: pointer; }

.irs-min,
.irs-max {
  display: none; }

.irs-from,
.irs-to {
  display: none; }

.rub {
  font-family: 'rouble';
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.25rem;
  color: rgba(31, 32, 65, 0.5); }

.text-field {
  border: 1px solid rgba(31, 32, 65, 0.25);
  border-radius: 4px;
  height: 44px;
  max-width: 320px;
  width: 100%;
  font-family: inherit; }
  .text-field:hover {
    border: 1px solid rgba(31, 32, 65, 0.5); }
  .text-field:focus {
    border: 1px solid rgba(55, 57, 102, 0.5); }
  .text-field__input-wrapper {
    display: flex;
    flex-direction: row;
    position: relative; }
  .text-field__input-date, .text-field__input-date::placeholder {
    font-family: inherit;
    font-style: normal;
    font-weight: normal;
    font-size: 1.16rem;
    line-height: 2rem;
    color: rgba(31, 32, 65, 0.25); }
  .text-field label {
    white-space: nowrap;
    height: 15px;
    font-style: normal;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.25rem;
    text-transform: uppercase;
    color: #1f2041;
    margin-bottom: 5px; }
  .text-field input {
    font-style: normal;
    font-weight: normal;
    font-size: 1.16rem;
    line-height: 1.5rem;
    color: rgba(31, 32, 65, 0.75);
    width: 100%;
    height: 44px;
    border: none;
    box-sizing: border-box;
    background-color: transparent;
    padding: 13px 44px 13px 15px;
    outline: none; }
  .text-field input::placeholder {
    color: rgba(31, 32, 65, 0.25); }
  .text-field_focused {
    line-height: 24px;
    color: rgba(31, 32, 65, 0.75);
    background: transparent;
    border-color: rgba(31, 32, 65, 0.5); }
  .text-field_subscription {
    width: 267px;
    height: 44px;
    border: 1px solid rgba(31, 32, 65, 0.25);
    border-radius: 4px; }
  .text-field__arrow {
    width: 44px;
    height: 44px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-family: Material Icons;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 24px;
    cursor: pointer;
    position: absolute;
    right: 0;
    background: linear-gradient(180deg, #bc9cff 0%, #8ba4f9 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border: none; }

.button-radio {
  font-family: inherit;
  height: 24px;
  width: max-content; }
  .button-radio__input {
    display: none; }
  .button-radio__label {
    color: rgba(31, 32, 65, 0.5);
    cursor: pointer;
    display: inline-block;
    font-weight: normal;
    font-size: 14px;
    height: 18px;
    position: relative;
    padding-left: 30px;
    line-height: 24px; }
  .button-radio__label:before {
    background: #ffffff;
    border: 1px solid rgba(31, 32, 65, 0.25);
    box-sizing: border-box;
    border-radius: 10px;
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px; }
  .button-radio__label:after {
    content: '';
    border-radius: 50%;
    background: linear-gradient(180deg, #bc9cff 0%, #8ba4f9 100%);
    position: absolute;
    top: 6px;
    left: 4px;
    height: 12px;
    opacity: 0;
    width: 12px; }
  .button-radio__input:checked + .button-radio__label:after {
    opacity: 1; }
  .button-radio__input:checked + .button-radio__label {
    color: rgba(31, 32, 65, 0.75); }
  .button-radio__input:checked + .button-radio__label:before {
    background: #ffffff;
    border: 1px solid #bc9cff;
    box-sizing: border-box;
    border-radius: 10px; }

.button-rich {
  height: 51px;
  font-family: inherit;
  width: 266px;
  user-select: none; }
  .button-rich__checkbox-input {
    position: absolute;
    opacity: 0;
    margin-left: 10px;
    visibility: hidden;
    z-index: -1; }
  .button-rich__checkbox-header {
    cursor: pointer;
    color: rgba(31, 32, 65, 0.75);
    display: block;
    padding-left: 30px;
    position: relative;
    font-weight: bold;
    font-size: 1.16rem;
    height: 18px;
    line-height: 1.5rem;
    max-width: 236px;
    padding-top: 2px; }
  .button-rich__checkbox-text {
    cursor: pointer;
    color: rgba(31, 32, 65, 0.5);
    display: block;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.16rem;
    position: relative;
    height: 28px;
    margin-top: 8px;
    margin-left: 30px;
    white-space: break-spaces;
    width: 236px; }
  .button-rich__checkbox-header:before {
    background: #ffffff;
    border: 1px solid rgba(31, 32, 65, 0.25);
    box-sizing: border-box;
    border-radius: 4px;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px; }
  .button-rich__checkbox-input:checked + .button-rich__checkbox-header:before {
    background-image: url(images/checkbox.7f4d42a3ce6abcae3ff92c4183b5f975.svg);
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #bc9cff; }

.button-check {
  max-width: 222px;
  user-select: none; }
  .button-check__checkbox-input {
    cursor: pointer;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    z-index: -1; }
  .button-check__checkbox-text {
    color: rgba(31, 32, 65, 0.5);
    cursor: pointer;
    display: block;
    font-family: inherit;
    font-weight: normal;
    font-size: 1.166rem;
    line-height: 1.5rem;
    position: relative;
    padding-left: 30px;
    max-width: 192px; }
  .button-check__elem {
    display: block;
    margin-bottom: 10px;
    min-height: 20px;
    width: max-content; }
  .button-check__checkbox-text:before {
    background: #ffffff;
    border: 1px solid rgba(31, 32, 65, 0.25);
    box-sizing: border-box;
    border-radius: 4px;
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    height: 20px;
    width: 20px; }
  .button-check .button-check__checkbox-input:checked + .button-check__checkbox-text:before {
    background-image: url(images/checkbox.7f4d42a3ce6abcae3ff92c4183b5f975.svg);
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #bc9cff; }

.button-rate {
  background-color: transparent;
  border-radius: 0px;
  display: flex;
  flex-direction: row;
  height: 24px;
  width: 120px; }
  .button-rate input {
    display: none; }
  .button-rate__star {
    align-items: center;
    background: linear-gradient(180deg, #bc9cff 0%, #8ba4f9 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    cursor: pointer;
    display: block;
    font-size: 2rem;
    line-height: 1.66rem;
    height: 24px;
    text-align: center;
    width: 24px; }

.button-like {
  background: #ffffff;
  border: 1px solid rgba(31, 32, 65, 0.25);
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  height: 20px;
  white-space: nowrap;
  width: 40px;
  user-select: none; }
  .button-like__heart {
    align-items: center;
    color: rgba(31, 32, 65, 0.25);
    display: block;
    font-family: Material Icons;
    font-weight: normal;
    font-size: 0.83rem;
    height: 20px;
    text-align: center;
    line-height: 0.7rem;
    padding-top: 5px;
    width: 50%; }
  .button-like__number {
    align-items: center;
    color: rgba(31, 32, 65, 0.25);
    display: flex;
    font-weight: normal;
    font-size: 0.83rem;
    height: 100%;
    line-height: 1rem;
    text-align: center;
    width: 50%; }
  .button-like_is-liked {
    border: 1px solid #bc9cff; }

.button-like.button-like_is-liked .button-like__heart,
.button-like.button-like_is-liked .button-like__number {
  color: #bc9cff; }

.button-icon {
  font-family: inherit;
  font-style: normal;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  align-items: center;
  border-radius: 22px;
  background: linear-gradient(180deg, #bc9cff 0%, #8ba4f9 100%);
  color: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 44px;
  position: relative;
  max-width: 320px;
  width: 100%;
  padding: 0;
  border: none;
  cursor: pointer;
  padding-left: 44px; }
  .button-icon:hover {
    background: linear-gradient(180deg, rgba(188, 156, 255, 0.5) 0%, rgba(139, 164, 249, 0.5) 100%); }
  .button-icon__icon {
    align-items: center;
    color: #ffffff;
    display: flex;
    font-weight: normal;
    line-height: 24px;
    text-align: center;
    justify-content: center;
    height: 44px;
    width: 44px; }
  .button-icon__icon-label {
    overflow: hidden;
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; }

.button {
  border: none;
  border-radius: 22px;
  cursor: pointer;
  font-family: inherit;
  font-style: normal;
  height: 44px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  width: 99px;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  background: linear-gradient(180deg, #bc9cff 0%, #8ba4f9 100%);
  color: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center; }
  .button:hover {
    background: linear-gradient(180deg, rgba(188, 156, 255, 0.5) 0%, rgba(139, 164, 249, 0.5) 100%); }
  .button_color_white {
    position: relative; }
    .button_color_white::before {
      background: #ffffff;
      bottom: 2px;
      border-radius: inherit;
      content: '';
      left: 2px;
      padding: 2px;
      position: absolute;
      right: 2px;
      top: 2px;
      z-index: 1; }
    .button_color_white:hover {
      background: linear-gradient(180deg, rgba(188, 156, 255, 0.5) 0%, rgba(139, 164, 249, 0.5) 100%); }
    .button_color_white .button__label {
      color: #bc9cff;
      white-space: nowrap;
      position: relative;
      z-index: 2; }
  .button_color_transparent {
    border: none;
    background: none;
    height: 15px;
    padding: 0;
    width: max-content; }
    .button_color_transparent:hover {
      background: none; }
    .button_color_transparent .button__label:hover {
      color: rgba(31, 32, 65, 0.5); }
    .button_color_transparent .button__label {
      color: #bc9cff;
      white-space: nowrap;
      position: relative;
      z-index: 2; }
  .button_size_slim {
    width: 87px;
    height: 34px; }
  .button_size_wide {
    width: 196px;
    height: 34px; }

.switch {
  position: relative;
  display: block; }
  .switch__container {
    display: flex;
    flex-direction: row; }
  .switch__input {
    opacity: 0;
    width: 0;
    height: 0; }
  .switch__label {
    font-family: inherit;
    font-style: normal;
    font-weight: normal;
    font-size: 1.16rem;
    color: rgba(31, 32, 65, 0.75);
    height: 24px;
    display: inline-block;
    padding-top: 2px;
    margin-left: 50px;
    max-width: 210px;
    cursor: pointer; }
  .switch__slider-round {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 20px;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    border: 1px solid rgba(31, 32, 65, 0.25);
    box-sizing: border-box; }
  .switch__input:checked + .switch__slider-round {
    border: 1px solid #bc9cff; }
  .switch__input:checked + .switch__slider-round:before {
    -webkit-transform: translateX(19px);
    -ms-transform: translateX(19px);
    transform: translateX(19px);
    background: linear-gradient(180deg, #bc9cff 0%, #8ba4f9 100%); }
  .switch__slider-round {
    border-radius: 10px; }
  .switch__slider-round:before {
    position: absolute;
    content: '';
    height: 12px;
    width: 12px;
    left: 4px;
    bottom: 3px;
    background: rgba(31, 32, 65, 0.25);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 50%; }

.toggle {
  width: 260px; }
  .toggle .switch:first-child {
    margin-bottom: 10px; }

.switch {
  position: relative;
  display: block; }
  .switch__container {
    display: flex;
    flex-direction: row; }
  .switch__input {
    opacity: 0;
    width: 0;
    height: 0; }
  .switch__label {
    font-family: inherit;
    font-style: normal;
    font-weight: normal;
    font-size: 1.16rem;
    color: rgba(31, 32, 65, 0.75);
    height: 24px;
    display: inline-block;
    padding-top: 2px;
    margin-left: 50px;
    max-width: 210px;
    cursor: pointer; }
  .switch__slider-round {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 20px;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    border: 1px solid rgba(31, 32, 65, 0.25);
    box-sizing: border-box; }
  .switch__input:checked + .switch__slider-round {
    border: 1px solid #bc9cff; }
  .switch__input:checked + .switch__slider-round:before {
    -webkit-transform: translateX(19px);
    -ms-transform: translateX(19px);
    transform: translateX(19px);
    background: linear-gradient(180deg, #bc9cff 0%, #8ba4f9 100%); }
  .switch__slider-round {
    border-radius: 10px; }
  .switch__slider-round:before {
    position: absolute;
    content: '';
    height: 12px;
    width: 12px;
    left: 4px;
    bottom: 3px;
    background: rgba(31, 32, 65, 0.25);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 50%; }

.button-check {
  max-width: 222px;
  user-select: none; }
  .button-check__checkbox-input {
    cursor: pointer;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    z-index: -1; }
  .button-check__checkbox-text {
    color: rgba(31, 32, 65, 0.5);
    cursor: pointer;
    display: block;
    font-family: inherit;
    font-weight: normal;
    font-size: 1.166rem;
    line-height: 1.5rem;
    position: relative;
    padding-left: 30px;
    max-width: 192px; }
  .button-check__elem {
    display: block;
    margin-bottom: 10px;
    min-height: 20px;
    width: max-content; }
  .button-check__checkbox-text:before {
    background: #ffffff;
    border: 1px solid rgba(31, 32, 65, 0.25);
    box-sizing: border-box;
    border-radius: 4px;
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    height: 20px;
    width: 20px; }
  .button-check .button-check__checkbox-input:checked + .button-check__checkbox-text:before {
    background-image: url(images/checkbox.7f4d42a3ce6abcae3ff92c4183b5f975.svg);
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #bc9cff; }

.bullet-list {
  max-width: 292px;
  list-style-type: none;
  display: block;
  user-select: none; }
  .bullet-list__elem {
    font-family: inherit;
    font-style: normal;
    font-weight: normal;
    font-size: 1.16rem;
    line-height: 2rem;
    color: rgba(31, 32, 65, 0.75);
    padding-left: 20.86px;
    position: relative;
    max-width: 271px;
    margin-bottom: 10px;
    word-wrap: break-word; }
  .bullet-list__elem:last-child {
    margin-bottom: 0; }
  .bullet-list__elem:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0px;
    width: 10px;
    height: 10px;
    background-color: rgba(31, 32, 65, 0.25);
    border-radius: 50%; }
  .bullet-list-expandable {
    width: 266px;
    height: 44px;
    position: relative; }
  .bullet-list-expandable__label {
    cursor: pointer;
    font-family: inherit;
    font-style: normal;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.25rem;
    text-transform: uppercase;
    color: #1f2041;
    display: flex;
    justify-content: space-between;
    text-align: center;
    align-items: center; }
  .bullet-list-expandable__label span {
    display: block;
    width: 44px;
    height: 44px;
    cursor: pointer;
    font-family: Material Icons;
    font-style: normal;
    font-weight: normal;
    font-size: 2rem;
    line-height: 2rem;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: rgba(31, 32, 65, 0.5); }
  .bullet-list-expandable__dropdown {
    position: absolute;
    top: 47px;
    left: 0px;
    display: none;
    z-index: 1;
    background-color: #ffffff;
    margin-bottom: 2px; }
  .bullet-list_is-opened {
    display: block; }

.bullet-list-icons {
  min-height: 70px;
  width: 280px;
  border-bottom: 1px solid rgba(31, 32, 65, 0.1);
  display: flex;
  flex-direction: row; }
  .bullet-list-icons__icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(180deg, #bc9cff 0%, #8ba4f9 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Material Icons;
    font-style: normal;
    font-weight: normal;
    font-size: 4rem;
    line-height: 3.42rem;
    display: flex;
    align-items: center;
    text-align: center;
    margin-right: 10px; }
  .bullet-list-icons__header {
    font-family: inherit;
    font-style: normal;
    font-weight: bold;
    font-size: 1.16rem;
    line-height: 2rem;
    color: rgba(31, 32, 65, 0.75); }
  .bullet-list-icons__text {
    font-family: inherit;
    font-style: normal;
    font-weight: normal;
    font-size: 1.16rem;
    line-height: 1.5rem;
    color: rgba(31, 32, 65, 0.5);
    padding-top: 5px;
    margin-bottom: 17px; }

.button-like {
  background: #ffffff;
  border: 1px solid rgba(31, 32, 65, 0.25);
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  height: 20px;
  white-space: nowrap;
  width: 40px;
  user-select: none; }
  .button-like__heart {
    align-items: center;
    color: rgba(31, 32, 65, 0.25);
    display: block;
    font-family: Material Icons;
    font-weight: normal;
    font-size: 0.83rem;
    height: 20px;
    text-align: center;
    line-height: 0.7rem;
    padding-top: 5px;
    width: 50%; }
  .button-like__number {
    align-items: center;
    color: rgba(31, 32, 65, 0.25);
    display: flex;
    font-weight: normal;
    font-size: 0.83rem;
    height: 100%;
    line-height: 1rem;
    text-align: center;
    width: 50%; }
  .button-like_is-liked {
    border: 1px solid #bc9cff; }

.button-like.button-like_is-liked .button-like__heart,
.button-like.button-like_is-liked .button-like__number {
  color: #bc9cff; }

.comment {
  color: rgba(31, 32, 65, 0.75);
  display: flex;
  max-width: 711px;
  width: 100%;
  min-height: 133px;
  font-family: inherit;
  font-style: normal;
  font-weight: normal;
  flex-direction: column;
  font-size: 1.16rem;
  line-height: 2rem; }
  .comment__header {
    margin-bottom: 10px; }
  .comment__header-img {
    height: 48px;
    margin-right: 10px;
    width: 48px; }
  .comment__header-img img {
    border-radius: 50%;
    border: 2px solid #ffffff;
    background-size: cover;
    display: block;
    filter: drop-shadow(0px 10px 20px rgba(31, 32, 65, 0.1));
    height: auto;
    max-width: 100%; }
  .comment__header {
    display: flex;
    flex-direction: row; }
  .comment__header-name {
    color: rgba(31, 32, 65, 0.75);
    font-style: normal;
    font-weight: bold;
    font-size: 1.16rem;
    line-height: 2rem; }
  .comment__header-name-wrapper {
    display: flex;
    flex-direction: column; }
  .comment__body {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    min-height: 72px;
    max-width: 711px; }
  .comment__body-text {
    max-width: 653px;
    height: 100%; }
  .comment__like-button {
    margin: 2px 14px 0 3px; }

.pagination {
  min-width: 241px;
  height: 74.56px;
  user-select: none; }
  .pagination__body {
    display: flex;
    flex-direction: row;
    margin-bottom: 10.56px;
    font-family: inherit;
    font-style: normal;
    font-weight: normal; }
  .pagination__number {
    width: 40px;
    height: 40px;
    font-size: 1rem;
    line-height: 1.25rem;
    display: flex;
    align-items: center;
    text-align: center;
    color: rgba(31, 32, 65, 0.5);
    justify-content: center;
    cursor: pointer; }
  .pagination__number_invisible {
    display: none; }
  @media (hover: hover) {
    .pagination__number:hover {
      cursor: pointer;
      border-radius: 22px;
      background-color: rgba(31, 32, 65, 0.25);
      color: #ffffff; } }
  .pagination__ellipsis {
    width: 40px;
    height: 40px;
    font-size: 1rem;
    line-height: 1.25rem;
    display: flex;
    align-items: center;
    text-align: center;
    color: rgba(31, 32, 65, 0.5);
    justify-content: center; }
  .pagination__ellipsis_invisible {
    display: none; }
  .pagination__number_selected {
    background: linear-gradient(180deg, #bc9cff 0%, #8ba4f9 100%);
    border-radius: 22px;
    color: #ffffff;
    cursor: pointer; }
  .pagination__number_selected:hover {
    background: rgba(31, 32, 65, 0.25); }
  .pagination__forward-arrow, .pagination__back-arrow {
    font-family: Material Icons;
    font-size: 2rem;
    line-height: 1.67rem;
    display: flex;
    align-items: center;
    text-align: center;
    color: #ffffff;
    background: linear-gradient(180deg, #6fcf97 0%, #66d2ea 100%);
    border-radius: 22px;
    height: 40px;
    width: 40px;
    justify-content: center;
    cursor: pointer;
    border: none; }
  .pagination__back-arrow_invisible {
    display: none; }
  @media (hover: hover) {
    .pagination__forward-arrow:hover, .pagination__back-arrow:hover {
      background: rgba(31, 32, 65, 0.25); } }
  .pagination__back-arrow_is-visible {
    display: block; }
  .pagination__label {
    font-size: 1.16rem;
    line-height: 1.59rem;
    font-style: normal;
    font-weight: normal;
    color: rgba(31, 32, 65, 0.75);
    margin-left: 5px;
    margin-right: 5px; }

.hotel-logo {
  background: transparent;
  position: relative;
  left: 30px;
  top: 39px; }

.form-elements__header-left {
  margin-bottom: 5px; }

.form-elements .header-left-form {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }

.form-elements .header-left-form__extra {
  color: rgba(31, 32, 65, 0.5);
  font-weight: normal; }

.form-elements__header_date-dropdown {
  justify-content: space-between;
  display: flex;
  flex-direction: row; }

.form-elements__header_text-field-hover, .form-elements__header_dropdown-default, .form-elements__header_dropdown-room-expanded {
  margin-top: 21px; }

.form-elements__header_masked-text-field {
  margin-top: 22px; }

.form-elements__header_date-dropdown, .form-elements__header_filter-date-dropdown {
  margin-top: 41px; }

.form-elements__header_filter-date-dropdown, .form-elements__header_subscription-text-field {
  margin-top: 42px; }

.form-elements__header_date-dropdown span:last-child {
  margin-right: 30px; }

.form-elements__header_dropdown-room {
  margin-top: 100px; }

.form-elements__header_dropdown-room, .form-elements__header_dropdown-room-expanded {
  width: 266px; }

.form-elements .left-column__dropdown-wrapper {
  display: flex;
  flex-direction: row; }

.form-elements .bullets-left-column {
  margin-top: 158px;
  display: flex;
  gap: 20px;
  flex-direction: column; }

.form-elements .left-column__bullet-icons {
  margin-top: 273px;
  display: flex;
  flex-direction: column;
  gap: 18px; }

.form-elements__header-central {
  margin-bottom: 16px; }

.form-elements__header_checkbox-buttons {
  margin-bottom: 16.56px; }

.form-elements .form-elements .button-check__checkbox-text {
  margin-bottom: 10px; }

.form-elements__header_radio-buttons {
  margin-top: 43px;
  margin-bottom: 14px; }

.form-elements .central-column__radio-buttons-wrapper,
.form-elements .central-column__like-buttons-wrapper,
.form-elements .central-column__rate-buttons-wrapper {
  display: flex;
  flex-direction: row; }

.form-elements .wrapper-like-buttons__first {
  margin-right: 10px; }

.form-elements__header_toggle {
  margin-top: 39px; }

.form-elements__header_rate {
  margin-top: 40px; }

.form-elements .buttons-rate__first {
  margin-right: 20px; }

.form-elements__header_like-buttons {
  margin-top: 42px; }

.form-elements .central-column__like-buttons-wrapper {
  gap: 10px; }

.form-elements .central-column__rate-buttons-wrapper {
  gap: 20px; }

.form-elements .central-column__radio-buttons-wrapper {
  gap: 20px; }

.form-elements__header_dropdown {
  margin-top: 197px;
  margin-bottom: 4px !important; }

.form-elements .central-column__buttons-rich-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px; }

.form-elements__header_rich-buttons {
  margin-top: 256px;
  margin-bottom: 16px; }

.form-elements__header-right {
  margin-bottom: 16px; }

.form-elements__header_buttons {
  margin-top: 33px; }

.form-elements .buttons-wrapper-right {
  display: flex;
  flex-direction: column;
  gap: 30px; }

.form-elements__header_pagination {
  margin-bottom: 16px;
  margin-top: 40px; }

.form-elements__header_bullet {
  margin-top: 256px;
  margin-bottom: 12px; }

.form-elements__header_dropdown-right {
  margin-top: 235px;
  margin-bottom: 4px; }

.form-elements {
  background-color: white;
  max-width: 1440px;
  margin: 0 auto;
  width: 100%; }
  .form-elements__wrapper {
    padding: 25px 141px 0 141px;
    font-family: inherit;
    display: grid;
    grid-template-areas: "header header header" "left central right" "left central right" "left comment comment";
    grid-template-columns: 320px 446px 392px;
    grid-template-rows: 78px 1fr 1fr 158px; }
  .form-elements__central-column {
    grid-area: central;
    padding-left: 126px; }
  .form-elements__left-column {
    grid-area: left; }
  .form-elements__right-column {
    grid-area: right;
    padding-left: 72px; }
  .form-elements__comment {
    grid-area: comment;
    padding-left: 125px;
    padding-top: 8px; }
  .form-elements__header-left, .form-elements__header-central, .form-elements__header-right {
    font-family: inherit;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1.25rem;
    color: #1f2041; }

.left-column-colors__elem {
  margin-bottom: 20px;
  display: flex; }

.left-column-colors__header {
  font-weight: bold; }

.left-column-colors__sample {
  width: 70px;
  height: 70px;
  border-radius: 6px; }

.left-column-colors__elem_color-dark-shade-100 .left-column-colors__sample {
  background: #1f2041; }

.left-column-colors__elem_color-dark-shade-75 .left-column-colors__sample {
  background: rgba(31, 32, 65, 0.75); }

.left-column-colors__elem_color-dark-shade-50 .left-column-colors__sample {
  background: rgba(31, 32, 65, 0.5); }

.left-column-colors__elem_color-dark-shade-25 .left-column-colors__sample {
  background: rgba(31, 32, 65, 0.25); }

.left-column-colors__elem_color-dark-shade-5 .left-column-colors__sample {
  background: rgba(31, 32, 65, 0.05); }

.left-column-colors__elem_color-purple .left-column-colors__sample {
  background: #bc9cff; }

.left-column-colors__elem_color-green .left-column-colors__sample {
  background: #6fcf97; }

.left-column-colors__text-wrapper {
  margin-left: 40px;
  display: flex;
  flex-direction: column;
  margin-top: 5px; }

.right-column-colors__h1, .right-column-colors__h2, .right-column-colors__h3, .right-column-colors__body {
  display: flex;
  flex-wrap: nowrap; }

.right-column-colors__h1, .right-column-colors__h2 {
  margin-bottom: 51px; }

.right-column-colors__h3 {
  margin-bottom: 50px; }

.right-column-colors__header {
  font-style: normal;
  color: rgba(31, 32, 65, 0.25);
  text-align: right;
  margin-right: 30px; }

.right-column-colors__header_h1 {
  font-size: 24px;
  line-height: 29px;
  margin-left: 8px; }

.right-column-colors__header_h2 {
  font-size: 19px;
  line-height: 23px;
  margin-left: 10px; }

.right-column-colors__header_h3 {
  font-size: 12px;
  line-height: 15px;
  margin-left: 20px; }

.right-column-colors__header_body {
  font-size: 14px;
  line-height: 24px; }

.paragraph {
  color: rgba(31, 32, 65, 0.75);
  font-family: inherit;
  font-size: 1.16rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: 0em;
  text-align: left; }

.colors-and-types {
  width: 100%;
  font-family: inherit;
  background-color: #ffffff;
  height: 900px;
  max-width: 1440px;
  margin: 0 auto; }

.colors {
  max-width: 1140px;
  margin: 0px auto;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 105px;
  font-style: normal;
  font-weight: normal; }
  .colors__left-column {
    width: 281px;
    height: 610px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 1.42rem;
    line-height: 2.17rem;
    color: #1f2041; }
  .colors__right-column {
    width: 436px;
    height: 321px;
    margin-right: 8px; }

.ui-kit-wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column; }

.headers-and-footers__footer-copy {
  margin-top: 3px; }


/*# sourceMappingURL=UIKit.d66f43ab350eb01c0d16.css.map*/