.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

/* -------------------------------------------------
    Datepicker cells
   ------------------------------------------------- */
.datepicker--cells {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.datepicker--cell {
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 32px;
  z-index: 1; }
  /* .datepicker--cell.-current- {
    color: #4EB5E6; }
    .datepicker--cell.-current-.-focus- {
      color: #4a4a4a; }
    .datepicker--cell.-current-.-in-range- {
      color: #4EB5E6; }
  .datepicker--cell.-in-range- {
    color: #4a4a4a;
    border-radius: 0; }
    .datepicker--cell.-in-range-.-focus- {
      background-color: rgba(92, 196, 239, 0.2); } */
  .datepicker--cell.-disabled- {
    cursor: default;
    color: #aeaeae; }
    .datepicker--cell.-disabled-.-focus- {
      color: #aeaeae; }
    .datepicker--cell.-disabled-.-in-range- {
      color: #a1a1a1; }
    .datepicker--cell.-disabled-.-current-.-focus- {
      color: #aeaeae; }
  /* .datepicker--cell.-range-from- {
    border: 1px solid rgba(92, 196, 239, 0.5);
    background-color: rgba(92, 196, 239, 0.1);
    border-radius: 4px 0 0 4px; }
  .datepicker--cell.-range-to- {
    border: 1px solid rgba(92, 196, 239, 0.5);
    background-color: rgba(92, 196, 239, 0.1);
    border-radius: 0 4px 4px 0; } */
  /* .datepicker--cell.-range-from-.-range-to- {
    border-radius: 4px; }
  .datepicker--cell.-selected- {
    color: #fff;
    border: none;
    background: #5cc4ef; }
    .datepicker--cell.-selected-.-current- {
      color: #fff;
      background: #5cc4ef; }
    .datepicker--cell.-selected-.-focus- {
      background: #45bced; } */
  .datepicker--cell:empty {
    cursor: default; }

.datepicker--days-names {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 8px 0 3px; }

.datepicker--day-name {
  color: #FF9A19;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: .8em; }

.datepicker--cell-day {
  width: 14.28571%; }

.datepicker--cells-months {
  height: 170px; }

.datepicker--cell-month {
  width: 33.33%;
  height: 25%; }

.datepicker--years {
  height: 170px; }

.datepicker--cells-years {
  height: 170px; }

.datepicker--cell-year {
  width: 25%;
  height: 33.33%; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

/* -------------------------------------------------
    Datepicker
   ------------------------------------------------- */
.datepickers-container {
  position: absolute;
  left: 0;
  top: 0; }
  @media print {
    .datepickers-container {
      display: none; } }

.datepicker {
  background: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  box-sizing: content-box;
  font-family: Montserrat, sans-serif;
  border-radius: 4px;
  font-size: 1.16rem;
  color: #4a4a4a;
  width: 250px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  z-index: 100; }
  .datepicker.-from-top- {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px); }
  .datepicker.-from-right- {
    -webkit-transform: translateX(8px);
            transform: translateX(8px); }
  .datepicker.-from-bottom- {
    -webkit-transform: translateY(8px);
            transform: translateY(8px); }
  .datepicker.-from-left- {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px); }
  .datepicker.active {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
    transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
    transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease; }

.datepicker-inline .datepicker {
  border-color: #d7d7d7;
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  -webkit-transform: none;
          transform: none; }

.datepicker-inline .datepicker--pointer {
  display: none; }

.datepicker--content {
  box-sizing: content-box;
  padding: 4px; }
  .-only-timepicker- .datepicker--content {
    display: none; }

.datepicker--pointer {
  position: absolute;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1; }
  .-top-left- .datepicker--pointer, .-top-center- .datepicker--pointer, .-top-right- .datepicker--pointer {
    top: calc(100% - 4px);
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg); }
  .-right-top- .datepicker--pointer, .-right-center- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
    right: calc(100% - 4px);
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg); }
  .-bottom-left- .datepicker--pointer, .-bottom-center- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
    bottom: calc(100% - 4px);
    -webkit-transform: rotate(315deg);
            transform: rotate(315deg); }
  .-left-top- .datepicker--pointer, .-left-center- .datepicker--pointer, .-left-bottom- .datepicker--pointer {
    left: calc(100% - 4px);
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .-top-left- .datepicker--pointer, .-bottom-left- .datepicker--pointer {
    left: 10px; }
  .-top-right- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
    right: 10px; }
  .-top-center- .datepicker--pointer, .-bottom-center- .datepicker--pointer {
    left: calc(50% - 10px / 2); }
  .-left-top- .datepicker--pointer, .-right-top- .datepicker--pointer {
    top: 10px; }
  .-left-bottom- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
    bottom: 10px; }
  .-left-center- .datepicker--pointer, .-right-center- .datepicker--pointer {
    top: calc(50% - 10px / 2); }

.datepicker--body {
  display: none; }
  .datepicker--body.active {
    display: block; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

/* -------------------------------------------------
    Navigation
   ------------------------------------------------- */
.datepicker--nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #efefef;
  min-height: 32px;
  padding: 4px; }
  .-only-timepicker- .datepicker--nav {
    display: none; }

.datepicker--nav-title,
.datepicker--nav-action {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.datepicker--nav-action {
  width: 32px;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .datepicker--nav-action:hover {
    background: #f0f0f0; }
  .datepicker--nav-action.-disabled- {
    visibility: hidden; }
  .datepicker--nav-action svg {
    width: 32px;
    height: 32px; }
  .datepicker--nav-action path {
    fill: none;
    stroke: #9c9c9c;
    stroke-width: 2px; }

.datepicker--nav-title {
  border-radius: 4px;
  padding: 0 8px; }
  .datepicker--nav-title i {
    font-style: normal;
    color: #9c9c9c;
    margin-left: 5px; }
  .datepicker--nav-title:hover {
    background: #f0f0f0; }
  .datepicker--nav-title.-disabled- {
    cursor: default;
    background: none; }

.datepicker--buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  border-top: 1px solid #efefef; }


.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

/* -------------------------------------------------
    Timepicker
   ------------------------------------------------- */
.datepicker--time {
  border-top: 1px solid #efefef;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px;
  position: relative; }
  .datepicker--time.-am-pm- .datepicker--time-sliders {
    -webkit-flex: 0 1 138px;
        -ms-flex: 0 1 138px;
            flex: 0 1 138px;
    max-width: 138px; }
  .-only-timepicker- .datepicker--time {
    border-top: none; }

.datepicker--time-sliders {
  -webkit-flex: 0 1 153px;
      -ms-flex: 0 1 153px;
          flex: 0 1 153px;
  margin-right: 10px;
  max-width: 153px; }

.datepicker--time-label {
  display: none;
  font-size: 1rem; }

.datepicker--time-current {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.16rem;
  text-align: center;
  margin: 0 0 0 10px; }

.datepicker--time-current-colon {
  margin: 0 2px 3px;
  line-height: 1; }

.datepicker--time-current-hours,
.datepicker--time-current-minutes {
  line-height: 1;
  font-size: 1.58rem;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1; }
  .datepicker--time-current-hours:after,
  .datepicker--time-current-minutes:after {
    content: '';
    background: #f0f0f0;
    border-radius: 4px;
    position: absolute;
    left: -2px;
    top: -3px;
    right: -2px;
    bottom: -2px;
    z-index: -1;
    opacity: 0; }
  .datepicker--time-current-hours.-focus-:after,
  .datepicker--time-current-minutes.-focus-:after {
    opacity: 1; }

.datepicker--time-current-ampm {
  text-transform: uppercase;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  color: #9c9c9c;
  margin-left: 6px;
  font-size: 0.92rem;
  margin-bottom: 1px; }

.datepicker--time-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.92rem;
  height: 17px;
  background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat; }
  .datepicker--time-row:first-child {
    margin-bottom: 4px; }
  .datepicker--time-row input[type='range'] {
    background: none;
    cursor: pointer;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 100%;
    padding: 0;
    margin: 0;
    -webkit-appearance: none; }
    .datepicker--time-row input[type='range']::-webkit-slider-thumb {
      -webkit-appearance: none; }
    .datepicker--time-row input[type='range']:hover::-webkit-slider-thumb {
      border-color: #b8b8b8; }
    .datepicker--time-row input[type='range']:hover::-moz-range-thumb {
      border-color: #b8b8b8; }
    .datepicker--time-row input[type='range']:focus {
      outline: none; }
      .datepicker--time-row input[type='range']:focus::-webkit-slider-thumb {
        background: #5cc4ef;
        border-color: #5cc4ef; }
      .datepicker--time-row input[type='range']:focus::-moz-range-thumb {
        background: #5cc4ef;
        border-color: #5cc4ef; }
    .datepicker--time-row input[type='range']::-webkit-slider-thumb {
      box-sizing: border-box;
      height: 12px;
      width: 12px;
      border-radius: 3px;
      border: 1px solid #dedede;
      background: #fff;
      cursor: pointer;
      transition: background .2s; }
    .datepicker--time-row input[type='range']::-moz-range-thumb {
      box-sizing: border-box;
      height: 12px;
      width: 12px;
      border-radius: 3px;
      border: 1px solid #dedede;
      background: #fff;
      cursor: pointer;
      transition: background .2s; }
    .datepicker--time-row input[type='range']::-webkit-slider-thumb {
      margin-top: -6px; }
    .datepicker--time-row input[type='range']::-webkit-slider-runnable-track {
      border: none;
      height: 1px;
      cursor: pointer;
      color: transparent;
      background: transparent; }
    .datepicker--time-row input[type='range']::-moz-range-track {
      border: none;
      height: 1px;
      cursor: pointer;
      color: transparent;
      background: transparent; }
  .datepicker--time-row span {
    padding: 0 12px; }

.datepicker--time-icon {
  color: #9c9c9c;
  border: 1px solid;
  border-radius: 50%;
  font-size: 1.33rem;
  position: relative;
  margin: 0 5px -1px 0;
  width: 1em;
  height: 1em; }
  .datepicker--time-icon:after, .datepicker--time-icon:before {
    content: '';
    background: currentColor;
    position: absolute; }
  .datepicker--time-icon:after {
    height: .4em;
    width: 1px;
    left: calc(50% - 1px);
    top: calc(50% + 1px);
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  .datepicker--time-icon:before {
    width: .4em;
    height: 1px;
    top: calc(50% + 1px);
    left: calc(50% - 1px); }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

/* -------------------------------------------------
    Datepicker cells
   ------------------------------------------------- */
.datepicker--cells {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.datepicker--cell {
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 32px;
  z-index: 1; }
  /* .datepicker--cell.-current- {
    color: #4EB5E6; }
    .datepicker--cell.-current-.-focus- {
      color: #4a4a4a; }
    .datepicker--cell.-current-.-in-range- {
      color: #4EB5E6; }
  .datepicker--cell.-in-range- {
    color: #4a4a4a;
    border-radius: 0; }
    .datepicker--cell.-in-range-.-focus- {
      background-color: rgba(92, 196, 239, 0.2); } */
  .datepicker--cell.-disabled- {
    cursor: default;
    color: #aeaeae; }
    .datepicker--cell.-disabled-.-focus- {
      color: #aeaeae; }
    .datepicker--cell.-disabled-.-in-range- {
      color: #a1a1a1; }
    .datepicker--cell.-disabled-.-current-.-focus- {
      color: #aeaeae; }
  /* .datepicker--cell.-range-from- {
    border: 1px solid rgba(92, 196, 239, 0.5);
    background-color: rgba(92, 196, 239, 0.1);
    border-radius: 4px 0 0 4px; }
  .datepicker--cell.-range-to- {
    border: 1px solid rgba(92, 196, 239, 0.5);
    background-color: rgba(92, 196, 239, 0.1);
    border-radius: 0 4px 4px 0; } */
  /* .datepicker--cell.-range-from-.-range-to- {
    border-radius: 4px; }
  .datepicker--cell.-selected- {
    color: #fff;
    border: none;
    background: #5cc4ef; }
    .datepicker--cell.-selected-.-current- {
      color: #fff;
      background: #5cc4ef; }
    .datepicker--cell.-selected-.-focus- {
      background: #45bced; } */
  .datepicker--cell:empty {
    cursor: default; }

.datepicker--days-names {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 8px 0 3px; }

.datepicker--day-name {
  color: #FF9A19;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: .8em; }

.datepicker--cell-day {
  width: 14.28571%; }

.datepicker--cells-months {
  height: 170px; }

.datepicker--cell-month {
  width: 33.33%;
  height: 25%; }

.datepicker--years {
  height: 170px; }

.datepicker--cells-years {
  height: 170px; }

.datepicker--cell-year {
  width: 25%;
  height: 33.33%; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

/* -------------------------------------------------
    Datepicker
   ------------------------------------------------- */
.datepickers-container {
  position: absolute;
  left: 0;
  top: 0; }
  @media print {
    .datepickers-container {
      display: none; } }

.datepicker {
  background: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  box-sizing: content-box;
  font-family: Montserrat, sans-serif;
  border-radius: 4px;
  font-size: 1.16rem;
  color: #4a4a4a;
  width: 250px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  z-index: 100; }
  .datepicker.-from-top- {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px); }
  .datepicker.-from-right- {
    -webkit-transform: translateX(8px);
            transform: translateX(8px); }
  .datepicker.-from-bottom- {
    -webkit-transform: translateY(8px);
            transform: translateY(8px); }
  .datepicker.-from-left- {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px); }
  .datepicker.active {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
    transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
    transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease; }

.datepicker-inline .datepicker {
  border-color: #d7d7d7;
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  -webkit-transform: none;
          transform: none; }

.datepicker-inline .datepicker--pointer {
  display: none; }

.datepicker--content {
  box-sizing: content-box;
  padding: 4px; }
  .-only-timepicker- .datepicker--content {
    display: none; }

.datepicker--pointer {
  position: absolute;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1; }
  .-top-left- .datepicker--pointer, .-top-center- .datepicker--pointer, .-top-right- .datepicker--pointer {
    top: calc(100% - 4px);
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg); }
  .-right-top- .datepicker--pointer, .-right-center- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
    right: calc(100% - 4px);
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg); }
  .-bottom-left- .datepicker--pointer, .-bottom-center- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
    bottom: calc(100% - 4px);
    -webkit-transform: rotate(315deg);
            transform: rotate(315deg); }
  .-left-top- .datepicker--pointer, .-left-center- .datepicker--pointer, .-left-bottom- .datepicker--pointer {
    left: calc(100% - 4px);
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .-top-left- .datepicker--pointer, .-bottom-left- .datepicker--pointer {
    left: 10px; }
  .-top-right- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
    right: 10px; }
  .-top-center- .datepicker--pointer, .-bottom-center- .datepicker--pointer {
    left: calc(50% - 10px / 2); }
  .-left-top- .datepicker--pointer, .-right-top- .datepicker--pointer {
    top: 10px; }
  .-left-bottom- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
    bottom: 10px; }
  .-left-center- .datepicker--pointer, .-right-center- .datepicker--pointer {
    top: calc(50% - 10px / 2); }

.datepicker--body {
  display: none; }
  .datepicker--body.active {
    display: block; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

/* -------------------------------------------------
    Navigation
   ------------------------------------------------- */
.datepicker--nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #efefef;
  min-height: 32px;
  padding: 4px; }
  .-only-timepicker- .datepicker--nav {
    display: none; }

.datepicker--nav-title,
.datepicker--nav-action {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.datepicker--nav-action {
  width: 32px;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .datepicker--nav-action:hover {
    background: #f0f0f0; }
  .datepicker--nav-action.-disabled- {
    visibility: hidden; }
  .datepicker--nav-action svg {
    width: 32px;
    height: 32px; }
  .datepicker--nav-action path {
    fill: none;
    stroke: #9c9c9c;
    stroke-width: 2px; }

.datepicker--nav-title {
  border-radius: 4px;
  padding: 0 8px; }
  .datepicker--nav-title i {
    font-style: normal;
    color: #9c9c9c;
    margin-left: 5px; }
  .datepicker--nav-title:hover {
    background: #f0f0f0; }
  .datepicker--nav-title.-disabled- {
    cursor: default;
    background: none; }

.datepicker--buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  border-top: 1px solid #efefef; }


.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

/* -------------------------------------------------
    Timepicker
   ------------------------------------------------- */
.datepicker--time {
  border-top: 1px solid #efefef;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px;
  position: relative; }
  .datepicker--time.-am-pm- .datepicker--time-sliders {
    -webkit-flex: 0 1 138px;
        -ms-flex: 0 1 138px;
            flex: 0 1 138px;
    max-width: 138px; }
  .-only-timepicker- .datepicker--time {
    border-top: none; }

.datepicker--time-sliders {
  -webkit-flex: 0 1 153px;
      -ms-flex: 0 1 153px;
          flex: 0 1 153px;
  margin-right: 10px;
  max-width: 153px; }

.datepicker--time-label {
  display: none;
  font-size: 1rem; }

.datepicker--time-current {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.16rem;
  text-align: center;
  margin: 0 0 0 10px; }

.datepicker--time-current-colon {
  margin: 0 2px 3px;
  line-height: 1; }

.datepicker--time-current-hours,
.datepicker--time-current-minutes {
  line-height: 1;
  font-size: 1.58rem;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1; }
  .datepicker--time-current-hours:after,
  .datepicker--time-current-minutes:after {
    content: '';
    background: #f0f0f0;
    border-radius: 4px;
    position: absolute;
    left: -2px;
    top: -3px;
    right: -2px;
    bottom: -2px;
    z-index: -1;
    opacity: 0; }
  .datepicker--time-current-hours.-focus-:after,
  .datepicker--time-current-minutes.-focus-:after {
    opacity: 1; }

.datepicker--time-current-ampm {
  text-transform: uppercase;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  color: #9c9c9c;
  margin-left: 6px;
  font-size: 0.92rem;
  margin-bottom: 1px; }

.datepicker--time-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.92rem;
  height: 17px;
  background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat; }
  .datepicker--time-row:first-child {
    margin-bottom: 4px; }
  .datepicker--time-row input[type='range'] {
    background: none;
    cursor: pointer;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 100%;
    padding: 0;
    margin: 0;
    -webkit-appearance: none; }
    .datepicker--time-row input[type='range']::-webkit-slider-thumb {
      -webkit-appearance: none; }
    .datepicker--time-row input[type='range']:hover::-webkit-slider-thumb {
      border-color: #b8b8b8; }
    .datepicker--time-row input[type='range']:hover::-moz-range-thumb {
      border-color: #b8b8b8; }
    .datepicker--time-row input[type='range']:focus {
      outline: none; }
      .datepicker--time-row input[type='range']:focus::-webkit-slider-thumb {
        background: #5cc4ef;
        border-color: #5cc4ef; }
      .datepicker--time-row input[type='range']:focus::-moz-range-thumb {
        background: #5cc4ef;
        border-color: #5cc4ef; }
    .datepicker--time-row input[type='range']::-webkit-slider-thumb {
      box-sizing: border-box;
      height: 12px;
      width: 12px;
      border-radius: 3px;
      border: 1px solid #dedede;
      background: #fff;
      cursor: pointer;
      transition: background .2s; }
    .datepicker--time-row input[type='range']::-moz-range-thumb {
      box-sizing: border-box;
      height: 12px;
      width: 12px;
      border-radius: 3px;
      border: 1px solid #dedede;
      background: #fff;
      cursor: pointer;
      transition: background .2s; }
    .datepicker--time-row input[type='range']::-webkit-slider-thumb {
      margin-top: -6px; }
    .datepicker--time-row input[type='range']::-webkit-slider-runnable-track {
      border: none;
      height: 1px;
      cursor: pointer;
      color: transparent;
      background: transparent; }
    .datepicker--time-row input[type='range']::-moz-range-track {
      border: none;
      height: 1px;
      cursor: pointer;
      color: transparent;
      background: transparent; }
  .datepicker--time-row span {
    padding: 0 12px; }

.datepicker--time-icon {
  color: #9c9c9c;
  border: 1px solid;
  border-radius: 50%;
  font-size: 1.33rem;
  position: relative;
  margin: 0 5px -1px 0;
  width: 1em;
  height: 1em; }
  .datepicker--time-icon:after, .datepicker--time-icon:before {
    content: '';
    background: currentColor;
    position: absolute; }
  .datepicker--time-icon:after {
    height: .4em;
    width: 1px;
    left: calc(50% - 1px);
    top: calc(50% + 1px);
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  .datepicker--time-icon:before {
    width: .4em;
    height: 1px;
    top: calc(50% + 1px);
    left: calc(50% - 1px); }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

/*!Ion.RangeSlider, 2.3.1, © Denis Ineshin, 2010 - 2019, IonDen.com, Build date: 2019-12-19 16:51:02*/.irs{position:relative;display:block;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:12px;font-family:Arial,sans-serif}.irs-line{position:relative;display:block;overflow:hidden;outline:none !important}.irs-bar{position:absolute;display:block;left:0;width:0}.irs-shadow{position:absolute;display:none;left:0;width:0}.irs-handle{position:absolute;display:block;box-sizing:border-box;cursor:default;z-index:1}.irs-handle.type_last{z-index:2}.irs-min,.irs-max{position:absolute;display:block;cursor:default}.irs-min{left:0}.irs-max{right:0}.irs-from,.irs-to,.irs-single{position:absolute;display:block;top:0;left:0;cursor:default;white-space:nowrap}.irs-grid{position:absolute;display:none;bottom:0;left:0;width:100%;height:20px}.irs-with-grid .irs-grid{display:block}.irs-grid-pol{position:absolute;top:0;left:0;width:1px;height:8px;background:#000}.irs-grid-pol.small{height:4px}.irs-grid-text{position:absolute;bottom:0;left:0;white-space:nowrap;text-align:center;font-size:9px;line-height:9px;padding:0 3px;color:#000}.irs-disable-mask{position:absolute;display:block;top:0;left:-1%;width:102%;height:100%;cursor:default;background:rgba(0,0,0,0);z-index:2}.lt-ie9 .irs-disable-mask{background:#000;filter:alpha(opacity=0);cursor:not-allowed}.irs-disabled{opacity:.4}.irs-hidden-input{position:absolute !important;display:block !important;top:0 !important;left:0 !important;width:0 !important;height:0 !important;font-size:0 !important;line-height:0 !important;padding:0 !important;margin:0 !important;overflow:hidden;outline:none !important;z-index:-9999 !important;background:none !important;border-style:solid !important;border-color:transparent !important}.irs--flat{height:40px}.irs--flat.irs-with-grid{height:60px}.irs--flat .irs-line{top:25px;height:12px;background-color:#e1e4e9;border-radius:4px}.irs--flat .irs-bar{top:25px;height:12px;background-color:#ed5565}.irs--flat .irs-bar--single{border-radius:4px 0 0 4px}.irs--flat .irs-shadow{height:1px;bottom:16px;background-color:#e1e4e9}.irs--flat .irs-handle{top:22px;width:16px;height:18px;background-color:transparent}.irs--flat .irs-handle>i:first-child{position:absolute;display:block;top:0;left:50%;width:2px;height:100%;margin-left:-1px;background-color:#da4453}.irs--flat .irs-handle.state_hover>i:first-child,.irs--flat .irs-handle:hover>i:first-child{background-color:#a43540}.irs--flat .irs-min,.irs--flat .irs-max{top:0;padding:1px 3px;color:#999;font-size:10px;line-height:1.333;text-shadow:none;background-color:#e1e4e9;border-radius:4px}.irs--flat .irs-from,.irs--flat .irs-to,.irs--flat .irs-single{color:white;font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;background-color:#ed5565;border-radius:4px}.irs--flat .irs-from:before,.irs--flat .irs-to:before,.irs--flat .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#ed5565}.irs--flat .irs-grid-pol{background-color:#e1e4e9}.irs--flat .irs-grid-text{color:#999}.irs--big{height:55px}.irs--big.irs-with-grid{height:70px}.irs--big .irs-line{top:33px;height:12px;background-color:white;background:linear-gradient(to bottom, #ddd -50%, white 150%);border:1px solid #ccc;border-radius:12px}.irs--big .irs-bar{top:33px;height:12px;background-color:#92bce0;border:1px solid #428bca;background:linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);box-shadow:inset 0 0 1px 1px rgba(255,255,255,0.5)}.irs--big .irs-bar--single{border-radius:12px 0 0 12px}.irs--big .irs-shadow{height:1px;bottom:16px;background-color:rgba(66,139,202,0.5)}.irs--big .irs-handle{top:25px;width:30px;height:30px;border:1px solid rgba(0,0,0,0.3);background-color:#cbcfd5;background:linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);box-shadow:1px 1px 2px rgba(0,0,0,0.2),inset 0 0 3px 1px white;border-radius:30px}.irs--big .irs-handle.state_hover,.irs--big .irs-handle:hover{border-color:rgba(0,0,0,0.45);background-color:#939ba7;background:linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%)}.irs--big .irs-min,.irs--big .irs-max{top:0;padding:1px 5px;color:white;text-shadow:none;background-color:#9f9f9f;border-radius:3px}.irs--big .irs-from,.irs--big .irs-to,.irs--big .irs-single{color:white;text-shadow:none;padding:1px 5px;background-color:#428bca;background:linear-gradient(to bottom, #428bca 0%, #3071a9 100%);border-radius:3px}.irs--big .irs-grid-pol{background-color:#428bca}.irs--big .irs-grid-text{color:#428bca}.irs--modern{height:55px}.irs--modern.irs-with-grid{height:55px}.irs--modern .irs-line{top:25px;height:5px;background-color:#d1d6e0;background:linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);border:1px solid #a3adc1;border-bottom-width:0;border-radius:5px}.irs--modern .irs-bar{top:25px;height:5px;background:#20b426;background:linear-gradient(to bottom, #20b426 0%, #18891d 100%)}.irs--modern .irs-bar--single{border-radius:5px 0 0 5px}.irs--modern .irs-shadow{height:1px;bottom:21px;background-color:rgba(209,214,224,0.5)}.irs--modern .irs-handle{top:37px;width:12px;height:13px;border:1px solid #a3adc1;border-top-width:0;box-shadow:1px 1px 1px rgba(0,0,0,0.1);border-radius:0 0 3px 3px}.irs--modern .irs-handle>i:nth-child(1){position:absolute;display:block;top:-4px;left:1px;width:6px;height:6px;border:1px solid #a3adc1;background:white;transform:rotate(45deg)}.irs--modern .irs-handle>i:nth-child(2){position:absolute;display:block;box-sizing:border-box;top:0;left:0;width:10px;height:12px;background:#e9e6e6;background:linear-gradient(to bottom, white 0%, #e9e6e6 100%);border-radius:0 0 3px 3px}.irs--modern .irs-handle>i:nth-child(3){position:absolute;display:block;box-sizing:border-box;top:3px;left:3px;width:4px;height:5px;border-left:1px solid #a3adc1;border-right:1px solid #a3adc1}.irs--modern .irs-handle.state_hover,.irs--modern .irs-handle:hover{border-color:#7685a2;background:#c3c7cd;background:linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%)}.irs--modern .irs-handle.state_hover>i:nth-child(1),.irs--modern .irs-handle:hover>i:nth-child(1){border-color:#7685a2}.irs--modern .irs-handle.state_hover>i:nth-child(3),.irs--modern .irs-handle:hover>i:nth-child(3){border-color:#48536a}.irs--modern .irs-min,.irs--modern .irs-max{top:0;font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;color:white;background-color:#d1d6e0;border-radius:5px}.irs--modern .irs-from,.irs--modern .irs-to,.irs--modern .irs-single{font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;background-color:#20b426;color:white;border-radius:5px}.irs--modern .irs-from:before,.irs--modern .irs-to:before,.irs--modern .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#20b426}.irs--modern .irs-grid{height:25px}.irs--modern .irs-grid-pol{background-color:#dedede}.irs--modern .irs-grid-text{color:silver;font-size:13px}.irs--sharp{height:50px;font-size:12px;line-height:1}.irs--sharp.irs-with-grid{height:57px}.irs--sharp .irs-line{top:30px;height:2px;background-color:black;border-radius:2px}.irs--sharp .irs-bar{top:30px;height:2px;background-color:#ee22fa}.irs--sharp .irs-bar--single{border-radius:2px 0 0 2px}.irs--sharp .irs-shadow{height:1px;bottom:21px;background-color:rgba(0,0,0,0.5)}.irs--sharp .irs-handle{top:25px;width:10px;height:10px;background-color:#a804b2}.irs--sharp .irs-handle>i:first-child{position:absolute;display:block;top:100%;left:0;width:0;height:0;border:5px solid transparent;border-top-color:#a804b2}.irs--sharp .irs-handle.state_hover,.irs--sharp .irs-handle:hover{background-color:black}.irs--sharp .irs-handle.state_hover>i:first-child,.irs--sharp .irs-handle:hover>i:first-child{border-top-color:black}.irs--sharp .irs-min,.irs--sharp .irs-max{color:white;font-size:14px;line-height:1;top:0;padding:3px 4px;opacity:.4;background-color:#a804b2;border-radius:2px}.irs--sharp .irs-from,.irs--sharp .irs-to,.irs--sharp .irs-single{font-size:14px;line-height:1;text-shadow:none;padding:3px 4px;background-color:#a804b2;color:white;border-radius:2px}.irs--sharp .irs-from:before,.irs--sharp .irs-to:before,.irs--sharp .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#a804b2}.irs--sharp .irs-grid{height:25px}.irs--sharp .irs-grid-pol{background-color:#dedede}.irs--sharp .irs-grid-text{color:silver;font-size:13px}.irs--round{height:50px}.irs--round.irs-with-grid{height:65px}.irs--round .irs-line{top:36px;height:4px;background-color:#dee4ec;border-radius:4px}.irs--round .irs-bar{top:36px;height:4px;background-color:#006cfa}.irs--round .irs-bar--single{border-radius:4px 0 0 4px}.irs--round .irs-shadow{height:4px;bottom:21px;background-color:rgba(222,228,236,0.5)}.irs--round .irs-handle{top:26px;width:24px;height:24px;border:4px solid #006cfa;background-color:white;border-radius:24px;box-shadow:0 1px 3px rgba(0,0,255,0.3)}.irs--round .irs-handle.state_hover,.irs--round .irs-handle:hover{background-color:#f0f6ff}.irs--round .irs-min,.irs--round .irs-max{color:#333;font-size:14px;line-height:1;top:0;padding:3px 5px;background-color:rgba(0,0,0,0.1);border-radius:4px}.irs--round .irs-from,.irs--round .irs-to,.irs--round .irs-single{font-size:14px;line-height:1;text-shadow:none;padding:3px 5px;background-color:#006cfa;color:white;border-radius:4px}.irs--round .irs-from:before,.irs--round .irs-to:before,.irs--round .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#006cfa}.irs--round .irs-grid{height:25px}.irs--round .irs-grid-pol{background-color:#dedede}.irs--round .irs-grid-text{color:silver;font-size:13px}.irs--square{height:50px}.irs--square.irs-with-grid{height:60px}.irs--square .irs-line{top:31px;height:4px;background-color:#dedede}.irs--square .irs-bar{top:31px;height:4px;background-color:black}.irs--square .irs-shadow{height:2px;bottom:21px;background-color:#dedede}.irs--square .irs-handle{top:25px;width:16px;height:16px;border:3px solid black;background-color:white;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.irs--square .irs-handle.state_hover,.irs--square .irs-handle:hover{background-color:#f0f6ff}.irs--square .irs-min,.irs--square .irs-max{color:#333;font-size:14px;line-height:1;top:0;padding:3px 5px;background-color:rgba(0,0,0,0.1)}.irs--square .irs-from,.irs--square .irs-to,.irs--square .irs-single{font-size:14px;line-height:1;text-shadow:none;padding:3px 5px;background-color:black;color:white}.irs--square .irs-grid{height:25px}.irs--square .irs-grid-pol{background-color:#dedede}.irs--square .irs-grid-text{color:silver;font-size:11px}
.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

/* -------------------------------------------------
    Datepicker cells
   ------------------------------------------------- */
.datepicker--cells {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.datepicker--cell {
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 32px;
  z-index: 1; }
  /* .datepicker--cell.-current- {
    color: #4EB5E6; }
    .datepicker--cell.-current-.-focus- {
      color: #4a4a4a; }
    .datepicker--cell.-current-.-in-range- {
      color: #4EB5E6; }
  .datepicker--cell.-in-range- {
    color: #4a4a4a;
    border-radius: 0; }
    .datepicker--cell.-in-range-.-focus- {
      background-color: rgba(92, 196, 239, 0.2); } */
  .datepicker--cell.-disabled- {
    cursor: default;
    color: #aeaeae; }
    .datepicker--cell.-disabled-.-focus- {
      color: #aeaeae; }
    .datepicker--cell.-disabled-.-in-range- {
      color: #a1a1a1; }
    .datepicker--cell.-disabled-.-current-.-focus- {
      color: #aeaeae; }
  /* .datepicker--cell.-range-from- {
    border: 1px solid rgba(92, 196, 239, 0.5);
    background-color: rgba(92, 196, 239, 0.1);
    border-radius: 4px 0 0 4px; }
  .datepicker--cell.-range-to- {
    border: 1px solid rgba(92, 196, 239, 0.5);
    background-color: rgba(92, 196, 239, 0.1);
    border-radius: 0 4px 4px 0; } */
  /* .datepicker--cell.-range-from-.-range-to- {
    border-radius: 4px; }
  .datepicker--cell.-selected- {
    color: #fff;
    border: none;
    background: #5cc4ef; }
    .datepicker--cell.-selected-.-current- {
      color: #fff;
      background: #5cc4ef; }
    .datepicker--cell.-selected-.-focus- {
      background: #45bced; } */
  .datepicker--cell:empty {
    cursor: default; }

.datepicker--days-names {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 8px 0 3px; }

.datepicker--day-name {
  color: #FF9A19;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: .8em; }

.datepicker--cell-day {
  width: 14.28571%; }

.datepicker--cells-months {
  height: 170px; }

.datepicker--cell-month {
  width: 33.33%;
  height: 25%; }

.datepicker--years {
  height: 170px; }

.datepicker--cells-years {
  height: 170px; }

.datepicker--cell-year {
  width: 25%;
  height: 33.33%; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

/* -------------------------------------------------
    Datepicker
   ------------------------------------------------- */
.datepickers-container {
  position: absolute;
  left: 0;
  top: 0; }
  @media print {
    .datepickers-container {
      display: none; } }

.datepicker {
  background: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  box-sizing: content-box;
  font-family: Montserrat, sans-serif;
  border-radius: 4px;
  font-size: 1.16rem;
  color: #4a4a4a;
  width: 250px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  z-index: 100; }
  .datepicker.-from-top- {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px); }
  .datepicker.-from-right- {
    -webkit-transform: translateX(8px);
            transform: translateX(8px); }
  .datepicker.-from-bottom- {
    -webkit-transform: translateY(8px);
            transform: translateY(8px); }
  .datepicker.-from-left- {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px); }
  .datepicker.active {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
    transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
    transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease; }

.datepicker-inline .datepicker {
  border-color: #d7d7d7;
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  -webkit-transform: none;
          transform: none; }

.datepicker-inline .datepicker--pointer {
  display: none; }

.datepicker--content {
  box-sizing: content-box;
  padding: 4px; }
  .-only-timepicker- .datepicker--content {
    display: none; }

.datepicker--pointer {
  position: absolute;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1; }
  .-top-left- .datepicker--pointer, .-top-center- .datepicker--pointer, .-top-right- .datepicker--pointer {
    top: calc(100% - 4px);
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg); }
  .-right-top- .datepicker--pointer, .-right-center- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
    right: calc(100% - 4px);
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg); }
  .-bottom-left- .datepicker--pointer, .-bottom-center- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
    bottom: calc(100% - 4px);
    -webkit-transform: rotate(315deg);
            transform: rotate(315deg); }
  .-left-top- .datepicker--pointer, .-left-center- .datepicker--pointer, .-left-bottom- .datepicker--pointer {
    left: calc(100% - 4px);
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .-top-left- .datepicker--pointer, .-bottom-left- .datepicker--pointer {
    left: 10px; }
  .-top-right- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
    right: 10px; }
  .-top-center- .datepicker--pointer, .-bottom-center- .datepicker--pointer {
    left: calc(50% - 10px / 2); }
  .-left-top- .datepicker--pointer, .-right-top- .datepicker--pointer {
    top: 10px; }
  .-left-bottom- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
    bottom: 10px; }
  .-left-center- .datepicker--pointer, .-right-center- .datepicker--pointer {
    top: calc(50% - 10px / 2); }

.datepicker--body {
  display: none; }
  .datepicker--body.active {
    display: block; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

/* -------------------------------------------------
    Navigation
   ------------------------------------------------- */
.datepicker--nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #efefef;
  min-height: 32px;
  padding: 4px; }
  .-only-timepicker- .datepicker--nav {
    display: none; }

.datepicker--nav-title,
.datepicker--nav-action {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.datepicker--nav-action {
  width: 32px;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .datepicker--nav-action:hover {
    background: #f0f0f0; }
  .datepicker--nav-action.-disabled- {
    visibility: hidden; }
  .datepicker--nav-action svg {
    width: 32px;
    height: 32px; }
  .datepicker--nav-action path {
    fill: none;
    stroke: #9c9c9c;
    stroke-width: 2px; }

.datepicker--nav-title {
  border-radius: 4px;
  padding: 0 8px; }
  .datepicker--nav-title i {
    font-style: normal;
    color: #9c9c9c;
    margin-left: 5px; }
  .datepicker--nav-title:hover {
    background: #f0f0f0; }
  .datepicker--nav-title.-disabled- {
    cursor: default;
    background: none; }

.datepicker--buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  border-top: 1px solid #efefef; }


.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

/* -------------------------------------------------
    Timepicker
   ------------------------------------------------- */
.datepicker--time {
  border-top: 1px solid #efefef;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px;
  position: relative; }
  .datepicker--time.-am-pm- .datepicker--time-sliders {
    -webkit-flex: 0 1 138px;
        -ms-flex: 0 1 138px;
            flex: 0 1 138px;
    max-width: 138px; }
  .-only-timepicker- .datepicker--time {
    border-top: none; }

.datepicker--time-sliders {
  -webkit-flex: 0 1 153px;
      -ms-flex: 0 1 153px;
          flex: 0 1 153px;
  margin-right: 10px;
  max-width: 153px; }

.datepicker--time-label {
  display: none;
  font-size: 1rem; }

.datepicker--time-current {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.16rem;
  text-align: center;
  margin: 0 0 0 10px; }

.datepicker--time-current-colon {
  margin: 0 2px 3px;
  line-height: 1; }

.datepicker--time-current-hours,
.datepicker--time-current-minutes {
  line-height: 1;
  font-size: 1.58rem;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1; }
  .datepicker--time-current-hours:after,
  .datepicker--time-current-minutes:after {
    content: '';
    background: #f0f0f0;
    border-radius: 4px;
    position: absolute;
    left: -2px;
    top: -3px;
    right: -2px;
    bottom: -2px;
    z-index: -1;
    opacity: 0; }
  .datepicker--time-current-hours.-focus-:after,
  .datepicker--time-current-minutes.-focus-:after {
    opacity: 1; }

.datepicker--time-current-ampm {
  text-transform: uppercase;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  color: #9c9c9c;
  margin-left: 6px;
  font-size: 0.92rem;
  margin-bottom: 1px; }

.datepicker--time-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.92rem;
  height: 17px;
  background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat; }
  .datepicker--time-row:first-child {
    margin-bottom: 4px; }
  .datepicker--time-row input[type='range'] {
    background: none;
    cursor: pointer;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 100%;
    padding: 0;
    margin: 0;
    -webkit-appearance: none; }
    .datepicker--time-row input[type='range']::-webkit-slider-thumb {
      -webkit-appearance: none; }
    .datepicker--time-row input[type='range']:hover::-webkit-slider-thumb {
      border-color: #b8b8b8; }
    .datepicker--time-row input[type='range']:hover::-moz-range-thumb {
      border-color: #b8b8b8; }
    .datepicker--time-row input[type='range']:focus {
      outline: none; }
      .datepicker--time-row input[type='range']:focus::-webkit-slider-thumb {
        background: #5cc4ef;
        border-color: #5cc4ef; }
      .datepicker--time-row input[type='range']:focus::-moz-range-thumb {
        background: #5cc4ef;
        border-color: #5cc4ef; }
    .datepicker--time-row input[type='range']::-webkit-slider-thumb {
      box-sizing: border-box;
      height: 12px;
      width: 12px;
      border-radius: 3px;
      border: 1px solid #dedede;
      background: #fff;
      cursor: pointer;
      transition: background .2s; }
    .datepicker--time-row input[type='range']::-moz-range-thumb {
      box-sizing: border-box;
      height: 12px;
      width: 12px;
      border-radius: 3px;
      border: 1px solid #dedede;
      background: #fff;
      cursor: pointer;
      transition: background .2s; }
    .datepicker--time-row input[type='range']::-webkit-slider-thumb {
      margin-top: -6px; }
    .datepicker--time-row input[type='range']::-webkit-slider-runnable-track {
      border: none;
      height: 1px;
      cursor: pointer;
      color: transparent;
      background: transparent; }
    .datepicker--time-row input[type='range']::-moz-range-track {
      border: none;
      height: 1px;
      cursor: pointer;
      color: transparent;
      background: transparent; }
  .datepicker--time-row span {
    padding: 0 12px; }

.datepicker--time-icon {
  color: #9c9c9c;
  border: 1px solid;
  border-radius: 50%;
  font-size: 1.33rem;
  position: relative;
  margin: 0 5px -1px 0;
  width: 1em;
  height: 1em; }
  .datepicker--time-icon:after, .datepicker--time-icon:before {
    content: '';
    background: currentColor;
    position: absolute; }
  .datepicker--time-icon:after {
    height: .4em;
    width: 1px;
    left: calc(50% - 1px);
    top: calc(50% + 1px);
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  .datepicker--time-icon:before {
    width: .4em;
    height: 1px;
    top: calc(50% + 1px);
    left: calc(50% - 1px); }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

/*!Ion.RangeSlider, 2.3.1, © Denis Ineshin, 2010 - 2019, IonDen.com, Build date: 2019-12-19 16:51:02*/.irs{position:relative;display:block;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:12px;font-family:Arial,sans-serif}.irs-line{position:relative;display:block;overflow:hidden;outline:none !important}.irs-bar{position:absolute;display:block;left:0;width:0}.irs-shadow{position:absolute;display:none;left:0;width:0}.irs-handle{position:absolute;display:block;box-sizing:border-box;cursor:default;z-index:1}.irs-handle.type_last{z-index:2}.irs-min,.irs-max{position:absolute;display:block;cursor:default}.irs-min{left:0}.irs-max{right:0}.irs-from,.irs-to,.irs-single{position:absolute;display:block;top:0;left:0;cursor:default;white-space:nowrap}.irs-grid{position:absolute;display:none;bottom:0;left:0;width:100%;height:20px}.irs-with-grid .irs-grid{display:block}.irs-grid-pol{position:absolute;top:0;left:0;width:1px;height:8px;background:#000}.irs-grid-pol.small{height:4px}.irs-grid-text{position:absolute;bottom:0;left:0;white-space:nowrap;text-align:center;font-size:9px;line-height:9px;padding:0 3px;color:#000}.irs-disable-mask{position:absolute;display:block;top:0;left:-1%;width:102%;height:100%;cursor:default;background:rgba(0,0,0,0);z-index:2}.lt-ie9 .irs-disable-mask{background:#000;filter:alpha(opacity=0);cursor:not-allowed}.irs-disabled{opacity:.4}.irs-hidden-input{position:absolute !important;display:block !important;top:0 !important;left:0 !important;width:0 !important;height:0 !important;font-size:0 !important;line-height:0 !important;padding:0 !important;margin:0 !important;overflow:hidden;outline:none !important;z-index:-9999 !important;background:none !important;border-style:solid !important;border-color:transparent !important}.irs--flat{height:40px}.irs--flat.irs-with-grid{height:60px}.irs--flat .irs-line{top:25px;height:12px;background-color:#e1e4e9;border-radius:4px}.irs--flat .irs-bar{top:25px;height:12px;background-color:#ed5565}.irs--flat .irs-bar--single{border-radius:4px 0 0 4px}.irs--flat .irs-shadow{height:1px;bottom:16px;background-color:#e1e4e9}.irs--flat .irs-handle{top:22px;width:16px;height:18px;background-color:transparent}.irs--flat .irs-handle>i:first-child{position:absolute;display:block;top:0;left:50%;width:2px;height:100%;margin-left:-1px;background-color:#da4453}.irs--flat .irs-handle.state_hover>i:first-child,.irs--flat .irs-handle:hover>i:first-child{background-color:#a43540}.irs--flat .irs-min,.irs--flat .irs-max{top:0;padding:1px 3px;color:#999;font-size:10px;line-height:1.333;text-shadow:none;background-color:#e1e4e9;border-radius:4px}.irs--flat .irs-from,.irs--flat .irs-to,.irs--flat .irs-single{color:white;font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;background-color:#ed5565;border-radius:4px}.irs--flat .irs-from:before,.irs--flat .irs-to:before,.irs--flat .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#ed5565}.irs--flat .irs-grid-pol{background-color:#e1e4e9}.irs--flat .irs-grid-text{color:#999}.irs--big{height:55px}.irs--big.irs-with-grid{height:70px}.irs--big .irs-line{top:33px;height:12px;background-color:white;background:linear-gradient(to bottom, #ddd -50%, white 150%);border:1px solid #ccc;border-radius:12px}.irs--big .irs-bar{top:33px;height:12px;background-color:#92bce0;border:1px solid #428bca;background:linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);box-shadow:inset 0 0 1px 1px rgba(255,255,255,0.5)}.irs--big .irs-bar--single{border-radius:12px 0 0 12px}.irs--big .irs-shadow{height:1px;bottom:16px;background-color:rgba(66,139,202,0.5)}.irs--big .irs-handle{top:25px;width:30px;height:30px;border:1px solid rgba(0,0,0,0.3);background-color:#cbcfd5;background:linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);box-shadow:1px 1px 2px rgba(0,0,0,0.2),inset 0 0 3px 1px white;border-radius:30px}.irs--big .irs-handle.state_hover,.irs--big .irs-handle:hover{border-color:rgba(0,0,0,0.45);background-color:#939ba7;background:linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%)}.irs--big .irs-min,.irs--big .irs-max{top:0;padding:1px 5px;color:white;text-shadow:none;background-color:#9f9f9f;border-radius:3px}.irs--big .irs-from,.irs--big .irs-to,.irs--big .irs-single{color:white;text-shadow:none;padding:1px 5px;background-color:#428bca;background:linear-gradient(to bottom, #428bca 0%, #3071a9 100%);border-radius:3px}.irs--big .irs-grid-pol{background-color:#428bca}.irs--big .irs-grid-text{color:#428bca}.irs--modern{height:55px}.irs--modern.irs-with-grid{height:55px}.irs--modern .irs-line{top:25px;height:5px;background-color:#d1d6e0;background:linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);border:1px solid #a3adc1;border-bottom-width:0;border-radius:5px}.irs--modern .irs-bar{top:25px;height:5px;background:#20b426;background:linear-gradient(to bottom, #20b426 0%, #18891d 100%)}.irs--modern .irs-bar--single{border-radius:5px 0 0 5px}.irs--modern .irs-shadow{height:1px;bottom:21px;background-color:rgba(209,214,224,0.5)}.irs--modern .irs-handle{top:37px;width:12px;height:13px;border:1px solid #a3adc1;border-top-width:0;box-shadow:1px 1px 1px rgba(0,0,0,0.1);border-radius:0 0 3px 3px}.irs--modern .irs-handle>i:nth-child(1){position:absolute;display:block;top:-4px;left:1px;width:6px;height:6px;border:1px solid #a3adc1;background:white;transform:rotate(45deg)}.irs--modern .irs-handle>i:nth-child(2){position:absolute;display:block;box-sizing:border-box;top:0;left:0;width:10px;height:12px;background:#e9e6e6;background:linear-gradient(to bottom, white 0%, #e9e6e6 100%);border-radius:0 0 3px 3px}.irs--modern .irs-handle>i:nth-child(3){position:absolute;display:block;box-sizing:border-box;top:3px;left:3px;width:4px;height:5px;border-left:1px solid #a3adc1;border-right:1px solid #a3adc1}.irs--modern .irs-handle.state_hover,.irs--modern .irs-handle:hover{border-color:#7685a2;background:#c3c7cd;background:linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%)}.irs--modern .irs-handle.state_hover>i:nth-child(1),.irs--modern .irs-handle:hover>i:nth-child(1){border-color:#7685a2}.irs--modern .irs-handle.state_hover>i:nth-child(3),.irs--modern .irs-handle:hover>i:nth-child(3){border-color:#48536a}.irs--modern .irs-min,.irs--modern .irs-max{top:0;font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;color:white;background-color:#d1d6e0;border-radius:5px}.irs--modern .irs-from,.irs--modern .irs-to,.irs--modern .irs-single{font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;background-color:#20b426;color:white;border-radius:5px}.irs--modern .irs-from:before,.irs--modern .irs-to:before,.irs--modern .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#20b426}.irs--modern .irs-grid{height:25px}.irs--modern .irs-grid-pol{background-color:#dedede}.irs--modern .irs-grid-text{color:silver;font-size:13px}.irs--sharp{height:50px;font-size:12px;line-height:1}.irs--sharp.irs-with-grid{height:57px}.irs--sharp .irs-line{top:30px;height:2px;background-color:black;border-radius:2px}.irs--sharp .irs-bar{top:30px;height:2px;background-color:#ee22fa}.irs--sharp .irs-bar--single{border-radius:2px 0 0 2px}.irs--sharp .irs-shadow{height:1px;bottom:21px;background-color:rgba(0,0,0,0.5)}.irs--sharp .irs-handle{top:25px;width:10px;height:10px;background-color:#a804b2}.irs--sharp .irs-handle>i:first-child{position:absolute;display:block;top:100%;left:0;width:0;height:0;border:5px solid transparent;border-top-color:#a804b2}.irs--sharp .irs-handle.state_hover,.irs--sharp .irs-handle:hover{background-color:black}.irs--sharp .irs-handle.state_hover>i:first-child,.irs--sharp .irs-handle:hover>i:first-child{border-top-color:black}.irs--sharp .irs-min,.irs--sharp .irs-max{color:white;font-size:14px;line-height:1;top:0;padding:3px 4px;opacity:.4;background-color:#a804b2;border-radius:2px}.irs--sharp .irs-from,.irs--sharp .irs-to,.irs--sharp .irs-single{font-size:14px;line-height:1;text-shadow:none;padding:3px 4px;background-color:#a804b2;color:white;border-radius:2px}.irs--sharp .irs-from:before,.irs--sharp .irs-to:before,.irs--sharp .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#a804b2}.irs--sharp .irs-grid{height:25px}.irs--sharp .irs-grid-pol{background-color:#dedede}.irs--sharp .irs-grid-text{color:silver;font-size:13px}.irs--round{height:50px}.irs--round.irs-with-grid{height:65px}.irs--round .irs-line{top:36px;height:4px;background-color:#dee4ec;border-radius:4px}.irs--round .irs-bar{top:36px;height:4px;background-color:#006cfa}.irs--round .irs-bar--single{border-radius:4px 0 0 4px}.irs--round .irs-shadow{height:4px;bottom:21px;background-color:rgba(222,228,236,0.5)}.irs--round .irs-handle{top:26px;width:24px;height:24px;border:4px solid #006cfa;background-color:white;border-radius:24px;box-shadow:0 1px 3px rgba(0,0,255,0.3)}.irs--round .irs-handle.state_hover,.irs--round .irs-handle:hover{background-color:#f0f6ff}.irs--round .irs-min,.irs--round .irs-max{color:#333;font-size:14px;line-height:1;top:0;padding:3px 5px;background-color:rgba(0,0,0,0.1);border-radius:4px}.irs--round .irs-from,.irs--round .irs-to,.irs--round .irs-single{font-size:14px;line-height:1;text-shadow:none;padding:3px 5px;background-color:#006cfa;color:white;border-radius:4px}.irs--round .irs-from:before,.irs--round .irs-to:before,.irs--round .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#006cfa}.irs--round .irs-grid{height:25px}.irs--round .irs-grid-pol{background-color:#dedede}.irs--round .irs-grid-text{color:silver;font-size:13px}.irs--square{height:50px}.irs--square.irs-with-grid{height:60px}.irs--square .irs-line{top:31px;height:4px;background-color:#dedede}.irs--square .irs-bar{top:31px;height:4px;background-color:black}.irs--square .irs-shadow{height:2px;bottom:21px;background-color:#dedede}.irs--square .irs-handle{top:25px;width:16px;height:16px;border:3px solid black;background-color:white;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.irs--square .irs-handle.state_hover,.irs--square .irs-handle:hover{background-color:#f0f6ff}.irs--square .irs-min,.irs--square .irs-max{color:#333;font-size:14px;line-height:1;top:0;padding:3px 5px;background-color:rgba(0,0,0,0.1)}.irs--square .irs-from,.irs--square .irs-to,.irs--square .irs-single{font-size:14px;line-height:1;text-shadow:none;padding:3px 5px;background-color:black;color:white}.irs--square .irs-grid{height:25px}.irs--square .irs-grid-pol{background-color:#dedede}.irs--square .irs-grid-text{color:silver;font-size:11px}
.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

/* -------------------------------------------------
    Datepicker cells
   ------------------------------------------------- */
.datepicker--cells {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.datepicker--cell {
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 32px;
  z-index: 1; }
  /* .datepicker--cell.-current- {
    color: #4EB5E6; }
    .datepicker--cell.-current-.-focus- {
      color: #4a4a4a; }
    .datepicker--cell.-current-.-in-range- {
      color: #4EB5E6; }
  .datepicker--cell.-in-range- {
    color: #4a4a4a;
    border-radius: 0; }
    .datepicker--cell.-in-range-.-focus- {
      background-color: rgba(92, 196, 239, 0.2); } */
  .datepicker--cell.-disabled- {
    cursor: default;
    color: #aeaeae; }
    .datepicker--cell.-disabled-.-focus- {
      color: #aeaeae; }
    .datepicker--cell.-disabled-.-in-range- {
      color: #a1a1a1; }
    .datepicker--cell.-disabled-.-current-.-focus- {
      color: #aeaeae; }
  /* .datepicker--cell.-range-from- {
    border: 1px solid rgba(92, 196, 239, 0.5);
    background-color: rgba(92, 196, 239, 0.1);
    border-radius: 4px 0 0 4px; }
  .datepicker--cell.-range-to- {
    border: 1px solid rgba(92, 196, 239, 0.5);
    background-color: rgba(92, 196, 239, 0.1);
    border-radius: 0 4px 4px 0; } */
  /* .datepicker--cell.-range-from-.-range-to- {
    border-radius: 4px; }
  .datepicker--cell.-selected- {
    color: #fff;
    border: none;
    background: #5cc4ef; }
    .datepicker--cell.-selected-.-current- {
      color: #fff;
      background: #5cc4ef; }
    .datepicker--cell.-selected-.-focus- {
      background: #45bced; } */
  .datepicker--cell:empty {
    cursor: default; }

.datepicker--days-names {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 8px 0 3px; }

.datepicker--day-name {
  color: #FF9A19;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: .8em; }

.datepicker--cell-day {
  width: 14.28571%; }

.datepicker--cells-months {
  height: 170px; }

.datepicker--cell-month {
  width: 33.33%;
  height: 25%; }

.datepicker--years {
  height: 170px; }

.datepicker--cells-years {
  height: 170px; }

.datepicker--cell-year {
  width: 25%;
  height: 33.33%; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

/* -------------------------------------------------
    Datepicker
   ------------------------------------------------- */
.datepickers-container {
  position: absolute;
  left: 0;
  top: 0; }
  @media print {
    .datepickers-container {
      display: none; } }

.datepicker {
  background: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  box-sizing: content-box;
  font-family: Montserrat, sans-serif;
  border-radius: 4px;
  font-size: 1.16rem;
  color: #4a4a4a;
  width: 250px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  z-index: 100; }
  .datepicker.-from-top- {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px); }
  .datepicker.-from-right- {
    -webkit-transform: translateX(8px);
            transform: translateX(8px); }
  .datepicker.-from-bottom- {
    -webkit-transform: translateY(8px);
            transform: translateY(8px); }
  .datepicker.-from-left- {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px); }
  .datepicker.active {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
    transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
    transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease; }

.datepicker-inline .datepicker {
  border-color: #d7d7d7;
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  -webkit-transform: none;
          transform: none; }

.datepicker-inline .datepicker--pointer {
  display: none; }

.datepicker--content {
  box-sizing: content-box;
  padding: 4px; }
  .-only-timepicker- .datepicker--content {
    display: none; }

.datepicker--pointer {
  position: absolute;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1; }
  .-top-left- .datepicker--pointer, .-top-center- .datepicker--pointer, .-top-right- .datepicker--pointer {
    top: calc(100% - 4px);
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg); }
  .-right-top- .datepicker--pointer, .-right-center- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
    right: calc(100% - 4px);
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg); }
  .-bottom-left- .datepicker--pointer, .-bottom-center- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
    bottom: calc(100% - 4px);
    -webkit-transform: rotate(315deg);
            transform: rotate(315deg); }
  .-left-top- .datepicker--pointer, .-left-center- .datepicker--pointer, .-left-bottom- .datepicker--pointer {
    left: calc(100% - 4px);
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .-top-left- .datepicker--pointer, .-bottom-left- .datepicker--pointer {
    left: 10px; }
  .-top-right- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
    right: 10px; }
  .-top-center- .datepicker--pointer, .-bottom-center- .datepicker--pointer {
    left: calc(50% - 10px / 2); }
  .-left-top- .datepicker--pointer, .-right-top- .datepicker--pointer {
    top: 10px; }
  .-left-bottom- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
    bottom: 10px; }
  .-left-center- .datepicker--pointer, .-right-center- .datepicker--pointer {
    top: calc(50% - 10px / 2); }

.datepicker--body {
  display: none; }
  .datepicker--body.active {
    display: block; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

/* -------------------------------------------------
    Navigation
   ------------------------------------------------- */
.datepicker--nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #efefef;
  min-height: 32px;
  padding: 4px; }
  .-only-timepicker- .datepicker--nav {
    display: none; }

.datepicker--nav-title,
.datepicker--nav-action {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.datepicker--nav-action {
  width: 32px;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .datepicker--nav-action:hover {
    background: #f0f0f0; }
  .datepicker--nav-action.-disabled- {
    visibility: hidden; }
  .datepicker--nav-action svg {
    width: 32px;
    height: 32px; }
  .datepicker--nav-action path {
    fill: none;
    stroke: #9c9c9c;
    stroke-width: 2px; }

.datepicker--nav-title {
  border-radius: 4px;
  padding: 0 8px; }
  .datepicker--nav-title i {
    font-style: normal;
    color: #9c9c9c;
    margin-left: 5px; }
  .datepicker--nav-title:hover {
    background: #f0f0f0; }
  .datepicker--nav-title.-disabled- {
    cursor: default;
    background: none; }

.datepicker--buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  border-top: 1px solid #efefef; }


.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

/* -------------------------------------------------
    Timepicker
   ------------------------------------------------- */
.datepicker--time {
  border-top: 1px solid #efefef;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px;
  position: relative; }
  .datepicker--time.-am-pm- .datepicker--time-sliders {
    -webkit-flex: 0 1 138px;
        -ms-flex: 0 1 138px;
            flex: 0 1 138px;
    max-width: 138px; }
  .-only-timepicker- .datepicker--time {
    border-top: none; }

.datepicker--time-sliders {
  -webkit-flex: 0 1 153px;
      -ms-flex: 0 1 153px;
          flex: 0 1 153px;
  margin-right: 10px;
  max-width: 153px; }

.datepicker--time-label {
  display: none;
  font-size: 1rem; }

.datepicker--time-current {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.16rem;
  text-align: center;
  margin: 0 0 0 10px; }

.datepicker--time-current-colon {
  margin: 0 2px 3px;
  line-height: 1; }

.datepicker--time-current-hours,
.datepicker--time-current-minutes {
  line-height: 1;
  font-size: 1.58rem;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1; }
  .datepicker--time-current-hours:after,
  .datepicker--time-current-minutes:after {
    content: '';
    background: #f0f0f0;
    border-radius: 4px;
    position: absolute;
    left: -2px;
    top: -3px;
    right: -2px;
    bottom: -2px;
    z-index: -1;
    opacity: 0; }
  .datepicker--time-current-hours.-focus-:after,
  .datepicker--time-current-minutes.-focus-:after {
    opacity: 1; }

.datepicker--time-current-ampm {
  text-transform: uppercase;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  color: #9c9c9c;
  margin-left: 6px;
  font-size: 0.92rem;
  margin-bottom: 1px; }

.datepicker--time-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.92rem;
  height: 17px;
  background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat; }
  .datepicker--time-row:first-child {
    margin-bottom: 4px; }
  .datepicker--time-row input[type='range'] {
    background: none;
    cursor: pointer;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 100%;
    padding: 0;
    margin: 0;
    -webkit-appearance: none; }
    .datepicker--time-row input[type='range']::-webkit-slider-thumb {
      -webkit-appearance: none; }
    .datepicker--time-row input[type='range']:hover::-webkit-slider-thumb {
      border-color: #b8b8b8; }
    .datepicker--time-row input[type='range']:hover::-moz-range-thumb {
      border-color: #b8b8b8; }
    .datepicker--time-row input[type='range']:focus {
      outline: none; }
      .datepicker--time-row input[type='range']:focus::-webkit-slider-thumb {
        background: #5cc4ef;
        border-color: #5cc4ef; }
      .datepicker--time-row input[type='range']:focus::-moz-range-thumb {
        background: #5cc4ef;
        border-color: #5cc4ef; }
    .datepicker--time-row input[type='range']::-webkit-slider-thumb {
      box-sizing: border-box;
      height: 12px;
      width: 12px;
      border-radius: 3px;
      border: 1px solid #dedede;
      background: #fff;
      cursor: pointer;
      transition: background .2s; }
    .datepicker--time-row input[type='range']::-moz-range-thumb {
      box-sizing: border-box;
      height: 12px;
      width: 12px;
      border-radius: 3px;
      border: 1px solid #dedede;
      background: #fff;
      cursor: pointer;
      transition: background .2s; }
    .datepicker--time-row input[type='range']::-webkit-slider-thumb {
      margin-top: -6px; }
    .datepicker--time-row input[type='range']::-webkit-slider-runnable-track {
      border: none;
      height: 1px;
      cursor: pointer;
      color: transparent;
      background: transparent; }
    .datepicker--time-row input[type='range']::-moz-range-track {
      border: none;
      height: 1px;
      cursor: pointer;
      color: transparent;
      background: transparent; }
  .datepicker--time-row span {
    padding: 0 12px; }

.datepicker--time-icon {
  color: #9c9c9c;
  border: 1px solid;
  border-radius: 50%;
  font-size: 1.33rem;
  position: relative;
  margin: 0 5px -1px 0;
  width: 1em;
  height: 1em; }
  .datepicker--time-icon:after, .datepicker--time-icon:before {
    content: '';
    background: currentColor;
    position: absolute; }
  .datepicker--time-icon:after {
    height: .4em;
    width: 1px;
    left: calc(50% - 1px);
    top: calc(50% + 1px);
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  .datepicker--time-icon:before {
    width: .4em;
    height: 1px;
    top: calc(50% + 1px);
    left: calc(50% - 1px); }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

@charset "UTF-8";
/* montserrat-regular - latin_cyrillic */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url(fonts/montserrat-v15-latin_cyrillic-regular.c1ba4359982fe0cc48ec8d1ad403fdeb.woff) format("woff"); }

/* montserrat-italic - latin_cyrillic */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 400;
  src: url(fonts/montserrat-v15-latin_cyrillic-italic.d9efdead1749a21fae169b359de60941.woff) format("woff"); }

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url(fonts/montserrat-v15-latin_cyrillic-600.76f41669c841bc25d1b71f4e34e831fe.woff) format("woff"); }

/* montserrat-600italic - latin_cyrillic */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 600;
  src: url(fonts/montserrat-v15-latin_cyrillic-600italic.9cb63491641aceaff6c466be81edc1a8.woff) format("woff"); }

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url(fonts/montserrat-bold.079ca05d3ded9bc107ab8a8da013be22.ttf); }

@font-face {
  font-family: "rouble";
  src: url(fonts/rouble.b5a0c905109bbc63d2ed762255024eab.otf) format("opentype"); }

@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(fonts/materialIcons-regular.a36c7514ef1c23af53f19f858bc0a342.woff2) format("woff2"); }

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for IE. */
  font-feature-settings: "liga"; }

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box; }

a {
  text-decoration: none; }

html,
body {
  height: 100%; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

*,
*:before,
*:after {
  box-sizing: inherit; }

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; }

.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; }

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box; }

a {
  text-decoration: none; }

html,
body {
  height: 100%; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

*,
*:before,
*:after {
  box-sizing: inherit; }

/* montserrat-regular - latin_cyrillic */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url(fonts/montserrat-v15-latin_cyrillic-regular.c1ba4359982fe0cc48ec8d1ad403fdeb.woff) format("woff"); }

/* montserrat-italic - latin_cyrillic */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 400;
  src: url(fonts/montserrat-v15-latin_cyrillic-italic.d9efdead1749a21fae169b359de60941.woff) format("woff"); }

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url(fonts/montserrat-v15-latin_cyrillic-600.76f41669c841bc25d1b71f4e34e831fe.woff) format("woff"); }

/* montserrat-600italic - latin_cyrillic */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 600;
  src: url(fonts/montserrat-v15-latin_cyrillic-600italic.9cb63491641aceaff6c466be81edc1a8.woff) format("woff"); }

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url(fonts/montserrat-bold.079ca05d3ded9bc107ab8a8da013be22.ttf); }

@font-face {
  font-family: "rouble";
  src: url(fonts/rouble.b5a0c905109bbc63d2ed762255024eab.otf) format("opentype"); }

@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(fonts/materialIcons-regular.a36c7514ef1c23af53f19f858bc0a342.woff2) format("woff2"); }

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for IE. */
  font-feature-settings: "liga"; }

.social-networks__list {
  display: flex;
  text-align: center;
  flex-direction: row;
  width: 112px;
  justify-content: space-between; }

.social-networks__link {
  text-decoration: none;
  width: 24px;
  height: 24px;
  color: #bc9cff; }

.footer-copyright {
  max-width: 100%;
  min-height: 70px;
  background: #ffffff;
  box-shadow: 0 10px 20px rgba(31, 32, 65, 0.05);
  border-top: 1px solid rgba(31, 32, 65, 0.25);
  font-style: normal;
  font-weight: normal;
  font-family: inherit;
  display: flex;
  align-items: center; }
  .footer-copyright__wrapper {
    margin: 0 auto;
    max-width: 1670px;
    display: flex;
    text-align: center;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 15px; }
  .footer-copyright__rights {
    max-width: 367px;
    font-size: 1.16rem;
    line-height: 1.42rem;
    color: rgba(31, 32, 65, 0.75); }

@media (max-width: 767px) {
  .footer-copyright__wrapper {
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center; }
  .footer-copyright__rights {
    display: none; }
  .footer-copyright__social-networks-links {
    margin: 0; } }

.social-networks__list {
  display: flex;
  text-align: center;
  flex-direction: row;
  width: 112px;
  justify-content: space-between; }

.social-networks__link {
  text-decoration: none;
  width: 24px;
  height: 24px;
  color: #bc9cff; }

.footer-creative {
  max-width: 768px;
  width: 100%;
  height: 367px;
  background: #ffffff;
  box-shadow: 0 10px 20px rgba(31, 32, 65, 0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto; }
  .footer-creative__logo {
    max-width: 560px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px; }
  .footer-creative__logo p {
    font-family: inherit;
    font-style: normal;
    font-weight: normal;
    font-size: 1.16rem;
    line-height: 2rem;
    text-align: center;
    color: rgba(31, 32, 65, 0.75);
    margin-top: 16px;
    padding: 0 15px; }

.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; }

.subscribe {
  display: flex;
  flex-direction: column;
  width: 260px;
  font-family: inherit; }
  .subscribe__text-container {
    height: 84px;
    margin-bottom: 20px; }
  .subscribe__header {
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.25rem;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #1f2041; }
  .subscribe__proposal {
    font-weight: 400;
    font-size: 1.16rem;
    line-height: 2rem;
    color: rgba(31, 32, 65, 0.75); }
  .subscribe__form {
    width: 260px; }

.list-links {
  display: flex;
  align-items: center; }
  .list-links__arrow {
    width: 24px;
    height: 21px;
    font-family: Material Icons;
    font-size: 2rem;
    line-height: 1.67rem;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: rgba(31, 32, 65, 0.5);
    cursor: pointer; }
  .list-links__link {
    margin-right: 20px;
    cursor: pointer;
    text-align: center;
    position: relative; }
  .list-links__ref, .list-links__sub-ref {
    color: rgba(31, 32, 65, 0.5);
    font-size: 1.16rem;
    line-height: 1.42rem;
    font-weight: 400;
    font-family: inherit;
    white-space: nowrap; }
  .list-links__sub-ref {
    margin: 10px 10px 0 10px; }
  .list-links__sub-ref:last-child {
    margin-bottom: 10px; }
  .list-links__sub-ref:hover {
    color: rgba(31, 32, 65, 0.75); }
  .list-links__sub-links {
    display: none;
    width: inherit;
    height: auto;
    background-color: #ffffff;
    position: absolute;
    top: 45px;
    left: 0;
    z-index: 9;
    border: 1px solid rgba(31, 32, 65, 0.25); }
  .list-links__sub-links_is-visible {
    display: flex;
    flex-direction: column; }
  .list-links__ref_active {
    font-weight: bold;
    color: rgba(31, 32, 65, 0.75);
    text-align: center; }
  .list-links_vertical {
    flex-direction: column;
    align-items: flex-start; }
    .list-links_vertical .list-links__ref_active {
      text-transform: uppercase;
      margin-bottom: 21px;
      color: #1f2041;
      font-size: 1rem; }
    .list-links_vertical .list-links__link {
      margin-right: 0;
      margin-bottom: 20px;
      font-size: 1rem; }
    .list-links_vertical .list-links__link:last-child {
      margin-bottom: 0px; }
  .list-links__link_is-expandable {
    display: flex;
    align-items: center; }

@media (max-width: 1024px) {
  .list-links__link {
    margin-right: 10px; } }

@media (max-width: 767px) {
  .list-links {
    flex-direction: column;
    justify-content: center; }
    .list-links__link {
      margin-right: 0px;
      margin-bottom: 10px; }
    .list-links__sub-links {
      top: 25px; } }

.footer-widget {
  max-width: 100%;
  font-family: inherit;
  border-top: 1px solid rgba(31, 32, 65, 0.25);
  background: #ffffff;
  box-shadow: 0 1px 0 rgba(31, 32, 65, 0.1);
  font-style: normal;
  font-weight: normal;
  min-height: 372px; }
  .footer-widget__wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 1670px;
    margin: 0 auto;
    padding: 104px 15px 0 15px; }
  .footer-widget__logo {
    width: 260px;
    height: 132px; }
  .footer-widget__logo img {
    margin-top: -3px; }
  .footer-widget__logo p {
    width: 260px;
    margin-top: 15px;
    display: block;
    font-size: 1.16rem;
    line-height: 2rem;
    color: rgba(31, 32, 65, 0.75); }
  .footer-widget__links {
    max-width: 549px;
    margin-right: 10px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
  .footer-widget__links .list-links:nth-child(2) {
    margin-right: 30px; }

@media (max-width: 1220px) {
  .footer-widget__logo {
    display: none; }
  .footer-widget__wrapper {
    justify-content: space-evenly; }
  .footer-widget__links {
    margin-right: 30px; } }

@media (max-width: 767px) {
  .footer-widget,
  .footer-widget__subscribe {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center; }
  .footer-widget__wrapper {
    padding-top: 0; }
  .footer-widget {
    height: 200px; }
  .footer-widget__logo,
  .footer-widget__links {
    display: none; }
  .footer-widget__subscribe {
    margin-top: 0; }
  .footer-widget,
  .footer-widget__subscribe {
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center; }
  .footer-widget__subscribe {
    margin-top: 10px; } }

.header-burger {
  display: none; }
  .header-burger::before, .header-burger::after {
    background-color: #1f2041;
    cursor: pointer;
    content: '';
    position: absolute;
    height: 3px;
    left: 0;
    transition: all 0.3s ease 0s;
    width: 100%; }
  .header-burger::before {
    top: 0; }
  .header-burger::after {
    bottom: 0; }

@media (max-width: 767px) {
  .header-burger {
    cursor: pointer;
    display: block;
    position: relative;
    height: 30px;
    width: 30px; }
    .header-burger span {
      background-color: #1f2041;
      content: '';
      position: absolute;
      height: 3px;
      left: 0px;
      transition: all 0.3s ease 0s;
      top: 13px;
      width: 100%; }
    .header-burger::before, .header-burger::after {
      background-color: #1f2041;
      cursor: pointer;
      content: '';
      height: 3px;
      left: 0px;
      position: absolute;
      transition: all 0.3s ease 0s;
      width: 100%; }
    .header-burger::before {
      top: 0; }
    .header-burger::after {
      bottom: 0; }
    .header-burger.burger_is-opened span {
      transform: scale(0); }
    .header-burger.burger_is-opened::before {
      transform: rotate(45deg);
      top: 9px; }
    .header-burger.burger_is-opened:after {
      transform: rotate(-45deg);
      top: 9px; } }

.list-links {
  display: flex;
  align-items: center; }
  .list-links__arrow {
    width: 24px;
    height: 21px;
    font-family: Material Icons;
    font-size: 2rem;
    line-height: 1.67rem;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: rgba(31, 32, 65, 0.5);
    cursor: pointer; }
  .list-links__link {
    margin-right: 20px;
    cursor: pointer;
    text-align: center;
    position: relative; }
  .list-links__ref, .list-links__sub-ref {
    color: rgba(31, 32, 65, 0.5);
    font-size: 1.16rem;
    line-height: 1.42rem;
    font-weight: 400;
    font-family: inherit;
    white-space: nowrap; }
  .list-links__sub-ref {
    margin: 10px 10px 0 10px; }
  .list-links__sub-ref:last-child {
    margin-bottom: 10px; }
  .list-links__sub-ref:hover {
    color: rgba(31, 32, 65, 0.75); }
  .list-links__sub-links {
    display: none;
    width: inherit;
    height: auto;
    background-color: #ffffff;
    position: absolute;
    top: 45px;
    left: 0;
    z-index: 9;
    border: 1px solid rgba(31, 32, 65, 0.25); }
  .list-links__sub-links_is-visible {
    display: flex;
    flex-direction: column; }
  .list-links__ref_active {
    font-weight: bold;
    color: rgba(31, 32, 65, 0.75);
    text-align: center; }
  .list-links_vertical {
    flex-direction: column;
    align-items: flex-start; }
    .list-links_vertical .list-links__ref_active {
      text-transform: uppercase;
      margin-bottom: 21px;
      color: #1f2041;
      font-size: 1rem; }
    .list-links_vertical .list-links__link {
      margin-right: 0;
      margin-bottom: 20px;
      font-size: 1rem; }
    .list-links_vertical .list-links__link:last-child {
      margin-bottom: 0px; }
  .list-links__link_is-expandable {
    display: flex;
    align-items: center; }

@media (max-width: 1024px) {
  .list-links__link {
    margin-right: 10px; } }

@media (max-width: 767px) {
  .list-links {
    flex-direction: column;
    justify-content: center; }
    .list-links__link {
      margin-right: 0px;
      margin-bottom: 10px; }
    .list-links__sub-links {
      top: 25px; } }

.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; }

.header-bar {
  max-width: 100%;
  min-height: 70px;
  background: #ffffff;
  box-shadow: 0px 10px 20px rgba(31, 32, 65, 0.05);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-family: inherit;
  font-style: normal;
  font-weight: normal;
  font-size: 1.16rem;
  line-height: 1.42rem;
  width: 100%; }
  .header-bar__wrapper {
    max-width: 1670px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px; }
  .header-bar__logo {
    height: 40px;
    width: 105.69px; }
  .header-bar__nav {
    list-style-type: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%; }
  .header-bar__delimeter {
    margin-right: 20px;
    height: 30px;
    width: 1px;
    background: rgba(31, 32, 65, 0.1); }
  .header-bar__buttons {
    display: flex;
    flex-direction: row;
    gap: 20px; }
  .header-bar__user {
    color: rgba(31, 32, 65, 0.5);
    font-family: inherit;
    font-size: 1.16rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42rem;
    letter-spacing: 0em;
    text-decoration: none; }

@media (max-width: 910px) {
  .header-bar__logo,
  .header-bar__delimeter {
    display: none; } }

@media (max-width: 767px) {
  .header-bar__wrapper {
    align-items: flex-start;
    padding: 20px; }
  .header-bar {
    height: auto;
    min-height: auto; }
  .header-bar__buttons {
    flex-direction: column;
    align-items: center; }
  .header-bar__nav {
    display: none;
    flex-direction: column;
    width: 200px;
    justify-content: center; }
  .header-bar__nav.burger_is-opened {
    display: flex; }
  .header-bar .buttons-header-bar {
    flex-direction: column;
    align-items: center; }
  .buttons-header-bar__first-button {
    margin-right: 0;
    margin-bottom: 20px; } }

.header-burger {
  display: none; }
  .header-burger::before, .header-burger::after {
    background-color: #1f2041;
    cursor: pointer;
    content: '';
    position: absolute;
    height: 3px;
    left: 0;
    transition: all 0.3s ease 0s;
    width: 100%; }
  .header-burger::before {
    top: 0; }
  .header-burger::after {
    bottom: 0; }

@media (max-width: 767px) {
  .header-burger {
    cursor: pointer;
    display: block;
    position: relative;
    height: 30px;
    width: 30px; }
    .header-burger span {
      background-color: #1f2041;
      content: '';
      position: absolute;
      height: 3px;
      left: 0px;
      transition: all 0.3s ease 0s;
      top: 13px;
      width: 100%; }
    .header-burger::before, .header-burger::after {
      background-color: #1f2041;
      cursor: pointer;
      content: '';
      height: 3px;
      left: 0px;
      position: absolute;
      transition: all 0.3s ease 0s;
      width: 100%; }
    .header-burger::before {
      top: 0; }
    .header-burger::after {
      bottom: 0; }
    .header-burger.burger_is-opened span {
      transform: scale(0); }
    .header-burger.burger_is-opened::before {
      transform: rotate(45deg);
      top: 9px; }
    .header-burger.burger_is-opened:after {
      transform: rotate(-45deg);
      top: 9px; } }

.headers-and-footers {
  width: 100%;
  height: 1350px;
  background-color: #e5e5e5;
  max-width: 1440px;
  margin: 0 auto; }

.headers-and-footers__login {
  margin-top: 100px; }

.headers-and-footers__header-nav {
  margin-top: 40px; }

.headers-and-footers__footer-logo {
  margin-top: 40px; }

.headers-and-footers__footer-nav {
  margin-top: 40px; }

.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; }

.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; }

.wrapper {
  background-color: #e5e5e5;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: bold;
  font-size: 16px; }

.wrapper h1 {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 50px;
  margin-top: 100px;
  color: #6fcf97;
  font-size: 2rem; }

.wrapper a {
  text-decoration: none; }

.ui-kit a,
.hotel a {
  color: #bc9cff;
  border: 2px solid rgba(31, 32, 65, 0.5);
  width: 250px;
  height: 80px;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto 40px;
  display: flex;
  font-size: 1.5rem;
  background-color: #ffffff;
  border-radius: 0.5rem;
  padding: 10px; }


/*# sourceMappingURL=UIKit~details~landing~main~registration~search~signin.d66f43ab350eb01c0d16.css.map*/