@charset "UTF-8";
@import url(styleForum.css);
@font-face {
  font-family: 'atyp_text';
  src: url("fonts/atyptext-regular-webfont.woff2") format("woff2"), url("fonts/atyptext-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'atyp_display';
  src: url("fonts/atypdisplay-regular-webfont.woff2") format("woff2"), url("fonts/atypdisplay-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'nimbus_sans_l_ot';
  src: url("fonts/nimbus-sans-l-ot-webfont.woff2") format("woff2"), url("fonts/nimbus-sans-l-ot-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'oranienbaum';
  src: url("fonts/oranienbaum-webfont.woff2") format("woff2"), url("fonts/oranienbaum-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
.transition_all {
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out; }

.scroll-smooth {
  scroll-behavior: smooth; }

.min-w-\[1460px\] {
  min-width: 1460px; }

.w-full {
  width: 100%; }

.flex {
  display: flex; }

.items-center {
  align-items: center; }

.unlogin_body {
  font-family: 'atyp_text';
  min-width: 1460px; }

.main-menu {
  position: absolute;
  z-index: 50;
  top: 30px;
  left: 0;
  width: 100%; }

.main-header {
  width: 1400px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.main-container {
  position: relative; }

.bg-brown {
  background: #281f1d;
  color: #fff; }

.menu-item2 {
  font-family: 'atyp_display';
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.41);
  padding: 3px;
  margin: 0 15px; }

.menu-item2:hover {
  color: #fff;
  text-decoration: none;
  border-bottom-color: rgba(255, 255, 255, 0); }

.bt-lk {
  width: 194px;
  height: 64px;
  color: #000;
  background: #e4aa78;
  background: linear-gradient(to right, #e4aa78, #ecbc93);
  border-radius: 10px;
  font-family: oranienbaum;
  font-size: 25px;
  padding: 14px 14px; }

.bt-lk:hover {
  background: #f5cdaa;
  background: linear-gradient(to right, #f5cdaa, #f5cdaa);
  color: #000; }

.bt-lk-arrow {
  width: 36px;
  height: 36px; }

.bg-brick {
  background: transparent;
  background-image: url("/images/bg.jpg"); }

.main_login-news {
  position: absolute;
  bottom: 0;
  left: -670px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: center; }

.main_login-news-centered {
  position: absolute;
  left: 50%; }

.lk_form_wrapper {
  background: #352825;
  border-radius: 20px;
  display: inline-block;
  width: 470px;
  color: #fff; }

.lk_header {
  font-family: oranienbaum;
  font-size: 47px;
  text-align: center;
  margin: 16px auto; }

.lk_input_field {
  background: #fff;
  padding: 18px 34px;
  font-size: 16px;
  border-radius: 14px;
  border: none;
  min-width: 392px;
  color: #000; }

.form-group {
  text-align: center; }

.lk_form_buttons {
  display: flex;
  justify-content: space-between;
  margin: 20px 64px; }

.lk_forget_pass {
  color: #fff;
  font-size: 18px;
  border-bottom: 1px solid #ffffff4f;
  padding: 0 3px; }

.lk_forget_pass:hover {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0); }

.lk-save-pass {
  font-size: 16px;
  font-weight: 400;
  position: relative; }
  .lk-save-pass [type=checkbox] {
    display: none; }

.lk-save-pass-checkbox-svg {
  position: absolute;
  top: -4px; }

.lk-save-pass-checkbox-checked {
  opacity: 0; }

.lk-save-pass [type=checkbox]:checked + .lk-save-pass-checkbox-svg .lk-save-pass-checkbox-checked {
  opacity: 1; }

.lk-save-pass-checkbox-text {
  padding-left: 36px; }

.main-news {
  display: inline-block;
  width: 800px; }

.main-news-line {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  margin: 25px 46px; }

.main-news-date {
  font-family: "nimbus_sans_l_ot";
  font-size: 16px;
  background: #00000070;
  padding: 13px;
  border-radius: 10px;
  margin-right: 30px; }

.main-news-text {
  font-size: 17px;
  opacity: 0.6;
  color: #fff; }
  .main-news-text:hover {
    color: #fff; }

.slider {
  height: 478px;
  position: relative; }

.slider_block_glav_centered {
  position: absolute;
  top: 238px;
  left: 50%;
  max-width: 600px; }

.slider_block {
  position: absolute;
  top: 0;
  left: -590px;
  max-width: 600px; }

.slider_header {
  font-size: 60px;
  font-weight: 400;
  color: #fff;
  display: table;
  font-family: 'oranienbaum'; }

.slider_text {
  color: #fff;
  line-height: 1.7;
  margin: 20px 0;
  font-size: 20px;
  color: #686868; }

.slider_show_more {
  text-decoration: none; }

.slider_show_more:hover {
  text-decoration: none; }

.show_more, .lk_enter_bt {
  text-align: center;
  font-size: 25px;
  margin-top: 32px;
  display: table;
  border-radius: 10px;
  padding: 18px 35px;
  color: #000;
  font-family: 'oranienbaum';
  background: #e4aa78;
  background: linear-gradient(to right, #e4aa78, #ecbc93);
  border: none;
  outline: none; }

.show_more:hover, .lk_enter_bt:hover {
  background: #f5cdaa;
  background: linear-gradient(to right, #f5cdaa, #f5cdaa); }

.tns-controls {
  text-align: center;
  margin-bottom: 10px; }

.lk_enter_bt {
  margin: 30px auto;
  padding: 14px 58px; }

.tns-controls [aria-controls] {
  font-size: 0px;
  outline: none;
  margin: 0;
  padding: 0;
  color: #000;
  background: transparent;
  border-radius: 3px;
  border: 0;
  width: 92px;
  height: 92px;
  /* Hide the text. */
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.tns-controls [data-controls="prev"] {
  background: url("/images/ar_01.png") no-repeat center;
  content: ' '; }

.tns-controls [data-controls="next"] {
  content: ' ';
  background: url("/images/ar_02.png") no-repeat center; }

.tns-controls [data-controls="prev"]:hover {
  transform: scale(1.1);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out; }

.tns-controls [data-controls="next"]:hover {
  transform: scale(1.1);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out; }

.lt-ie9 .tns-controls > [aria-controls] {
  line-height: 2.5em; }

[data-action] {
  display: block;
  margin: 10px auto;
  font-size: 17px;
  min-width: 3em;
  text-align: center;
  background: transparent;
  border: 0; }

.tns-controls [disabled] {
  color: #999999;
  background: #B3B3B3;
  cursor: not-allowed !important; }

.tns-nav {
  text-align: center;
  margin: 10px 0; }

.tns-nav > [aria-controls] {
  width: 9px;
  height: 9px;
  padding: 0;
  margin: 0 5px;
  border-radius: 50%;
  background: #ddd;
  border: 0; }

.image_mobile {
  display: none; }

.tns-nav > .tns-nav-active {
  background: #f8b613; }

.first_images_slider {
  padding-bottom: 190px; }
  .first_images_slider .slider {
    height: 1160px;
    position: relative; }
  .first_images_slider .tns-controls {
    margin: 0 auto;
    width: 1280px;
    position: relative; }
  .first_images_slider .tns-nav {
    text-align: center;
    margin: -19px 0 0;
    position: relative;
    bottom: 18px; }
  .first_images_slider .tns-controls [aria-controls] {
    width: 126px;
    height: 126px;
    outline: none; }
  .first_images_slider .tns-controls [data-controls="prev"] {
    position: absolute;
    left: -120px;
    top: -852px;
    z-index: 100; }
  .first_images_slider .tns-controls [data-controls="next"] {
    position: absolute;
    right: 8px;
    top: -852px;
    z-index: 100; }
  .first_images_slider .first_images_slider_nav {
    width: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 792px; }
    .first_images_slider .first_images_slider_nav .tns-nav-text {
      font-size: 27px;
      font-weight: 400;
      display: table;
      font-family: "oranienbaum";
      color: #686868;
      padding: 0 42px;
      text-decoration: underline; }
    .first_images_slider .first_images_slider_nav .tns-nav-active {
      color: #fff;
      text-decoration: none; }

.zo_slider_outer {
  position: relative; }

.zo_slider .tns-controls {
  margin: 0 auto;
  width: 1280px;
  position: relative; }
.zo_slider .tns-nav {
  text-align: center;
  margin: -19px 0 0;
  position: relative;
  bottom: -465px;
  z-index: 100; }
.zo_slider .tns-controls [aria-controls] {
  width: 126px;
  height: 126px;
  outline: none; }
.zo_slider .tns-controls [data-controls="prev"] {
  position: absolute;
  top: 220px;
  left: -94px;
  z-index: 100; }
.zo_slider .tns-controls [data-controls="next"] {
  position: absolute;
  top: 220px;
  left: 1249px;
  z-index: 100; }

.slider_zo {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  padding: 15px 100px 15px 284px;
  position: absolute;
  top: 32px;
  left: 300px;
  height: 456px; }

.slider_zo_big {
  position: relative;
  display: block;
  color: #fff;
  text-decoration: none; }

.slider_zo_big:hover {
  color: #fff;
  text-decoration: none; }

.slider_zo_img {
  z-index: 123;
  display: block;
  position: relative; }

.sl_h3 {
  font-size: 48px;
  font-family: oranienbaum; }

.sl_text {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.8; }

.slider_fg_big {
  display: block;
  position: relative; }

.fg_slider .tns-controls {
  margin: 0 auto;
  width: 1280px;
  position: relative; }
.fg_slider .tns-nav {
  text-align: center;
  margin: -19px 0 0;
  position: relative;
  bottom: -577px;
  z-index: 100; }
.fg_slider .tns-controls [aria-controls] {
  width: 126px;
  height: 126px;
  outline: none; }
.fg_slider .tns-controls [data-controls="prev"] {
  position: absolute;
  top: 220px;
  left: 124px;
  z-index: 100; }
.fg_slider .tns-controls [data-controls="next"] {
  position: absolute;
  top: 220px;
  left: 1031px;
  z-index: 100; }
.fg_slider .fg_slide .slider_fg_big .slider_fg_img {
  transition: all .2s ease-in-out;
  display: block;
  height: 330px;
  border-radius: 21px; }
.fg_slider .slider_fg_big {
  height: 549px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative; }
.fg_slider .slider_fg_zoom {
  display: none; }
.fg_slider .tns-slide-active ~ .tns-slide-active .slider_fg_big {
  justify-content: flex-start; }
.fg_slider .tns-slide-active ~ .tns-slide-active ~ .tns-slide-active .slider_fg_big .slider_fg_img {
  height: 330px; }
.fg_slider .tns-slide-active ~ .tns-slide-active .slider_fg_big .slider_fg_img {
  height: 549px; }
  .fg_slider .tns-slide-active ~ .tns-slide-active .slider_fg_big .slider_fg_img .slider_fg_zoom {
    display: block; }
.fg_slider .tns-slide-active ~ .tns-slide-active .slider_fg_big .slider_fg_zoom {
  display: block; }

.slider_fg_zoom {
  position: absolute;
  top: 22px;
  right: 22px; }

.slider_fg_img {
  border-radius: 21px; }

.index-flex-img {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0; }
  .index-flex-img img {
    display: block;
    padding: 40px 40px; }

#district_map {
  width: 100%;
  height: 600px; }

.index-contact-top {
  border-bottom: 1px solid #ffffff59;
  margin: 10px auto;
  max-width: 1080px;
  max-height: 384px;
  overflow: hidden;
  display: flex;
  padding: 0 30px; }

.index-contact-text {
  font-size: 18px;
  padding-right: 140px;
  color: #ffffff7d;
  line-height: 1.8; }
  .index-contact-text img {
    padding: 0 0 40px 0; }

.index-contact-bottom {
  text-align: center;
  margin: 20px; }

.fontsize60 {
  font-size: 60px; }

.font-size20 {
  font-size: 20px; }

.font-size18 {
  font-size: 18px; }

.font-size16 {
  font-size: 16px; }

.font-size14 {
  font-size: 14px; }

.nimbus {
  font-family: nimbus_sans_l_ot; }

.index-contact-font {
  font-size: 44px;
  font-family: oranienbaum;
  color: #fff; }

.index-contact-font:hover {
  color: #fff; }

.footer-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap; }

#footer {
  padding: 35px 0; }

.index-header {
  text-align: center;
  font-size: 86px;
  font-family: oranienbaum;
  padding: 30px 0 20px;
  margin: 0 auto; }

.main-text {
  font-size: 20px;
  width: 888px;
  text-align: justify;
  margin: auto;
  padding: 30px 0; }

.modal-content {
  width: inherit;
  height: inherit;
  margin: 0 auto;
  background: transparent;
  box-shadow: none;
  border: none; }

#kvFileinputModal .modal-content {
  background: #fff; }

.modal-header {
  border: none;
  margin: auto;
  padding: 0;
  z-index: 500; }

.modal-header .close {
  color: #fff;
  opacity: .7; }

.modal-backdrop.in {
  filter: alpha(opacity=90);
  opacity: 0.9; }

.content_center {
  text-align: center; }

.modal-logo {
  width: 160px;
  margin: 42px auto;
  display: block; }

#modal__restore .modal-header, #modal__lk .modal-header {
  display: none; }

.modal-backdrop {
  --bs-backdrop-opacity: 0.85; }

.footerLogo {
  opacity: 0.6; }

.footer-copyright {
  color: #7e7977;
  font-size: 10px; }

.bt-lkfooter {
  width: 170px; }

.modal-backdrop.show {
  opacity: .9; }

.bootstrap-dialog.show .modal-dialog {
  max-width: 250px;
  background: #fff; }

a {
  text-decoration: none; }

a:hover {
  text-decoration: underline;
  color: inherit; }

.lk_main {
  display: flex;
  background: #231b1a;
  font-family: "atyp_text";
  flex-wrap: wrap;
  justify-content: center;
  min-height: 100%; }

.header_lk {
  width: 320px;
  border-radius: 20px;
  margin: 17px;
  background: #3c302c;
  height: fit-content; }

.lk_logo {
  margin: 30px auto;
  display: block;
  max-width: 200px; }

.border-bottom1 {
  border-bottom: 1px solid #ffffff59;
  margin: 0 30px; }

.menu1-number-house {
  font-family: "oranienbaum";
  font-size: 36px;
  color: #fcbd92;
  text-align: center;
  padding: 10px 0; }

.menu1-str1 {
  font-size: 18px;
  color: #fcbd92;
  text-align: center;
  position: relative;
  padding: 2px;
  display: block; }

.menu1-str1:hover {
  text-decoration: none;
  color: #fcbd92; }

.lk-bbot {
  padding: 0 0 20px; }

.menu1-counter {
  position: absolute;
  background: #fcbd92;
  border-radius: 7px;
  color: #333333;
  padding: 1px 9px;
  font-size: 14px;
  font-family: "nimbus_sans_l_ot";
  top: 5px;
  right: 12px; }

.menu-block {
  padding: 20px 0 20px 88px;
  color: #fff;
  line-height: 1.9; }

.menu-block a {
  color: #fff;
  font-size: 18px; }

.social_block {
  display: flex;
  justify-content: space-evenly; }

.social_bt {
  display: block;
  padding: 15px 10px;
  opacity: 0.4; }

.lk_logout_bt {
  color: #e49d9f;
  font-family: oranienbaum;
  font-size: 25px;
  text-align: center;
  display: table;
  border-bottom: 1px solid #e49d9f57;
  margin: 25px auto 18px; }

.lk_container {
  background: #fff;
  flex: 1;
  min-width: 400px;
  padding: 0 0 30px; }
  .lk_container h1 {
    font-size: 72px;
    font-family: oranienbaum;
    color: #3c302c; }
  .lk_container .h1-underline {
    border-bottom: 2px solid #e5e5e5; }
  .lk_container .h1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin: 20px 3vw;
    padding: 0 6vw; }

.date-block {
  display: flex;
  align-items: center; }
  .date-block .date-logo {
    border-right: 1px solid #000;
    padding: 0 18px 5px 0; }
  .date-block .date {
    font-size: 19px;
    font-family: nimbus_sans_l_ot;
    padding-left: 14px; }

.lk-block-dotted {
  margin: 20px 3vw;
  padding: 0 6vw; }
  .lk-block-dotted .lk-block-name::before {
    content: "\2022";
    /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #c2c0bf;
    /* Change the color */
    font-weight: bold;
    /* If you want it to be bold */
    display: inline-block;
    /* Needed to add space between the bullet and the text */
    width: 1em;
    /* Also needed for space (tweak if needed) */
    margin-left: -1em;
    /* Also needed for space (tweak if needed) */ }

.lk-block-undotted {
  margin: 0;
  padding: 0; }

.lk-block-name {
  font-family: oranienbaum;
  font-size: 39px; }

.redalert {
  font-size: 16px;
  color: #ee0e0e;
  padding: 20px 40px; }

.measure_table {
  background: #f4f4f4;
  border-radius: 10px; }
  .measure_table thead {
    background: #3e2f2c;
    color: #fff;
    font-size: 12px; }
  .measure_table thead, .measure_table tbody, .measure_table tfoot, .measure_table tr, .measure_table td, .measure_table th {
    padding: 12px; }
  .measure_table thead td:first-child {
    border-radius: 10px 0 0 10px;
    border-right: 1px solid #c0c0c059; }
  .measure_table thead td:last-child {
    border-radius: 0 10px 10px 0;
    border-left: 1px solid #c0c0c059; }
  .measure_table tbody td {
    border-right: 1px solid #c0c0c0; }
  .measure_table .m_flex {
    display: flex;
    flex-direction: column; }
  .measure_table tbody td:last-child {
    border-right: none; }
  .measure_table tbody td:first-child {
    min-width: 130px; }
  .measure_table tbody tr:first-child td {
    border-bottom: 1px solid #c0c0c0; }
  .measure_table .m_date {
    text-transform: capitalize;
    flex: 0 0 15px;
    font-size: 11px; }
  .measure_table .m_value {
    text-align: right; }

.people-block-label {
  width: 200px; }

.people-block-input {
  padding: 1px;
  font-size: 16px;
  border-radius: 3px;
  border: none;
  min-width: 300px;
  display: inline-block;
  width: auto; }

.lk-block-input1bt {
  background: #3c302c;
  display: flex;
  justify-content: space-between;
  padding: 26px;
  border-radius: 16px; }
  .lk-block-input1bt .form-group {
    margin-bottom: 0; }
  .lk-block-input1bt .help-block {
    color: #f6acac; }

.lk-block-input {
  padding: 25px;
  font-size: 16px;
  border-radius: 15px;
  border: none;
  min-width: 347px;
  flex: 0 0 58%; }

.lk-block-submit {
  background: #fcbd92;
  font-size: 16px;
  border: none;
  border-radius: 15px;
  padding: 0 25px;
  color: #000; }

.lk-block-string {
  border-radius: 16px;
  background: #fff5ef;
  display: flex;
  align-items: center;
  padding: 28px 35px;
  margin: 12px auto; }

.lk-block-string-name {
  font-size: 18px;
  flex: 1;
  text-decoration: underline;
  color: #000; }

.lk-block-string-names {
  flex: 1;
  display: flex;
  flex-direction: column; }

.lk-block-string-name2 {
  font-size: 18px;
  flex: 1 1 100%;
  text-decoration: none;
  color: #000;
  margin-right: 5px; }

.lk-block-string-border {
  border-left: 1px solid #000;
  padding: 0 15px;
  height: 90px; }

.lk-block-string-date {
  border-radius: 10px;
  background: #a1938e;
  display: flex;
  padding: 10px 17px;
  color: #fff;
  font-size: 16px;
  margin-right: 30px;
  font-family: nimbus_sans_l_ot; }

.lk-block-page-date {
  border-radius: 10px;
  background: #a1938e;
  display: table;
  padding: 10px 17px;
  color: #fff;
  font-size: 16px;
  margin: 0 0 28px;
  font-family: nimbus_sans_l_ot; }

.lk-block-pageImage {
  max-width: 100%; }

.lk-block-string-status {
  border-radius: 10px;
  background: #fff;
  display: flex;
  padding: 10px 17px;
  color: #ee0e0e;
  font-size: 16px; }

.lk-block-string-status-good {
  color: #246306; }

.lk-block-news {
  border-radius: 16px;
  background: #fff5ef;
  display: flex;
  align-items: center;
  padding: 16px 35px;
  text-decoration: none;
  color: #000;
  margin: 11px 0; }

.lk-block-news:hover {
  text-decoration: none;
  box-shadow: 6px 6px 14px 8px #00000026; }

.lk-block-news-date {
  border-radius: 10px;
  background: #fbbc90;
  background: linear-gradient(to right, #f6aa76, #fbbc90);
  display: flex;
  padding: 10px 17px;
  color: #000;
  font-size: 16px;
  margin-right: 16px;
  font-family: nimbus_sans_l_ot; }

.lk-block-string-anons {
  font-size: 18px;
  flex: 1; }

.lk-block-schedule {
  border-radius: 16px;
  background: #fff5ef;
  display: flex;
  align-items: center;
  padding: 28px 35px;
  justify-content: space-between; }

.gray-bt {
  color: #000;
  display: block;
  background: #dedede;
  font-size: 16px;
  border: none;
  border-radius: 15px;
  padding: 20px 25px;
  margin-bottom: 20px; }

.orange-bt {
  color: #000;
  display: block;
  background: #fbbb8e;
  font-size: 16px;
  border: none;
  border-radius: 15px;
  padding: 20px 25px; }

.orange-bt:hover {
  text-decoration: none;
  color: #000;
  background: #eb8d4a; }

.lk-block-schedule-megadate {
  width: 214px;
  height: 214px;
  background: #785c54;
  border-radius: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  font-family: oranienbaum;
  font-size: 35px;
  line-height: 43px; }

.lk-block-fotogal-wrapper {
  height: 512px;
  width: 974px;
  display: flex;
  align-items: flex-end; }

.lk-block-fotogal {
  width: 100%;
  border-radius: 16px;
  display: flex;
  align-items: center;
  padding: 16px 35px;
  text-decoration: none;
  color: #fff;
  margin: 11px 0; }
  .lk-block-fotogal .lk-block-string-border {
    border-left: 1px solid #fff; }

.lk-block-fotogallery {
  width: 100%;
  border-radius: 16px;
  display: flex;
  align-items: center;
  padding: 16px 35px;
  text-decoration: none;
  color: #000;
  margin: 11px 0; }
  .lk-block-fotogallery .lk-block-string-border {
    border-left: 1px solid #000; }

.fotogallery-href-preview {
  margin: 15px;
  border-radius: 10px; }

.lk-fotogallery_open {
  display: grid;
  grid-template-columns: 30% 30% 30%;
  grid-template-rows: auto auto auto;
  margin: auto;
  justify-content: center;
  justify-items: center;
  align-items: center;
  align-content: center; }
  .lk-fotogallery_open .fotogallery-preview {
    width: 100%;
    border-radius: 10px; }

.lk-block-fotogal:hover {
  color: #fff;
  text-decoration: none; }

.lk-block-coufoto {
  border-radius: 10px;
  background: #fff;
  padding: 10px 17px;
  color: #000;
  font-size: 16px; }

.lk-block-sendmess-choose {
  display: flex; }

.lk-block-sendmess-bt {
  color: #000;
  display: block;
  background: #f4f4f4;
  font-size: 16px;
  border: none;
  border-radius: 15px;
  padding: 20px 25px;
  margin-right: 24px;
  cursor: pointer; }

.lk-block-sendmess-bt.active {
  color: #fff;
  display: block;
  background: #3e2c27; }

.lk-block-input-sendmess {
  padding: 25px;
  font-size: 16px;
  border-radius: 15px;
  border: none;
  min-width: 347px;
  flex: 0 0 58%;
  outline: none;
  margin: 0 0 17px; }

.lk-block-sendmess {
  background: #fcf5ef;
  border-radius: 16px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px;
  margin-top: 24px; }

.lk-block-input-sendmess-textarea {
  width: 100%;
  min-height: 250px;
  padding: 25px;
  font-size: 16px;
  border-radius: 15px;
  border: none;
  min-width: 347px;
  flex: 0 0 58%;
  outline: none;
  margin: 0 0 17px; }

.lk-sendmess-submit {
  font-size: 25px;
  font-family: oranienbaum;
  color: #000;
  display: block;
  background: #ecbc92;
  border: none;
  border-radius: 15px;
  padding: 14px 31px;
  margin-top: 30px; }

.lk-block-string-gray {
  background: #f4f4f4; }
  .lk-block-string-gray .lk-block-news-date {
    background: #989290;
    color: #fff; }

.edit-bt {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center; }

.edit-bt-logo {
  font-size: 10px;
  margin-right: 13px; }

.edit-bt-name {
  font-size: 16px;
  border-bottom: 1px solid #000;
  cursor: pointer; }

.js-submitProfile {
  display: none; }

.js-hidden {
  display: none; }

.lk-block-profile {
  background: #f4f4f4;
  text-align: center;
  padding: 35px 10vw; }

.lk-block-field {
  background: #fff;
  padding: 14px 36px;
  text-align: left;
  border-radius: 10px;
  margin: 25px auto; }
  .lk-block-field .form-label, .lk-block-field .control-label {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 0.5rem; }
  .lk-block-field .form-control {
    font-size: 20px;
    border: none;
    box-shadow: none;
    padding: 0;
    border-color: #eccfb663;
    border: 1px solid #f597465c; }
  .lk-block-field .form-control[disabled], .lk-block-field .form-control[readonly], .lk-block-field fieldset[disabled] .form-control {
    background-color: #fff;
    opacity: 1;
    border: none; }
  .lk-block-field .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.lk-elNumber-el {
  background: url(/images/el.svg) no-repeat center;
  padding: 0 0 31px;
  background-size: 368px; }

.lk-elNumber-round {
  background: #3c302c;
  border-radius: 200px;
  width: 296px;
  height: 296px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  justify-content: center; }

.lk-elNumber-number {
  font-size: 70px;
  font-family: oranienbaum;
  color: #ecbc93; }

.lk-elNumber-name {
  font-size: 36px;
  font-family: oranienbaum;
  color: #ecbc93; }

.calendar {
  background: #f4f4f4; }

.lk-block-direction {
  background: #fcf5ef;
  display: flex;
  border-radius: 10px;
  padding: 28px 55px;
  align-items: center; }

.lk-block-direction2 {
  background: #fcf5ef;
  display: flex;
  border-radius: 10px;
  padding: 28px 55px;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between; }

.lk-block-direction-name {
  font-family: oranienbaum;
  font-size: 44px; }

.lk-block-direction-date {
  font-size: 19px; }

.lk-block-direction-bt {
  border-radius: 10px;
  background: #e4aa78;
  background: linear-gradient(to right, #e4aa78, #ecbc93);
  display: table;
  padding: 10px 17px;
  color: #000;
  font-size: 16px;
  margin-top: 30px; }

.lk-block-direction-nameBlock {
  padding: 0 0 0 85px; }

.lk-block-undottedText {
  font-size: 18px;
  padding: 0 3vw; }

.lk-block-sendmess-direction {
  text-align: center;
  background: #372e2c url("/images/bg_form_direction.png");
  border-radius: 10px; }
  .lk-block-sendmess-direction .lk-block-name {
    color: #fff;
    padding-top: 38px; }
  .lk-block-sendmess-direction .lk-block-sendmess {
    background: transparent;
    align-items: center;
    margin-top: 0; }
  .lk-block-sendmess-direction .lk-block-input-sendmess-textarea {
    width: auto; }

.lk-block-services {
  background: #fcf5ef;
  display: flex;
  border-radius: 10px;
  padding: 28px 10px;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between; }

.lk-block-serviceMan {
  text-align: center;
  margin: 35px 25px;
  max-width: 370px; }

.lk-block-services-name {
  font-family: oranienbaum;
  font-size: 35px;
  margin: 20px auto 10px;
  line-height: 1; }

.lk-block-services-position {
  font-size: 17px; }

.lk-block-services-phones {
  font-size: 24px;
  font-family: nimbus_sans_l_ot; }

.lk-block-services-email {
  font-size: 18px;
  margin: 10px auto 0; }

.lk-href-dotted {
  padding: 0 0 0 59px;
  margin: 30px auto; }
  .lk-href-dotted .lk-href {
    text-decoration: none;
    color: #000;
    font-family: oranienbaum;
    font-size: 39px;
    border-bottom: 1px solid; }
  .lk-href-dotted .lk-href:hover {
    border-bottom: 1px solid rgba(0, 0, 0, 0); }

.lk-href-dotted > .lk-href::before {
  content: "•";
  color: #3c302c;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em; }

.lk-block-m62 {
  margin: 62px 3vw; }

.alert-info {
  position: absolute;
  /* top: 0; */
  /* left: 0; */
  width: 100%;
  /* height: 200px; */
  z-index: 1000; }

.lk-user-map {
  position: relative;
  overflow: visible; }

.lk-numberuch {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 9px;
  background-color: #000000; }

.bg-blue {
  background-color: #2b89d5; }

.bg-green {
  background-color: #6ec771; }

.bg-orange {
  background-color: #ffb739; }

.bg-yellow {
  background-color: #a5b162; }

.lk_member:before {
  content: " ";
  display: block;
  width: 20px;
  background: url(/images/is_good.png) no-repeat center;
  position: absolute;
  height: 20px;
  background-size: 50px;
  left: 9px;
  top: -11px; }

.lk-numberuch:hover, .lk-numberuch.clicked {
  background: url(/images/pset_red.png) no-repeat 50% 50%; }

.lk-numberuch a {
  display: none;
  color: #fff;
  font-weight: bold; }
  .lk-numberuch a span {
    color: #fff; }
.lk-numberuch:hover a {
  display: block; }

.lk-user-map .leftpset a {
  position: absolute; }
  .lk-user-map .leftpset a span {
    position: relative;
    left: -100%;
    margin-right: 0px;
    text-align: right; }

.lk-user-map .rightpset a {
  position: absolute;
  padding: 0 10px 0 10px;
  margin-left: 28px; }

.js-number-description {
  display: none;
  position: absolute;
  color: #fff;
  background: #3c302c;
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  top: 10px;
  left: 163px; }

.js-number-description-close {
  position: absolute;
  right: 0;
  top: 0;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e"); }

.js-number-description-number {
  font-family: oranienbaum;
  font-size: 36px;
  color: #ecbc93; }

.js-number-description-name {
  font-size: 18px; }

.js-number-description-phone {
  font-size: 23px;
  font-family: nimbus_sans_l_ot; }

.js-number-description-email {
  font-size: 17px; }

.lk-block-poll {
  background: #fcf5ef;
  border-radius: 10px;
  padding: 40px; }
  .lk-block-poll label {
    display: inline-block;
    margin: 9px 0 0 20px; }
  .lk-block-poll .form-check-input:focus {
    border-color: #000000;
    outline: 0;
    box-shadow: 0 0 0 0.25rem #0000003F; }
  .lk-block-poll .form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%233b302c'/%3e%3c/svg%3e"); }
  .lk-block-poll .form-check-input:checked {
    background-color: #ffffff;
    border-color: #ffffff; }
  .lk-block-poll .form-check-input {
    --bs-form-check-bg: #ffffff;
    border: var(--bs-border-width) solid #ffffff;
    width: 2em;
    height: 2em; }
  .lk-block-poll .form-check {
    min-height: 2.5rem;
    margin-bottom: 1rem;
    padding-left: 3.5em;
    position: relative; }

.form-checkout {
  border-radius: 10px;
  background: #e4aa78;
  background: linear-gradient(to right, #e4aa78, #ecbc93);
  display: flex;
  padding: 10px 17px;
  color: #000;
  font-size: 16px;
  margin: 30px 10px 0;
  border: none; }

.form-checkout.form-checkout-closed {
  background: #ffffff;
  background: linear-gradient(to right, #ffffff, #ffffff); }

.lk-block-poll-answers {
  padding: 15px 40px; }

.lk-block-yellowText {
  background: #fcf5ef;
  padding: 55px 60px;
  font-size: 18px; }

.lk-block-yellowTextPage {
  background: #fcf5ef;
  padding: 35px 60px;
  font-size: 18px; }

.lk-form-poll {
  margin: 20px 0; }

.lk-block-poll-count-checked {
  color: #cc1616;
  position: absolute;
  top: 8px;
  left: -26px; }

.lk-block-poll-count-checkedAll {
  color: #cc1616; }

.nimbus {
  font-family: nimbus_sans_l_ot; }

.form-checkout-endline {
  display: flex;
  align-items: baseline;
  justify-content: space-between; }

.lk-block-download {
  border-radius: 10px;
  background: #e4aa78;
  background: linear-gradient(to right, #e4aa78, #ecbc93);
  display: flex;
  padding: 10px 17px;
  color: #000;
  font-size: 16px;
  border: none; }

.lk-block-docs {
  background: #fcf5ef;
  border-radius: 10px;
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row; }

.lk-block-docClass {
  border-radius: 10px;
  background: #fff;
  display: flex;
  padding: 10px 17px;
  color: #000;
  font-size: 16px;
  margin: 0 18px 16px 0; }
  .lk-block-docClass:hover {
    text-decoration: none;
    color: #000; }

.lk-block-docClass.active {
  border-radius: 10px;
  background: #3c302c;
  display: flex;
  padding: 10px 17px;
  color: #fff;
  font-size: 16px;
  border: none; }

.line_gray {
  margin: 1rem 4vw; }

.pagination {
  margin: auto;
  display: table; }

.pagination > li {
  display: inline-block; }

.pagination > li > a, .pagination > li > span {
  border-radius: 30px;
  width: 34px;
  height: 34px;
  text-align: center;
  background: none;
  border: none;
  margin: 0 4px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: nimbus_sans_l_ot; }

.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-radius: 50px; }

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-radius: 50px; }

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #5c5c5c;
  border-color: #5c5c5c;
  color: #fff; }

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  background: none; }

.forum-pages-view {
  margin: 26px 3vw; }

.tox-promotion {
  display: none; }

.btn-standard, .to-standart-bt .btn-primary {
  --bs-btn-color: #000;
  --bs-btn-bg: #eabb91;
  --bs-btn-border-color: #eabb91;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #eabb91;
  --bs-btn-hover-border-color: #eabb91;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #eabb91;
  --bs-btn-active-border-color: #eabb91;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #eabb91;
  --bs-btn-disabled-border-color: #eabb91; }

.lk-block-reserv {
  background: transparent;
  background-image: url(/images/bg-booking.png);
  border-radius: 12px;
  padding: 4px 0; }
  .lk-block-reserv .invalid-feedback {
    text-align: center; }
  .lk-block-reserv .form-checkout {
    margin: 30px auto;
    font-family: oranienbaum;
    padding: 19px 39px;
    color: #000;
    font-size: 22px; }

.lk-field-reserv {
  max-width: 405px;
  padding: 20px 25px;
  font-size: 16px;
  border-radius: 15px;
  border: none;
  margin: auto; }

.lk-block-reserv-subname {
  font-size: 18px;
  color: #fff;
  text-align: center;
  padding: 46px 20px; }

textarea.lk-field-reserv-ta {
  min-height: 180px; }

.lk-edit-pass-bt {
  color: #ed0303;
  font-family: oranienbaum;
  font-size: 33px;
  border-bottom: 1px solid;
  padding: 0 5px;
  display: table;
  cursor: pointer;
  margin: auto; }

.lk-block-field.has-error {
  border: 5px solid #f3c4c4; }

.lk-block-field:has(> input.is-invalid) {
  border: 5px solid #f3c4c4; }

.hr2 {
  border-top: 3px solid #aaa; }

.js-pass-hidden {
  display: none; }

.lk-passsubmit {
  background: #ed0303;
  color: #fff;
  margin: auto; }

.help-block {
  color: red; }

div.calendar {
  padding: 6px;
  border-radius: 10px;
  border: none;
  min-width: 540px; }

div.calendar div.row-cells div.cell {
  text-align: left;
  position: relative; }

.eventWrapper {
  background: #fff;
  height: 120px;
  border-radius: 10px; }

div.calendar div.row-cells div.cell div.event {
  background-color: #ecbc93; }

div.calendar div.row-cells {
  border-bottom: none;
  padding: 12px;
  width: auto; }

div.calendar div.row-cells div.cell {
  border-right: none;
  font-weight: 400; }

div.calendar div.row-cells div.cell div.event {
  white-space: wrap;
  color: var(--dark-color);
  height: 49px;
  position: absolute;
  top: 24px;
  border: none;
  margin: 5px 5px 0px 3px;
  border-radius: 6px;
  width: calc(100% - 16px);
  display: flex;
  align-items: center; }

div.calendar div.row-cells div.cell div.flor2 {
  margin-bottom: 0;
  top: 82px; }

div.calendar div.row-cells div.cell div.flor1 {
  top: 24px; }

.weekend-day span {
  color: #cc1616; }

.eventWrapperLine {
  border-bottom: 1px solid;
  height: 60px;
  margin: 0 1rem; }

div.calendar div.header-date {
  background: #3d3330;
  border-radius: 9px; }

div.calendar-tooltip, div.calendar-tooltip-event {
  background: #231b1a;
  color: #fff; }

div.calendar-tooltip-event {
  width: 80%;
  max-width: 250px; }

div.calendar div.header-days {
  background-color: var(--light-color) !important;
  border-bottom: 1px solid var(--grid-border-color); }

div.calendar div.weekend-day {
  background-color: var(--light-color); }

.lk_unlogin_enter_bt {
  display: table;
  margin: 0 auto 10px;
  padding: 14px 15px;
  width: 192px; }

.lk_unlogin_enter_bt_block {
  margin-bottom: 40px; }

.lk_modal_wrapper {
  border: 4px solid #fff; }

.lk_message {
  margin: 20px auto 40px; }

.modal-header .close {
  position: absolute;
  top: 198px;
  right: -50px;
  background: url(/images/close.png);
  width: 58px;
  height: 58px;
  border: none; }

@media screen and (min-width: 451px) {
  div.calendar div.row-cells div.cell {
    padding: 2px; } }
@media screen and (max-width: 451px) {
  div.calendar div.row-cells div.cell div.event {
    width: calc(100% - 22px); } }
@media screen and (min-width: 1400px) {
  .lk_container .h1 {
    margin: 20px 40px;
    padding: 0 40px; }

  .lk-block-undotted {
    margin: 0;
    padding: 0; }

  .lk-block-dotted {
    margin: 20px 40px;
    padding: 0 40px; } }
.mobile {
  display: none; }

.mobileHeader__bt-lk {
  position: relative;
  right: -24px;
  scale: 0.7;
  width: 200px; }

.menu-item-cabinet {
  margin: 30px auto; }

.mobileHeader__phones {
  display: flex;
  flex-direction: column;
  padding: 0px 0 35px; }

.card_pdf {
  color: #959595;
  margin: 10px auto;
  font-size: 13px; }

.copyright_block {
  color: #959595;
  font-size: 13px;
  margin: 10px auto; }

.personal_dannie {
  color: #959595; }

.mobileHeader {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%; }

.mobileHeader_logo {
  display: none; }

.mobileHeader__topTop {
  display: flex;
  height: 70px;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 18px 10px;
  background-color: #1c1614; }
  .mobileHeader__topTop .phones {
    color: #fff;
    font-size: 18px;
    margin-right: 14px;
    border-right: 1px solid #afafaf;
    padding-right: 12px; }

.small_about_block_mobile {
  display: none; }

.mobileHeader__trigger {
  position: relative;
  padding-left: 45px;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  flex: 1 1 auto;
  top: 2px; }

.mobileHeader__triggerInner {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 47px;
  height: 35px;
  transform: rotate(0deg);
  transition: .3s ease-in-out; }

.mobileHeader__triggerInner span {
  position: absolute;
  left: 8px;
  width: 28px;
  height: 3px;
  background-color: #fff;
  opacity: 1;
  transform: rotate(0deg);
  transition: .3s ease-in-out; }

.mobileHeader__triggerInner span:nth-child(1) {
  top: 4px; }

.mobileHeader__triggerInner span:nth-child(2), .mobileHeader__triggerInner span:nth-child(3) {
  top: 14px; }

.mobileHeader__triggerInner span:nth-child(4) {
  top: 24px; }

.mobileHeader__trigger.active span:nth-child(1) {
  top: 14px;
  width: 0;
  left: 50%; }
.mobileHeader__trigger.active span:nth-child(2) {
  transform: rotate(45deg); }
.mobileHeader__trigger.active span:nth-child(3) {
  transform: rotate(-45deg); }
.mobileHeader__trigger.active span:nth-child(4) {
  top: 14px;
  width: 0;
  left: 50%; }

.mobileHeader__contact_menu_hidden {
  background: white;
  color: black;
  border-radius: 15px;
  text-align: center;
  padding: 0;
  box-shadow: rgba(0, 0, 0, 0.4) 0 0 10px;
  line-height: 1.5;
  display: none;
  z-index: 1000; }
  .mobileHeader__contact_menu_hidden .rightmenu {
    display: block;
    min-width: auto;
    overflow: auto;
    height: calc(100vh - 70px); }
  .mobileHeader__contact_menu_hidden .rightmenu .menu-item-submenu-border {
    padding: 6vw; }

.mobileHeader__topBottom {
  display: none;
  background-color: #0e0b0a;
  overflow: auto;
  height: calc(93vh); }

.mobileHeader__topBottomInner {
  margin: 0 auto;
  padding: 25px 6vw 50px;
  text-align: center;
  color: #fff; }
  .mobileHeader__topBottomInner .social_block {
    margin: 24px auto 0px; }

.logo-mobile {
  display: none; }

.logo-mobile-img {
  width: 70vw;
  position: absolute;
  top: 82px;
  z-index: 10;
  left: 15vw; }

.mobileHeader__menu1 {
  display: table;
  padding: 10px 0 10px 34px;
  text-align: left;
  margin: auto; }

.mobileHeader__menu-item {
  text-decoration: none;
  color: #fff;
  font-size: 22px;
  display: block;
  margin: 0 0 22px;
  font-weight: 400;
  font-family: 'atyp_display'; }

.mobileHeader__menu-item::before {
  content: "•";
  color: #fff;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em; }

.mobileHeader__menu-item:last-child {
  margin: 0; }

.menu-phone {
  font-family: oranienbaum;
  font-size: 32px;
  margin: 18px auto 0;
  color: #fff;
  display: block; }

.menu-phone:hover {
  color: #fff; }

.logo-mobile-menu {
  width: 45vw;
  margin: 40px auto;
  display: block; }

.mobileHeader__menu1_block {
  margin: 12px 0;
  position: relative; }
  .mobileHeader__menu1_block .vertical_line {
    border-left: 1px solid #c3c3c35e;
    height: 37px;
    left: 13px;
    position: relative;
    display: inline-block;
    top: -12px; }
  .mobileHeader__menu1_block .button_arrow {
    left: 47px;
    top: -9px;
    position: relative;
    transform: scale(0.7);
    display: inline-block;
    display: none; }

.mobileHeader__menu1_block_a {
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  vertical-align: super; }

.mobileHeader__topBottom_name {
  font-size: 21px;
  font-weight: 500;
  text-align: center; }

.mobileHeader__menu2 {
  display: block;
  padding: 0 0 0 50px;
  text-align: left; }
  .mobileHeader__menu2 a {
    display: table;
    margin: 22px 0; }

.mobileHeader__menu3 {
  display: block;
  padding: 10px 0 10px 50px;
  text-align: left; }

.mobileHeader__menu-item2 {
  font-weight: 500;
  text-decoration: none;
  font-size: 20px;
  color: #bbb;
  display: inline-block;
  margin: 16px 0 10px;
  padding-bottom: 0px;
  border-bottom: 1px solid #bbb; }

.mobileHeader__menu-item3 {
  font-weight: 500;
  text-decoration: none;
  font-size: 16px;
  color: #bbb;
  display: inline-block;
  margin: 0 0 10px;
  padding-bottom: 0;
  border-bottom: 1px solid #bbb; }

.mobileHeader__menu-item4 {
  margin-left: 5vw; }

.mobileHeader__topBottom .menu__link span {
  display: inline; }

.mobileHeader-phone-ico {
  margin-right: 5vw; }

@media only screen and (max-width: 1024px) {
  .modal-md {
    width: 860px; }

  .modal-ld {
    width: 860px; }

  .lk-block-schedule {
    flex-direction: column; } }
@media only screen and (max-width: 766px) {
  .modal-bd {
    width: auto; }

  .modal-md {
    width: auto; }

  .modal-ld {
    width: auto; }

  .modal__torecall__chaneltext {
    grid-template-columns: 1fr 1fr 1fr; } }
@media (max-width: 760px) {
  .modal-body {
    padding: 0; }

  .modal-dialog {
    margin: 25px; } }
@media only screen and (max-width: 550px) {
  .main-header {
    width: auto; }

  .lk_header {
    font-size: 26px; }

  .sl_h3 {
    font-size: 30px; }

  .lk-block-undotted, .lk-block-dotted {
    padding: 0 2vw;
    margin: 0 1vw 20px; }

  .max-\[550px\]\:min-w-0 {
    min-width: 0px; }

  .desktop {
    display: none; }

  .footer-flex {
    flex-wrap: wrap; }

  .lk-block-string {
    padding: 20px 25px;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    flex-direction: row; }

  .lk-block-string-names {
    flex: 1 1 100%;
    display: flex;
    flex-direction: column; }

  .lk-block-string-name {
    font-size: 15px;
    flex: none; }

  .lk-block-input1bt {
    flex-direction: column; }

  .lk-block-submit {
    padding: 22px 25px;
    margin-top: 15px; }

  .lk-block-input {
    min-width: auto;
    width: 100%;
    font-size: 15px; }

  .lk-block-schedule {
    flex-direction: column; }

  .lk-block-news {
    flex-direction: column; }

  .lk-block-news-date {
    margin: 2px 0 11px; }

  .lk-block-string-border {
    padding: 7px 50px; }

  .lk-block-fotogal {
    flex-direction: column; }

  .lk-block-string-border {
    display: none; }

  .lk-href-dotted .lk-href {
    font-size: 20px; }

  .mobile {
    display: block; }

  .mobileHeader {
    display: block; }

  .unlogin_body {
    min-width: auto; }

  .main-menu {
    display: none; }

  .first_images_slider .tns-controls {
    width: 100%; }
  .first_images_slider .slider_block_glav_centered {
    position: absolute;
    top: 238px;
    left: 0;
    max-width: none;
    margin: 40px; }
  .first_images_slider .slider_block {
    position: relative;
    top: 0;
    left: 0;
    max-width: none; }
  .first_images_slider .slider_header {
    font-size: 35px; }
  .first_images_slider .slider_text {
    font-size: 14px; }
  .first_images_slider .slider {
    background: #291f1e !important; }
  .first_images_slider .tns-controls [data-controls=prev] {
    left: 0;
    top: -908px; }
  .first_images_slider .tns-controls [data-controls=next] {
    right: 0;
    top: -908px; }
  .first_images_slider .tns-controls [aria-controls] {
    scale: 0.5; }

  .main_login-news-centered {
    position: relative;
    left: 0; }

  .first_images_slider {
    padding-bottom: 0;
    margin-bottom: -280px; }

  .main_login-news {
    position: relative;
    bottom: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row; }

  .lk_form_wrapper {
    width: 90%; }

  .lk_form_buttons {
    margin: 20px 6vw; }

  .lk_input_field {
    min-width: auto; }

  .main-news {
    width: auto; }

  .main-news-line {
    margin: 25px 4vw; }

  .index-header {
    font-size: 38px;
    word-break: break-all; }

  .main-text {
    width: auto;
    margin: 0 5vw; }

  .zo_slider .tns-controls {
    width: auto; }
  .zo_slider .tns-controls [data-controls=prev] {
    left: -24px;
    top: 130px; }
  .zo_slider .tns-controls [data-controls=next] {
    right: -20px;
    left: auto;
    top: 130px; }
  .zo_slider .tns-controls [aria-controls] {
    scale: 0.5; }
  .zo_slider .tns-nav {
    bottom: -381px; }

  .slider_zo {
    padding: 15px;
    position: relative;
    top: 0;
    left: 0; }

  .slider_zo_img {
    width: 90%;
    margin: 0 auto 35px; }

  .first_images_slider .first_images_slider_nav {
    top: 820px; }
  .first_images_slider .slider_block_glav_centered {
    top: auto;
    bottom: 336px; }

  .fg_slider .tns-controls {
    width: auto; }
  .fg_slider .tns-controls [data-controls=prev] {
    left: 0;
    top: 126px;
    width: 48px;
    height: 125px; }
  .fg_slider .tns-controls [data-controls=next] {
    top: 126px;
    right: 0;
    left: auto;
    width: 48px;
    height: 125px; }
  .fg_slider .fg_slide .slider_fg_big .slider_fg_img {
    width: 100%; }
  .fg_slider .slider_fg_big {
    height: auto; }
  .fg_slider .tns-nav {
    bottom: -353px; }

  .index-flex-img {
    flex-direction: column; }

  .index-contact-text {
    padding-right: 0;
    font-size: 14px;
    padding-bottom: 15px; }
    .index-contact-text img {
      padding: 9px 0 8px 0;
      width: 200px; }

  .index-contact-top {
    flex-direction: column;
    max-height: none;
    margin: 0 auto; }

  .index-contact {
    margin-top: -22px; }

  .index-contact-phone {
    max-height: 80vw; }
    .index-contact-phone img {
      width: 100%; }

  .logo-mobile {
    display: block; }

  .content_center .lk_form_wrapper {
    width: 100%;
    color: #fff; }

  .image_mobile {
    display: block;
    width: 100%; }

  .main-text {
    font-size: 18px; }

  .modal-logo {
    width: 40vw;
    margin: 18px auto;
    display: block; }

  .lk-block-fotogal-wrapper {
    width: auto; }

  .lk-block-sendmess-choose {
    flex-wrap: wrap; }

  .lk-block-input-sendmess {
    min-width: auto;
    width: 100%; }

  .lk-block-input-sendmess-textarea {
    min-width: auto; }

  .menu-block {
    padding: 20px 0 20px 0; }
    .menu-block li {
      display: block; }

  .lk_container {
    padding-top: 70px;
    min-width: auto;
    overflow: auto; }

  .lk-block-direction {
    flex-wrap: wrap; }

  .lk-block-direction2 {
    flex-wrap: wrap; }

  .lk-block-direction-image img {
    width: 100%; }

  .lk-block-direction-nameBlock {
    padding: 0; }

  .lk-block-direction-name {
    font-size: 35px;
    margin: 20px auto 10px;
    line-height: 1; }

  .lk-block-services-image img {
    width: 100%; }

  .lk-block-serviceMan {
    margin: 35px auto; }

  .lk-block-services {
    padding: 28px 10px; }

  .lk-block-poll-answers {
    padding: 15px 0; }

  .lk-block-poll .form-check {
    padding-left: 0.5em; }

  .form-checkout-endline {
    flex-wrap: wrap; }

  h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    line-height: 1; }

  .lk_container h1 {
    font-size: 36px;
    word-break: break-word; }

  .lk_container .h1 {
    justify-content: center;
    padding: 5px 6vw 5px;
    margin: 6px 3vw; }

  .lk-block-string-date {
    margin: 15px 0; }

  .lk-block-sched-wrap-top {
    margin: 15px auto; }

  .lk-block-sched-wrap-bottom {
    margin: 15px auto; }

  .lk-block-name {
    line-height: 1;
    margin: 10px auto;
    font-size: 28px; }

  .lk-block-sendmess-bt {
    margin: 15px 15px 0 0; }

  .lk-block-profile {
    padding: 35px 3vw; }

  .lk-elNumber-el {
    background: none;
    scale: 0.5;
    margin: -90px; }

  .lk-fotogallery_open {
    display: block; }

  .lk-block-fotogallery {
    flex-direction: column; }

  .index-flex-img img {
    padding: 40px 0; }

  .first_images_slider .first_images_slider_nav .tns-nav-text {
    padding: 0 35px; }

  .lk-block-yellowTextPage {
    padding: 35px 20px;
    word-break: break-word; }

  .lk-block-reserv-inner {
    margin: 0 10px; }

  .measure_table {
    width: 100%; }

  .date-block {
    display: none; }

  .lk-block-schedule-megadate {
    scale: 0.75;
    margin: -25px auto; }

  .lk_sendmess_form {
    width: 100%; }

  .lk_logo {
    max-width: 100px; }

  .menu-block a {
    line-height: 1; }

  .lk-block-direction-image, .lk-block-services-image {
    scale: 0.8;
    margin: -24px auto; }

  .modal-header .close {
    top: 8px;
    right: 1px; }

  .footerLogo {
    opacity: 0.6;
    max-width: 55vw;
    margin: 0 auto 10px;
    display: block; } }
@media screen and (max-width: 480px) {
  .kv-table-wrap tr > td:first-child {
    font-size: 1em; } }
@media only screen and (max-width: 370px) {
  .lk-elNumber-round {
    width: 270px;
    height: 270px; } }

/*# sourceMappingURL=stylesheet.css.map */
