html,
body {
  padding: 0;
  margin: 0;
}
body {
  font-family: 'PT Sans', sans-serif;
  color: #231f20;
  overflow-y: scroll;
  font-size: 16px;
  min-width: 320px;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-font-smoothing: subpixel-antialiased !important;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
a {
  color: #231f20;
  cursor: pointer;
}
img {
  border: 0;
  margin: 0;
}
textarea,
input[type="text"],
input[type="phone"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #999;
}
textarea:focus,
input[type="text"]:focus,
input[type="phone"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
select:focus {
  border-color: rgba(51, 136, 204, 0.8);
  outline: 0;
  outline: thin dotted\9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 rgba(51, 136, 204, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 rgba(51, 136, 204, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 rgba(51, 136, 204, 0.6);
}
/* Кнопка */
.form_button,
a.form_button {
  color: #fff;
  background: #999;
  border: solid 1px #999;
  padding: 5px 10px;
  line-height: 35px;
  margin-top: 4px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.div_input input {
  padding: 0 10px;
  line-height: 40px;
  width: 100%;
  border: solid 1px #989898;
  margin-bottom: 10px;
  font-size: 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.form_button._gred,
a.form_button._gred {
  background: #ed2823;
  /* Old browsers */
  background: linear-gradient(to right, #ed2823 0%, #f47e59 100%);
  border: none;
}
.form_button._transparent,
a.form_button._transparent {
  background: none;
  color: #d02a47;
  font-weight: bold;
  border: none;
  text-decoration: underline;
}
.form_button.no_border {
  font-weight: bold;
}
.form_button.grey {
  background: #f1f1f2;
  color: #606061;
  border: solid 1px #cecece;
}
.form_button.block {
  display: block;
}
.form_button.black {
  background: #666;
  color: #fff;
}
.form_button.mini {
  padding: 5px 10px;
  line-height: normal;
}
.form_button:hover {
  opacity: 0.8;
}
.form_button.load,
.form_button.load:hover {
  background: #b9b9b9;
  opacity: 1;
  cursor: default;
}
.form_button.load .t {
  display: none;
}
.form_button.load .l {
  display: block;
  margin: 0 auto;
}
.form_button .l {
  display: none;
}
.schedule_add_block .term_window .error {
  margin-left: 0;
}
/* Конец кнопки */
/* Начало мероприятий */
.service_event .cafe_menu-item {
  font-size: 14px;
  margin-top: 5px;
  text-decoration: underline;
  cursor: pointer;
}
.service_event .cafe_menu-item:hover {
  opacity: 0.8;
}
.service_event ul {
  padding: 10px 0 0 20px;
  margin: 0;
}
.service_event li {
  padding: 2px;
  margin: 0;
}
.event_table_note {
  display: none;
  margin-top: 20px;
}
.price_table_celebrates_outer {
  overflow: auto;
}
.price_table_celebrates {
  border-spacing: 0;
  margin-top: 20px;
  min-width: 370px;
}
.price_table_celebrates th {
  border-right: solid 2px #fff;
}
.price_table_celebrates th:first-child,
.price_table_celebrates th:last-child {
  border-right: solid 2px #000;
}
.price_table_celebrates th.tarif {
  font-weight: normal;
  background: #000;
  color: #fff;
  vertical-align: middle;
  padding: 5px;
  font-size: 14px;
  width: 80px;
}
.price_table_celebrates th.tarif div {
  white-space: nowrap;
}
.price_table_celebrates td {
  padding: 2px 0;
  border-right: solid 2px #dedddd;
  height: 36px;
}
.price_table_celebrates td.title {
  font-size: 14px;
}
.price_table_celebrates td.checked {
  text-align: center;
  font-size: 22px;
}
.price_table_celebrates td.checked .in_cell {
  justify-content: center;
}
.price_table_celebrates td.checked .icon-cross {
  color: #999;
}
.price_table_celebrates td .in_cell {
  background: #f9f9f9;
  padding: 5px;
  height: 100%;
  display: flex;
  align-items: center;
}
.service_table {
  margin: 30px 0 0;
  border-spacing: 0;
  border-collapse: collapse;
}
.service_table .event_table_note {
  margin-top: 0;
}
.service_table th {
  background: #000;
  color: #fff;
  vertical-align: middle;
  font-weight: normal;
  padding: 2px 5px;
}
.service_table th .mini_title {
  font-size: 13px;
  min-height: 16px;
  margin-top: 4px;
}
.service_table th .mini_title1 {
  font-size: 12px;
  line-height: 12px;
}
.service_table td {
  text-align: center;
  font-size: 19px;
  padding: 0;
  border-right: solid 2px #dedddd;
  height: 36px;
}
.service_table td:first-child {
  border-right: solid 3px #dedddd;
}
.service_table td:last-child {
  border-right: none;
}
.service_table td .outer {
  background: #f9f9f9;
  border-top: solid 4px #fff;
  border-bottom: solid 4px #fff;
  padding: 5px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  height: 100%;
}
.service_table td .outer a {
  text-decoration: none;
}
.service_table td .outer.btn_link {
  text-decoration: none;
  font-size: 16px;
}
.service_table td .outer.btn_link:hover {
  opacity: 0.8;
}
.service_table td.td_mini {
  font-size: 16px;
}
.service_table td .mini_text {
  font-size: 13px;
  line-height: 12px;
}
.service_table td.td2 .outer {
  background: #f0f0f2;
}
.service_table td .none {
  height: 1px;
  width: 15px;
  background: #6a6a6b;
  margin: 10px auto;
}
/* Мероприятия */
/* 404 */
.main_error {
  color: #df0d35;
  text-align: center;
  padding: 50px 0;
}
.main_error .error_404 {
  font-size: 300px;
  line-height: 250px;
  text-shadow: 0 0 1px;
}
.main_error .title_404 {
  font-size: 16px;
  text-align: center;
  position: absolute;
  font-weight: bold;
}
.main_error .title_out {
  margin: 0 auto;
  width: 73px;
}
.main_error .title_404 .title_in {
  height: 250px;
  display: table-cell;
  vertical-align: middle;
}
.main_error .desc {
  margin: 20px 0;
  font-size: 22px;
}
.main_error a {
  text-decoration: underline;
}
/* End 404 */
/* Уведомления */
.error {
  color: #b60000;
  font-size: 14px;
}
.error-input {
  border-color: #b60000 !important;
}
.error-input ~ .error-box {
  display: block;
}
.error-box {
  display: none;
  padding: 20px;
  margin-top: 20px;
  font-size: 14px;
  color: #b60000;
}
.result_form {
  color: #999;
  margin-top: 10px;
  display: none;
}
/* Конец уведомлений */
/* Изменение брони */
.book_change {
  max-width: 500px;
}
.book_change .books {
  margin-bottom: 30px;
}
.book_change .term_window {
  display: none;
}
.book_change .book_save {
  background: #ececec;
  border: solid 1px #231f20;
  padding: 5px 15px;
  display: block;
  text-align: right;
  cursor: pointer;
  margin-top: 0;
}
.book_change .book_save:hover {
  opacity: 0.8;
}
.book_change .book_back {
  background: #ececec;
  border: solid 1px #231f20;
  padding: 5px 15px;
  display: block;
  text-align: left;
  cursor: pointer;
  margin-top: 0;
}
.book_change .book_back:hover {
  opacity: 0.8;
}
.book_change h2 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 20px 23px;
}
.book_change .add_bordered {
  padding: 20px;
  border: solid 1px #231f20;
  border-bottom: 0;
}
.book_change .term_window .add_bordered {
  border-bottom: solid 1px #231f20;
}
.book_change .form_control {
  width: 191px;
  float: left;
  padding: 3px;
  border: solid 1px #a6a8ab;
}
.book_change .field_valid {
  float: left;
  width: 18px;
  margin-right: 5px;
  padding-top: 4px;
  font-size: 18px;
  text-align: center;
}
#grim_registr_time {
  margin-left: 23px;
}
.book_change .field_valid .fa {
  display: none;
}
.book_change .field_valid.valid .fa-check {
  display: block;
}
.book_change .field_valid.not .fa-times {
  display: block;
  color: #c80000;
}
.book_change select.form_control {
  width: 200px;
  padding: 2px 3px;
}
.book_change .form_control[type="checkbox"] {
  width: auto;
  margin-left: 0;
}
.book_change .frow {
  clear: left;
  padding-bottom: 15px;
}
.book_change .ititle {
  float: left;
  margin-left: 10px;
  margin-top: 2px;
}
.book_change .subject_action {
  font-size: 12px;
  display: none;
  margin: 10px 0 0 23px;
}
.book_change .dressing_text {
  font-size: 12px;
  margin: 10px 0;
}
.book_change .add_new_grim {
  text-decoration: underline;
}
.book_change .grim_list .item {
  margin-bottom: 10px;
}
.vip_grim_list
.item,
.vip_grim_time {
  margin-bottom: 10px;
}

.vip_grim_list .item_time {
  float: left;
}

.vip_grim_list .item .fa-times:hover {
  opacity: 0.8;
}
.vip_grim_list .item .fa-times {
  cursor: pointer;
  margin: 3px 0 0 10px;
}

.vip_grim_list .item .text {
  float: left;
  margin-left: 10px;
  margin-top: 2px;
}

.book_change .grim_list .item .fa-times {
  cursor: pointer;
  margin: 3px 0 0 10px;
}
.book_change .grim_list .item .fa-times:hover {
  opacity: 0.8;
}
.book_change .grim_list .item .item_time {
  float: left;
}
.book_change .grim_list .item .text {
  float: left;
  margin-left: 10px;
  margin-top: 2px;
}
.book_change .add_new_grim {
  cursor: pointer;
}
.book_change .add_new_grim:hover {
  text-decoration: underline;
  opacity: 0.8;
}
.book_change .precost_title {
  margin: 0 10px 0 23px;
  font-weight: bold;
}
.book_change .cikl_text {
  font-size: 12px;
  margin: 10px 0 0 23px;
}
.book_change .error {
  margin-left: 23px;
}
.book_change .oferta_html {
  height: 500px;
  overflow-y: auto;
  word-wrap: break-word;
}
.book_change .term_out {
  padding: 10px;
}
.book_change .term_title {
  font-size: 22px;
  padding: 0 0 10px;
}
.book_change .term_checkbox {
  font-weight: bold;
  margin: 10px 0;
  display: block;
}
.book_change .term_puf_link {
  float: left;
  font-size: 12px;
  margin-top: 20px;
}
.book_change .term_oferta_link {
  display: flex;
  flex-direction: column;
  float: right;
  font-size: 12px;
  margin-top: 20px;
}
.book_change .prev_button {
  background: #f1f1f2;
  border: solid 1px #231f20;
  float: right;
  padding: 5px 10px;
  padding-left: 20px;
  cursor: pointer;
  margin-right: 10px;
  margin-top: 10px;
}
.book_change .next_button {
  background: #f1f1f2;
  border: solid 1px #231f20;
  float: right;
  padding: 5px 10px;
  width: 180px;
  cursor: pointer;
  margin-top: 10px;
}
/* Конец изменения брони */
/* Иконки входа соц сетей */
.soc_icons {
  font-size: 36px;
  padding-bottom: 30px;
}
.soc_icons .item {
  /* border-right: solid 2px #6b6b6b;
  padding: 0 15px; */
  height: 27px;
  font-size: 26px;
  text-align: center;
  color: #6b6b6b;
  cursor: pointer;
}
.soc_icons .item:hover {
  color: #8c8c8c;
}
.soc_icons .item.vk {
  padding-left: 0;
}
.soc_icons .item.fb {
  border-right: none;
  padding-right: 0;
}
.soc_icons .item.vk i {
  font-size: 32px;
}
.soc_icons .item.fb i {
  font-size: 26px;
  position: relative;
  padding: 0 3px;
  top: 1px;
  width: 12px;
  text-align: left;
  font-weight: bold;
}
.soc_icons .item.inst i {
  font-size: 31px;
  position: relative;
  padding: 0 3px;
  top: 2px;
}
/* Конец иконок входа соц сетей */
/* Форма бронирования */
.schedule_add_block .term_window {
  display: none;
}
.schedule_add_block .auth_window {
  display: none;
}
.schedule_add_block .soc_place {
  text-align: center;
  float: left;
  width: calc(100% - 315px);
  margin: 0 23px;
}
.schedule_add_block .soc_title {
  font-size: 18px;
}
.schedule_add_block .auth_left_place {
  display:flex;
  justify-content: space-around;
  margin-bottom: 30px;
  column-gap: 15px;
}
.auth_place_in-divider {
  display: block;
  position: absolute;
  width: 1px;
  background: black;
  left: 50%;
  height: 100%;
}
.schedule_add_block .form_add .auth_place .form_control {
  width: 181px;
}
.schedule_add_block .field_valid {
  float: left;
  width: 18px;
  margin-right: 5px;
  padding-top: 4px;
  font-size: 18px;
  text-align: center;
}
.schedule_add_block .field_valid .fa {
  display: none;
}
.schedule_add_block .field_valid.valid .fa-check {
  display: block;
}
.schedule_add_block .field_valid.not .fa-times {
  display: block;
  color: #c80000;
}
.schedule_add_block .form_add select.form_control {
  width: 206px;
  padding: 2px 3px;
}
.schedule_add_block .form_add .form_control[type="checkbox"] {
  width: auto;
  margin-left: 0;
}
.schedule_add_block .frow {
  clear: left;
  padding-bottom: 15px;
}
.schedule_add_block .auth_place_in > .frow {
  padding-bottom: 0;
}
.schedule_add_block .auth_place_in > span {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  display: inline-block;
}
.schedule_add_block .ititle {
  float: left;
  margin-left: 10px;
}
#grim_registr_time {
  margin-left: 23px;
}
.schedule .schedule_add_block .form_button.save_book {
  background: #ececec;
  border: solid 1px #231f20;
  padding: 5px 15px;
  display: block;
  text-align: right;
  cursor: pointer;
  margin-top: 0;
}
.schedule .schedule_add_block .form_button.save_book.button--active:hover {
  opacity: 0.8;
}
.schedule_add_block h2 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 20px 23px;
}
.schedule_add_block .form_add .form_control {
  width: 206px;
  float: left;
  padding: 3px;
  border: solid 1px #a6a8ab;
}
.schedule_add_block .subject_action {
  font-size: 12px;
  display: none;
  margin: 10px 0 0 23px;
}
.schedule_add_block .subject_action_warning {
  font-size: 12px;
  display: none;
  margin: 10px 0 0 23px;
}
.schedule_add_block .studio_without_event {
  font-size: 12px;
  /* display: none; */
  margin: 10px 0 0 23px;
}
.schedule_add_block .studio_with_event {
  font-size: 12px;
  /* display: none; */
  margin: 10px 0 0 23px;
}
.schedule_add_block .dressing_text {
  font-size: 12px;
  margin: 10px 0;
}
.schedule_add_block .add_new_grim {
  text-decoration: underline;
}
.schedule_add_block .grim_list .item {
  margin-bottom: 10px;
}
.schedule_add_block .grim_list .item .fa-times {
  cursor: pointer;
  margin: 3px 0 0 10px;
}
.schedule_add_block .grim_list .item .fa-times:hover {
  opacity: 0.8;
}
.schedule_add_block .grim_list .item .item_time {
  float: left;
}
.schedule_add_block .grim_list .item .text {
  float: left;
  margin-left: 10px;
  margin-top: 2px;
}
.schedule_add_block .add_new_grim {
  cursor: pointer;
}
.schedule_add_block .add_new_grim:hover {
  text-decoration: underline;
  opacity: 0.8;
}
.schedule_add_block .precost_title {
  margin: 0 10px 0 23px;
  font-weight: bold;
}
.schedule_add_block .cikl_text {
  font-size: 12px;
  margin: 10px 0 0 23px;
}
.schedule_add_block .error {
  margin-left: 23px;
}
.schedule_add_block .auth_window .error {
  margin-left: 0;
}
.schedule_add_block .oferta_html {
  height: 500px;
  overflow-y: auto;
  word-wrap: break-word;
}
.schedule_add_block .term_out {
  padding: 10px;
}
.schedule_add_block .term_title {
  font-size: 22px;
  padding: 0 0 10px;
}
.schedule_add_block .term_checkbox {
  font-weight: bold;
  margin: 10px 0;
  display: block;
}
.schedule_add_block .term_puf_link {
  float: left;
  font-size: 12px;
  margin-top: 20px;
}
.schedule_add_block .term_oferta_link {
  float: right;
  font-size: 12px;
  margin-top: 20px;
}
.schedule_add_block .prev_button {
  background: #f1f1f2;
  border: solid 1px #231f20;
  float: right;
  padding: 5px 10px;
  padding-left: 20px;
  cursor: pointer;
  margin-right: 10px;
  margin-top: 10px;
}
.schedule_add_block .auth_window .prev_button {
  float: left;
  margin-left: 0;
  margin-bottom: 10px;
}
.schedule_add_block .next_button {
  background: #f1f1f2;
  border: solid 1px #231f20;
  float: right;
  padding: 5px 10px;
  width: 180px;
  cursor: pointer;
  margin-top: 10px;
}
.schedule_add_block .change_accaunt {
  margin-top: 10px;
}
.schedule_add_block .next_button .fa-spinner,
.schedule_add_block .form_button .fa-spinner {
  display: none;
}
.schedule_add_block .auth_left_place .next_button {
  float: none;
  width: 167px;
  text-align: center;
  margin-top: 0;
}
.grim_time .error {
  margin-left: 0;
  margin-bottom: 10px;
}
.schedule_add_block .auth_title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 40px 0;
}
.schedule_add_block .btn_auth[rel=forgot] {
  color: #989898;
}
.schedule_add_block .loader_auth_content {
  display: none;
  text-align: center;
  margin-bottom: 30px;
}
.schedule_add_block .auth_place_in .error {
  margin-bottom: 10px;
  font-size: 14px;
  width: 190px;
  text-align: center;
  display: none;
}
.schedule_add_block .auth_place_in .btn_auth {
  cursor: pointer;
}
.schedule_add_block .auth_place_in .btn_auth:hover {
  opacity: 0.8;
}
.schedule_add_block .auth_place_in .next_button {
  margin-bottom: 20px;
}
.schedule_add_block .soc_icons .error {
  font-size: 16px;
  margin: 15px;
}
/* Конец формы бронирования */
.wrapper {
  padding: 40px;
}
.outer_wrapper {
  min-height: calc(100vh - 100px);
}
.wrapper_print {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
}
/* Полноразмерная шапка */
.header .logo {
  float: left;
  display: block;
  outline: none;
}
.header .phones {
  float: right;
  clear: right;
  font-size: 18px;
  margin: 14px 0 0 0;
}
.header .phones .item {
  display: block;
  text-decoration: none;
  color: #000;
}
.header .phones .item.s-phone {
  display: none;
}
.header .social_button {
  float: right;
}
.header .social_button .item {
  display: block;
  float: left;
  border-right: solid 2px #6b6b6b;
  padding: 0 9px;
  width: 35px;
  height: 27px;
  font-size: 26px;
  line-height: 20px;
  text-align: center;
  color: #6b6b6b;
  cursor: pointer;
}
.header .social_button .item.vk i {
  font-size: 30px;
  line-height: 23px;
}
.header .social_button .item.fb {
  width: 20px;
}
.header .social_button .item.fb i {
  font-size: 30px;
  line-height: 28px;
}
.header .social_button .item.inst {
  width: 27px;
  padding-left: 15px;
}
.header .social_button .item.inst i {
  font-size: 31px;
  line-height: 25px;
}
.header .social_button .item:hover {
  opacity: 0.8;
}
.header .social_button .item:last-child {
  padding-right: 0;
  border-right: none;
}
.header .header_right {
  float: right;
}
.header .main_menu {
  float: left;
  margin: 63px 20px 0;
}
.header .main_menu .dropdown_menu {
  position: absolute;
  z-index: 200;
  display: none;
  background: rgba(255, 255, 255, 0.9);
}
.header .main_menu .dropdown_menu .item {
  display: block;
  border-right: none;
}
.header .main_menu .dropdown_menu .item a {
  padding: 10px 20px;
  display: block;
  border: none;
}
.header .main_menu .dropdown_menu .item:first-child a,
.header .main_menu .dropdown_menu .item:last-child a {
  padding: 10px 20px;
}
.header .main_menu .item:hover .dropdown_menu {
  display: block;
}
.header .main_menu .item {
  display: inline-block;
  cursor: default;
}
.header .main_menu .item a {
  text-decoration: none;
  font-size: 18px;
  color: #231f20;
  border-right: solid 1px #231f20;
  padding: 0 15px;
}
.header .main_menu .item:last-child a {
  border-right: none;
  padding-right: 0;
}
.header .main_menu .item:first-child a {
  padding-left: 0;
}
.header .main_menu .item a:hover,
.header .main_menu .item a.active {
  text-decoration: underline;
}
.header .right_header {
  float: right;
}
.header .right_header_left {
  float: left;
}
.header .header_buttons {
  float: left;
  border-left: solid 2px #000;
  margin-left: 20px;
  padding-left: 20px;
}
.header .header_buttons .item {
  color: #231f20;
  padding: 0;
  margin-top: 6px;
  margin-bottom: 6px;
  cursor: pointer;
  display: block;
  text-decoration: none;
  width: 203px;
  font-size: 16px;
}
.header .header_buttons .item span {
  border-bottom: solid 1px #231f20;
}
.header .header_buttons .item:hover {
  opacity: 0.8;
}
/* Конец полноразмерной шапки */
/* Мобильная шапка */
.mobile_header {
  display: none;
  background: #fff;
  height: 50px;
  border-bottom: solid 1px #999;
  position: fixed;
  z-index: 900;
  width: 100%;
  left: 0;
  top: 0;
  min-width: 320px;
}
.mobile_header .logo {
  background-image: url('/design/images/logo2.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 200px;
  height: 45px;
  margin: 0 auto;
  display: block;
}
.mobile_header .logo__point {
  background-image: url('/design/images/point.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 200px;
  height: 40px;
  margin: 0 auto;
  margin-top: 5px;
  display: block;
}
.mobile_header .show_mobile_menu {
  float: left;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  text-align: center;
  font-size: 28px;
  cursor: pointer;
}
.mobile_header .show_mobile_menu:hover {
  opacity: 0.8;
}
.mobile_header .show_online_chat {
  float: right;
  height: 50px;
  padding: 0 20px;
  cursor: pointer;
}
.mobile_header .show_online_chat .new_message {
  position: absolute;
  background: #000;
  color: #fff;
  border-radius: 50%;
  padding: 1px;
  font-size: 12px;
  min-width: 13px;
  height: 13px;
  line-height: 14px;
  text-align: center;
  margin: 6px 0 0 -5px;
  display: none;
}
.mobile_header .show_online_chat .icon_chat {
  width: 30px;
  height: 30px;
  background-image: url(/design/images/chat.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin: 10px auto;
}
.mobile_header .show_online_chat:hover {
  opacity: 0.8;
}
.mobile_menu {
  display: none;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  height: 100%;
  width: 340px;
  background: #f5f5f5;
  overflow: auto;
  box-shadow: 0 0 10px #666;
}
.mobile_menu .mobile_menu_inner {
  padding-bottom: 40px;
  padding-top: 50px;
}
.mobile_menu .client_items {
  margin: 0 0 10px;
}
.mobile_menu .client_items .avatar {
  width: 100px;
  height: 100px;
  display: block;
  border-radius: 50%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(/design/images/no_avatar.png);
}
.mobile_menu .client_items .outer_avatar {
  width: 100px;
  height: 100px;
  padding: 5px;
  border: solid 2px #333;
  border-radius: 50%;
  margin: -15px auto 0;
  text-decoration: none;
  display: block;
}
.mobile_menu .client_items .name {
  text-align: center;
  font-weight: bold;
  margin-top: 10px;
  font-size: 20px;
  text-decoration: none;
  display: block;
}
.mobile_menu .client_items .balance {
  text-align: center;
  font-size: 20px;
  margin-top: 5px;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}
.mobile_menu .client_items .balance i {
  font-size: 18px;
}
.mobile_menu .client_items .split {
  margin: 10px 20px;
  border-bottom: solid 1px #999;
}
.mobile_menu .close_menu {
  height: 50px;
  line-height: 50px;
  position: absolute;
  opacity: 1;
  cursor: pointer;
}
.mobile_menu .close_menu i {
  width: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 28px;
}
.mobile_menu .close_menu:hover {
  opacity: 0.8;
}
.mobile_menu .item {
  display: block;
  padding: 10px 40px 10px;
  text-decoration: none;
  cursor: pointer;
  font-size: 20px;
  line-height: 22px;
}
.mobile_menu .item .new_count {
  font-size: 13px;
  background: #7b7b7b;
  border-radius: 50%;
  height: 30px;
  min-width: 30px;
  line-height: 30px;
  display: block;
  float: right;
  color: #fff;
  text-align: center;
  margin-top: -5px;
}
.mobile_menu .childs .item {
  font-size: 18px;
  padding-left: 50px;
}
.mobile_menu .item:hover {
  background: #f0f0f0;
}
/* Конец мобильной шапки */
.term_privacy_text {
  font-size: 12px;
  color: #666;
  padding: 10px 0;
  text-align: center;
}
.privacy__container {
  display: flex;
  text-align: start;
  align-items: flex-start;
  gap: 10px;
}
/* Галерея */
.main_gallery .gallery_interier {
  float: right;
  margin: 6px 12px 0;
  text-decoration: none;
}
/* Конец галереи */
/* Редактирование */
.admin_pane {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.admin_pane .button_menu {
  background: rgba(0, 0, 0, 0.4);
  font-size: 25px;
  padding: 5px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  display: block;
}
.admin_pane .button_menu:hover {
  opacity: 0.8;
}
.edited_content {
  border: dashed 1px red;
}
.fa.page_edit {
  background: rgba(0, 0, 0, 0.4);
  font-size: 25px;
  padding: 5px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  display: block;
  float: right;
  position: relative;
  z-index: 1;
}
.page_edit:hover {
  opacity: 0.8;
}
/* Конец редактирования */
/* Контент */
.content {
  margin-bottom: 30px;
}
.main_content {
  padding-top: 30px;
}
.left_content {
  width: calc(100% - 250px);
  padding-top: 10px;
}
.left_content .pane {
  padding-right: 20px;
  border-right: solid 1px #000;
}
.right_content {
  float: right;
  padding-top: 10px;
  max-width: 250px;
  left: -1px;
  position: relative;
}
.right_content .pane {
  padding-left: 20px;
  border-left: solid 1px #000;
}
.page_content {
  font-size: 18px;
}
.page_content p {
  margin: 0;
  padding: 0;
}
.page_content img {
  max-width: 100%;
}
.title_page {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 5px;
}
.loader_page {
  padding: 20px 0;
  text-align: center;
  font-size: 35px;
  display: none;
}
/* Конец контента */
/* Мини - новости */
.mini_news {
  padding-top: 10px;
}
.mini_news .item {
  margin: 7px 0;
  text-decoration: none;
  display: block;
}
.mini_news .item .title {
  font-size: 20px;
  margin-bottom: 5px;
}
.mini_news .item .text {
  font-size: 16px;
}
.mini_news .item .image {
  max-width: 100%;
  margin: 10px 0;
}
/* Конец мини - новостей */
/* Расписание */
.schedule .left_part {
  width: 60%;
  float: left;
  margin-bottom: 20px;
}
.schedule .right_part {
  width: 40%;
  float: left;
}
.schedule .studio_title {
  font-weight: normal;
  font-size: 26px;
}
.schedule .select_studio_link {
  font-size: 14px;
}
.schedule .date_box {
  float: right;
  margin-top: 25px;
}
.schedule .date_box .left {
  padding: 0 10px;
}
.schedule .date_box .right {
  padding: 0 10px;
}
.schedule .calendar {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 20px 0;
}
.schedule .calendar td,
.schedule .calendar th {
  padding: 0;
}
.schedule .calendar .day_item {
  text-align: center;
  margin: 8px 0;
  white-space: nowrap;
}
.schedule .calendar .dow_6,
.schedule .calendar .dow_7 {
  background: #f1f1f2;
}
.schedule .calendar .day_item .day_time {
  display: inline-block;
}
.schedule .calendar .day_item .day_time .defis {
  margin: 0 1px 0 2px;
}
.schedule .calendar .day_item .minute, .main_content.qr .minute {
  font-size: 11px;
  position: relative;
  top: -4px;
}
.schedule .calendar-day-head {
  width: 14%;
}
.schedule .calendar-day-head .head_day {
  font-weight: normal;
  border-top: solid 1px #000;
  border-left: solid 1px #000;
  border-right: solid 1px #000;
  padding: 10px;
  float: left;
}
.schedule .calendar .calendar-day {
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  vertical-align: top;
  text-align: center;
}
.schedule .calendar .calendar-day .zagl_item {
  border-top: solid 1px #878787;
  color: #878787;
  padding: 5px;
  cursor: default;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
}
.schedule .calendar .calendar-day .zagl_item[rel="sale"] {
  background-color: #929292;
  color: #fff;
  font-size: 18px;
  padding: 1px;
}
.schedule .calendar .calendar-day .zagl_item[href] {
  cursor: pointer;
}
.schedule .calendar .calendar-day .for_items {
  padding: 5px;
}
.schedule .calendar .calendar-day .for_items_in {
  display: inline-block;
}
.schedule .calendar .calendar-day .for_items_in p {
  font-size: 12px;
}
.schedule .calendar .calendar-day.enabled {
  cursor: pointer;
}
.schedule .calendar .calendar-day .day-number {
  padding: 5px;
  text-align: left;
  color: #231f20;
}
.schedule .calendar .calendar-day .day-number span {
  font-size: 15px;
  float: left;
}
.schedule .calendar .calendar-day .select_day {
  text-align: center;
  height: 15px;
  font-size: 11px;
  opacity: 0;
  line-height: 17px;
}
@media screen and (max-width: 1000px) {
  .schedule .calendar .calendar-day .select_day {
    font-size: 9px;
  }
}
.schedule .calendar .calendar-day.enabled:hover .day-number {
  background-color: #929292;
  color: #fff;
}
.schedule .calendar .calendar-day .title_item {
  font-weight: bold;
  white-space: wrap;
  font-size: 16px;
}
@media(max-width: 1300px) {
  .schedule .calendar .calendar-day .title_item {
    font-size: 13px;
  }
}
@media(max-width: 1260px) {
  .schedule .calendar .calendar-day .title_item {
    font-size: 14px;
  }
}

.studio__checkbox {
  cursor: pointer;
  margin-top: 10px;
  display: block;
  user-select: none;
}

.schedule .calendar .calendar-day.enabled:hover .select_day {
  opacity: 1;
}
.schedule .calendar .calendar-day.selected:hover .select_day,
.schedule .calendar .calendar-day.selected .select_day {
  opacity: 0;
}
.schedule .calendar .calendar-day.selected:hover .day-number,
.schedule .calendar .calendar-day.selected .day-number {
  color: #fff;
}
.schedule .calendar .calendar-day.selected:hover,
.schedule .calendar .calendar-day.selected {
  color: #fff;
}
.schedule .calendar .calendar-day.selected .zagl_item {
  color: #fff;
  border-color: #000;
}
.schedule .calendar .calendar-day.selected .zagl_item[rel="sale"] {
  border-color: #000;
}
.schedule .calendar .calendar-day.selected {
  background: #929292;
}
.schedule .calendar .calendar-row:nth-child(2) .calendar-day-np {
  border-top: solid 1px #000;
}
.schedule .calendar .calendar-row:last-child .calendar-day-np {
  border-top: solid 1px #000;
}
.schedule .calendar .calendar-row:nth-child(2) .calendar-day-np {
  border-right: solid 1px #000;
}
.schedule .calendar .calendar-row:last-child .calendar-day {
  border-bottom: solid 1px #000;
}
.schedule .calendar .calendar-day:last-child {
  border-right: none;
}
.schedule .calendar .new_year_decor {
  float: left;
  width: 15px;
  margin: 5px 0 5px 5px;
}
.new_year_wrap {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 1;
  background: white;
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.new_year_wrap .new_year_decor_left-menu {
  height: 20px;
}
.schedule .calendar .calendar-day-np.next_month {
  vertical-align: bottom;
  text-align: left;
  padding: 5px 0 5px 10px;
}
.schedule .calendar .calendar-day-np.next_month a {
  text-decoration: none;
}
.schedule .calendar .calendar-day-np.next_month a:hover {
  text-decoration: underline;
}
.schedule .note_schedule {
  margin-top: 30px;
}
.schedule .note_schedule .ititle {
  padding-left: 15px;
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 20px;
}
.schedule .note_schedule ul {
  padding: 0 0 0 15px;
  margin: 0;
}
.schedule .note_schedule li {
  padding: 3px 0;
  margin: 0;
}
.schedule .price_alert,
.schedule .price_alert_hour {
  display: block;
  margin: 10px 0 0 23px;
  color: #b60000;
  font-size: 15px;
}
.schedule .notif_del {
  border: 1px solid #000;
  border-bottom: none;
  padding: 10px 5px;
  height: 108px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  text-align: center;
}
.schedule .notif_del .dialog {
  font-size: 16px;
}
.schedule .notif_del_layer {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background: rgba(0, 0, 0, 0.52);
  padding: 20px;
  width: 300px;
  color: #fff;
  text-align: left;
  cursor: pointer;
  display: none;
  z-index: 10;
}
.schedule .notif_del_layer:hover {
  background: rgba(0, 0, 0, 0.65);
}
.schedule .notif_del_layer .close {
  background: url(/design/images/svg/cross_white.svg) no-repeat center center;
  width: 20px;
  height: 20px;
  cursor: pointer;
  float: right;
}
.schedule .notif_del_layer .close:hover {
  opacity: 0.8;
}
.schedule .notif_del_layer .link {
  margin-top: 10px;
  text-decoration: underline;
}
.schedule .dialog {
  font-size: 18px;
  margin-bottom: 5px;
}
.schedule_add_block .books .item {
  margin-bottom: 20px;
}
.schedule_add_block .books .item .image {
  width: 199px;
  margin-left: 23px;
  height: 133px;
  float: left;
  color: #000;
  font-weight: bold;
  font-size: 18px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-decoration: none;
}
.schedule_add_block .books .item .text {
  float: left;
  margin-left: 12px;
}
.schedule_add_block .books .item .info {
  border-left: solid 2px #d4d4d4;
  padding-left: 8px;
  margin-top: 15px;
  line-height: 16px;
  font-size: 18px;
  margin-bottom: 9px;
}
.schedule_add_block .books .item .info div {
  margin-bottom: 12px;
}
.schedule_add_block .books .item .info div:last-child {
  margin-bottom: 0;
}
.schedule_add_block .books .item .title {
  font-size: 24px;
  margin-left: 10px;
  line-height: 23px;
  font-weight: bold;
}
.schedule_add_block .changed_window .add_bordered {
  border-bottom: solid 1px #231f20;
}
.schedule_add_block .changed_window {
  display: none;
}
.schedule_add_block .changed_window .item {
  margin-bottom: 20px;
}
.schedule_add_block .changed_window .item .title {
  margin-bottom: 5px;
  float: left;
  margin-right: 10px;
  min-width: 200px;
  text-align: right;
}
.schedule_add_block .changed_window .item .iright {
  float: left;
  font-weight: bold;
}
.schedule_add_block .changed_window .item p {
  margin: 5px 0 0;
}
.schedule_add_block .term_privacy_text {
  padding: 10px 15px;
  text-align: right;
}
.schedule_add_block .form_decor {
  padding-left: 23px;
}
.schedule_add_block .form_decor .form_button.add_decor {
  background: none;
  border: none;
  color: #231f20;
  padding: 0;
  text-decoration: underline;
  text-align: left;
}
.schedule_add_block .form_decor .form_button.change_decor {
  width: 206px;
}
.schedule_add_block .form_decor .form_button.save_decor {
  float: right;
}
.schedule_add_block .form_decor .decor_chb_title {
  display: block;
  margin-bottom: 5px;
}
.schedule_add_block .form_decor .place .item {
  padding: 8px 0;
  cursor: pointer;
}
.schedule_add_block .form_decor .place .item:hover {
  text-decoration: underline;
}
.schedule_add_block .form_decor .mini_decors .save {
  float: right;
}
.schedule_add_block .form_decor .mini_decors .error {
  margin-left: 0;
}
.schedule_add_block .form_decor .mini_decors .decor {
  margin-bottom: 40px;
}
.schedule_add_block .form_decor .mini_decors .decor .title {
  font-size: 22px;
  margin: 20px 0;
}
.schedule_add_block .form_decor .mini_decors .decor .row {
  margin-bottom: 20px;
}
.schedule_add_block .form_decor .mini_decors .decor .row .caption {
  margin-bottom: 10px;
}
.schedule_add_block .form_decor .mini_decors .decor .row .price {
  margin-bottom: 5px;
  width: 200px;
}
.schedule_add_block .form_decor .mini_decors .decor .row .price span {
  float: right;
}
.schedule_add_block .form_decor .mini_decors .decor .row .price.result_price {
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: bold;
  border-top: solid 1px #ccc;
  padding: 10px 0;
}
.schedule_add_block .form_decor .mini_decors .decor .row label {
  display: block;
  font-size: 14px;
}
.schedule_add_block .form_decor .mini_decors .decor .row select {
  margin: 2px 0;
  width: 90px;
  padding: 5px 10px;
}
.schedule_add_block .form_decor .mini_decors .decor .row .form_button {
  width: 200px;
  margin-top: 5px;
}
.schedule_add_block .form_decor .mini_decors .decor .row .form_element {
  float: left;
  margin-right: 20px;
}
.schedule_add_block .form_decor .mini_decors .decor .images {
  overflow: auto;
  margin-top: 10px;
  display: flex;
  padding-bottom: 10px;
}
.schedule_add_block .form_decor .mini_decors .decor .images .image {
  width: 80px;
  height: 80px;
  background-position: center center;
  background-size: cover;
  float: left;
  margin-right: 5px;
  cursor: pointer;
  flex-shrink: 0;
  flex-grow: 0;
}
.schedule_add_block .form_decor .mini_decors .decor .images .image:hover {
  opacity: 0.8;
  transition-duration: 0.2s;
}
.schedule_add_block .form_add .big-input-control {
  padding: 0 10px;
  line-height: 40px;
  width: 100% !important;
  border: solid 1px #989898;
  margin-bottom: 10px;
  font-size: 18px;
}
.schedule_add_block .add-soc_icons {
  margin-bottom: 0;
  padding-bottom: 0;
}
.schedule_add_block .white-btn_notif_del {
  background: #fff;
  color: #979797;
}
.schedule_add_block .form_buttons_control {
  display: flex;
  flex-direction: column;
}
.schedule_add_block .registration_button {
  background: #6B6B6B;
}
.schedule_add_block .add-prev_button {
  border: 0;
  background: none;
  color: #979797;
}
.schedule_add_block .add-term_privacy_text {
  margin-top: 30px;
  font-size: 14px;
  text-align: center;
  max-width: 250px;
  margin: 30px auto;
  color: #989898;
}
.schedule_add_block .login-frow {
  padding-bottom: 0;
}
.schedule_add_block .add-forgot {
  cursor: pointer;
  font-size: 18px;
}
/* .schedule_add_block .flex-box-left {
  width: 70%;
} */
.schedule_add_block .left-box {
  width: 100%;
  float: initial;
  margin: 0;
}
/* Конец расписания */
/* Поиск свободного времени */
.schedule_find .schedule_add_block {
  margin-top: 0;
}
.schedule_find .find_block {
  padding: 20px;
  border: solid 1px #231f20;
}
.schedule_find .find_block h3 {
  margin: 0;
  padding: 0 0 20px;
  font-size: 18px;
  font-weight: bold;
}
.schedule_find .find_block input[type="radio"] {
  margin: 0 5px 0 0;
}
.schedule_find .find_block .frow {
  padding-bottom: 20px;
  display: flex;
}
.schedule_find .find_block .frow .form_control.select_time {
  width: 50px;
  margin: 0 15px 0 5px;
}
.schedule_find .find_block .ititle {
  width: 170px;
  text-align: right;
  margin-right: 10px;
}
.schedule_find .find_block .checkbox_item {
  width: 196px;
  display: block;
  text-align: right;
}
.schedule_find .find_block .submit_find {
  float: left;
  border: none;
  padding: 5px 20px;
}
.schedule_find .find_block .back_find {
  float: right;
  border: none;
  padding: 5px 20px;
}
.schedule_find .find_block .studios {
  overflow-y: auto;
}
.schedule_find .find_block .studios .item {
  -moz-column-width: 125px;
  -webkit-column-width: 125px;
  column-width: 125px;
  display: inline-block;
  padding-bottom: 5px;
}
.schedule_find .find_block .select_deselect {
  text-decoration: underline;
  cursor: pointer;
  font-size: 14px;
  margin-top: 5px;
  display: block;
}
.schedule_find .find_block .select_deselect:hover {
  opacity: 0.8;
}
.schedule_find .find_block .find_result .item_list {
  max-height: 442px;
  margin-top: 5px;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.schedule_find .find_block .find_result .item_list::-webkit-scrollbar {
  display: none;
}
.simplebar-scrollbar::before {
  background: #999;
  opacity: 1;
}

.simplebar-scrollbar {
  width: 10px;
}
.schedule_find .find_block .find_result h3,
.schedule_find .find_block .find_result .result_not_founded {
  padding: 0 5px 5px;
}
.schedule_find .find_block .find_result .day {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
  margin-top: 15px;
  padding: 0 5px;
}
.schedule_find .find_block .find_result .location {
  padding: 5px;
  font-weight: bold;
  font-size: 15px;
  margin-top: 10px;
}
.schedule_find .find_block .find_result .location:first-child {
  margin-top: 0;
}
.schedule_find .find_block .find_result .podlocation {
  padding: 5px;
  font-style: italic;
  font-size: 15px;
}
.schedule_find .find_block .find_result .item {
  padding: 5px;
  font-size: 15px;
  cursor: pointer;
  display: flex;
}
.schedule_find .find_block .find_result .item .item_studio {
  width: 150px;
  margin: 0 auto;
  text-align: left;
}
.schedule_find .find_block .find_result .item .time {
  width: 120px;
  margin: 0 auto;
  text-align: right;
}
.schedule_find .find_block_left {
  width: 370px;
  padding-right: 10px;
  float: left;
}
.schedule_find .find_block_right {
  overflow-y: auto;
  min-width: 270px;
}
.find_block .find_result .item.selected,
.find_block .find_result .item.selected:hover {
  color: #fff;
  background: #929292;
}
.find_block .find_result .item:hover {
  background: #f3f3f3;
}
/* Конец поиска свободного времени */
/* Форма оплаты */
body .form_number .title {
  font-size: 18px;
}
body .form_number .form_button {
  font-size: 16px;
}
/* Конец формы оплаты */
.line-top {
  font-size: 50%;
  top: -10px;
  position: relative;
}
.delimiter_s {
  color: #cfcfcf;
  padding: 0 2px;
  font-size: 130%;
}
/* Футер */
.footer {
  text-align: center;
  padding: 30px 0;
}
.footer a {
  margin: 0 5px;
  font-size: 16px;
}
@media (max-width: 800px) {
  .footer a {
    font-size: 12px;
  }
  .container_logo {
    display: flex;
    justify-content: center;
    flex-direction: row;
  }
  .container_logo a {
    width: 40px;
    height: 40px;
  }
  .container_logo .vk a {
    display: block;
    background-image: url('/upload_photo/newMainMobile/vk.svg');
  }
  .container_logo .fb a {
    display: block;
    background-image: url('/upload_photo/newMainMobile/fb.svg');
  }
  .container_logo .insta a {
    display: block;
    background-image: url('/upload_photo/newMainMobile/insta.svg');
  }
  .container_logo div {
    margin: 0 12px;
  }
}
/* Конец футера */
/* Форма бронирования */
.schedule_add_block {
  padding-left: 10px;
}
.schedule_add_block .add_bordered {
  padding: 20px;
  border: solid 1px #231f20;
  border-bottom: 0;
}
.schedule_add_block .add_bordered.error {
  border: solid 1px #231f20;
  margin-left: 0;
}
.schedule_add_block .add_bordered.error h2 {
  margin-left: 0;
}
.schedule_add_block .term_window .add_bordered {
  border-bottom: solid 1px #231f20;
}
.schedule_add_block .auth_window .add_bordered {
  border-bottom: solid 1px #231f20;
}
.lk_profile {
  font-size: 16px;
  font-weight: bold;
  display: block;
  text-decoration: none;
  float: right;
  position: absolute;
  left: 262px;
}
.lk_profile .text {
  float: left;
  margin-top: 4px;
  max-width: 180px;
  overflow: hidden;
  white-space: nowrap;
}
.lk_profile .balance {
  margin-top: 3px;
  font-weight: normal;
}
.lk_profile .balance i {
  font-size: 16px;
}
.lk_profile .outer_avatar {
  width: 38px;
  height: 38px;
  padding: 2px;
  border: solid 1px #333;
  border-radius: 50%;
  margin: 0 auto;
  float: left;
  margin-right: 13px;
}
.lk_profile .avatar {
  width: 38px;
  height: 38px;
  display: block;
  border-radius: 50%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('/design/images/no_avatar.png');
}

.favorites__mobile {
  display: none;
}

@media screen and (max-width: 1260px) {
  body .schedule_add_block {
    padding-left: 0;
    margin-top: 20px;
  }
  body .schedule .left_part {
    float: none;
    width: auto;
  }
  body .schedule .right_part {
    float: none;
    width: auto;
  }
  body .schedule .next_button.save_book {
    text-align: left;
  }
}
/* Конец формы бронирования */
@media screen and (max-width: 1675px) {
  .header .main_menu .item a {
    padding: 0 15px;
  }
  .header .main_menu {
    margin: 30px 0 0;
    clear: left;
  }
}
@media screen and (max-width: 1040px) {
  .header .main_menu .item a {
    padding: 0 7.75px 0 3.3px;
  }
}
@media screen and (max-width: 1024px) {
  .mbm .find_block_item.favorites__search {
    display: none;
  }

  .favorites__mobile {
    display: block;
  }
  .wrapper {
    padding: 20px;
  }
  .lk_profile {
    left: 240px;
  }
  .lk_profile .text {
    max-width: 140px;
  }
}
@media screen and (max-width: 850px) {
  body .wrapper {
    padding: 70px 15px 20px;
  }
  body .header {
    display: none;
  }
  body .mobile_header {
    display: block;
  }
  body .online_chat .online_full_link_chat {
    display: none;
  }
  body .lk_profile {
    display: none;
  }
  body .main_content {
    padding-top: 0;
  }
  body .ri-grid {
    margin-top: 0;
  }
  body .main_gallery {
    padding-bottom: 15px;
  }
  body .main_content.lk .left_menu {
    display: none;
  }
  body .main_content.lk .lk_content {
    margin-left: 0;
  }
  body .schedule .calendar {
    font-size: 14px;
  }
  body .schedule .calendar .calendar-day .zagl_item[rel="sale"] {
    font-size: 13px;
  }
  body .schedule .calendar .calendar-day.enabled .select_day {
    display: none;
  }
  body .service_table td {
    font-size: 12px;
  }
  body .service_table td .outer {
    padding: 2px;
  }
  body .service_table td.td_mini {
    font-size: 12px;
  }
  body .service_table td .outer.btn_link {
    font-size: 12px;
  }
  body .service_table th {
    font-size: 12px;
  }
  body .service_table .link_td {
    display: none;
  }
  body .event_table_note {
    display: block;
  }
  body .event_table_note_i {
    display: none;
  }
}
@media screen and (max-width: 580px) {
  body .cancel_info {
    display: none;
  }
  body .main_content.lk .cancel_info_mini {
    display: block;
  }
  body .main_content.lk .books .item {
    border-left: none;
    border-right: none;
    border-top: none;
    padding-bottom: 30px;
  }
  body .main_content.lk .books .item:last-child {
    border-bottom: none;
  }
  body .main_content.lk .books .item_in {
    padding-left: 0;
    padding-right: 0;
  }
  body .main_content.lk .books .item .image {
    display: none;
  }
  body .main_content.lk .books .item .info {
    float: none;
  }
  body .main_content.lk .books .item .image_mini {
    display: block;
  }
  body .main_content.lk .books .item .info .row_group {
    height: auto;
    width: auto;
  }
  body .main_content.lk .books .item .detail {
    float: none;
  }
  body .main_content.lk .books .item .info .price {
    display: none;
  }
  body .main_content.lk .books .item .info .price_mini {
    display: block;
  }
  body .money_history .money_history_items .item .sum {
    font-size: 16px;
  }
  body .price_table_celebrates th.tarif {
    font-size: 12px;
    padding: 3px;
  }
  body .price_table_celebrates td.title {
    font-size: 12px;
  }
  body .price_table_celebrates td.checked {
    font-size: 18px;
  }
}
.schedule_add_block #grimmerki_tr,
.schedule_add_block .dub {
  display: none;
}
.schedule_add_block .dub {
  position: relative;
  cursor: help;
}
.schedule_add_block .dub .field_valid {
  padding-top: 0;
}
.schedule_add_block .dub .fa-question-circle {
  margin-left: 5px;
}
.schedule_add_block .dub .ititle {
  cursor: help;
}
.schedule_add_block .dub .field_valid .new {
  position: relative;
  width: 24px;
  margin-left: -10px;
  margin-top: -3px;
}
.schedule_add_block .dub:hover::before {
  content: attr(data-title);
  position: absolute;
  display: inline-block;
  top: -25px;
  left: 210px;
  padding: 8px;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  font-size: 12px;
  white-space: pre-wrap;
  width: 50%;
}
.schedule_add_block .dub:hover::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 194px;
  display: inline-block;
  color: #fff;
  border: 8px solid transparent;
  border-right: 8px solid rgba(0, 0, 0, 0.65);
}
.phone_mob,
.lk_mob {
  width: 30px;
  height: 30px;
  display: block;
  margin-top: 10px;
  margin-right: 10px;
}
.lk_mob {
  float: right;
  background-image: url('/upload_photo/newMainMobile/lk.svg');
}
.phone_mob {
  background-image: url('/upload_photo/newMainMobile/phone.svg');
  float: left;
}
@media screen and (max-width: 5000px) {
  body .gallery_preview.icons .item_banner {
    width: 25%!important;
    height: 300px!important;
  }
  .form_banner {
    height: 400px!important;
  }
  .content_banner {
    max-width: 2600px!important;
  }
}
@media screen and (max-width: 4000px) {
  body .gallery_preview.icons .item_banner {
    width: 25%!important;
    height: 300px!important;
  }
  .form_banner {
    height: 400px!important;
  }
  .content_banner {
    max-width: 2400px!important;
  }
}
@media screen and (max-width: 3500px) {
  body .gallery_preview.icons .item_banner {
    width: 25%!important;
    height: 300px!important;
  }
  .form_banner {
    height: 400px!important;
  }
  .content_banner {
    max-width: 2200px!important;
  }
}
@media screen and (max-width: 3000px) {
  body .gallery_preview.icons .item_banner {
    width: 25%!important;
    height: 300px!important;
  }
  .form_banner {
    height: 400px!important;
  }
  .content_banner {
    max-width: 1900px!important;
  }
}
@media screen and (max-width: 2500px) {
  body .gallery_preview.icons .item_banner {
    width: 25%!important;
    height: 300px!important;
  }
  .form_banner {
    height: 400px!important;
  }
  .content_banner {
    max-width: 1700px!important;
  }
}
@media screen and (max-width: 2200px) {
  body .gallery_preview.icons .item_banner {
    width: 50%!important;
    height: 290px!important;
  }
  .form_banner {
    height: 690px!important;
  }
  .content_banner {
    max-width: 1000px!important;
  }
}
@media screen and (max-width: 1920px) {
  body .gallery_preview.icons .item_banner {
    width: 50%!important;
    height: 280px!important;
  }
  .form_banner {
    height: 670px!important;
  }
  .content_banner {
    max-width: 900px!important;
  }
}
@media screen and (max-width: 1600px) {
  body .gallery_preview.icons .item_banner {
    width: 50%!important;
    height: 270px!important;
  }
  .form_banner {
    height: 650px!important;
  }
  .content_banner {
    max-width: 800px!important;
  }
}
@media screen and (max-width: 1400px) {
  body .gallery_preview.icons .item_banner {
    width: 50%!important;
    height: 260px!important;
  }
  .form_banner {
    height: 630px!important;
  }
  .content_banner {
    max-width: 800px!important;
  }
}
@media screen and (max-width: 1200px) {
  body .gallery_preview.icons .item_banner {
    width: 50%!important;
    height: 250px!important;
  }
  .form_banner {
    height: 610px!important;
  }
  .content_banner {
    max-width: 700px!important;
  }
}
@media screen and (max-width: 900px) {
  body .gallery_preview.icons .item_banner {
    width: 50%!important;
    height: 240px!important;
  }
  .form_banner {
    height: 590px!important;
  }
  .content_banner {
    max-width: 700px!important;
  }
}
@media screen and (max-width: 600px) {
  body .gallery_preview.icons .item_banner {
    width: 50%!important;
    height: 230px!important;
  }
  .form_banner {
    height: 570px!important;
  }
  .content_banner {
    max-width: 600px!important;
  }
}
.rb_banner {
  font-size: 20px!important;
  font-weight: 600!important;
}
.retro_bus_button {
  text-decoration: none;
  color: blue;
}
.mobile_gallery {
  display: flex;
  flex-wrap: wrap;
}
@font-face {
  font-family: 'HeliosCondC';
  src: url('../fonts/HeliosCondC-Bold.otf');
}
.mobile_gallery ul {
  text-decoration: none;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0px;
}
.mobile_gallery li {
  width: 50%;
}
.mobile_gallery a {
  display: inline-block;
  border: solid 1px #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #000;
  font-weight: bold;
  font-size: 18px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  outline: none;
  text-align: left;
  justify-content: flex-end;
  color: black;
  width: 100%;
  padding-bottom: 15px;
}
@media (max-width: 800px) {
  .mobile_gallery a {
    height: 220px;
  }
  .backgr_title_mob {
    font-weight: 840;
    font-size: 22px;
  }
}
@media (max-width: 750px) {
  .mobile_gallery a {
    height: 205px;
  }
  .backgr_title_mob {
    font-weight: 800;
    font-size: 21px;
  }
}
@media (max-width: 700px) {
  .mobile_gallery a {
    height: 192px;
  }
  .backgr_title_mob {
    font-weight: 800;
    font-size: 21px;
  }
}
@media (max-width: 650px) {
  .mobile_gallery a {
    height: 178px;
  }
  .backgr_title_mob {
    font-weight: 760;
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .mobile_gallery a {
    height: 164px;
  }
  .backgr_title_mob {
    font-weight: 760;
    font-size: 20px;
  }
}
@media (max-width: 550px) {
  .mobile_gallery a {
    height: 150px;
  }
  .backgr_title_mob {
    font-weight: 720;
    font-size: 19px;
  }
  .schedule_add_block .auth_left_place {
    flex-direction: column;
    row-gap: 30px;
  }
  .auth_place_in-divider {
    width: 100%;
    top: 255px;
    left:0;
    height: 1px;
  }
}
@media (max-width: 500px) {
  .mobile_gallery a {
    height: 135px;
  }
  .backgr_title_mob {
    font-weight: 720;
    font-size: 19px;
  }
}
@media (max-width: 450px) {
  .mobile_gallery a {
    height: 122px;
  }
  .backgr_title_mob {
    font-weight: 680;
    font-size: 18px;
  }
}
@media (max-width: 400px) {
  .studio__swiper .swiper__text {
    font-size: 12px;
  }
  .mobile_gallery a {
    height: 108px;
  }
  .backgr_title_mob {
    font-weight: 680;
    font-size: 18px;
  }
}
@media (max-width: 350px) {
  .mobile_gallery a {
    height: 98px;
  }
  .backgr_title_mob {
    font-weight: 640;
    font-size: 17px;
  }
}
@media (max-width: 300px) {
  .mobile_gallery a {
    height: 80px;
  }
  .backgr_title_mob {
    font-weight: 640;
    font-size: 17px;
  }
}
@media (max-width: 250px) {
  .mobile_gallery a {
    height: 67px;
  }
  .backgr_title_mob {
    font-weight: 600;
    font-size: 16px;
  }
}
@media (max-width: 200px) {
  .mobile_gallery a {
    height: 54px;
  }
  .backgr_title_mob {
    font-weight: 600;
    font-size: 16px;
  }
}
.backgr_title_mob {
  color: white;
  line-height: 18px;
  padding-top: 140px;
  padding: 0 10px 0 10px;
  font-family: HeliosCondC;
}
@media (max-width: 900px) {
  .mobile_header .logo {
    margin: 0 38%;
  }
}
@media (max-width: 800px) {
  .mobile_header .logo {
    margin: 0 35%;
  }
}
@media (max-width: 700px) {
  .mobile_header .logo {
    margin: 0 32%;
  }
}
@media (max-width: 600px) {
  .mobile_header .logo {
    margin: 0 29%;
  }
}
@media (max-width: 500px) {
  .mobile_header .logo {
    margin: 0 28%;
  }
}
.temporaly_warning {
  width: 100%;
  background-color: red;
  height: 80px;
  text-align: center;
  margin-bottom: 20px;
  cursor: pointer;
}
.temporaly_warning_mobile {
  width: 100%;
  background-color: red;
  height: 100px;
  text-align: center;
  cursor: pointer;
}
.tw_text {
  font-size: 25px!important;
  font-weight: 600!important;
  display: inline-block !important;
  color: #fff !important;
  cursor: pointer;
}
.tw_link {
  font-size: 16px!important;
  text-decoration: underline!important;
  padding-left: 25px!important;
  color: #fff !important;
}
.tw_text_mobile {
  font-size: 16px!important;
  font-weight: 400!important;
  display: inline-block !important;
  color: #fff !important;
  cursor: pointer;
}
.tw_link_mobile {
  font-size: 14px!important;
  text-decoration: underline!important;
  display: inline-block !important;
  color: #fff !important;
  height: auto!important;
  border: 0!important;
  text-align: center!important;
}
/* tables */
table.table {
  border-collapse: collapse;
  text-align: left;
  margin-bottom: 20px;
  width: 100%;
  font-size: 16px;
  word-wrap: break-word;
}
table.table thead a {
  color: #fff;
}
body table.mini {
  font-size: 16px;
}
body table.mini td {
  padding: 5px 7px;
}
body table.mini1 {
  font-size: 15px;
}
body table.mini1 td,
body table.mini1 th {
  padding: 2px 5px;
  line-height: normal;
}
.table th.empty {
  background: #fff;
}
.table tr.empty:hover th.empty {
  background: #fff;
}
.table th {
  padding: 4px 10px;
  font-weight: normal;
  color: #333;
  background: #e8e8e8;
  border-right: solid 1px #fff;
}
.table th:last-child {
  border-right: solid 1px #e8e8e8;
}
.table tbody tr {
  font-weight: normal;
  background-color: #fefefe;
}
.table.table_info {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.table th.grey {
  background: #eee;
  color: #000;
  padding: 10px 5px;
}
.table.table_info tbody tr {
  font-weight: normal;
  background-color: #fdfdfd;
}
.table.table_info tbody tr:hover {
  background-color: #fdfdfd;
}
.table tbody tr:hover {
  background-color: #fafafa;
}
.table td {
  padding: 9px 10px;
  border-left: #E4E4E4 1px solid;
  border-top: #E4E4E4 1px solid;
  border-bottom: #E4E4E4 1px solid;
  line-height: 20px;
}
.table.canter_td2 td.td2 {
  width: 50%;
}
.table td.td2 input[type="text"],
.table textarea {
  width: 300px;
}
.table tr td:last-child {
  border-right: #E4E4E4 1px solid;
}
.table.x2 td {
  border-left: #E4E4E4 3px solid;
  border-top: #E4E4E4 3px solid;
  border-bottom: #E4E4E4 3px solid;
}
.table.table-bordered th,
.table.table-bordered td {
  border-right: 1px solid #dddddd;
}
.table.table-bordered.x2 th,
.table.table-bordered.x2 td {
  border-right: 3px solid #dddddd;
}
.table.table-bordered th:last-child {
  border-right: none;
}
.table td.edited {
  padding: 0 5px;
}
.table tr.selected,
tr.selected1 {
  cursor: pointer;
}
.tablee textarea,
.tablee input[type="text"],
.tablee input[type="password"],
.tablee input[type="datetime"],
.tablee input[type="datetime-local"],
.tablee input[type="date"],
.tablee input[type="month"],
.tablee input[type="time"],
.tablee input[type="week"],
.tablee input[type="number"],
.tablee input[type="email"],
.tablee input[type="url"],
.tablee input[type="search"],
.tablee input[type="tel"],
.tablee input[type="color"] {
  width: 100%;
}
.table.no_bordered td,
.table.no_bordered th,
.table.no_bordered tr td:last-child {
  border: none;
}
/* tablesorter */
.table .tablesorter-header {
  padding-right: 18px;
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer;
}
.table .tablesorter-headerUnSorted {
  background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
}
.table .tablesorter-headerAsc {
  background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
}
.table .tablesorter-headerDesc {
  background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
}
.table .tablesorter-headerUnSorted.sorter-false {
  background-image: none;
  cursor: default;
}
/* end-tables */
.window {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(214, 214, 214, 0.8);
  z-index: 902;
  display: none;
  padding: 10px;
  overflow: auto;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: flex-start;
}
.window._notif {
  background: none;
  justify-content: center;
}
.window._notif.mini .inner_content {
  max-width: 300px;
}
.window._notif .inner_content {
  box-shadow: 0 0 15px #767676;
  background: #FCDDDE;
  background: linear-gradient(to right, #fcd6d4 0%, #fef5ed 100%);
}
.window._notif .inner_content .close {
  display: none;
}
.window.mini .inner_content {
  max-width: 400px;
}
.window.static {
  display: block;
}
.window.static .inner_content h2 {
  text-align: center;
  padding-right: 0;
  border-bottom: none;
}
.window.static .inner_content .close {
  display: none;
}
.window .loader {
  text-align: center;
}
.window .inner_content {
  background-color: #fff;
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  box-shadow: 0 0 15px #222;
  z-index: 901;
  padding: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /*Firefox 1-3*/
  -webkit-box-sizing: border-box;
  /* Safari */
}
.window .inner_content._center {
  text-align: center;
}
.window .inner_content::after {
  content: ' ';
  display: block;
  clear: both;
}
.window .inner_content .window_content._center {
  text-align: center;
}
.window .inner_content .window_content::after {
  content: ' ';
  display: block;
  clear: both;
}
.window .inner_content h2 {
  font-size: 20px;
  line-height: 28px;
  text-align: left;
  border-bottom: solid 1px #cccccc;
  margin: 0 0 10px 0;
  padding: 0 40px 12px 0;
  font-weight: normal;
}
.window .inner_content h3 {
  font-weight: normal;
  margin: 15px 0;
  font-size: 18px;
}
.window .inner_content .close {
  width: 0;
  height: 0;
  float: right;
  font-family: 'Linearicons-Free' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 28px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
}
.window .inner_content .close::before {
  height: 28px;
  width: 28px;
  display: flex;
  float: right;
  justify-content: center;
  align-items: center;
  content: "\e934";
}
.window .inner_content .inner_ok {
  display: none;
}
.window input.big {
  line-height: 35px;
  padding: 5px 10px;
  text-align: left;
  font-size: 16px;
  color: #000;
  margin: 10px 0;
  vertical-align: middle;
  width: 100%;
}
.window select.big {
  padding: 13px 10px;
  font-size: 16px;
  width: 100%;
  margin: 10px 0;
}
.window .callback_error {
  margin: 10px 0;
  font-weight: normal;
}
.window .window_result {
  display: none;
}
.window[rel="vip_grim"] .inner_content {
    max-width: 900px;
}
.window[rel="vip_grim"] .inner_content .images .img {
    max-width: 49%;
}.window[rel="vip_grim"] .inner_content .images {
   display: flex;
}
.window[rel="vip_grim"] .inner_content .images .img img {
    width: 100%;
}
.vip_grim_time {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.vip_grim_time > .text {
    float: left;
    margin-left: 10px;
    margin-top: 2px;
    font-size: 14px;
}
.vip_grim_time > .error {
    float: left;
    margin-left: 0px;
    margin-top: 2px;
    font-size: 14px;
}
@media screen and (max-width: 580px) {
  .window .inner_content {
    max-width: 100%;
  }
  .window .inner_content h2 {
    font-size: 18px;
  }
  .window .inner_content h3 {
    font-size: 16px;
  }
}
@font-face {
  font-family: 'Linearicons-Free';
  src: url('/plugins/icons/fonts/icomoon.eot?w0eufd');
  src: url('/plugins/icons/fonts/icomoon.eot?w0eufd#iefix') format('embedded-opentype'), url('/plugins/icons/fonts/icomoon.ttf?w0eufd') format('truetype'), url('/plugins/icons/fonts/icomoon.woff?w0eufd') format('woff'), url('/plugins/icons/fonts/icomoon.svg?w0eufd#Linearicons-Free') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Linearicons-Free' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-checked:before {
  content: "\e900";
}
.icon-add:before {
  content: "\e901";
}
.icon-alarm:before {
  content: "\e902";
}
.icon-apartment:before {
  content: "\e903";
}
.icon-arrow-down:before {
  content: "\e904";
}
.icon-arrow-down-circle:before {
  content: "\e905";
}
.icon-arrow-left:before {
  content: "\e906";
}
.icon-arrow-left-circle:before {
  content: "\e907";
}
.icon-arrow-right:before {
  content: "\e908";
}
.icon-arrow-right-circle:before {
  content: "\e909";
}
.icon-arrow-up:before {
  content: "\e90a";
}
.icon-arrow-up-circle:before {
  content: "\e90b";
}
.icon-bicycle:before {
  content: "\e90c";
}
.icon-bold:before {
  content: "\e90d";
}
.icon-book:before {
  content: "\e90e";
}
.icon-bookmark:before {
  content: "\e90f";
}
.icon-briefcase:before {
  content: "\e910";
}
.icon-bubble:before {
  content: "\e911";
}
.icon-bug:before {
  content: "\e912";
}
.icon-bullhorn:before {
  content: "\e913";
}
.icon-bus:before {
  content: "\e914";
}
.icon-calendar-full:before {
  content: "\e915";
}
.icon-camera:before {
  content: "\e916";
}
.icon-camera-video:before {
  content: "\e917";
}
.icon-car:before {
  content: "\e918";
}
.icon-cart:before {
  content: "\e919";
}
.icon-chart-bars:before {
  content: "\e91a";
}
.icon-checkmark-circle:before {
  content: "\e91b";
}
.icon-chevron-down:before {
  content: "\e91c";
}
.icon-chevron-down-circle:before {
  content: "\e91d";
}
.icon-chevron-left:before {
  content: "\e91e";
}
.icon-chevron-left-circle:before {
  content: "\e91f";
}
.icon-chevron-right:before {
  content: "\e920";
}
.icon-chevron-right-circle:before {
  content: "\e921";
}
.icon-chevron-up:before {
  content: "\e922";
}
.icon-chevron-up-circle:before {
  content: "\e923";
}
.icon-circle-minus:before {
  content: "\e924";
}
.icon-clock:before {
  content: "\e925";
}
.icon-cloud:before {
  content: "\e926";
}
.icon-cloud-check:before {
  content: "\e927";
}
.icon-cloud-download:before {
  content: "\e928";
}
.icon-cloud-sync:before {
  content: "\e929";
}
.icon-cloud-upload:before {
  content: "\e92a";
}
.icon-code:before {
  content: "\e92b";
}
.icon-coffee-cup:before {
  content: "\e92c";
}
.icon-cog:before {
  content: "\e92d";
}
.icon-coin:before {
  content: "\e92e";
}
.icon-coin1:before {
  content: "\e92f";
}
.icon-coins:before {
  content: "\e930";
}
.icon-coins1:before {
  content: "\e931";
}
.icon-construction:before {
  content: "\e932";
}
.icon-crop:before {
  content: "\e933";
}
.icon-cross:before {
  content: "\e934";
}
.icon-cross_white:before {
  content: "\e935";
  color: #fff;
}
.icon-cross-circle:before {
  content: "\e936";
}
.icon-database:before {
  content: "\e937";
}
.icon-diamond:before {
  content: "\e938";
}
.icon-dice:before {
  content: "\e939";
}
.icon-dinner:before {
  content: "\e93a";
}
.icon-direction-ltr:before {
  content: "\e93b";
}
.icon-direction-rtl:before {
  content: "\e93c";
}
.icon-download:before {
  content: "\e93d";
}
.icon-drop:before {
  content: "\e93e";
}
.icon-earth:before {
  content: "\e93f";
}
.icon-enter:before {
  content: "\e940";
}
.icon-enter-down:before {
  content: "\e941";
}
.icon-envelope:before {
  content: "\e942";
}
.icon-exit:before {
  content: "\e943";
}
.icon-exit-up:before {
  content: "\e944";
}
.icon-eye:before {
  content: "\e945";
}
.icon-file-add:before {
  content: "\e946";
}
.icon-file-empty:before {
  content: "\e947";
}
.icon-film-play:before {
  content: "\e948";
}
.icon-flag:before {
  content: "\e949";
}
.icon-frame-contract:before {
  content: "\e94a";
}
.icon-frame-expand:before {
  content: "\e94b";
}
.icon-funnel:before {
  content: "\e94c";
}
.icon-gift:before {
  content: "\e94d";
}
.icon-graduation-cap:before {
  content: "\e94e";
}
.icon-graduation-hat:before {
  content: "\e94f";
}
.icon-hand:before {
  content: "\e950";
}
.icon-heart:before {
  content: "\e951";
}
.icon-heart-pulse:before {
  content: "\e952";
}
.icon-highlight:before {
  content: "\e953";
}
.icon-history:before {
  content: "\e954";
}
.icon-home:before {
  content: "\e955";
}
.icon-hourglass:before {
  content: "\e956";
}
.icon-hourglass1:before {
  content: "\e957";
}
.icon-inbox:before {
  content: "\e958";
}
.icon-indent-decrease:before {
  content: "\e959";
}
.icon-indent-increase:before {
  content: "\e95a";
}
.icon-italic:before {
  content: "\e95b";
}
.icon-keyboard:before {
  content: "\e95c";
}
.icon-laptop:before {
  content: "\e95d";
}
.icon-laptop-phone:before {
  content: "\e95e";
}
.icon-layers:before {
  content: "\e95f";
}
.icon-leaf:before {
  content: "\e960";
}
.icon-license:before {
  content: "\e961";
}
.icon-lighter:before {
  content: "\e962";
}
.icon-linearicons:before {
  content: "\e963";
}
.icon-line-spacing:before {
  content: "\e964";
}
.icon-link:before {
  content: "\e965";
}
.icon-list:before {
  content: "\e966";
}
.icon-location:before {
  content: "\e967";
}
.icon-lock:before {
  content: "\e968";
}
.icon-magic-wand:before {
  content: "\e969";
}
.icon-magnifier:before {
  content: "\e96a";
}
.icon-map:before {
  content: "\e96b";
}
.icon-map-marker:before {
  content: "\e96c";
}
.icon-menu:before {
  content: "\e96d";
}
.icon-menu-circle:before {
  content: "\e96e";
}
.icon-mic:before {
  content: "\e96f";
}
.icon-moon:before {
  content: "\e970";
}
.icon-move:before {
  content: "\e971";
}
.icon-music-note:before {
  content: "\e972";
}
.icon-mustache:before {
  content: "\e973";
}
.icon-neutral:before {
  content: "\e974";
}
.icon-page-break:before {
  content: "\e975";
}
.icon-paper-bag:before {
  content: "\e976";
}
.icon-paperclip:before {
  content: "\e977";
}
.icon-paw:before {
  content: "\e978";
}
.icon-pencil:before {
  content: "\e979";
}
.icon-phone:before {
  content: "\e97a";
}
.icon-phone-handset:before {
  content: "\e97b";
}
.icon-picture:before {
  content: "\e97c";
}
.icon-pie-chart:before {
  content: "\e97d";
}
.icon-pilcrow:before {
  content: "\e97e";
}
.icon-plus-circle:before {
  content: "\e97f";
}
.icon-pointer-down:before {
  content: "\e980";
}
.icon-pointer-left:before {
  content: "\e981";
}
.icon-pointer-right:before {
  content: "\e982";
}
.icon-pointer-up:before {
  content: "\e983";
}
.icon-poop:before {
  content: "\e984";
}
.icon-power-switch:before {
  content: "\e985";
}
.icon-printer:before {
  content: "\e986";
}
.icon-pushpin:before {
  content: "\e987";
}
.icon-question-circle:before {
  content: "\e988";
}
.icon-redo:before {
  content: "\e989";
}
.icon-rocket:before {
  content: "\e98a";
}
.icon-sad:before {
  content: "\e98b";
}
.icon-screen:before {
  content: "\e98c";
}
.icon-select:before {
  content: "\e98d";
}
.icon-settings:before {
  content: "\e98e";
}
.icon-shirt:before {
  content: "\e98f";
}
.icon-shopping-bag:before {
  content: "\e990";
}
.icon-smartphone:before {
  content: "\e991";
}
.icon-smile:before {
  content: "\e992";
}
.icon-sort-alpha-asc:before {
  content: "\e993";
}
.icon-sort-amount-asc:before {
  content: "\e994";
}
.icon-spell-check:before {
  content: "\e995";
}
.icon-star:before {
  content: "\e996";
}
.icon-star-empty:before {
  content: "\e997";
}
.icon-star-half:before {
  content: "\e998";
}
.icon-store:before {
  content: "\e999";
}
.icon-strikethrough:before {
  content: "\e99a";
}
.icon-sun:before {
  content: "\e99b";
}
.icon-sync:before {
  content: "\e99c";
}
.icon-tablet:before {
  content: "\e99d";
}
.icon-tag:before {
  content: "\e99e";
}
.icon-text-align-center:before {
  content: "\e99f";
}
.icon-text-align-justify:before {
  content: "\e9a0";
}
.icon-text-align-left:before {
  content: "\e9a1";
}
.icon-text-align-right:before {
  content: "\e9a2";
}
.icon-text-format:before {
  content: "\e9a3";
}
.icon-text-format-remove:before {
  content: "\e9a4";
}
.icon-text-size:before {
  content: "\e9a5";
}
.icon-thumbs-down:before {
  content: "\e9a6";
}
.icon-thumbs-up:before {
  content: "\e9a7";
}
.icon-train:before {
  content: "\e9a8";
}
.icon-trash:before {
  content: "\e9a9";
}
.icon-underline:before {
  content: "\e9aa";
}
.icon-undo:before {
  content: "\e9ab";
}
.icon-unlink:before {
  content: "\e9ac";
}
.icon-upload:before {
  content: "\e9ad";
}
.icon-user:before {
  content: "\e9ae";
}
.icon-users:before {
  content: "\e9af";
}
.icon-volume:before {
  content: "\e9b0";
}
.icon-volume-high:before {
  content: "\e9b1";
}
.icon-volume-low:before {
  content: "\e9b2";
}
.icon-volume-medium:before {
  content: "\e9b3";
}
.icon-warning:before {
  content: "\e9b4";
}
.icon-wheelchair:before {
  content: "\e9b5";
}
.cropper_window {
  text-align: center;
}
.cropper_window .controls {
  position: absolute;
  display: flex;
  z-index: 1;
}
.cropper_window .controls .item {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 0;
  flex-shrink: 0;
  color: #fff;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
}
.cropper_window .controls .item[rel="rotate"] div {
  font-weight: bold;
}
.cropper_window .controls .item:hover {
  background: rgba(0, 0, 0, 0.7);
}
.cropper_window .actions {
  position: relative;
  height: 50px;
  display: flex;
  background: rgba(0, 0, 0, 0.5);
}
.cropper_window .actions .item {
  cursor: pointer;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
}
.cropper_window .actions .item[rel="save"] {
  background: #38c;
}
.cropper_window .actions .item:hover {
  opacity: 0.8;
}
.cropper_window .cropper_image {
  max-height: 500px;
}
.cropper_window .cropper_image img {
  max-width: 100%;
}
@media screen and (max-width: 700px), screen and (max-height: 700px) {
  .cropper_window {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
  }
  .cropper_window .controls {
    flex-shrink: 0;
    flex-grow: 0;
  }
  .cropper_window .actions {
    flex-grow: 0;
    flex-shrink: 0;
    position: fixed;
    left: 0;
    width: 100%;
    bottom: 0;
  }
  .cropper_window .cropper_image {
    max-height: none;
    height: 100%;
    flex-grow: 1;
  }
}
.image4crop {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100px;
  height: 100px;
  flex-grow: 1;
  margin-bottom: 10px;
}
.image4crop.loaded .fogging {
  background: none;
}
.image4crop.loaded .fogging .icon_download {
  display: none;
}
.image4crop.loaded .fogging:hover .icon_download {
  display: block;
}
.image4crop .fogging {
  background-color: rgba(0, 0, 0, 0.47);
  width: 100%;
  height: 100%;
}
.image4crop .fogging:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
.image4crop .fogging .icon_download {
  width: 100%;
  height: 100%;
  background-size: 40px 40px;
  background-position: center center;
  background-repeat: no-repeat;
  transition: 1s;
  background-image: url("/design/images/svg_white/download.svg");
}
.image4crop .fogging .icon_download.load {
  background-image: url("/design/images/svg_white/loading.svg");
  background-size: 70px 70px;
}
.image4crop .fogging .icon_download input[type="file"] {
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
  opacity: 0;
}
@media (max-width: 800px) {
  .how_pay {
    width: 100% !important;
  }
}

.video_item {
    display: list-item;
    list-style: none;
    float: left;
    cursor: pointer;
    margin: 0 10px 5px 0;
    position: relative;
}
.icon-trash__wrapper {
    position: absolute;
    bottom: 10px;
    right: 10px;
    border-radius: 50%;
    background: #222427;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.icon-trash__circle {
    width: 100%;
    height: 100%;
    position: relative;
}
.icon-trash__trash {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -55%);
    color: #fff;
}
/*# sourceMappingURL=main.css.map */

.oborud_item {
  font-size: 14px;
}
.oborud_item {
  display: flex;
  /* align-items: center; */
  gap: 10px;
  margin-bottom: 5px;
  flex-direction: column;
  margin-bottom: 20px;
  padding-top: 10px;
  border-top: 1px solid black;
}

.oborud_item input, .oborud_item select {
  font-size: 14px;
  height: 24px;
}
.oborud_time {
  display: flex;
}
.oborud_id, .oborud_type {
  width: 206px!important;
}

.textile_item, .other_item {
  font-size: 14px;
}
.textile_item, .other_item {
  display: flex;
  gap: 10px;
  flex-direction: column;
  margin-bottom: 20px;
  padding-top: 10px;
  border-top: 1px solid black;
}

.textile_item input, .textile_item select {
  font-size: 14px;
  height: 24px;
}

.other_item input, .other_item select {
  font-size: 14px;
  height: 24px;
}

.textile_id, .textile_type {
  width: 206px!important;
}

.other_id, .other_type {
  width: 206px!important;
}

.studios__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.studio__container {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 250px;
  max-height: 151px;
}


.studio__icons {
  position: absolute;
  display: flex;
  flex-direction: row;
  gap: 10px;
  z-index: 1;
  top: 10px;
  right: 10px;
}

.studio__icon {
  margin: 0 !important;
}

.studio__swiper {
  overflow: hidden;
  white-space: nowrap;
  height: 100%;
  width: 100%;
}

.studio__swiper .swiper-slide {
  position: relative;
}

.studio__swiper .swiper-button-prev {
  z-index: 3;
}

.studio__swiper .swiper-pagination {
  display: flex;
  justify-content: center;
}

.swiper-pagination {
  z-index: 2 !important;
}

.studio__swiper .swiper-button-next,
.studio__swiper .swiper-button-prev {
  z-index: 3;
  background-color: white;
  padding: 7px;
  border-radius: 50%;
  height: 15px;
  width: 15px;
}

.studio__swiper .swiper-button-next:after,
.studio__swiper .swiper-button-prev:after {
  font-size: 14px !important;
  color: black;
}

.studio__swiper .swiper-pagination-bullet {
  background: #ffffff;
  opacity: 0.5;
  border-radius: 1px;
  height: 2px;
  width: 100%;
  max-width: 50px;
  position: relative;
  cursor: default;
}

.studio__swiper .swiper-lazy-preloader {
  border: 4px solid black;
  border-top-color: transparent;
}

.swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.studio__swiper .swiper-pagination-bullet::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 143px;
  width: 100%;
  background: transparent;
  border-radius: 1px;
  opacity: 0.7;
  z-index: -99;
  cursor: pointer;
}

.studio__swiper .swiper-pagination-bullet-active {
  background: #FFFFFF;
  opacity: 1;
  border-radius: 1px;
  width: 100%;
  max-width: 50px;
  height: 2px;
  position: relative;
}

.studio__swiper .swiper-pagination-bullet-active::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 143px;
  width: 100%;
  background: transparent;
  z-index: -99;
  border-radius: 1px;
  opacity: 0;
}

.swiper__text {
  position: absolute;
  bottom: 20px;
  right: 0;
  left: 0;
  font-size: 14px;
  font-weight: 400;
  color: white;
}

.studios__img-blur {
  filter: brightness(40%) blur(2px);
}

.gallery_item {
  position: relative;
}

.studio__favorite {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url('/design/images/svg/favorite.svg');
  background-position: center;
  width: 21px;
  height: 21px;
  cursor: pointer;
  border: none;
}

.studio__favorite.static {
  position: relative;
  inset: 0;
}

.studio__controls {
  display: flex;
  align-items: center;
}

.favorites__container {
  display: flex;
}

.studio__favorite.active {
  background-image: url('/design/images/svg/favorite_fill.svg');
}

@media(max-width: 900px) {
  .studio__swiper .swiper-pagination-bullet::after {
    height: 2px;
  }
}

@media(max-width: 600px) {

  .studio__controls {
    gap: 20px;
  }

  .tityl {
    padding-right: 27px;
  }

  .studio__favorite {
    right: 0;
    top: 0;
    background-size: 16px;
    width: 16px;
    height: 16px;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
  }

  .studio__favorite.static {
    width: 20px;
    height: 20px;
    background-size: 20px;
  }

  .studio__swiper .swiper-button-next,
  .studio__swiper .swiper-button-prev {
    padding: 5px;
    height: 10px;
    width: 10px;
  }

  .studio__swiper .swiper-button-next {
    right: 5px;
    top: 56%;
  }

  .studio__swiper .swiper-button-prev {
    left: 5px;
    top: 56%;
  }

  .studio__swiper .swiper-button-next:after,
  .studio__swiper .swiper-button-prev:after {
    font-size: 12px !important;
  }
}

@media screen and (max-width: 500px) {
  .studio-title-description {
    justify-content: space-between;
  }
  .studio-title-description-name {
    width: 150px;
  }
  .studio-title-description-address {
    font-size: 14px;
  }
}

.comment_to_the_hall ul {
  margin-bottom: 0;
}
.comment_to_the_filiation ul {
  margin-top: 0;
}
.schedule_find .find_block .find_result .item {
  gap: 10px;
}
.schedule_find .find_block .find_result .item .img {
  object-fit: cover;
}
.schedule_find .find_block .find_result .item .time {
  margin-left: 0;
  text-align: start;
}
.schedule_find .find_block .find_result .item .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
.schedule_find .find_block .find_result .item .info .item_studio {
  margin: 0;
}
@media(max-width: 600px) {
  .schedule_find .find_block .find_result .item .info {
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-start
  }
}
.grecaptcha-badge { visibility: hidden; }
.whatsapp-right-icon{
  z-index: 2;
  position: fixed;
  right: 15px;
  bottom: 40px;
  width: 60px;
  height: 60px;
  display: none;

  -moz-transition: all 5s ease-out;
  -o-transition: all 5s ease-out;
  -webkit-transition: all 5s ease-out;
  animation-name: chat_wait;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
@media (max-width: 850px) {
  .whatsapp-right-icon{
    display: block;
  }
}

.location__link {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  width: fit-content;
}

.location__span {
  font-size: 14px;
  text-decoration: underline;
}
.notif_del {
  .details_btn {
    color: #000;
    border: 1px solid #000;
  }
}

.register__agree {
  display: flex;
  max-width: 200px;
  align-items: flex-start;
  margin-bottom: 20px;
  gap: 10px;
  font-size: 14px;
}

.register__agree--main {
  max-width: 100%;
}

.register__text {
  max-width: 230px;
}

@media (max-width: 550px) {
  .register__agree {
    max-width: 100%;
  }
.register__agree--main {
max-width: 100%; /* приоритет сохраняется */
}

  .register__text {
    max-width: 100%;
  }
}

.button--active {
    pointer-events: auto;
    opacity: 1;
}
.button--active:hover {
    opacity: 0.8;
}

.button--disable {
    pointer-events: none;
    opacity: 0.6;
}