/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;700&display=swap");
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; }

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0; }

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

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

html,
button,
input,
select,
textarea {
  color: #222; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

img {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

@font-face {
  font-family: 'PF Bague Sans Pro';
  src: local("PF Bague Sans Pro Regular"), local("PF-Bague-Sans-Pro-Regular"), url("../fonts/PFBagueSansPro.woff2") format("woff2"), url("../fonts/PFBagueSansPro.woff") format("woff"), url("../fonts/PFBagueSansPro.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

:root {
  --litepicker-day-width: 36px;
  --litepicker-is-in-range-color: rgba(0, 140, 140, .1);
  --litepicker-is-start-color: #fff;
  --litepicker-is-start-color-bg: #008C8C;
  --litepicker-is-end-color: #fff;
  --litepicker-is-end-color-bg: #008C8C; }

html {
  font-size: 62.5%; }

body {
  background: linear-gradient(245.48deg, #3A42F5 -44.68%, rgba(255, 255, 255, 0) 118.94%), linear-gradient(0deg, #27837E, #27837E);
  background-position: center center;
  background-size: 100% 100%;
  line-height: 1.5;
  font-family: 'Rubik', sans-serif;
  font-size: 1.4rem;
  color: #363636; }
  body.no-scroll {
    overflow: hidden; }
  @media screen and (max-width: 768px) {
    body.show-sidebar {
      overflow: hidden; } }

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

h1 {
  font-size: 5rem;
  line-height: 1.3;
  font-weight: 700;
  color: #ffffff; }
  @media screen and (max-width: 375px) {
    h1 {
      font-size: 2.2rem; } }

h2 {
  font-size: 3.8rem;
  line-height: normal;
  font-weight: 500; }
  @media screen and (max-width: 375px) {
    h2 {
      font-size: 2.2rem; } }

h3 {
  font-size: 2.8rem;
  line-height: normal;
  font-weight: 500; }

h4 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: normal;
  color: #484848; }

button:focus, button:active {
  outline: 0; }

label {
  position: relative; }

.d-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .d-flex.f-column {
    flex-direction: column; }

.mb-10 {
  margin-bottom: 1rem !important; }

.mb-15 {
  margin-bottom: 1.5rem; }

.mb-20 {
  margin-bottom: 2rem; }

.mb-30 {
  margin-bottom: 3rem; }

.mw-50 {
  max-width: 50%; }

@media screen and (max-width: 375px) {
  .xs-hide {
    display: none !important; } }

.xs-show {
  display: none !important; }
  @media screen and (max-width: 375px) {
    .xs-show {
      display: flex !important; } }

.bufer {
  display: none; }

/* Blocks */
.header {
  width: 100%;
  background-color: #FBFBFB;
  box-shadow: 0 0 84px rgba(0, 0, 0, 0.11);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000; }
  .header--enet {
    position: absolute;
    background-color: transparent;
    box-shadow: none; }
  .header--ct {
    border-bottom: 1px solid #DFDFDF; }
    .header--ct .header__wrapper {
      height: 10.8rem; }
    .header--ct .language__box {
      margin-left: 0; }
  .header__nav {
    margin: 0 auto; }
    .header__nav a {
      text-decoration: none;
      color: #363636; }
      .header__nav a:last-child {
        margin-left: 5rem; }
  @media screen and (max-width: 768px) {
    .header .logo {
      width: 10.1rem; } }

.header__wrapper {
  display: flex;
  height: 6.5rem;
  align-items: center; }

.language__box {
  margin-left: auto;
  cursor: pointer; }

.persona__box {
  margin-left: 2rem; }

.burger {
  width: 14px;
  height: 10px;
  margin-right: 1.5rem; }

.content {
  padding: 10rem 0 0 0; }
  .content--enet {
    padding: 13rem 0 0 0; }
    @media screen and (max-width: 375px) {
      .content--enet {
        background-image: url("../../assets/images/main-bg.svg");
        background-position: top;
        background-size: 120% 6.5%;
        background-repeat: no-repeat; } }
  @media screen and (max-width: 768px) {
    .content {
      padding: 11rem 0 0 0; } }

.footer {
  width: 100%;
  background-color: #2E2F34;
  color: #EAEAEA; }
  .footer .ooo {
    font-size: 1.4rem;
    color: #EAEAEA;
    font-weight: 400;
    margin-bottom: 1rem; }
  @media screen and (max-width: 375px) {
    .footer {
      padding: 0 2rem; } }

.footer__wrap {
  padding: 5.3rem 0 8.2rem;
  position: relative; }

.footer__list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-top: 1.8rem;
  position: relative; }
  .footer__list:before {
    content: "";
    width: 7rem;
    height: 2px;
    background-color: #008C8C;
    position: absolute;
    top: 0;
    left: 0; }
  .footer__list--white:before {
    background-color: #9CD0CD; }
  @media screen and (max-width: 375px) {
    .footer__list {
      margin-bottom: 2.5rem; } }

.footer-soc__list {
  display: flex;
  gap: 4rem;
  margin-bottom: 2.4rem;
  padding-top: 1.8rem;
  position: relative;
  overflow: auto; }
  .footer-soc__list:before {
    content: "";
    width: 7rem;
    height: 2px;
    background-color: #B13957;
    position: absolute;
    top: 0;
    left: 0; }

.footer__link {
  font-size: 1.6rem;
  line-height: normal;
  font-weight: 500;
  color: #EAEAEA;
  text-decoration: none; }
  .footer__link:hover {
    text-decoration: underline; }

.footer__bottom {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }
  @media screen and (max-width: 768px) {
    .footer__bottom {
      padding-top: 2.4rem;
      padding-bottom: 2.4rem;
      margin-top: 3rem;
      border-top: 1px solid #B13957; } }
  @media screen and (max-width: 375px) {
    .footer__bottom {
      flex-direction: column;
      border-top: none;
      position: relative; } }

.footer__text {
  font-size: 1.4rem;
  color: #EAEAEA;
  font-weight: 300;
  text-decoration: none; }
  .footer__text:hover {
    text-decoration: underline; }
  @media screen and (max-width: 375px) {
    .footer__text.laws {
      order: 2; } }

.footer__text-group {
  margin-left: auto;
  display: flex; }
  @media screen and (max-width: 375px) {
    .footer__text-group {
      margin-left: 0;
      flex-direction: column;
      padding-top: 1rem;
      margin-top: 2rem;
      order: 1;
      border-top: 1px solid #B13957; } }
  .footer__text-group .footer__text:last-child {
    margin-left: 5.6rem; }
    @media screen and (max-width: 375px) {
      .footer__text-group .footer__text:last-child {
        margin-left: 0; } }

.modal-sec {
  display: none;
  position: absolute;
  top: 180px;
  left: 90px;
  z-index: 3000; }
  .modal-sec.show {
    display: block; }
    @media screen and (max-width: 375px) {
      .modal-sec.show {
        left: 0;
        right: 0;
        bottom: 0;
        top: 0; } }

.modal {
  background-color: #ffffff;
  border-radius: 15px;
  padding: 4rem;
  padding-right: 2rem;
  padding-bottom: 7.7rem;
  box-shadow: 0px 30px 40px 0px rgba(101, 118, 137, 0.2), 0px 1px 20px 0px rgba(197, 206, 223, 0.2); }

.modal__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 3rem 1.8rem;
  border-top: 1px solid #DDDDDD;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }
  .modal__bottom button {
    width: auto;
    padding: 1.2rem 2.7rem; }
  .modal__bottom p {
    color: #5E7979;
    font-weight: 400;
    font-size: 1.6rem;
    text-decoration: underline;
    cursor: pointer; }

.areas__list {
  width: 30rem;
  height: 30rem;
  overflow: auto;
  padding-right: 2rem; }

.areas__item {
  margin-bottom: 2.2rem; }
  .areas__item label {
    display: flex;
    gap: 1.7rem; }
  .areas__item .areas__count {
    margin-left: auto; }

.sel {
  width: 54rem;
  height: 51.8rem;
  overflow: auto;
  padding-right: 2rem; }
  .sel .form__field {
    border-radius: 5px; }

.sel__header {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 2.7rem; }
  .sel__header span {
    font-weight: 400; }

.sel__input-box {
  display: flex;
  gap: 3.6rem;
  width: 26rem; }

.sel__input p {
  font-size: 1.4rem;
  margin-bottom: 0.6rem; }

.area-sel .sel__header {
  margin-bottom: 1rem; }

.location-sel .sel__header {
  margin-top: 3.8rem;
  margin-bottom: 1.6rem; }

.location-sel .form__field {
  margin-top: 0; }

.area__list {
  margin-top: 7rem;
  margin-left: 5.2rem; }

.sel-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .sel-grid .areas__item label {
    gap: 1.5rem; }
  .sel-grid__item {
    list-style: none;
    width: 20.5rem;
    margin-left: auto; }
    .sel-grid__item:nth-child(odd) {
      width: 24rem;
      margin-left: 0; }

.rules-sel .sel__header {
  margin-top: 2.8rem; }

.comf-sel .sel__header {
  margin-top: 3rem; }

.comf-sel svg {
  margin-left: 1.5rem;
  transform: rotate(180deg); }

.container {
  max-width: 1273px;
  margin: 0 auto;
  padding: 0 5rem; }
  @media screen and (max-width: 768px) {
    .container {
      padding: 0 3rem; } }
  @media screen and (max-width: 375px) {
    .container {
      padding: 0 2rem; }
      .container--header {
        padding: 0 2rem; } }

.filter-section {
  margin-top: .8rem; }

.filter {
  margin-top: 3rem;
  margin-bottom: 2rem; }

.filter__list {
  display: flex;
  gap: 15px; }

.filter__item {
  display: flex;
  align-items: center;
  padding: 0.9rem 1.5rem;
  border: 1px solid #DFDFDF;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color .3s ease, color .4s ease; }
  .filter__item p {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: normal; }
  .filter__item svg {
    margin-left: 1rem;
    transition: transform .4s ease, color .4s ease; }
  .filter__item.active {
    background-color: #008C8C;
    color: #ffffff; }
    .filter__item.active svg {
      transform: rotate(180deg); }
      .filter__item.active svg path {
        stroke: #ffffff; }

.btn {
  display: inline-block;
  vertical-align: top;
  padding: 2rem 5.2rem;
  background-color: #B13957;
  border: none;
  border-radius: 3em;
  cursor: pointer;
  font-family: inherit;
  font-size: 1.6rem;
  line-height: normal;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 10px 15px rgba(177, 57, 87, 0.2); }
  .btn--white {
    background-color: white;
    border: 1px solid #222222;
    color: #222222;
    box-shadow: none; }
  .btn--sm {
    width: 100%;
    max-width: 22rem;
    padding: 1.1rem 0; }
  .btn--xsm {
    width: 100%;
    max-width: 12.5rem;
    padding: 1.1rem 0; }
  .btn--main {
    margin-top: 4rem;
    padding: 2.1rem 7rem;
    background-color: #B13957;
    box-shadow: 0px 4px 0px 0px #79001e, 0px 0px 19px 0px rgba(177, 57, 87, 0.25), 0px -1px 4px 0px rgba(168, 255, 255, 0.3) inset; }
    @media screen and (max-width: 375px) {
      .btn--main {
        margin-top: 2rem;
        padding: .8rem 2.8rem;
        font-size: 1.6rem; } }

.btn-menu {
  width: 77px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 21px;
  background-color: #FFFFFF;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.18); }

@media screen and (max-width: 375px) {
  .btn-box {
    display: flex;
    justify-content: space-between;
    gap: 20px; }
    .btn-box button {
      width: 50%;
      padding: 1.5rem 3rem;
      margin-top: 0 !important; } }

@media screen and (max-width: 375px) {
  .btn-box .btn:last-child {
    margin-top: 2rem; } }

.page {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 100vh;
  overflow: hidden; }
  .page--enet {
    background-color: #ffffff; }
  @media screen and (max-width: 375px) {
    .page--personal .container {
      padding: 0 !important; } }

@media screen and (max-width: 768px) {
  .page__mask {
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100; } }

.form__group {
  margin-bottom: 1.5rem;
  position: relative; }
  .form__group.PP .form__field:placeholder-shown ~ .form__label {
    top: 20px;
    background-color: #ffffff; }
  .form__group.PP .form__field:focus ~ .form__label {
    top: -8px; }

.form__control {
  display: block;
  width: 100%;
  padding: 0.5rem 0 0.75rem;
  background: none;
  border: none;
  border-radius: 0;
  border-bottom: 2px solid #3F3F3F;
  box-shadow: none;
  font-family: inherit;
  font-size: 1.4rem;
  color: #ffffff; }
  .form__control::placeholder {
    color: rgba(255, 255, 255, 0.2); }
  .form__control--textarea {
    height: 29px;
    overflow: hidden;
    resize: none; }
    .form__control--textarea:focus + .form__line {
      width: 100%;
      transition: width .3s linear; }

.form__group {
  position: relative;
  margin-bottom: 2rem;
  width: 100%; }
  .form__group--md {
    text-align: center;
    max-width: 10.5rem;
    margin-right: 3rem; }

.form__field {
  width: 100%;
  padding: 11px 15px 11px 15px;
  appearance: none;
  border: 0;
  border: 1px solid #CFCFCF;
  border-radius: 3px;
  outline: 0;
  background: transparent;
  font-family: inherit;
  font-size: 1.3rem;
  color: #272727; }
  .form__field::placeholder {
    color: transparent; }
  .form__field:placeholder-shown ~ .form__label {
    padding: 0 5px;
    font-size: 1.2rem;
    cursor: text;
    top: -8px; }
  .form__field--mode-work {
    margin-top: 0.6rem;
    width: 13rem;
    height: 5.6rem;
    padding: 1.85rem 1.4rem;
    border-radius: 8px; }
  .form__field--tingh {
    width: 55rem !important;
    height: 4rem !important; }
  .form__field--md {
    min-width: 10.5rem !important;
    max-width: 10.5rem !important; }
  .form__field--sm {
    min-width: 8rem !important;
    max-width: 8rem !important; }
  .form__field--xsm {
    min-width: 4.5rem !important;
    max-width: 4.5rem !important; }

.form__label {
  position: absolute;
  padding: 0 5px;
  top: -8px;
  left: 10px;
  display: block;
  font-size: 1.2rem;
  background-color: #FBFBFB;
  color: #CFCFCF; }

.form__field:focus {
  border: solid 1px #272727; }
  .form__field:focus ~ .form__label {
    position: absolute;
    top: -8px;
    display: block;
    font-size: 1.2rem;
    background-color: #FBFBFB; }

/* reset input */
.form__field:required, .form__field:invalid {
  box-shadow: none; }

textarea.form__field {
  resize: none;
  position: absolute;
  height: 23.1rem; }

select.form__field {
  margin-top: 15px;
  background-image: url("../../assets/images/icons/drop-down.svg");
  background-repeat: no-repeat;
  background-position-x: calc(100% - 10px);
  background-position-y: 15px;
  cursor: pointer; }

.form__title {
  display: block;
  margin-bottom: 10px;
  margin-top: 30px; }

.personal-room__group .form__field {
  width: 54px;
  padding: 1.85rem 0.9rem;
  border-radius: 8px;
  margin-bottom: 0; }

input[type="checkbox"] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10px;
  height: 10px;
  appearance: none;
  border-radius: 50%;
  border: 1px solid #008C8C;
  position: relative; }
  input[type="checkbox"].square {
    display: flex;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 3px; }
    input[type="checkbox"].square:checked::before {
      content: url("../../assets/images/icons/confirm.svg");
      text-align: center;
      line-height: 2.4rem;
      background-color: #363636;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }

input[type="checkbox"]:checked ~ .checkmark {
  display: block; }

span.checkmark {
  display: none;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #008C8C;
  position: absolute;
  left: 3px; }

.nav__list {
  display: flex;
  justify-content: space-between; }

.nav__item {
  height: 5rem;
  padding-left: 2rem; }
  .nav__item:not(:nth-child(1)) {
    border-left: 1px solid #DDDDDD; }
  .nav__item:nth-child(1) {
    max-width: 24rem; }
    @media screen and (max-width: 768px) {
      .nav__item:nth-child(1) {
        max-width: 14rem; } }
  .nav__item p {
    font-size: 1.6rem;
    color: #144747;
    font-weight: 500; }
  .nav__item span {
    color: #5E7979; }
  .nav__item br {
    display: none; }
  .nav__item label input {
    display: none; }
  @media screen and (max-width: 768px) {
    .nav__item {
      padding-right: 2rem;
      display: flex;
      align-items: center; }
      .nav__item p {
        font-size: 1.4rem;
        margin-bottom: 0;
        line-height: normal;
        white-space: pre; }
      .nav__item span {
        display: none; }
      .nav__item br {
        display: block; }
      .nav__item:nth-child(1) {
        margin-right: 2rem; } }
  @media only screen and (max-width: 644px) {
    .nav__item {
      padding-left: 1rem;
      padding-right: 1rem; } }

.nav {
  margin: 0 auto;
  max-width: 98.5rem;
  padding: 2rem 17rem 2rem 4.5rem;
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 48px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12), 0px 25px 50px 0px rgba(0, 140, 140, 0.1);
  position: relative; }
  .nav--header {
    display: flex;
    align-items: center;
    max-width: 62.6rem;
    height: 5.4rem;
    padding: .8rem 11.7rem .8rem 3.3rem;
    box-shadow: none;
    border: 1px solid #DFDFDF; }
    .nav--header .nav__list {
      align-items: center;
      cursor: pointer; }
    .nav--header label input {
      display: none; }
    .nav--header .search-btn {
      width: 8.4rem; }
      .nav--header .search-btn img {
        width: 1.9rem;
        height: 1.9rem; }
    .nav--header .nav__item {
      display: flex;
      align-items: center;
      padding-left: 3.3rem;
      padding-right: 3.4rem;
      height: 3rem; }
      .nav--header .nav__item:nth-child(1) {
        padding-left: 0; }
      .nav--header .nav__item:nth-last-child(2) {
        padding-right: 0; }
  @media screen and (max-width: 768px) {
    .nav {
      display: flex;
      height: 7.2rem;
      padding: .6rem 10rem .7rem .6rem; } }

.is-start-date {
  border-radius: 50% !important;
  position: relative;
  z-index: 2; }
  .is-start-date:before {
    content: "";
    background-color: rgba(0, 140, 140, 0.1);
    position: absolute;
    top: 0;
    width: 50%;
    right: 0;
    bottom: 0;
    z-index: 1; }

.is-end-date {
  border-radius: 50% !important;
  position: relative;
  z-index: 2; }
  .is-end-date:before {
    content: "";
    background-color: rgba(0, 140, 140, 0.1);
    position: absolute;
    top: 0;
    width: 50%;
    left: 0;
    bottom: 0;
    z-index: 1; }

.day-item {
  width: 3.6rem;
  height: 3.6rem;
  line-height: 2.7rem;
  font-size: 1.4rem;
  font-weight: 400; }

.month-item-weekdays-row div {
  text-transform: capitalize;
  font-size: 16px !important;
  font-weight: 500 !important; }

.month-item-header {
  margin-bottom: 1.9rem; }

.month-item-name, .month-item-year {
  text-transform: capitalize;
  font-weight: 500 !important;
  font-size: 1.8rem; }

.month-item * {
  font-family: "Rubik"; }

.month-item:nth-child(1) {
  margin-right: 10.6rem; }

.litepicker .container__months.columns-2 {
  padding: 3.7rem 10.8rem 11.5rem;
  width: 76.9rem; }
  .litepicker .container__months.columns-2 .month-item {
    width: 32.1rem; }

.login-popup__content h2 {
  margin-bottom: 2.2rem; }

.popup-wrap.login .login-popup {
  top: 4rem;
  max-height: 81.1rem;
  min-height: 81.1rem; }
  @media screen and (max-width: 768px) {
    .popup-wrap.login .login-popup {
      min-height: 88.1rem; } }

.logup-popup__content h2 {
  margin-bottom: 3rem; }

.popup-wrap.logup .logup-popup {
  max-height: 59.4rem;
  min-height: 59.4rem; }

.popup-wrap {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  padding-bottom: 2rem;
  overflow-y: scroll;
  display: none;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2010; }
  .popup-wrap.show {
    display: flex; }
  .popup-wrap.login .login-popup {
    display: block; }
  .popup-wrap.logup .logup-popup {
    display: block; }

.popup {
  display: none;
  width: 56.8rem;
  padding: 11rem 2rem 4.4rem 3rem;
  position: relative;
  background-color: #ffffff;
  border-radius: 8px;
  top: 2rem; }
  @media screen and (max-width: 768px) {
    .popup {
      width: 37.8rem; } }

.popup__header {
  display: flex;
  align-items: center;
  height: 8rem;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #C4C4C4; }
  .popup__header svg {
    position: absolute;
    left: 3.5rem;
    top: 3.5rem;
    cursor: pointer; }

.popup__content h2 {
  font-size: 2.4rem;
  line-height: normal;
  font-weight: 500; }

.popup__content .form__field {
  height: 5.6rem;
  margin-bottom: 1.5rem;
  border-radius: 8px; }
  .popup__content .form__field::placeholder {
    color: #363636;
    font-size: 1.6rem;
    line-height: normal; }

.popup__content .password-box {
  margin-bottom: -.5rem;
  position: relative; }
  .popup__content .password-box svg {
    position: absolute;
    top: 2rem;
    right: 2rem;
    cursor: pointer; }

.popup__content .small-text {
  display: block;
  color: #A9A9A9;
  font-size: 1.4rem;
  margin-bottom: 3rem;
  text-decoration: none; }

.popup__content a.small-text {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem; }

.popup__content .areas__item {
  list-style: none;
  margin-bottom: 1.5rem; }
  .popup__content .areas__item .square {
    min-width: 2.4rem; }
  .popup__content .areas__item p {
    font-size: 1.4rem;
    line-height: normal; }
  .popup__content .areas__item a {
    color: #008C8C; }

.popup__content .btn-reg {
  margin-bottom: 1rem;
  margin-top: 1.5rem;
  min-width: 51.8rem; }
  @media screen and (max-width: 768px) {
    .popup__content .btn-reg {
      min-width: 31.8rem; } }

.popup__content .btn-log {
  min-width: 51.8rem; }
  @media screen and (max-width: 768px) {
    .popup__content .btn-log {
      min-width: 31.8rem; } }

.popup__content .acc-exist {
  display: flex;
  justify-content: center;
  font-size: 1.4rem;
  margin-bottom: 2rem; }
  .popup__content .acc-exist a {
    text-decoration: none;
    color: #008C8C; }

.popup__content .help-soc {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem; }
  .popup__content .help-soc__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.8rem 0;
    width: 51.8rem;
    border: 1px solid #AFAFAF;
    border-radius: 8px; }
    @media screen and (max-width: 768px) {
      .popup__content .help-soc__btn {
        width: 31.8rem; } }
    .popup__content .help-soc__btn img {
      width: 2rem;
      height: 2rem;
      margin-right: 2rem; }
    .popup__content .help-soc__btn p {
      font-weight: 500;
      font-size: 1.8rem; }

.count-quest {
  display: none;
  width: 46.8rem;
  padding: 4rem 5rem 2.8rem;
  background-color: #ffffff;
  border-radius: 30px;
  box-shadow: 0px 30px 40px 0px rgba(170, 197, 197, 0.2), 0px -5px 40px 0px rgba(183, 223, 223, 0.2);
  position: absolute;
  top: 10rem;
  left: calc(50% - 46.8rem / 2);
  z-index: 9999; }
  .count-quest.show {
    display: block; }
  .count-quest .btn-wrap {
    display: flex;
    align-items: center;
    gap: 1.1rem; }
  .count-quest .btn {
    display: flex;
    align-items: center;
    width: 3.6rem;
    height: 3.6rem;
    padding: 1.1rem;
    background-color: #ffffff;
    box-shadow: none;
    border: 1px solid #C4C4C4;
    border-radius: 50%; }

.count-quest__item {
  display: flex;
  padding-bottom: 1.6rem;
  padding-top: 1.6rem; }
  .count-quest__item:nth-child(1) {
    padding-top: 0; }
  .count-quest__item:last-child {
    padding-bottom: 0; }
  .count-quest__item:not(:last-child) {
    border-bottom: 1px solid #DDDDDD; }
  .count-quest__item .text-wrap {
    display: flex;
    flex-direction: column;
    gap: .4rem; }
    .count-quest__item .text-wrap h3 {
      font-size: 1.6rem;
      font-weight: 500;
      line-height: normal; }
    .count-quest__item .text-wrap p {
      font-size: 1.4rem;
      font-weight: 400;
      line-height: normal; }
  .count-quest__item .btn-wrap {
    margin-left: auto; }

.type-activity {
  display: none;
  padding: 3rem;
  padding-bottom: 1.7rem;
  background-color: #ffffff;
  border-radius: 30px;
  box-shadow: 0px 30px 40px 0px rgba(170, 197, 197, 0.2), 0px -5px 40px 0px rgba(183, 223, 223, 0.2);
  position: absolute;
  top: 10rem;
  left: 0;
  right: 0;
  z-index: 9999;
  max-width: 1173px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .type-activity {
      padding: 0 3rem; } }
  @media screen and (max-width: 375px) {
    .type-activity {
      padding: 0 2rem; } }
  .type-activity.show {
    display: flex; }
  .type-activity h3 {
    color: #144747;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 1.4rem;
    margin-left: -1rem; }

.type-activity__list {
  list-style: disc;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-right: 4rem;
  padding-left: 1rem; }

.type-activity__item {
  font-size: 1.4rem;
  color: #000000;
  font-weight: 400;
  line-height: normal;
  transition: color .2s ease; }
  .type-activity__item.active {
    color: #008c8c;
    font-weight: 500; }
  .type-activity__item::marker {
    font-size: 1.2em;
    color: #008C8C; }

.personal-room__header {
  margin-bottom: 2rem; }

.personal-room__title {
  margin-bottom: 5.8rem; }

@media screen and (max-width: 375px) {
  .page--personal .header {
    padding-left: 2rem;
    padding-right: 2rem; } }

.personal-room__box {
  display: flex;
  flex-direction: column;
  padding: 1.5rem 2rem;
  padding-top: 9.8rem;
  background-color: #ffffff;
  position: relative; }
  .personal-room__box--PP .form__field {
    border-radius: 8px;
    height: 56px;
    border-radius: 8px;
    background-position-y: 24px; }
  .personal-room__box--PP select.form__field {
    height: 5.6rem; }
  @media screen and (max-width: 375px) {
    .personal-room__box--PP {
      padding-top: 1.5rem; } }
  @media screen and (max-width: 375px) {
    .personal-room__box {
      padding-top: 1.5rem; } }

.personal-room__nav-list {
  height: 78px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.personal-room__nav-item {
  display: flex;
  width: 20%;
  flex-direction: column;
  align-items: center;
  padding: 19px 60px 16px;
  background-color: #F8F8F8;
  cursor: pointer;
  transition: background-color .1s ease; }

.personal-room__nav-item:nth-child(4) {
  min-width: 29%; }

.personal-room__nav-item:nth-child(5) {
  min-width: 11%; }

.personal-room__nav-item:hover {
  background-color: #f2f2f2; }

.personal-room__nav-item.active {
  background-color: #ffffff; }

.personal-room__content {
  margin-bottom: 3rem; }

.personal-room__content.personal-room__content--grey-bg > div {
  height: 27.8rem;
  padding: 2rem;
  background-color: #FBFBFB;
  border-radius: 4px; }
  @media screen and (max-width: 375px) {
    .personal-room__content.personal-room__content--grey-bg > div {
      height: 100%; }
      .personal-room__content.personal-room__content--grey-bg > div textarea {
        position: relative; } }

.personal-room__info {
  margin-top: 2rem;
  height: 8.7rem;
  padding: 2rem;
  background-color: #FBFBFB;
  border-radius: 4px; }
  @media screen and (max-width: 375px) {
    .personal-room__info {
      display: flex;
      flex-direction: column;
      height: 100%; }
      .personal-room__info .form__group {
        margin-bottom: 0 !important; } }

.personal-room__slider {
  position: relative;
  display: flex;
  justify-content: center; }
  .personal-room__slider > img {
    width: 100%;
    height: auto; }

.btn-slider {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 30px;
  border-radius: 50%;
  background-color: rgba(39, 39, 39, 0.4);
  cursor: pointer; }

.btn-next {
  right: 30px;
  left: auto;
  transform: rotate(180deg); }

.personal-room__slider-bottom {
  display: flex;
  padding: 0 15px;
  height: 33px;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background-color: rgba(39, 39, 39, 0.4);
  border-radius: 0 0 5px 5px; }
  .personal-room__slider-bottom * {
    font-size: 14px;
    color: #ffffff;
    cursor: pointer; }
  .personal-room__slider-bottom img {
    margin-right: 8px; }

.soc__item {
  display: flex;
  margin-bottom: 20px; }
  .soc__item img {
    width: 40px;
    height: 40px;
    border-radius: 2px; }
  .soc__item p {
    cursor: pointer; }
  .soc__item .soc__text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 10px;
    color: #272727; }
    .soc__item .soc__text .soc__title {
      font-size: 12px;
      color: #A9A9A9;
      line-height: 1; }

.personal-room__soc {
  max-height: 20.3rem; }
  @media screen and (max-width: 375px) {
    .personal-room__soc .grid .col-4 {
      display: flex;
      justify-content: space-between; } }

.grey-text {
  margin-bottom: 10px;
  display: block;
  font-size: 12px;
  line-height: 1;
  color: #A9A9A9; }

.personal-room__events {
  max-height: 20.3rem; }
  @media screen and (max-width: 375px) {
    .personal-room__events .grey-text {
      line-height: 1.4; } }

.img-event__box {
  display: flex;
  gap: 12px;
  margin-bottom: 16px; }

.img-event__wrap {
  height: 69px;
  width: 69px;
  border-radius: 5px;
  overflow: hidden;
  position: relative; }
  .img-event__wrap * img {
    width: 100%;
    height: auto; }
  .img-event__wrap:nth-last-child(2):before {
    content: "+ 2";
    display: flex;
    justify-content: center;
    line-height: 69px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 16px;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.5); }

.img-event__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 69px;
  height: 69px;
  border: 1px solid #B03A57;
  border-radius: 3px;
  cursor: pointer; }

.line {
  margin-bottom: 12px;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #CFCFCF;
  position: relative; }

.select-recomend {
  margin-top: 1.5rem;
  margin-bottom: 1rem; }

.personal-room__group:not(:last-child) {
  margin-bottom: 3rem; }

.personal-room__group h4 {
  margin-left: 2rem; }

.personal-room__group--params h4 {
  font-size: 14px;
  color: #5E7979;
  font-weight: 400;
  margin-left: 1rem;
  margin-right: 2rem; }
  .personal-room__group--params h4:nth-last-child(3), .personal-room__group--params h4:nth-last-child(2) {
    margin-left: -1rem; }

.personal-room__group--params .form__field {
  margin-right: 1rem; }

.personal-room__group--params img {
  margin-right: 2rem; }

.no-ml {
  margin-left: 0 !important;
  margin-right: 2rem; }

.work-mode {
  width: 100%;
  justify-content: center;
  margin-top: 2rem;
  gap: 20px; }
  @media screen and (max-width: 375px) {
    .work-mode {
      flex-wrap: nowrap;
      overflow-x: scroll;
      justify-content: flex-start; } }

.rule {
  margin-top: 27px; }
  .rule .col-4:not(:last-child) {
    margin-right: 2.5rem; }
    @media screen and (max-width: 375px) {
      .rule .col-4:not(:last-child) {
        margin-right: 0; } }

.rule__item {
  width: 100%;
  margin-bottom: 1rem; }
  .rule__item:nth-child(3n) {
    margin-bottom: 0; }

.rule__text {
  width: 17.5rem;
  margin-right: 1rem;
  margin-left: 1rem;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 500;
  text-transform: uppercase; }
  @media screen and (max-width: 375px) {
    .rule__text {
      max-width: 16rem; } }

.rule__box {
  display: flex;
  margin-left: auto;
  gap: 1rem;
  height: 2.4rem; }
  .rule__box .form__field {
    width: 4.4rem;
    height: auto !important; }

.btn-confirm {
  width: 2.5rem;
  height: 2.5rem;
  outline: 0;
  border: none;
  border-radius: 3px;
  background-color: #73D649; }

.btn-cancel {
  width: 2.5rem;
  height: 2.5rem;
  outline: 0;
  border: none;
  border-radius: 3px;
  background-color: #B13957; }

.scheme__img {
  width: 481px;
  height: auto; }

.nested__btn-box {
  gap: 3rem;
  margin-bottom: 3rem;
  position: relative; }

.nested__photo-list {
  width: 100%;
  overflow-x: scroll;
  flex-wrap: nowrap;
  gap: 2.6rem;
  margin-bottom: 6rem; }
  @media screen and (max-width: 375px) {
    .nested__photo-list {
      margin-right: -2rem; } }

.nested__photo-wrap {
  min-width: 358px;
  border-radius: 8px;
  overflow: hidden; }
  .nested__photo-wrap img {
    width: 100%;
    height: auto; }

.tarif__name {
  height: 5.6rem;
  margin-top: 2rem;
  margin-bottom: 3rem; }

.tarif__description {
  height: 5.6rem;
  margin-bottom: 5rem; }

.tarif__setting {
  margin-bottom: 3rem; }
  .tarif__setting:nth-child(2) {
    margin-top: 1.5rem; }
  .tarif__setting h4 {
    margin-left: 0; }
  .tarif__setting .form__field {
    width: 10.3rem;
    text-align: center; }

.params .form__field {
  min-width: 17.2rem;
  height: 5.6rem;
  margin-top: 0;
  width: 0; }

.params .grey-text {
  margin-bottom: 0;
  margin-right: 2rem; }

.params--park {
  margin-top: 2rem;
  margin-bottom: 5rem; }
  .params--park .form__field {
    margin-right: 2rem; }

.widget {
  margin-bottom: 5rem; }
  .widget select.form__field {
    margin-top: 0;
    width: 11.8rem; }
  .widget .form__field {
    width: 24rem;
    height: 5.6rem; }
  .widget .action-btn {
    cursor: pointer; }
  .widget .add-picture {
    margin-bottom: 2rem; }
    .widget .add-picture p {
      margin-right: 1.4rem;
      margin-bottom: 0; }
  .widget .price {
    margin-bottom: 2rem; }
    .widget .price p {
      margin-right: 2rem;
      margin-bottom: 0; }
  .widget.last {
    margin-bottom: 3rem; }

.edit-btn {
  margin-left: 2.1rem;
  margin-right: 3.2rem; }

.price-setting__title {
  margin-top: 5rem;
  margin-bottom: 2rem; }

.price-setting > .d-flex {
  margin-bottom: 2rem; }

.price-setting .grey-text {
  margin-right: 2rem;
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: 500;
  color: #A9A9A9; }
  @media screen and (max-width: 375px) {
    .price-setting .grey-text {
      width: 100%;
      margin-bottom: 1rem; } }
  .price-setting .grey-text .black {
    color: #222222; }

.price-setting__interval .form__field {
  height: 5.6rem;
  margin-left: 1.5rem; }
  .price-setting__interval .form__field:nth-last-child(2) {
    margin-right: 0.8rem; }

.price-setting__interval .defis {
  width: 1.4rem;
  color: #b0b0b0;
  font-size: 3.2rem;
  margin-left: .3rem; }

.price-setting__volume .form__field {
  margin-right: 1.5rem; }

.price-setting__extra-switcher .btn-confirm {
  margin-right: 1rem; }

.price-setting__extra-check span {
  margin-left: 1.2rem; }

.price-setting__price select {
  margin-left: 1rem; }

.price-setting__price .form__field {
  margin-top: 0;
  margin-bottom: 0;
  height: 5.6rem; }

.price-setting__price .grey-text {
  color: #A9A9A9;
  font-weight: 400; }

.price-setting__price .grey-text:last-child {
  margin-left: auto; }
  .price-setting__price .grey-text:last-child span {
    font-size: 2rem;
    line-height: normal;
    color: #363636;
    font-weight: 500;
    margin-left: 2rem; }

.tip {
  padding: 3rem;
  margin-right: -20px;
  margin-bottom: 4.6rem;
  border: 1px solid #DDDDDD;
  border-radius: 8px; }
  .tip .tip__title {
    font-size: 1.6rem;
    color: #484848;
    font-weight: 500;
    margin-bottom: 1.5rem; }
  .tip .tip__text {
    font-size: 1.4rem;
    color: #484848;
    font-weight: 400;
    margin-bottom: 1.5rem; }

.price-setting__realize {
  align-items: flex-start; }
  .price-setting__realize .grey-text {
    margin-bottom: 2rem; }

.price-setting__realize-input:not(:last-child) {
  margin-bottom: 2rem; }

.price-setting__realize-input p {
  margin-left: 2rem;
  color: #363636;
  font-weight: 500;
  line-height: normal; }

.price-setting__realize-input span {
  font-size: 1.1rem;
  color: #222;
  position: relative;
  top: -4px; }

.price-setting__realize-input input {
  width: 24px;
  height: 24px;
  appearance: none;
  border-radius: 3px;
  background-color: transparent;
  border: 1px solid #B0B0B0; }
  .price-setting__realize-input input:checked {
    border: #73D649;
    background-color: #73D649; }
    .price-setting__realize-input input:checked::before {
      content: url("../../assets/images/icons/confirm.svg"); }

.table {
  display: flex;
  flex-direction: column; }
  .table .table__header {
    display: grid;
    min-width: 1073px;
    grid-template-columns: repeat(7, 1fr);
    grid-template-columns: 1fr 0.5fr 0.5fr 1.2fr 1.5fr 0.8fr 1.5fr;
    grid-gap: 15px; }
    .table .table__header li {
      padding-bottom: 2.5rem;
      font-size: 1.6rem;
      color: #144747;
      font-weight: 500;
      text-align: center; }
  .table .table__item {
    display: grid;
    min-width: 1073px;
    grid-template-columns: 1fr 0.5fr 0.5fr 1.2fr 1.5fr 0.8fr 1.5fr;
    grid-gap: 15px;
    position: relative;
    border: 1px solid #DDDDDD;
    border-radius: 8px;
    border-bottom: none; }
    .table .table__item:last-child {
      border-bottom: 1px solid #DDDDDD; }
    .table .table__item li {
      padding-top: 3.5rem;
      padding-bottom: 3.5rem;
      text-align: center;
      font-size: 1.4rem;
      font-weight: 500;
      color: #5E7979; }
    .table .table__item li:nth-last-child(2) {
      position: absolute;
      right: 6rem;
      top: 0;
      cursor: pointer; }
    .table .table__item li:nth-last-child(1) {
      position: absolute;
      right: 1.8rem;
      top: -1.7rem;
      cursor: pointer; }
  @media screen and (max-width: 375px) {
    .table {
      overflow-x: scroll; } }

.table ~ .btn {
  margin-top: 2rem;
  margin-bottom: 22.3rem; }

@media screen and (max-width: 375px) {
  .xs-nowrap {
    flex-wrap: nowrap; } }

.personal-room__text .field * {
  font-family: "PF Bague Sans Pro", sans-serif; }

.personal-room__text .form__label {
  color: #A9A9A9; }

.add-picture-box {
  width: 9.6rem;
  position: absolute;
  display: none;
  flex-direction: column;
  align-items: center;
  padding: .6rem 1.4rem;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
  top: -123px;
  left: 60px; }
  .add-picture-box.show {
    display: flex; }

.add-picture__item {
  width: 2.8rem;
  padding: 0.8rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer; }
  .add-picture__item:not(:last-child) {
    border-bottom: 1px solid #CFCFCF; }
  .add-picture__item.blocked p {
    color: #008C8C; }
  .add-picture__item p {
    font-weight: 1.6rem;
    line-height: normal;
    font-weight: 500; }

.swiper-container--pc {
  width: 31.1rem;
  height: 23.8rem;
  overflow: hidden; }
  .swiper-container--pc .btn-slider {
    z-index: 2000; }
  .swiper-container--pc .personal-room__slider-bottom {
    z-index: 2000; }

.search-btn {
  width: 12.5rem;
  border: none;
  background: none;
  background-color: #008C8C;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  transition: background-color .3s ease; }
  .search-btn:hover {
    background-color: #007373; }
  @media screen and (max-width: 768px) {
    .search-btn {
      width: 10.1rem; } }
  @media screen and (max-width: 375px) {
    .search-btn {
      width: 7.1rem; }
      .search-btn img {
        width: 1.8rem;
        height: 1.8rem; } }

.enet__title {
  margin-top: 9.5rem;
  color: #363636; }
  .enet__title span {
    font-weight: 500;
    font-size: 4.2rem;
    line-height: 1.3; }
  @media screen and (max-width: 375px) {
    .enet__title {
      margin-top: 2rem; }
      .enet__title span {
        font-size: 1.8rem; } }

.preview {
  height: 60rem;
  position: relative;
  background-image: url("../../assets/images/main-bg.svg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }
  @media screen and (max-width: 375px) {
    .preview {
      background: none; } }
  .preview .preview__pagination {
    display: flex;
    position: absolute;
    justify-content: center;
    left: 0;
    right: 0;
    bottom: -8rem; }
    .preview .preview__pagination span {
      width: 1.5rem;
      height: 1.5rem;
      border: 2px solid #9CD0CD;
      background-color: transparent;
      border-radius: 50%; }
      .preview .preview__pagination span:not(:last-child) {
        margin-right: 2.5rem; }
      .preview .preview__pagination span.active {
        background-color: #9CD0CD; }
    @media screen and (max-width: 768px) {
      .preview .preview__pagination {
        bottom: -5rem; } }
    @media screen and (max-width: 375px) {
      .preview .preview__pagination {
        bottom: 10rem; } }
  @media screen and (max-width: 768px) {
    .preview {
      height: auto; } }

.custom-grid {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: 1fr 1fr;
  gap: 15px 15px;
  grid-auto-flow: row;
  grid-template-areas: "small-slide-4 small-slide-4 small-slide small-slide small-slide-2 small-slide-2 small-slide-3 small-slide-3" "small-slide-5 small-slide-5 big-slide big-slide big-slide big-slide-2 big-slide-2 big-slide-2";
  width: 100%;
  height: 410px; }
  .custom-grid > div {
    border-radius: 8px;
    position: relative; }
    .custom-grid > div span {
      position: absolute;
      bottom: 1rem;
      left: 1.5rem;
      padding: .6rem 1.9rem;
      background-color: #B13957;
      border-radius: 32px;
      color: #ffffff;
      font-weight: 700;
      font-size: 1.6rem; }
      @media screen and (max-width: 375px) {
        .custom-grid > div span {
          left: auto;
          right: auto;
          bottom: 0.5rem; } }
    @media screen and (max-width: 375px) {
      .custom-grid > div {
        text-align: center; }
        .custom-grid > div .text-wrap {
          display: flex;
          justify-content: center; } }
  .custom-grid--small {
    padding-bottom: 2.5rem;
    height: 100% !important;
    grid-template-columns: repeat(auto-fit, minmax(23rem, 1fr));
    grid-template-rows: repeat(3, 1fr);
    grid-template-areas: none;
    gap: 20px 5px; }
    @media screen and (max-width: 768px) {
      .custom-grid--small {
        margin-bottom: -8rem;
        grid-template-columns: repeat(auto-fit, minmax(22.3rem, 1fr));
        grid-template-rows: repeat(6, 1fr); } }
  @media screen and (max-width: 768px) {
    .custom-grid {
      height: 24.5rem; } }
  @media screen and (max-width: 375px) {
    .custom-grid {
      height: 51.3rem;
      justify-content: center;
      grid-template-columns: repeat(4, 1fr);
      grid-template-rows: repeat(4, 1fr);
      gap: 15px 15px;
      grid-template-areas: "small-slide-4 small-slide-4 small-slide small-slide" "small-slide-2 small-slide-2 small-slide-3 small-slide-3" "small-slide-5 small-slide-5 big-slide big-slide" ". big-slide-2 big-slide-2 ."; }
      .custom-grid--small {
        overflow-x: scroll;
        justify-content: start;
        margin-bottom: -8rem;
        grid-template-columns: repeat(8, 1fr);
        grid-template-rows: repeat(2, 1fr); } }

.grid-section {
  margin-bottom: 8rem;
  margin-top: 12rem; }
  .grid-section h2 {
    font-weight: 700; }
    .grid-section h2 span {
      position: relative; }
    .grid-section h2 span::after {
      content: "";
      width: 100%;
      height: 6px;
      position: absolute;
      bottom: -12px;
      left: 0;
      background-color: #008C8C;
      border-radius: 8px; }
  .grid-section--reverse .custom-grid {
    grid-template-areas: "small-slide small-slide small-slide-2 small-slide-2 small-slide-3 small-slide-3 small-slide-4 small-slide-4" "big-slide big-slide big-slide big-slide-2 big-slide-2 big-slide-2 small-slide-5 small-slide-5"; }
    @media screen and (max-width: 768px) {
      .grid-section--reverse .custom-grid {
        height: 51.3rem;
        justify-content: center;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(4, 1fr);
        gap: 15px 15px;
        grid-template-areas: "small-slide-4 small-slide-4 small-slide small-slide" "small-slide-2 small-slide-2 small-slide-3 small-slide-3" "small-slide-5 small-slide-5 big-slide big-slide" ". big-slide-2 big-slide-2 ."; } }
  @media screen and (max-width: 375px) {
    .grid-section {
      margin-top: 10rem;
      margin-bottom: 10rem; } }

.custom-grid__item {
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
  overflow: hidden; }
  .custom-grid__item img {
    object-fit: cover; }
  .custom-grid__item--small {
    height: 5.6rem;
    display: flex; }
    .custom-grid__item--small img {
      margin-right: 1.5rem;
      width: 5.6rem;
      height: 5.6rem;
      border-radius: 8px;
      box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3); }
    .custom-grid__item--small .custom-grid__text-wrap {
      display: flex;
      flex-direction: column; }
      .custom-grid__item--small .custom-grid__text-wrap h3 {
        font-weight: 500;
        font-size: 2rem;
        line-height: normal;
        color: #363636;
        margin-bottom: .8rem; }
      .custom-grid__item--small .custom-grid__text-wrap p {
        font-weight: 400;
        font-size: 1.8rem;
        line-height: normal;
        color: #5E7979; }

.big-slide {
  grid-area: big-slide; }

.big-slide-2 {
  grid-area: big-slide-2; }

.small-slide {
  grid-area: small-slide; }

.small-slide-2 {
  grid-area: small-slide-2; }

.small-slide-3 {
  grid-area: small-slide-3; }

.small-slide-4 {
  grid-area: small-slide-4; }

.small-slide-5 {
  grid-area: small-slide-5; }

.swiper-container {
  width: 100%;
  height: 41rem;
  padding-bottom: 9rem; }
  @media screen and (max-width: 768px) {
    .swiper-container {
      height: 30.8rem; } }
  @media screen and (max-width: 375px) {
    .swiper-container {
      height: 47.7rem;
      padding-bottom: 0; } }

.swiper-slide {
  width: 100%;
  display: flex; }
  @media screen and (max-width: 375px) {
    .swiper-slide {
      flex-direction: column; } }

.swiper__img-wrap {
  width: 50%;
  max-height: 32rem;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0px 4px 20px 0px rgba(0, 0, 0, 0.15); }
  .swiper__img-wrap img {
    width: 100%;
    height: auto; }
  @media screen and (max-width: 768px) {
    .swiper__img-wrap {
      max-height: 20.6rem; } }
  @media screen and (max-width: 375px) {
    .swiper__img-wrap {
      height: 20.1rem;
      width: 100%; } }

.swiper__text-wrap {
  width: 50%;
  margin-left: 3rem; }
  .swiper__text-wrap h3 {
    font-size: 2.8rem;
    color: #C54867;
    line-height: 1.4;
    font-weight: 500; }
    @media screen and (max-width: 768px) {
      .swiper__text-wrap h3 {
        font-size: 2.2rem; } }
  .swiper__text-wrap p {
    font-size: 1.8rem;
    line-height: 1.4;
    font-weight: 400;
    color: #ffffff; }
    .swiper__text-wrap p strong {
      font-weight: 500; }
    .swiper__text-wrap p span {
      font-weight: 500;
      color: #D9D9D9; }
    .swiper__text-wrap p:not(:last-child) {
      margin-bottom: 3.5rem; }
    @media screen and (max-width: 768px) {
      .swiper__text-wrap p {
        font-size: 1.4rem;
        line-height: 1.3; }
        .swiper__text-wrap p:not(:last-child) {
          margin-bottom: 2.5rem; } }
  @media screen and (max-width: 375px) {
    .swiper__text-wrap {
      width: 100%;
      margin-left: 0;
      padding-top: 10.2rem; } }

.custom-swiper-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.2rem;
  height: 5.2rem;
  background-color: #237C82;
  border-radius: 50%;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer; }
  .custom-swiper-btn.swiper-button-disabled {
    background-color: #F5F5F8; }
    .custom-swiper-btn.swiper-button-disabled svg path {
      stroke: #AAAAAA; }
  .custom-swiper-btn.swiper-btn-prev svg {
    transform: rotate(180deg); }
  @media screen and (max-width: 375px) {
    .custom-swiper-btn {
      display: none; } }

.swiper__btn-box {
  display: flex;
  gap: 16rem;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2; }
  @media screen and (max-width: 375px) {
    .swiper__btn-box {
      top: 23rem;
      bottom: auto; } }

.slider-section {
  padding: 5rem 0;
  width: 100vw;
  background-color: #252736;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0px 4px 30px 0px rgba(0, 0, 0, 0.1); }
  .slider-section--reverse .swiper__img-wrap {
    margin-left: 2rem;
    order: 2; }
  .slider-section--reverse .swiper__text-wrap {
    margin-left: 0;
    order: 1; }
  @media screen and (max-width: 375px) {
    .slider-section {
      border-radius: 9px; }
      .slider-section--reverse .swiper__img-wrap {
        margin-left: 0;
        order: 1; }
      .slider-section--reverse .swiper__text-wrap {
        margin-left: 0;
        order: 2; } }

.swiper-pagination {
  height: 5.2rem;
  display: flex;
  align-items: center; }
  .swiper-pagination .swiper-pagination-bullet {
    width: 1.5rem;
    height: 1.5rem;
    border: 2px solid #9CD0CD;
    background-color: transparent;
    border-radius: 50%; }
    .swiper-pagination .swiper-pagination-bullet:not(:last-child) {
      margin-right: 2.5rem; }
    .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background-color: #9CD0CD; }

.preview_mobile {
  display: flex;
  flex-direction: column;
  position: relative;
  bottom: -10rem; }

.preview__search {
  width: 100%;
  display: flex;
  height: 4.8rem;
  margin-bottom: 2rem;
  overflow: hidden;
  position: relative;
  border-radius: 48px; }
  .preview__search input {
    width: 100%;
    height: 100%;
    padding: 1.5rem 1.9rem 1.6rem;
    background-color: #ffffff;
    border: none;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12), 0px 25px 50px 0px rgba(0, 140, 140, 0.1); }

.preview__nav {
  width: 100%;
  padding-bottom: 5rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .preview__nav a {
    font-weight: 500;
    text-decoration: none;
    color: #363636; }

.catalog__grid {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem; }

.catalog__item {
  width: calc(100% / 3 - 10px);
  height: 40.6rem;
  padding: 0.7rem;
  border-radius: 15px;
  background-color: #ffffff;
  box-shadow: 0px 30px 40px 0px rgba(201, 211, 222, 0.2);
  position: relative; }

.catalog__img-wrap {
  height: 25.9rem;
  overflow: hidden;
  border-radius: 10px;
  position: relative; }

.catalog__interface {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.5rem;
  z-index: 2000; }
  .catalog__interface button {
    border: none;
    background: none; }
  .catalog__interface .catalog__item-like {
    width: 3.6rem;
    height: 3.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    border-radius: 50%;
    position: relative;
    top: 0;
    left: 0; }
  .catalog__interface .catalog__btn-box {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: calc(50% - 1.8rem);
    left: 1.5rem;
    right: 1.5rem; }
  .catalog__interface .catalog__item-btn {
    width: 3.6rem;
    height: 3.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: white;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0px 4px 30px 0px rgba(0, 0, 0, 0.1); }
    .catalog__interface .catalog__item-btn path {
      stroke: #AAAAAA; }
    .catalog__interface .catalog__item-btn.catalog__item-prev {
      transform: rotate(180deg); }
  .catalog__interface .catalog__item-price {
    display: inline-block;
    padding: .5rem 1.6rem;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 4px;
    position: absolute;
    bottom: 1.5rem;
    right: 1.5rem; }
    .catalog__interface .catalog__item-price span {
      font-size: 1.4rem;
      font-weight: 400; }
    .catalog__interface .catalog__item-price p {
      font-weight: 500;
      font-size: 1.6rem; }

.catalog__text-wrap {
  margin-top: 1.6rem;
  padding-bottom: 1.3rem;
  padding-left: 1rem;
  padding-right: 1rem; }

.catalog__text-group {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.2rem;
  align-items: center; }
  .catalog__text-group p {
    color: #363636;
    font-weight: 500;
    font-size: 1.8rem; }
    .catalog__text-group p.catalog__geo, .catalog__text-group p.catalog__area, .catalog__text-group p.catalog__presons-count {
      color: #5E7979;
      font-size: 1.4rem;
      font-weight: 400; }
    .catalog__text-group p.catalog__type {
      padding: 0.2rem 1rem;
      font-size: 1.4rem;
      font-weight: 400;
      border: 1px solid #008C8C;
      border-radius: 32px; }
    .catalog__text-group p.catalog__rating {
      font-size: 1.6rem; }
      .catalog__text-group p.catalog__rating span {
        font-weight: 400; }
  .catalog__text-group img {
    margin-right: 0.2rem;
    position: relative;
    top: -2px; }
  .catalog__text-group:last-child img {
    margin-right: 1rem;
    top: 0; }

.catalog__pagination {
  display: flex;
  margin-top: 5rem;
  justify-content: center;
  margin-bottom: 14.3rem; }
  .catalog__pagination-wrap {
    height: 5rem;
    display: flex;
    padding-left: 3rem;
    padding-right: 3rem;
    align-items: center;
    border-radius: 35px;
    background-color: #ffffff;
    box-shadow: 0px 10px 20px 0px rgba(179, 194, 217, 0.2); }
  .catalog__pagination .catalog__page-wrap {
    display: flex;
    align-items: center; }
  .catalog__pagination .catalog__page {
    height: 3.2rem;
    width: 3.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5E7979;
    font-weight: 400;
    font-size: 1.6rem;
    text-decoration: none;
    border-radius: 50%;
    cursor: pointer; }
    .catalog__pagination .catalog__page:not(:last-child) {
      margin-right: 1rem; }
    .catalog__pagination .catalog__page.active {
      color: #ffffff;
      background-color: #008C8C; }
  .catalog__pagination .catalog__pagintaion-btn {
    background: none;
    border: none; }
    .catalog__pagination .catalog__pagintaion-btn.catalog__pagination-prev {
      transform: rotate(180deg);
      margin-right: 2rem; }
    .catalog__pagination .catalog__pagintaion-btn.catalog__pagination-next {
      margin-left: 2rem; }

.litepicker-popup {
  position: absolute;
  display: none;
  justify-content: center;
  padding-bottom: 40rem;
  top: 10rem;
  left: 0;
  right: 0;
  z-index: 9999; }
  .litepicker-popup.show {
    display: flex; }
  .litepicker-popup .btn, .litepicker-popup select {
    width: 14rem;
    position: absolute;
    bottom: 0;
    left: calc(42.5% - 76.9rem/2 + 76.9rem) !important;
    z-index: 9999; }
    @media screen and (max-width: 768px) {
      .litepicker-popup .btn, .litepicker-popup select {
        bottom: 3rem;
        left: calc(40%) !important; } }
  .litepicker-popup select {
    left: 0 !important;
    border-radius: 30px;
    height: 4.3rem;
    width: 11.6rem;
    background-position-y: 17px;
    background-position-x: calc(100% - 15px);
    font-size: 1.6rem !important; }
    .litepicker-popup select:nth-child(1) {
      left: calc(45% - 30rem) !important; }
    .litepicker-popup select:nth-child(2) {
      left: calc(45% - 17rem) !important; }
  .litepicker-popup .litepicker {
    display: block !important;
    position: absolute !important;
    top: 0 !important;
    left: calc(42.5% - 76.9rem/2) !important;
    z-index: 9998 !important; }
    .litepicker-popup .litepicker .container__months {
      border-radius: 30px !important; }
    @media screen and (max-width: 768px) {
      .litepicker-popup .litepicker {
        top: 0 !important;
        left: calc(50% - 20rem) !important;
        right: 0;
        z-index: 9998 !important;
        width: 33rem; }
        .litepicker-popup .litepicker .container__months {
          border-radius: 30px !important;
          width: 100%;
          padding: 1.7rem 2.8rem 8.5rem; }
          .litepicker-popup .litepicker .container__months .month-item:nth-child(1) {
            display: none; } }
    @media only screen and (max-width: 618px) {
      .litepicker-popup .litepicker {
        left: calc(50% - 16rem) !important; }
        .litepicker-popup .litepicker .month-item {
          margin-right: 0;
          display: block !important; } }

.count-quest--enet {
  top: 23rem; }

.type-activity--enet {
  top: 23rem; }

.litepicker-popup--enet {
  top: 23rem; }

.container__footer {
  height: 0;
  padding: 0 !important;
  background-color: transparent; }
  .container__footer * {
    display: none; }
  .container__footer .button-apply {
    box-sizing: border-box;
    margin: 0;
    text-transform: none;
    -webkit-appearance: button;
    display: inline-block;
    vertical-align: top;
    background-color: #B13957 !important;
    border: none;
    border-radius: 3em !important;
    cursor: pointer;
    font-family: inherit;
    font-size: 1.6rem;
    line-height: normal;
    font-weight: 500;
    color: #ffffff;
    text-decoration: none;
    box-shadow: 0 10px 15px rgba(177, 57, 87, 0.2) !important;
    max-width: 22rem !important;
    padding: 1.1rem 0 !important;
    width: 14rem !important;
    position: absolute;
    bottom: 4rem;
    left: calc(42.5% - 76.9rem/1.8 + 76.9rem) !important;
    z-index: 9999; }
    @media screen and (max-width: 768px) {
      .container__footer .button-apply {
        bottom: 3rem;
        left: calc(40%) !important; } }

.swiper-container--ct {
  width: calc(100% / 3 - 10px);
  height: 25.9rem; }
