@font-face {
  font-family: 'Quicksand';
  src: url(../fonts/Quicksand-Regular.woff2), url(../fonts/Quicksand-Regular.woff);
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Quicksand';
  src: url(../fonts/Quicksand-Bold.woff2), url(../fonts/Quicksand-Bold.woff);
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat';
  src: url(../fonts/Montserrat-Regular.woff2), url(../fonts/Montserrat-Regular.woff);
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat';
  src: url(../fonts/Montserrat-Bold.woff2), url(../fonts/Montserrat-Bold.woff);
  font-weight: 700;
  font-style: normal; }

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

html,
body {
  margin: 0;
  height: 100%;
  min-width: 320px; }



.button {
  display: inline-block; }
  .button__control {
    font-family: Montserrat, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    color: white;
    background: linear-gradient(180deg, #bc9cff 0%, #8ba4f9 100%);
    border-radius: 22px;
    padding: 14px 19px 15px;
    text-transform: uppercase;
    outline: none;
    cursor: pointer;
    user-select: none;
    border: none; }
    .button__control_transparent {
      opacity: 0.5; }
    .button__control_size_small {
      padding: 9px 21px 10px 19px; }
    .button__control_type_border {
      width: calc(100% - 4px);
      padding: 12px 16px 13px;
      background: white;
      color: #bc9cff;
      margin: 2px;
      border-radius: 22px; }
      .button__control_type_border:hover {
        opacity: 1; }
    .button__control:hover {
      opacity: 0.5; }
  .button__border {
    background: linear-gradient(180deg, #bc9cff 0%, #8ba4f9 100%);
    border-radius: 22px;
    display: inline-block;
    min-width: 87px; }
    .button__border:hover, .button__border_transparent {
      background: linear-gradient(180deg, #deceff 0%, #c5d2fc 100%); }
  .button__border > .button__control_size_small {
    padding: 7px 18px 8px; }

.checkbox-button {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(31, 32, 65, 0.5);
  display: block;
  min-height: 20px; }
  .checkbox-button__border {
    user-select: none;
    height: 20px;
    width: 20px;
    border-radius: 4px;
    display: inline-block;
    cursor: pointer;
    border: 1px solid rgba(31, 32, 65, 0.25);
    vertical-align: top; }
  .checkbox-button__text-wrapper {
    display: inline-block;
    margin-left: 10px; }
  .checkbox-button__title {
    font-weight: 700;
    color: rgba(31, 32, 65, 0.75);
    display: block; }
  .checkbox-button__text {
    cursor: pointer;
    user-select: none;
    display: inline-block;
    max-width: 230px; }
    .checkbox-button__text_length_short {
      max-width: 200px; }
  .checkbox-button__title ~ .checkbox-button__text {
    display: block;
    font-size: 12px;
    line-height: 14px;
    padding: 5px 0 0 0;
    color: rgba(31, 32, 65, 0.5); }
  .checkbox-button__controller:checked + .checkbox-button__border {
    content: url(../img/check-arrow.jpg);
    padding: 3px 4px 5px;
    border-color: #bc9cff; }
  .checkbox-button:hover .checkbox-button__border {
    box-shadow: 0 0 4px 1px #bc9cff; }
  .checkbox-button:not(:last-of-type) {
    margin-bottom: 10px; }

.color-description {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 28px;
  color: #1f2041;
  max-height: 70px; }
  .color-description__sample {
    height: 70px;
    width: 70px;
    border-radius: 6px;
    display: inline-block; }
    .color-description__sample_color_dark-100 {
      background-color: #1f2041; }
    .color-description__sample_color_dark-75 {
      background-color: rgba(31, 32, 65, 0.75); }
    .color-description__sample_color_dark-50 {
      background-color: rgba(31, 32, 65, 0.5); }
    .color-description__sample_color_dark-25 {
      background-color: rgba(31, 32, 65, 0.25); }
    .color-description__sample_color_dark-5 {
      background-color: rgba(31, 32, 65, 0.05); }
    .color-description__sample_color_purple {
      background-color: #bc9cff; }
    .color-description__sample_color_green {
      background-color: #6fcf97; }
  .color-description__text {
    display: inline-block;
    line-height: 28px;
    padding: 7px 0;
    vertical-align: top;
    margin-left: 40px; }
  .color-description__name {
    font-weight: 700;
    margin: 0; }
  .color-description__index {
    margin: 0;
    font-weight: 400; }
  .color-description:not(:last-child) {
    margin-bottom: 20px; }

.submit-button {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  color: white;
  background: linear-gradient(180deg, #bc9cff 0%, #8ba4f9 100%);
  width: 100%;
  min-height: 44px;
  border-radius: 22px;
  display: inline-block;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  user-select: none;
  border: none;
  position: relative; }
  .submit-button::after {
    content: url(../img/arrow-forward-white.svg);
    padding: 13px 0 14px;
    height: 100%;
    width: 44px;
    position: absolute;
    right: 0;
    top: 0; }
  .submit-button:hover {
    opacity: 0.5; }

.content-navigation {
  display: inline-block; }
  .content-navigation__button {
    font-family: Montserrat, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    color: rgba(31, 32, 65, 0.5);
    display: inline-block;
    width: 40px;
    height: 40px;
    border: none;
    background: none;
    color: rgba(31, 32, 65, 0.5);
    vertical-align: top;
    border-radius: 50%;
    padding: 0;
    font-weight: 400; }
    .content-navigation__button:hover {
      opacity: 0.5; }
    @media screen and (max-width: 400px) {
      .content-navigation__button {
        width: 30px;
        height: 30px; } }
    .content-navigation__button_color_black {
      color: rgba(31, 32, 65, 0.5); }
    .content-navigation__button_color_purple {
      background: linear-gradient(180deg, #bc9cff 0%, #8ba4f9 100%);
      color: white;
      font-weight: 700; }
    .content-navigation__button_arrow_back, .content-navigation__button_arrow_forward {
      background: linear-gradient(180deg, #6fcf97 0%, #66d2ea 100%); }
      .content-navigation__button_arrow_back:after, .content-navigation__button_arrow_forward:after {
        content: url(../img/arrow-forward-white.svg);
        height: 40px;
        width: 40px;
        display: inline-block;
        padding: 11px 0;
        vertical-align: top; }
        @media screen and (max-width: 400px) {
          .content-navigation__button_arrow_back:after, .content-navigation__button_arrow_forward:after {
            width: 30px;
            height: 30px;
            padding: 6px 0; } }
    .content-navigation__button_arrow_back {
      transform: rotateY(180deg); }
  .content-navigation__buttons {
    margin: 0;
    padding: 0; }
  .content-navigation__counter {
    font-family: Montserrat, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: rgba(31, 32, 65, 0.75);
    margin: 9px 0 0;
    text-align: center; }
  .content-navigation__title {
    margin-bottom: 20px; }

.copyright {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: rgba(31, 32, 65, 0.75);
  background: #ffffff;
  box-shadow: 0 10px 20px rgba(31, 32, 65, 0.05);
  padding: 24px 140px 24px 139px;
  margin-top: 1px;
  min-height: 70px; }
  .copyright__text {
    margin: 0;
    padding-top: 2px;
    display: inline-block; }
    @media screen and (max-width: 820px) {
      .copyright__text {
        max-width: 230px;
        line-height: 24px; } }
    @media screen and (max-width: 768px) {
      .copyright__text {
        display: inline; } }
    @media screen and (max-width: 400px) {
      .copyright__text {
        display: inline-block;
        max-width: 230px; } }
  .copyright__social-media {
    display: inline-block;
    float: right; }
    @media screen and (max-width: 820px) {
      .copyright__social-media {
        margin-top: 13px; } }
    @media screen and (max-width: 768px) {
      .copyright__social-media {
        display: block;
        float: none;
        margin-top: 22px; } }
  @media screen and (max-width: 820px) {
    .copyright {
      padding: 23px 30px; } }
  @media screen and (max-width: 768px) {
    .copyright {
      margin-top: -1px;
      padding: 0 0 120px;
      text-align: center; } }

.button {
  display: inline-block; }
  .button__control {
    font-family: Montserrat, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    color: white;
    background: linear-gradient(180deg, #bc9cff 0%, #8ba4f9 100%);
    border-radius: 22px;
    padding: 14px 19px 15px;
    text-transform: uppercase;
    outline: none;
    cursor: pointer;
    user-select: none;
    border: none; }
    .button__control_transparent {
      opacity: 0.5; }
    .button__control_size_small {
      padding: 9px 21px 10px 19px; }
    .button__control_type_border {
      width: calc(100% - 4px);
      padding: 12px 16px 13px;
      background: white;
      color: #bc9cff;
      margin: 2px;
      border-radius: 22px; }
      .button__control_type_border:hover {
        opacity: 1; }
    .button__control:hover {
      opacity: 0.5; }
  .button__border {
    background: linear-gradient(180deg, #bc9cff 0%, #8ba4f9 100%);
    border-radius: 22px;
    display: inline-block;
    min-width: 87px; }
    .button__border:hover, .button__border_transparent {
      background: linear-gradient(180deg, #deceff 0%, #c5d2fc 100%); }
  .button__border > .button__control_size_small {
    padding: 7px 18px 8px; }

.datepicker {
  width: 320px; }
  .datepicker__from, .datepicker__to {
    display: inline-block; }
    @media screen and (max-width: 420px) {
      .datepicker__from, .datepicker__to {
        display: block; } }
  .datepicker__from {
    display: inline-block; }
  .datepicker__to {
    display: inline-block;
    float: right; }
    @media screen and (max-width: 420px) {
      .datepicker__to {
        float: none;
        margin-top: 10px; } }
  .datepicker__inputs {
    margin-bottom: 6px; }
  .datepicker__calendar-wrapper {
    background: #ffffff;
    border: 1px solid rgba(31, 32, 65, 0.25);
    box-shadow: 0 10px 20px rgba(31, 32, 65, 0.05);
    border-radius: 4px;
    padding: 19px 18px 19px 19px;
    width: 320px;
    position: absolute;
    z-index: 5; }
    .datepicker__calendar-wrapper_size_small {
      width: 266px;
      padding: 9px 10px 10px 9px; }
    @media screen and (max-width: 420px) {
      .datepicker__calendar-wrapper {
        width: 266px;
        padding: 9px 10px 10px 9px; } }
  .datepicker__scroll-button {
    background-image: url(../img/arrow-forward.svg);
    background-repeat: no-repeat;
    background-position: center;
    border: 0;
    width: 24px;
    height: 24px;
    background-color: white;
    padding: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    outline: none; }
    .datepicker__scroll-button_arrow_back {
      transform: rotate(180deg); }
  .datepicker__selected-month {
    display: inline-block;
    min-width: 230px;
    margin: 0 0 0 1px;
    text-align: center;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 19px;
    font-weight: 700;
    line-height: 24px;
    color: #1f2041; }
    .datepicker__selected-month_size_small {
      min-width: 196px; }
    @media screen and (max-width: 420px) {
      .datepicker__selected-month {
        min-width: 196px; } }
  .datepicker__calendar {
    margin: 30px 0 19px 1px;
    border-collapse: collapse;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    color: rgba(31, 32, 65, 0.5); }
  .datepicker__calendar-cell {
    width: 39.88px;
    height: 40px;
    padding: 0;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    user-select: none;
    cursor: pointer; }
    .datepicker__calendar-cell_size_small {
      width: 34px;
      height: 34px;
      line-height: 34px; }
    .datepicker__calendar-cell_font_bold {
      color: #bc9cff;
      font-weight: 700;
      cursor: default; }
    .datepicker__calendar-cell_transparent {
      color: rgba(31, 32, 65, 0.25); }
    .datepicker__calendar-cell_color_green, .datepicker__calendar-cell_color_purple {
      border-radius: 50%;
      color: white;
      font-weight: 700; }
    .datepicker__calendar-cell_color_purple {
      background: linear-gradient(180deg, #bc9cff 0%, #8ba4f9 100%); }
    .datepicker__calendar-cell_color_green {
      background: linear-gradient(180deg, #6fcf97 0%, #66d2ea 100%); }
    .datepicker__calendar-cell_shading_purple, .datepicker__calendar-cell_left-half_purple {
      position: relative; }
      .datepicker__calendar-cell_shading_purple::before, .datepicker__calendar-cell_left-half_purple::before {
        content: '';
        display: inline-block;
        background: linear-gradient(180deg, #bc9cff 0%, #8ba4f9 100%);
        opacity: 0.25;
        position: absolute;
        z-index: -1; }
    .datepicker__calendar-cell_right-half_purple {
      position: relative; }
      .datepicker__calendar-cell_right-half_purple::after {
        content: '';
        display: inline-block;
        background: linear-gradient(180deg, #bc9cff 0%, #8ba4f9 100%);
        opacity: 0.25;
        position: absolute;
        z-index: -1;
        left: 20px;
        right: 0;
        top: 0;
        bottom: 0; }
    .datepicker__calendar-cell_left-half_purple::before {
      left: 0;
      right: 20px;
      top: 0;
      bottom: 0; }
    .datepicker__calendar-cell_shading_purple::before {
      left: 0;
      right: 0;
      top: 0;
      bottom: 0; }
    @media screen and (max-width: 420px) {
      .datepicker__calendar-cell {
        width: 34px;
        height: 34px;
        line-height: 34px; } }
  .datepicker__confirmation-buttons {
    line-height: 15px; }
  .datepicker__clear-button {
    display: inline-block; }
  .datepicker__apply-button {
    display: inline-block;
    float: right;
    vertical-align: top; }
  .datepicker_size_small {
    width: 266px; }
  .datepicker_without-margin {
    margin-top: 0; }
  @media screen and (max-width: 420px) {
    .datepicker {
      width: 266px; } }

.dropdown-input {
  position: relative; }
  .dropdown-input__title {
    margin-bottom: 5px; }
  .dropdown-input__field {
    font-family: Montserrat, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: rgba(31, 32, 65, 0.75);
    width: 266px;
    height: 44px;
    border: 1px solid rgba(31, 32, 65, 0.25);
    border-radius: 4px;
    outline: none;
    cursor: pointer;
    position: relative;
    vertical-align: top;
    text-overflow: ellipsis;
    padding: 11px 44px 12px 14px; }
    .dropdown-input__field_length_long {
      width: 320px; }
      @media screen and (max-width: 420px) {
        .dropdown-input__field_length_long {
          width: 266px; } }
    .dropdown-input__field_length_short {
      width: 150px;
      display: inline-block;
      padding: 10px 14px 13px; }
      @media screen and (max-width: 420px) {
        .dropdown-input__field_length_short {
          width: 266px; } }
    .dropdown-input__field_expanded {
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
      border: 1px solid rgba(31, 32, 65, 0.5); }
    .dropdown-input__field:hover {
      border-color: rgba(31, 32, 65, 0.5); }
  .dropdown-input__wrapper {
    display: inline-block;
    position: relative; }
    .dropdown-input__wrapper::after {
      content: '';
      background-image: url(../img/input-dropdown.svg);
      background-repeat: no-repeat;
      background-position-x: 16px;
      background-position-y: 18px;
      position: absolute;
      right: 0;
      top: 1px;
      width: 44px;
      height: 42px;
      text-align: center; }

.dropdown {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  color: #1f2041;
  text-transform: uppercase;
  display: inline-block;
  position: relative; }
  .dropdown__button {
    min-width: 30px;
    min-height: 30px;
    border-radius: 50%;
    background: none;
    border: 1px solid rgba(31, 32, 65, 0.25);
    padding: 0;
    font-size: 18px;
    color: rgba(31, 32, 65, 0.5);
    outline: none;
    cursor: pointer; }
    .dropdown__button_transparent {
      opacity: 0.25; }
    .dropdown__button:hover {
      border: 1px solid rgba(31, 32, 65, 0.5); }
  .dropdown__calc {
    display: inline-block;
    float: right; }
  .dropdown__control {
    border: 1px solid rgba(31, 32, 65, 0.5);
    border-top: none;
    padding: 7px 7px 12px 15px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: white;
    position: absolute;
    z-index: 4;
    width: 100%; }
    .dropdown__control_z-index_6 {
      z-index: 6; }
  .dropdown__submit-buttons {
    height: 15px;
    margin-top: 19px; }
  .dropdown__clear-button {
    display: inline-block; }
  .dropdown__submit-button {
    display: inline-block;
    float: right; }
  .dropdown__list {
    margin: 0;
    padding: 0; }
  .dropdown__list-element {
    list-style-type: none;
    min-height: 30px; }
    .dropdown__list-element:not(:last-child) {
      margin-bottom: 7px; }
  .dropdown__output {
    min-width: 30px;
    min-height: 30px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    padding-top: 6px;
    user-select: none;
    cursor: default; }
  .dropdown__text {
    display: inline-block;
    vertical-align: top;
    padding-top: 6px; }

.final-booking {
  padding: 39px 29px 30px 29px;
  background-color: white;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  max-width: 380px;
  display: inline-block;
  text-align: initial; }
  .final-booking__room-information {
    margin-bottom: 17px; }
  .final-booking__period {
    margin-bottom: 20px; }
  .final-booking__guests {
    margin-bottom: 18px; }
  .final-booking__service:not(:last-child) {
    margin-bottom: 10px; }
  .final-booking__service_text_bold {
    margin-top: 30px; }
  .final-booking__service-wrapper {
    display: inline-block;
    width: 239px;
    position: relative; }
    .final-booking__service-wrapper_text_bold {
      display: inline-block;
      max-width: 60px; }
    @media screen and (max-width: 420px) {
      .final-booking__service-wrapper {
        width: 180px; } }
  .final-booking__service-sign {
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    width: 20px;
    height: 20px;
    color: rgba(31, 32, 65, 0.25);
    border: 1px solid rgba(31, 32, 65, 0.25);
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    vertical-align: top;
    margin-left: 5px; }
  .final-booking__service-title {
    display: inline-block;
    max-width: 214px;
    line-height: 18px; }
    .final-booking__service-title_text_bold {
      font-weight: 700;
      font-size: 19px;
      color: #1f2041;
      width: 18%; }
    @media screen and (max-width: 420px) {
      .final-booking__service-title {
        width: 86%; } }
  .final-booking__service-price {
    display: inline-block;
    width: 80px;
    vertical-align: top;
    text-align: right; }
    @media screen and (max-width: 420px) {
      .final-booking__service-price {
        width: 85px; } }
    .final-booking__service-price_text_bold {
      display: inline-block;
      font-size: 19px;
      font-weight: 700;
      color: #1f2041;
      width: 81%;
      vertical-align: top; }
      .final-booking__service-price_text_bold::before {
        content: '';
        display: inline-block;
        border-bottom: 1px dotted rgba(31, 32, 65, 0.25);
        margin: 0 4px;
        width: 67%; }
        @media screen and (max-width: 420px) {
          .final-booking__service-price_text_bold::before {
            width: 58%; } }
      @media screen and (max-width: 420px) {
        .final-booking__service-price_text_bold {
          width: 77%; } }
  .final-booking__service-list {
    font-family: Montserrat, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: rgba(31, 32, 65, 0.75);
    list-style: none;
    margin: 0 0 19px 0;
    padding: 0 0 0 1px; }
  .final-booking__from, .final-booking__to {
    display: inline-block; }
  .final-booking__to {
    float: right; }
    @media screen and (max-width: 420px) {
      .final-booking__to {
        float: none;
        margin-top: 10px; } }
  @media screen and (max-width: 420px) {
    .final-booking {
      max-width: 300px;
      padding: 20px 16px 20px; } }

.footer {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(31, 32, 65, 0.75);
  width: 100%;
  padding: 100px 140px;
  background: #ffffff;
  box-shadow: 0 1px 0 rgba(31, 32, 65, 0.05);
  text-align: center; }
  .footer__navigation-wrapper {
    margin: 4px 52px 0 40px;
    display: inline-block;
    vertical-align: top;
    text-align: initial; }
    @media screen and (max-width: 1260px) {
      .footer__navigation-wrapper {
        display: block;
        margin: 40px 0; } }
    @media screen and (max-width: 768px) {
      .footer__navigation-wrapper {
        display: none; } }
  .footer__wrapper {
    display: inline-block;
    text-align: initial; }
    .footer__wrapper_size_small {
      width: 100%;
      text-align: center; }
    @media screen and (max-width: 1260px) {
      .footer__wrapper {
        text-align: center; } }
  .footer__description {
    display: inline-block; }
    .footer__description_size_small {
      width: 100%;
      text-align: center; }
    @media screen and (max-width: 768px) {
      .footer__description {
        margin-bottom: 11px; } }
  .footer__text {
    font-family: Montserrat, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: rgba(31, 32, 65, 0.75);
    margin: 11px 0 0;
    max-width: 260px; }
    .footer__text_size_small {
      max-width: 100%; }
    @media screen and (max-width: 768px) {
      .footer__text {
        display: none; } }
  @media screen and (max-width: 768px) {
    .footer__logo-description {
      display: none; } }
  .footer__navigation {
    display: inline-block;
    vertical-align: top; }
    .footer__navigation:first-child {
      margin-right: 58px; }
    .footer__navigation:last-child {
      margin-left: 92px; }
    @media screen and (max-width: 625px) {
      .footer__navigation {
        display: block; }
        .footer__navigation:first-child {
          margin-right: 0;
          margin-bottom: 40px; }
        .footer__navigation:last-child {
          margin-left: 0;
          margin-top: 40px; } }
  .footer__link-title {
    width: 100%;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    color: #1f2041;
    text-transform: uppercase;
    margin-bottom: 21px;
    display: inline-block;
    cursor: default;
    vertical-align: top; }
  .footer__navigation-link {
    text-decoration: none;
    color: rgba(31, 32, 65, 0.5);
    line-height: 18px;
    display: block; }
    .footer__navigation-link:not(:last-child) {
      margin-bottom: 20px; }
    .footer__navigation-link:hover {
      color: rgba(31, 32, 65, 0.75); }
  .footer__logo-description {
    max-width: 260px;
    margin: 10px 0 0; }
  .footer__subscribe-text {
    margin: 18px 0 0; }
  .footer__subscribe {
    display: inline-block;
    vertical-align: top;
    max-width: 260px;
    text-align: initial;
    margin-top: 4px; }
    @media screen and (max-width: 768px) {
      .footer__subscribe {
        display: none; } }
  .footer__subscribe-form {
    margin-top: 23px; }
  .footer__title {
    max-width: 260px;
    margin: 0 0 18px 0;
    font-weight: 700;
    text-transform: uppercase;
    color: #1f2041;
    font-size: 12px;
    line-height: 15px; }
  .footer__social-media_size_small {
    margin-top: 18px; }
  .footer_size_small {
    padding: 120px 0;
    background: #ffffff;
    box-shadow: 0 10px 20px 0 rgba(31, 32, 65, 0.05);
    max-width: 768px;
    margin: auto;
    text-align: center; }
  .footer__small-copyright {
    margin: 0 0 20px 0; }
  @media screen and (max-width: 1460px) {
    .footer {
      padding: 100px 30px; } }
  @media screen and (max-width: 1260px) {
    .footer {
      padding: 100px 30px; } }
  @media screen and (max-width: 768px) {
    .footer {
      padding: 120px 0 0; } }

.header {
  width: 100%;
  padding: 15px 140px;
  background: white;
  box-shadow: 0 10px 20px rgba(31, 32, 65, 0.05);
  text-align: right;
  position: relative; }
  .header__authorized {
    font-family: Montserrat, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    color: rgba(31, 32, 65, 0.5);
    display: inline-block;
    margin: 0; }
    .header__authorized::before {
      content: '';
      width: 1px;
      height: 30px;
      line-height: 40px;
      background-color: rgba(31, 32, 65, 0.05);
      display: inline-block;
      margin: 0 20px;
      vertical-align: top;
      padding: 5px 0; }
  .header__buttons {
    display: inline-block;
    text-align: initial;
    margin-left: 20px;
    margin-top: 3px; }
    @media screen and (max-width: 400px) {
      .header__buttons {
        text-align: center;
        margin: 0;
        width: 100%; } }
  .header__login-button, .header__registration-button {
    display: inline-block;
    height: 34px; }
    @media screen and (max-width: 400px) {
      .header__login-button, .header__registration-button {
        display: block; } }
  .header__login-button {
    margin-right: 20px; }
    @media screen and (max-width: 400px) {
      .header__login-button {
        margin-bottom: 10px;
        margin-right: 0; } }
  .header__logo {
    float: left;
    vertical-align: top; }
    @media screen and (max-width: 650px) {
      .header__logo {
        display: block;
        text-align: center;
        float: none; } }
    @media screen and (max-width: 350px) {
      .header__logo {
        display: inline-block;
        float: left; } }
  .header__navigation {
    display: inline-block;
    line-height: 40px;
    vertical-align: top; }
    @media screen and (max-width: 650px) {
      .header__navigation {
        max-width: 310px;
        margin: 20px 0;
        text-align: right; } }
    @media screen and (max-width: 350px) {
      .header__navigation {
        display: block;
        margin: 0 0 20px; } }
  @media screen and (max-width: 350px) {
    .header__navigation-wrapper {
      text-align: center;
      display: none; } }
  .header__navigation-button {
    display: none;
    height: 25px;
    line-height: 3px;
    border: 0;
    background: none;
    cursor: pointer; }
    @media screen and (max-width: 350px) {
      .header__navigation-button {
        display: inline-block; } }
  .header__navigation-button:hover > .header__hamburger {
    background-color: rgba(31, 32, 65, 0.75); }
    .header__navigation-button:hover > .header__hamburger::before, .header__navigation-button:hover > .header__hamburger::after {
      background-color: rgba(31, 32, 65, 0.75); }
  .header__hamburger {
    background-color: rgba(31, 32, 65, 0.5);
    height: 3px;
    width: 40px;
    display: inline-block;
    position: relative;
    border-radius: 3px;
    vertical-align: top; }
    .header__hamburger::before, .header__hamburger::after {
      content: '';
      background-color: rgba(31, 32, 65, 0.5);
      border-radius: 3px;
      height: 3px;
      width: 40px;
      display: inline-block;
      line-height: 2px;
      position: absolute; }
    .header__hamburger::after {
      vertical-align: top;
      left: 0;
      top: 8px; }
    .header__hamburger::before {
      vertical-align: bottom;
      left: 0;
      top: -8px; }
    .header__hamburger_expanded {
      height: 0; }
      .header__hamburger_expanded::after, .header__hamburger_expanded::before {
        transform: rotate(45deg);
        left: 0;
        top: 0; }
      .header__hamburger_expanded::before {
        transform: rotate(-45deg); }
  @media screen and (max-width: 880px) {
    .header {
      padding: 15px 30px; } }
  @media screen and (max-width: 650px) {
    .header {
      text-align: center; } }

.impressions-diagram__description {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(31, 32, 65, 0.75);
  display: inline-block;
  margin: 27px 0 0 30px;
  padding: 0;
  vertical-align: top; }
  @media screen and (max-width: 380px) {
    .impressions-diagram__description {
      margin: 0 0 0 15px; } }

.impressions-diagram__description-line {
  list-style: none; }
  .impressions-diagram__description-line::before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px; }
  .impressions-diagram__description-line_color_yellow::before {
    background: linear-gradient(180deg, #ffe39c 0%, #ffba9c 100%); }
  .impressions-diagram__description-line_color_green::before {
    background: linear-gradient(180deg, #6fcf97 0%, #66d2ea 100%); }
  .impressions-diagram__description-line_color_purple:before {
    background: linear-gradient(180deg, #bc9cff 0%, #8ba4f9 100%); }
  .impressions-diagram__description-line_color_black::before {
    background: linear-gradient(180deg, #919191 0%, #3d4975 100%); }

.impressions-diagram__reviews-wrapper {
  background-image: url(../img/diagram.svg);
  width: 120px;
  height: 120px;
  display: inline-block; }

.input__title {
  line-height: 15px;
  margin-bottom: 5px; }

.input__field {
  width: 100%;
  max-width: 320px;
  height: 44px;
  border: 1px solid rgba(31, 32, 65, 0.25);
  border-radius: 4px;
  padding: 11px 14px 12px;
  outline: none;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: rgba(31, 32, 65, 0.75); }
  .input__field::placeholder {
    color: rgba(31, 32, 65, 0.25); }
  @media screen and (max-width: 380px) {
    .input__field {
      width: 266px; } }
  .input__field_border_dark {
    border: 1px solid rgba(31, 32, 65, 0.5);
    color: rgba(31, 32, 65, 0.75); }
  .input__field:hover, .input__field:focus {
    border-color: rgba(31, 32, 65, 0.5); }

.like-button {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 18px;
  color: rgba(31, 32, 65, 0.25);
  display: block;
  min-height: 20px; }
  .like-button__border {
    min-height: 20px;
    border: 1px solid rgba(31, 32, 65, 0.25);
    min-width: 40px;
    border-radius: 10px;
    padding: 0 5px 0 16px;
    position: relative;
    height: 20px;
    display: inline-block;
    cursor: pointer;
    vertical-align: top; }
    .like-button__border:before {
      content: '';
      background-image: url(../img/favorite-border.svg);
      background-repeat: no-repeat;
      background-position-y: center;
      background-position-x: center;
      display: inline-block;
      position: absolute;
      left: 0;
      height: 18px;
      width: 18px; }
  .like-button__counter {
    min-width: 15px;
    max-width: 230px;
    text-align: center;
    margin: 0;
    display: inline-block;
    user-select: none; }
  .like-button:hover .like-button__border {
    box-shadow: 0 0 4px 1px #bc9cff; }
  .like-button__controller:checked + .like-button__border {
    border-color: #bc9cff; }
    .like-button__controller:checked + .like-button__border::before {
      background-image: url(../img/favorite.svg); }
  .like-button__controller:checked + .like-button__border .like-button__counter {
    color: #bc9cff; }

.list__container {
  list-style-type: none;
  padding: 0;
  margin: 0; }

.list__item {
  list-style: none; }
  .list__item:not(:last-child) {
    margin-bottom: 9.5px; }
  .list__item_with-bullet:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: rgba(31, 32, 65, 0.25);
    margin-right: 11px;
    border-radius: 100%;
    vertical-align: top;
    margin-top: 7px; }

.list__text {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(31, 32, 65, 0.75);
  margin: 0;
  max-width: 240px;
  display: inline-block;
  vertical-align: top; }

.list__title {
  margin: 0 0 17px 0;
  line-height: 15px; }
  .list__title_with-bullet {
    margin-bottom: 17px; }
  .list__title_with-margin {
    margin-left: 21px; }
  .list__title_closed, .list__title_expanded {
    position: relative;
    width: 100%;
    cursor: pointer; }
    .list__title_closed:after, .list__title_expanded:after {
      position: absolute;
      right: 0;
      top: 0;
      content: '';
      width: 44px;
      height: 15px;
      display: inline-block;
      background-image: url(../img/input-dropdown.svg);
      background-repeat: no-repeat;
      vertical-align: top;
      background-position-y: 3px;
      background-position-x: 16px;
      float: right;
      cursor: pointer; }
  .list__title_expanded::after {
    transform: rotate(180deg); }

.login {
  padding: 39px 29px 33px 29px;
  background-color: white;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  max-width: 380px; }
  .login__title {
    margin-bottom: 21px; }
  .login__inputs {
    margin-bottom: 20px; }
  .login__email-input {
    margin-bottom: 10px; }
  .login__confirm-button {
    margin-bottom: 30px; }
  .login__link {
    float: right; }
  .login__text {
    font-family: Montserrat, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 42px;
    color: #000000;
    display: inline-block;
    margin: 0; }
    @media screen and (max-width: 380px) {
      .login__text {
        max-width: 140px;
        line-height: 22px; } }
  @media screen and (max-width: 420px) {
    .login {
      max-width: 300px;
      padding: 20px 16px 20px; } }

.logo_position_in-corner {
  position: absolute;
  top: 30px;
  left: 30px; }

.navigation {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: rgba(31, 32, 65, 0.5);
  line-height: 40px; }
  .navigation__link, .navigation__expanded-link {
    color: rgba(31, 32, 65, 0.5);
    text-decoration: none; }
    .navigation__link:hover, .navigation__expanded-link:hover {
      color: rgba(31, 32, 65, 0.75); }
    .navigation__link_text_bold, .navigation__expanded-link_text_bold {
      font-weight: 700;
      color: rgba(31, 32, 65, 0.75); }
  @media screen and (max-width: 650px) {
    .navigation__link {
      margin: 0 0 0 20px; }
      .navigation__link:not(:last-child) {
        margin-right: 0; } }
  .navigation__expandable-title {
    cursor: pointer;
    display: block;
    height: 100%; }
    .navigation__expandable-title::after {
      content: url(../img/dropdown-nav.svg);
      display: inline-block;
      width: 24px;
      height: 17px;
      line-height: 100%;
      text-align: center;
      margin-left: 1px; }
    .navigation__expandable-title:hover {
      color: rgba(31, 32, 65, 0.75); }
  .navigation__expandable-wrapper {
    width: 100%;
    min-width: 120px;
    position: absolute;
    top: 40px;
    background-color: white;
    border: 1px solid rgba(31, 32, 65, 0.05);
    border-radius: 4px;
    z-index: 2; }
  .navigation__expanded-link {
    width: 100%;
    display: inline-block;
    text-align: center; }
  .navigation__link-wrapper {
    display: inline-block;
    position: relative; }
    .navigation__link-wrapper:not(:last-child) {
      margin-right: 20.5px; }

.positive-feature {
  padding: 20px 0 16px; }
  .positive-feature__description {
    font-family: Montserrat, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: rgba(31, 32, 65, 0.75);
    margin: 0; }
  .positive-feature__img {
    width: 48px;
    height: 48px;
    padding: 4px;
    margin-right: 10px; }
  .positive-feature__text-wrapper {
    font-family: Montserrat, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    color: rgba(31, 32, 65, 0.75);
    display: inline-block;
    vertical-align: top; }
  .positive-feature__title {
    margin: 0;
    font-weight: 700; }
  .positive-feature_with-border {
    border-bottom: 1px solid rgba(31, 32, 65, 0.05); }

.radio-button {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(31, 32, 65, 0.5);
  cursor: pointer; }
  .radio-button__border {
    height: 20px;
    width: 20px;
    display: inline-block;
    cursor: pointer;
    border: 1px solid rgba(31, 32, 65, 0.25);
    vertical-align: top;
    border-radius: 50%; }
  .radio-button__text-wrapper {
    padding-left: 10px; }
  .radio-button__controller:checked + .radio-button__border {
    padding: 3px;
    border-color: #bc9cff; }
    .radio-button__controller:checked + .radio-button__border::before {
      content: '';
      display: block;
      width: 12px;
      height: 12px;
      background: linear-gradient(180deg, #bc9cff 0%, #8ba4f9 100%);
      border-radius: 50%; }
  .radio-button__controller:checked ~ .radio-button__text-wrapper .radio-button__text {
    color: rgba(31, 32, 65, 0.75); }
  .radio-button:hover .radio-button__border {
    box-shadow: 0 0 4px 1px #bc9cff; }

.registration {
  padding: 39px 29px 31px 29px;
  background-color: white;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  max-width: 380px;
  text-align: initial; }
  .registration__title {
    margin-bottom: 21px; }
  .registration__personal-data {
    margin-bottom: 24px; }
  .registration__birthday {
    margin-bottom: 20px; }
  .registration__login-data {
    margin-bottom: 24px; }
  .registration__confirm-button {
    margin-bottom: 30px; }
  .registration__name, .registration__surname, .registration__email, .registration__pass {
    margin-bottom: 10px; }
  .registration__text {
    font-family: Montserrat, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 42px;
    color: #000000;
    display: inline-block;
    margin: 0;
    padding-left: 1px; }
    @media screen and (max-width: 420px) {
      .registration__text {
        max-width: 140px;
        line-height: 22px; } }
  .registration__link {
    float: right; }
  .registration__male, .registration__female {
    display: inline-block; }
  .registration__login-title {
    margin-bottom: 5px; }
  .registration__male {
    margin-right: 20px; }
  @media screen and (max-width: 420px) {
    .registration {
      max-width: 300px;
      margin: 20px 0;
      padding: 20px 16px 20px; } }

.reviews-counter {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: rgba(31, 32, 65, 0.5);
  margin: 0; }
  .reviews-counter__value {
    color: inherit;
    font-weight: 700;
    font-style: normal; }

.room-card {
  background: white;
  box-shadow: 0 10px 20px rgba(31, 32, 65, 0.05);
  width: 270px;
  border-radius: 4px; }
  .room-card__image-wrapper {
    position: relative;
    height: 151.5px;
    overflow: hidden;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
  .room-card__image {
    width: 270px;
    display: inline-block;
    position: absolute;
    left: 275px; }
  .room-card__image-position-wrapper {
    bottom: 15px;
    right: 15px;
    height: 7.5px; }
  .room-card__image-position {
    cursor: pointer;
    display: inline-block;
    width: 8px;
    height: 8px;
    border: 1px solid white;
    border-radius: 50%;
    vertical-align: top; }
    .room-card__image-position:not(:last-child) {
      margin-right: 3.5px; }
    .room-card__image-position_selected {
      background-color: white; }
  .room-card__image-button, .room-card__image-position-wrapper {
    position: absolute; }
  .room-card__image-button {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 99.99%, rgba(255, 255, 255, 0) 100%);
    border: none;
    outline: none;
    height: 100%;
    width: 44px;
    padding: 0;
    display: none;
    cursor: pointer;
    position: absolute;
    top: 0; }
    .room-card__image-button::after {
      content: url(../img/scroll-arrow.svg);
      display: block;
      height: 44px;
      padding: 16px 0; }
    .room-card__image-button_side_left {
      border-top-left-radius: 4px;
      left: 0; }
    .room-card__image-button_side_right {
      right: 0;
      transform: rotate(180deg);
      border-bottom-left-radius: 4px; }
  .room-card__room-information {
    padding: 18px 18px 19px 20px; }
  .room-card__number {
    font-size: 19px; }
  .room-card__counter {
    display: inline-block;
    vertical-align: top;
    float: right;
    padding-top: 2px; }
  .room-card__stars {
    display: inline-block; }
  .room-card__price {
    padding-bottom: 7px; }
  .room-card__rating {
    border-top: 1px solid rgba(31, 32, 65, 0.05);
    padding: 10px 2px 0; }
  .room-card__image-wrapper:hover .room-card__image-button {
    display: inline-block; }

@charset "UTF-8";
.room-information__number {
  display: inline-block;
  width: 50%;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  color: #1f2041; }
  .room-information__number::before {
    content: '№';
    font-size: 14px;
    padding-right: 4px; }
  .room-information__number_size_small {
    font-family: Montserrat, Arial, sans-serif;
    font-size: 19px;
    font-weight: 700;
    line-height: 24px;
    color: #1f2041; }
  .room-information__number_type_luxury:after {
    font-family: Montserrat, Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 28px;
    color: #bc9cff;
    content: 'люкс';
    margin-left: 8px;
    position: relative;
    bottom: -1px; }

.room-information__price-wrapper {
  display: inline-block;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 27px;
  color: rgba(31, 32, 65, 0.5);
  color: rgba(31, 32, 65, 0.5);
  width: 50%;
  text-align: right;
  font-size: 12px;
  vertical-align: bottom; }

.room-information__price {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 28px;
  color: rgba(31, 32, 65, 0.5);
  font-style: normal;
  vertical-align: bottom; }

.search-room {
  padding: 39px 29px 29px;
  background-color: white;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  max-width: 380px;
  text-align: initial; }
  .search-room__title {
    margin-bottom: 22px; }
  .search-room__period {
    margin-bottom: 20.56px;
    position: relative; }
  .search-room__guests {
    margin-bottom: 31px;
    position: relative; }
  @media screen and (max-width: 420px) {
    .search-room {
      max-width: 300px;
      padding: 20px 16px 20px; } }

.sidebar {
  width: 266px;
  text-align: initial;
  vertical-align: top;
  float: left; }
  .sidebar__title {
    max-width: 280px;
    text-transform: none;
    vertical-align: 24px;
    font-size: 19px;
    display: none; }
    .sidebar__title_closed, .sidebar__title_expanded {
      position: relative;
      width: 100%;
      cursor: pointer; }
      .sidebar__title_closed:after, .sidebar__title_expanded:after {
        position: absolute;
        right: 0;
        top: 4.5px;
        content: '';
        width: 44px;
        height: 15px;
        display: inline-block;
        background-image: url(../img/input-dropdown.svg);
        background-repeat: no-repeat;
        vertical-align: top;
        background-position-y: 3px;
        background-position-x: 16px;
        float: right;
        cursor: pointer; }
    .sidebar__title_expanded::after {
      transform: rotate(180deg); }
    @media screen and (max-width: 700px) {
      .sidebar__title {
        display: block;
        text-align: left;
        margin-bottom: 20px; } }
  .sidebar__rooms-title {
    margin-bottom: 22px; }
  .sidebar__date-filter {
    margin-bottom: 20px; }
  .sidebar__availability {
    margin-bottom: 28px; }
  .sidebar__slider {
    margin-bottom: 29px; }
  .sidebar__guests {
    margin-bottom: 27px; }
  .sidebar__additional-features {
    margin-bottom: 30px; }
  .sidebar__features-title {
    margin-bottom: 17px; }
  .sidebar__room-amenities {
    margin-bottom: 29px; }
  @media screen and (max-width: 700px) {
    .sidebar {
      float: none;
      display: inline-block; } }

.slider__body {
  height: 6px;
  border-radius: 3px;
  border: 1px solid rgba(31, 32, 65, 0.25); }

.slider__description {
  margin: 14px 0 0;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: rgba(31, 32, 65, 0.5); }

.slider__output {
  display: inline-block;
  line-height: 15px;
  width: 50%;
  font-weight: 400;
  color: rgba(31, 32, 65, 0.5);
  text-align: right;
  font-size: 13px;
  letter-spacing: -0.5px; }

.slider__title {
  line-height: 15px;
  margin: 0 0 21px;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(31, 32, 65, 0.75); }

.slider__title-text {
  width: 50%;
  display: inline-block; }

.ui-slider .ui-slider-handle {
  box-sizing: initial;
  outline: none;
  top: -6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid white;
  background: linear-gradient(180deg, #6fcf97 0%, #66d2ea 100%); }

.ui-slider .ui-slider-range {
  box-sizing: initial;
  height: 6px;
  top: -1px;
  background: linear-gradient(180deg, #6fcf97 0%, #66d2ea 100%); }

.social-media-link {
  display: inline-block;
  height: 24px;
  width: 24px;
  line-height: 24px; }
  .social-media-link__icon {
    vertical-align: top; }
  .social-media-link:not(:last-child) {
    margin-right: 20px; }

.stars-rating__star {
  cursor: pointer;
  display: inline-block;
  width: 19px;
  height: 19px;
  background-image: url(../img/star-border.svg); }
  .stars-rating__star:hover {
    transform: scale(1.2); }
  .stars-rating__star:not(:last-of-type) {
    margin-right: 5px; }
  .stars-rating__star_color_purple {
    background-image: url(../img/star.svg); }

.subscription-input {
  width: 100%;
  max-width: 266px; }
  .subscription-input__title {
    margin-bottom: 10px; }
  .subscription-input__wrapper {
    width: 100%;
    max-width: 266px;
    display: inline-block;
    position: relative;
    cursor: pointer; }
  .subscription-input__field {
    font-family: Montserrat, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: rgba(31, 32, 65, 0.75);
    width: 100%;
    max-width: 266px;
    height: 44px;
    border: 1px solid rgba(31, 32, 65, 0.25);
    border-radius: 4px;
    padding: 11px 14px 12px;
    outline: none;
    position: relative;
    display: inline-block; }
    .subscription-input__field:hover, .subscription-input__field:focus {
      border-color: rgba(31, 32, 65, 0.5); }
    .subscription-input__field::placeholder {
      color: rgba(31, 32, 65, 0.25); }
  .subscription-input__submit-button {
    background-image: url(../img/arrow-forward.svg);
    content: '';
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 42px;
    height: 42px;
    text-align: center;
    background-color: white;
    border: none;
    outline: none;
    border-radius: 4px; }

.text-button {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  color: #bc9cff;
  background: none;
  display: inline-block;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  user-select: none;
  border: none;
  padding: 0; }
  .text-button_color_dark {
    color: rgba(31, 32, 65, 0.5); }
  .text-button:hover {
    color: rgba(31, 32, 65, 0.5); }

.text-sample:not(:last-child) {
  margin-bottom: 50px; }

.text-sample__description {
  margin: 0 0 0 30px;
  display: inline-block;
  max-width: 369px;
  vertical-align: top; }
  .text-sample__description_type_h1 {
    font-family: Montserrat, Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    color: #1f2041; }
  .text-sample__description_type_h2 {
    font-family: Montserrat, Arial, sans-serif;
    font-size: 19px;
    font-weight: 700;
    line-height: 23px;
    color: #1f2041; }
  .text-sample__description_type_h3 {
    font-family: Montserrat, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    color: #1f2041;
    text-transform: uppercase; }
  .text-sample__description_type_regular {
    font-family: Montserrat, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: rgba(31, 32, 65, 0.75); }

.text-sample__teg {
  vertical-align: top;
  font-weight: 400;
  display: inline-block;
  margin: 0;
  min-width: 40px;
  text-align: right; }
  .text-sample__teg_type_h1 {
    font-family: Montserrat, Arial, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
    color: rgba(31, 32, 65, 0.25); }
  .text-sample__teg_type_h2 {
    font-family: Montserrat, Arial, sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 23px;
    color: rgba(31, 32, 65, 0.25); }
  .text-sample__teg_type_h3 {
    font-family: Montserrat, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    color: rgba(31, 32, 65, 0.25); }
  .text-sample__teg_type_regular {
    font-family: Montserrat, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: rgba(31, 32, 65, 0.25); }

.text-sample:last-child .text-sample__description {
  max-width: 301px; }

.title__text {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  color: #1f2041;
  display: inline-block;
  text-transform: uppercase;
  margin: 0;
  vertical-align: bottom;
  user-select: none; }
  .title__text_size_large {
    font-size: 24px;
    line-height: 29.26px;
    text-transform: none; }
  .title__text_size_regular {
    font-size: 19px;
    line-height: 24px;
    text-transform: none; }
  .title__text_length_half {
    width: 50%;
    display: inline-block; }

.title__state {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  color: rgba(31, 32, 65, 0.5);
  display: inline-block;
  width: 40%;
  text-align: right;
  float: right;
  text-transform: uppercase; }

.title__state + .title__text {
  width: 60%; }

.toggle {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(31, 32, 65, 0.75);
  display: block; }
  .toggle__border {
    height: 20px;
    width: 40px;
    border-radius: 10px;
    display: inline-block;
    cursor: pointer;
    border: 1px solid rgba(31, 32, 65, 0.25);
    padding: 3px;
    vertical-align: top; }
    .toggle__border::before {
      content: '';
      display: block;
      width: 12px;
      height: 12px;
      background: rgba(31, 32, 65, 0.25);
      border-radius: 50%; }
  .toggle:hover .toggle__border {
    box-shadow: 0 0 4px 1px #bc9cff; }
  .toggle__text-wrapper {
    display: inline-block;
    margin-left: 10px;
    vertical-align: top; }
  .toggle__text {
    cursor: pointer;
    user-select: none;
    display: inline-block; }
  .toggle__controller:checked + .toggle__border {
    border-color: #bc9cff; }
    .toggle__controller:checked + .toggle__border::before {
      float: right;
      background: linear-gradient(180deg, #bc9cff 0%, #8ba4f9 100%); }
  .toggle:not(:last-of-type) {
    margin-bottom: 10px; }

.user-comment__avatar {
  width: 48px;
  height: 48px;
  box-shadow: 0 10px 20px 0 rgba(31, 32, 65, 0.05);
  border-radius: 100%;
  border: 2px solid white;
  display: inline-block;
  margin-right: 10px;
  user-select: none; }

.user-comment__info {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(31, 32, 65, 0.75);
  display: inline-block;
  vertical-align: top; }

.user-comment__name, .user-comment__age {
  margin: 0; }

.user-comment__name {
  font-weight: 700; }

.user-comment__like {
  display: inline-block;
  margin: 2px 14px 0 0;
  vertical-align: top; }

.user-comment__main {
  margin: 6px 0 0 4px; }

.user-comment__text {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(31, 32, 65, 0.75);
  display: inline-block;
  margin: 0;
  max-width: 653px; }

