@charset "UTF-8";
/* Только первые 8 изображений на странице */
img[src*="i.naseligere.ru"]:nth-child(-n+8) {
  will-change: transform;
  transform: translateZ(0);
  backface-visibility: hidden;
  contain: layout style paint;
}

.block-search.news {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 15px;
}
.block-search.news .autocomplete-box {
  position: relative;
}
.block-search.news .autocomplete-box .autocomplete-clear:hover,
.block-search.news .autocomplete-box .autocomplete-clear:focus {
  opacity: 1;
  background: #e0e0e0;
  border-radius: 50%;
}
.block-search.news .autocomplete-box .autocomplete-clear {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  display: flex !important;
  align-items: center;
  justify-content: center;
  opacity: 0.7;
  transition: opacity 0.2s, background 0.2s;
  z-index: 2; /* чтобы быть поверх input */
}
.block-search.news .autocomplete-box .autocomplete-clear img {
  width: 16px;
  height: 16px;
  display: block;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.block-search.news .autocomplete-box .autocomplete-input {
  padding-right: 38px; /* место для крестика, только для этого поля */
  border-color: #bbb;
  background-color: #f7f7f7;
  color: #555;
}
.block-search.news .autocomplete-box .autocomplete-input::-webkit-search-clear-button, .block-search.news .autocomplete-box .autocomplete-input::-webkit-search-cancel-button, .block-search.news .autocomplete-box .autocomplete-input::-webkit-search-decoration {
  display: none;
  -webkit-appearance: none;
}
.block-search.news .autocomplete-box .autocomplete-input::-ms-clear {
  display: none;
}
.block-search.news .autocomplete-box .autocomplete-input::-moz-placeholder {
  color: #888;
}
.block-search.news .autocomplete-box .autocomplete-input::placeholder {
  color: #888;
}
.block-search.news .autocomplete-box .autocomplete-input:focus {
  background-color: #fff;
}
.block-search.news .autocomplete-box .autocomplete-input::-moz-selection {
  background: #e7e7e7;
}
.block-search.news .autocomplete-box .autocomplete-input::selection {
  background: #e7e7e7;
}
.block-search.news .news-search-results.active {
  margin-top: 20px;
}
.block-search.news .news-search-results {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 10px;
  justify-content: center;
}
.block-search.news .news-search-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  cursor: pointer;
  transition: box-shadow 0.2s, transform 0.2s;
  display: flex;
  flex-direction: column;
  min-height: 120px;
  max-width: 330px;
  width: 100%;
}
.block-search.news .news-search-card:hover {
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.16);
  transform: translateY(-2px) scale(1.02);
}
.block-search.news .news-search-card-img {
  width: 100%;
  height: 140px;
  background-size: cover;
  background-position: center;
}
.block-search.news .news-search-card-title {
  padding: 16px;
  font-size: 1.1rem;
  font-weight: 600;
  color: #1a2a3a;
  flex: 1;
  display: flex;
  align-items: center;
}
.block-search.news .news-search-empty {
  color: #888;
  font-size: 1.1rem;
  padding: 32px 0;
  text-align: center;
  width: 100%;
}

.sl-toast-stack {
  z-index: 9999 !important;
}

:not(:defined) {
  display: none;
}

@keyframes move-forever {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}
@media screen and (max-width: 480px) {
  .contest-page .block-upload .block-upload-data .info-block .ai-analysis-container {
    padding: 12px;
  }
  .contest-page .block-upload .block-upload-data .info-block .ai-analysis-container .analysis-item {
    padding: 10px;
    gap: 10px;
  }
  .contest-page .block-upload .block-upload-data .info-block .ai-analysis-container .analysis-item .analysis-icon {
    width: 28px;
    height: 28px;
    font-size: 12px;
  }
  .contest-page .block-upload .block-upload-data .info-block .ai-analysis-container .analysis-item .analysis-text .analysis-label {
    font-size: 11px;
  }
  .contest-page .block-upload .block-upload-data .info-block .ai-analysis-container .analysis-item .analysis-text .analysis-value {
    font-size: 13px;
  }
}
.contest-page .block-buttons {
  display: flex;
  justify-content: center;
  min-height: 35px;
}
.contest-page .block-upload {
  position: relative;
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}
.contest-page .block-upload .block-upload-image {
  display: flex;
  justify-content: center;
  padding: 0 10px;
}
.contest-page .block-upload .block-upload-image .dropzone.uploaded {
  padding: 0;
}
.contest-page .block-upload .block-upload-image .dropzone.uploaded .dz-preview {
  opacity: 0;
  position: absolute;
}
.contest-page .block-upload .block-upload-image .dropzone.uploaded .img-wrapper {
  opacity: 1;
}
.contest-page .block-upload .block-upload-image .dropzone {
  position: relative;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.05);
  border: none;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 10px;
}
.contest-page .block-upload .block-upload-image .dropzone .img-wrapper {
  opacity: 0;
  transition: opacity 0.5s ease;
  position: relative;
  width: 100%;
  padding: 10px;
}
.contest-page .block-upload .block-upload-image .dropzone .img-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.contest-page .block-upload .block-upload-image .dropzone .dz-preview.uploaded {
  position: absolute;
  opacity: 0;
}
.contest-page .block-upload .block-upload-image .dropzone .dz-preview {
  opacity: 1;
  transition: opacity 0.5s ease;
  background: none;
}
.contest-page .block-upload .block-upload-image .dropzone .dz-preview .dz-image-preview {
  background: none;
}
.contest-page .block-upload .block-upload-image .dropzone .dz-message {
  position: relative;
}
.contest-page .block-upload .block-upload-image .dropzone .dz-message .dz-button {
  position: relative;
  line-height: 1.3em;
  opacity: 0.8;
}
.contest-page .block-upload .block-upload-image .dropzone .dz-message .dz-button .upload-title {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.1);
  font-size: 13px;
  line-height: 13px;
  text-transform: uppercase;
  font-weight: 600;
}
.contest-page .block-upload .block-upload-image .dropzone .dz-message .dz-button .upload-label {
  margin-top: 4px;
  font-size: 13px;
}
.contest-page .block-upload .block-upload-data.uploaded .cover {
  display: none;
}
.contest-page .block-upload .block-upload-progress.uploaded {
  opacity: 1;
  display: block;
}
.contest-page .block-upload .block-upload-progress {
  margin: 10px;
  opacity: 0;
  display: none;
}
.contest-page .block-upload .nomination-block {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 10px 10px 0;
}
.contest-page .block-upload .block-upload-data {
  display: flex;
  justify-content: center;
  padding: 0 10px;
  flex-direction: column;
  gap: 10px;
  position: relative;
  box-sizing: border-box;
  margin-top: 10px;
}
.contest-page .block-upload .block-upload-data .cover {
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  box-sizing: border-box;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
.contest-page .block-upload .block-upload-data sl-input::part(form-control-help-text),
.contest-page .block-upload .block-upload-data sl-select::part(form-control-help-text) {
  font-size: 12px;
  opacity: 0.6;
}
.contest-page .block-upload .block-upload-data .info-block .ai-analysis-container {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-radius: 12px;
  padding: 16px;
  margin-top: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.contest-page .block-upload .block-upload-data .info-block .ai-analysis-container .ai-analysis-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 14px;
  color: #495057;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.contest-page .block-upload .block-upload-data .info-block .ai-analysis-container .ai-analysis-header i {
  color: #6c757d;
  font-size: 16px;
}
.contest-page .block-upload .block-upload-data .info-block .ai-analysis-container .ai-analysis-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.contest-page .block-upload .block-upload-data .info-block .ai-analysis-container .analysis-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px;
  border-radius: 8px;
  background: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.contest-page .block-upload .block-upload-data .info-block .ai-analysis-container .analysis-item:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.contest-page .block-upload .block-upload-data .info-block .ai-analysis-container .analysis-item .analysis-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.contest-page .block-upload .block-upload-data .info-block .ai-analysis-container .analysis-item .analysis-text {
  flex: 1;
  min-width: 0;
}
.contest-page .block-upload .block-upload-data .info-block .ai-analysis-container .analysis-item .analysis-text .analysis-label {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
  opacity: 0.7;
}
.contest-page .block-upload .block-upload-data .info-block .ai-analysis-container .analysis-item .analysis-text .analysis-value {
  font-size: 14px;
  line-height: 1.4;
  color: #212529;
}
.contest-page .block-upload .block-upload-data .info-block .ai-analysis-container .analysis-item.analysis-reason {
  border-left: 4px solid #6c757d;
}
.contest-page .block-upload .block-upload-data .info-block .ai-analysis-container .analysis-item.analysis-reason .analysis-icon {
  background: rgba(108, 117, 125, 0.1);
  color: #6c757d;
}
.contest-page .block-upload .block-upload-data .info-block .ai-analysis-container .analysis-item.analysis-reason .analysis-label {
  color: #6c757d;
}
.contest-page .block-upload .block-upload-data .info-block .ai-analysis-container .analysis-item.analysis-plus {
  border-left: 4px solid #28a745;
}
.contest-page .block-upload .block-upload-data .info-block .ai-analysis-container .analysis-item.analysis-plus .analysis-icon {
  background: rgba(40, 167, 69, 0.1);
  color: #28a745;
}
.contest-page .block-upload .block-upload-data .info-block .ai-analysis-container .analysis-item.analysis-plus .analysis-label {
  color: #28a745;
}
.contest-page .block-upload .block-upload-data .info-block .ai-analysis-container .analysis-item.analysis-minus {
  border-left: 4px solid #dc3545;
}
.contest-page .block-upload .block-upload-data .info-block .ai-analysis-container .analysis-item.analysis-minus .analysis-icon {
  background: rgba(220, 53, 69, 0.1);
  color: #dc3545;
}
.contest-page .block-upload .block-upload-data .info-block .ai-analysis-container .analysis-item.analysis-minus .analysis-label {
  color: #dc3545;
}
.contest-page .block-upload .upload-button {
  margin-top: 15px;
}

.block-help-tg {
  display: flex;
  justify-content: center;
  margin: 20px auto;
  font-size: 12px;
  gap: 6px;
  align-items: center;
  padding: 0 10px;
  max-width: 600px;
  text-align: center;
  line-height: 1.3em;
}
.block-help-tg i {
  padding-right: 6px;
}
.block-help-tg a {
  color: red;
  white-space: nowrap;
}

.hub-inn-page .inn-hub-editor-forbiden {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  gap: 20px;
}
.hub-inn-page .inn-hub-editor-forbiden i {
  font-size: 64px;
  opacity: 0.2;
}
.hub-inn-page .inn-hub-editor-forbiden .label {
  text-align: center;
}
.hub-inn-page .hub-inn-editor {
  padding: 16px;
}
.hub-inn-page .hub-inn-editor .inn-form.hotel .quill-editor {
  height: 400px;
}
.hub-inn-page .hub-inn-editor .inn-form {
  position: relative;
}
.hub-inn-page .hub-inn-editor .inn-form .block-help-tg {
  margin-top: 5px;
  margin-bottom: 5px;
}
.hub-inn-page .hub-inn-editor .inn-form .form-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hub-inn-page .hub-inn-editor .inn-form .form-top .switch-container {
  display: flex;
  align-items: center;
  gap: 10px;
}
.hub-inn-page .hub-inn-editor .inn-form .form-top .switch-container #lbl-inn-action {
  font-size: 16px;
  cursor: pointer;
}
.hub-inn-page .hub-inn-editor .inn-form .other-block {
  margin-top: 15px;
}
.hub-inn-page .hub-inn-editor .inn-form .other-block .other-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.hub-inn-page .hub-inn-editor .inn-form .other-block .other-wrapper .other-item.state10 img {
  border: 4px solid hsl(141.7, 76.6%, 73.1%);
}
.hub-inn-page .hub-inn-editor .inn-form .other-block .other-wrapper .other-item.state1 img,
.hub-inn-page .hub-inn-editor .inn-form .other-block .other-wrapper .other-item.state2 img {
  border: 4px solid hsl(45.9, 96.7%, 75%);
}
.hub-inn-page .hub-inn-editor .inn-form .other-block .other-wrapper .other-item.state0 img {
  border: 4px solid hsl(0, 93.5%, 87%);
}
.hub-inn-page .hub-inn-editor .inn-form .other-block .other-wrapper .other-item.state-1 img {
  border: 4px solid rgba(0, 0, 0, 0.3);
}
.hub-inn-page .hub-inn-editor .inn-form .other-block .other-wrapper .other-item {
  display: block;
  width: 70px;
}
.hub-inn-page .hub-inn-editor .inn-form .other-block .other-wrapper .other-item img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.hub-inn-page .hub-inn-editor .inn-form .info-box {
  margin-top: 12px;
  border: solid 2px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  padding: 10px 5px 10px 20px;
  opacity: 0.6;
  max-width: 500px;
}
.hub-inn-page .hub-inn-editor .inn-form .info-box .title {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}
.hub-inn-page .hub-inn-editor .inn-form .info-box .items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 10px;
}
.hub-inn-page .hub-inn-editor .inn-form .info-box .items .item.true sl-icon.on {
  display: inline-block;
  color: #388e3c;
}
.hub-inn-page .hub-inn-editor .inn-form .info-box .items .item.true sl-icon.off {
  display: none;
}
.hub-inn-page .hub-inn-editor .inn-form .info-box .items .item.false sl-icon.off {
  display: inline-block;
  color: #d32f2f;
}
.hub-inn-page .hub-inn-editor .inn-form .info-box .items .item.false sl-icon.on {
  display: none;
}
.hub-inn-page .hub-inn-editor .inn-form .info-box .items .item sl-icon.on {
  display: none;
}
.hub-inn-page .hub-inn-editor .inn-form .info-box .items .item {
  display: flex;
  gap: 10px;
}
.hub-inn-page .hub-inn-editor .inn-form .info-box .items .item sl-icon {
  font-size: 18px;
  line-height: 18px;
  min-width: 18px;
}
.hub-inn-page .hub-inn-editor .inn-form .info-box .items .item .text {
  font-size: 14px;
  line-height: 1em;
  text-wrap: balance;
}
.hub-inn-page .hub-inn-editor .inn-form .dialog-deeplink {
  position: relative;
}
.hub-inn-page .hub-inn-editor .inn-form .dialog-deeplink .dlg-body {
  position: relative;
  font-size: 18px;
}
.hub-inn-page .hub-inn-editor .inn-form .dropzone {
  margin-top: 10px;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.05);
  border: none;
  padding-top: 10px;
  padding-bottom: 10px;
}
.hub-inn-page .hub-inn-editor .inn-form .dropzone .dz-preview.dz-image-preview {
  background: none;
}
.hub-inn-page .hub-inn-editor .inn-form .dropzone .dz-message {
  position: relative;
}
.hub-inn-page .hub-inn-editor .inn-form .dropzone .dz-message .dz-button {
  position: relative;
  line-height: 1.3em;
  opacity: 0.8;
}
.hub-inn-page .hub-inn-editor .inn-form .dropzone .dz-message .dz-button .upload-title {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.1);
  font-size: 13px;
  line-height: 13px;
  text-transform: uppercase;
  font-weight: 600;
}
.hub-inn-page .hub-inn-editor .inn-form .dropzone .dz-message .dz-button .upload-label {
  margin-top: 4px;
  font-size: 13px;
}
.hub-inn-page .hub-inn-editor .inn-form .dropzone .dz-message .dz-button::after {
  content: "\f03e";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
  padding-right: 8px;
  opacity: 0.05;
  font-size: 120px;
  margin-left: -60px;
}
.hub-inn-page .hub-inn-editor .inn-form .tg-notify-block {
  margin-top: 6px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.hub-inn-page .hub-inn-editor .inn-form .tg-notify-block .notify-on {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 10px;
  margin-left: 4px;
}
.hub-inn-page .hub-inn-editor .inn-form .tg-notify-block .notify-on sl-icon {
  color: #24a1de;
}
.hub-inn-page .hub-inn-editor .inn-form .tg-notify-block .label {
  opacity: 0.5;
  font-size: 12px;
  line-height: 1em;
  padding-top: 2px;
}
.hub-inn-page .hub-inn-editor .inn-form .form-block {
  padding: 10px 10px;
  background: rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.hub-inn-page .hub-inn-editor .inn-form .form-block .user-data {
  display: flex;
  font-size: 12px;
  gap: 5px;
  opacity: 0.5;
  justify-content: end;
}
.hub-inn-page .hub-inn-editor .inn-form .form-block.flex {
  display: flex;
  gap: 8px 20px;
  flex-wrap: wrap;
}
.hub-inn-page .hub-inn-editor .inn-form .width-short {
  max-width: 100px;
}
.hub-inn-page .hub-inn-editor .inn-form .width-medium {
  max-width: 400px;
}
.hub-inn-page .hub-inn-editor .inn-form sl-button.preview sl-icon {
  font-size: 22px;
}
.hub-inn-page .hub-inn-editor .inn-form .quill-editor-wrapper {
  margin-top: 15px;
}
.hub-inn-page .hub-inn-editor .inn-form .ql-toolbar.ql-snow {
  border-radius: 4px 4px 0 0;
}
.hub-inn-page .hub-inn-editor .inn-form .quill-editor {
  height: 200px;
  font-family: var(--sl-input-font-family);
  color: var(--wp--preset--color--base);
  font-size: var(--sl-input-font-size-medium);
  border-radius: 0 0 4px 4px;
}
.hub-inn-page .hub-inn-editor .inn-form .map-wrapper-embeded {
  height: 280px;
  padding: 0;
}
.hub-inn-page .hub-inn-editor .inn-form .map-wrapper-embeded .map-label-block {
  display: flex;
  align-items: center;
  line-height: 1em;
  font-size: 12px;
  gap: 10px;
  margin-bottom: 2px;
  margin-top: 10px;
}
.hub-inn-page .hub-inn-editor .inn-form .map-wrapper-embeded .map-label-block .map-label-geo {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: red;
  font-weight: 700;
}
.hub-inn-page .hub-inn-editor .inn-form .map-wrapper-embeded .map-label-block .map-label-pin {
  display: flex;
  align-items: center;
  gap: 2px;
}
.hub-inn-page .hub-inn-editor .inn-form .map-wrapper-embeded .map-label-block .map-label-pin img {
  max-height: 16px;
  opacity: 0.5;
}
.hub-inn-page .hub-inn-editor .inn-form .map-wrapper-embeded .map-label-block .map-label-pin span {
  white-space: nowrap;
}
.hub-inn-page .hub-inn-editor .inn-form .map-wrapper-embeded .ya-map-view > ymaps {
  border-radius: 20px;
}
.hub-inn-page .hub-inn-editor .images-container {
  margin-top: 30px;
  margin-bottom: 20px;
}
.hub-inn-page .hub-inn-editor .images-container .image-info {
  padding-bottom: 16px;
  line-height: 1.2em;
  font-size: 14px;
  opacity: 0.6;
}
.hub-inn-page .hub-inn-editor .images-container .image-info i {
  color: #f7d561;
}
.hub-inn-page .hub-inn-editor .images-container .img-preview.selected .item .img .a-img-fav {
  opacity: 1;
  color: #f7d561;
}
.hub-inn-page .hub-inn-editor .images-container .img-preview .item .img .a-img-trash {
  position: absolute;
  color: white;
  top: 5px;
  right: 10px;
  cursor: pointer;
  width: 26px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4);
  font-size: 13px;
}
.hub-inn-page .hub-inn-editor .images-container .img-preview .item .img .a-img-fav {
  position: absolute;
  color: white;
  top: 5px;
  left: 10px;
  opacity: 0.4;
  cursor: pointer;
  width: 26px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: black;
  font-size: 15px;
}

.hub-messages-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.hub-messages-list .inn-message {
  padding: 5px 10px 10px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 15px;
}
.hub-messages-list .inn-message a {
  color: rgba(0, 0, 0, 0.7);
}
.hub-messages-list .inn-message .text {
  margin-top: 15px;
  line-height: 1.4em;
}
.hub-messages-list .inn-message .bottom {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  padding-top: 15px;
  opacity: 0.5;
}
.hub-messages-list .inn-message .from .data.email .value {
  font-weight: 600;
}
.hub-messages-list .inn-message .from .data.phone .value {
  font-weight: 600;
}
.hub-messages-list .inn-message .from .data {
  display: flex;
  gap: 10px;
  align-items: center;
}
.hub-messages-list .inn-message .from .data .label {
  font-size: 16px;
  opacity: 0.5;
}
.hub-messages-list .inn-message .from .data .value {
  font-size: 16px;
  font-weight: 700;
}

.hub-inn-list.offline .card-hub-inn .footer {
  justify-content: flex-end;
}
.hub-inn-list.offline .card-hub-inn .footer a.view {
  display: none;
}
.hub-inn-list.offline .card-hub-inn.ready .cover .card-link .title {
  color: hsl(45.9, 96.7%, 75%);
}
.hub-inn-list.offline .card-hub-inn.offline .cover .card-link .title {
  color: hsl(0, 93.5%, 87%);
}

.hub-inn-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: 8px;
}
.hub-inn-list .card-hub-inn.offline .cover .image {
  filter: brightness(0.5) grayscale(80%);
}
.hub-inn-list .card-hub-inn.ready .card-link .id i {
  color: hsl(45.9, 96.7%, 64.5%);
}
.hub-inn-list .card-hub-inn.online .card-link .id i {
  color: hsl(141.7, 76.6%, 73.1%);
}
.hub-inn-list .card-hub-inn.offline .card-link .id i {
  color: hsl(0, 93.5%, 81.8%);
}
.hub-inn-list .card-hub-inn {
  position: relative;
  box-sizing: border-box;
}
.hub-inn-list .card-hub-inn .cover {
  cursor: pointer;
  display: block;
  position: relative;
  width: 100%;
  padding-top: 75%;
}
.hub-inn-list .card-hub-inn .cover .image {
  filter: brightness(0.7);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hub-inn-list .card-hub-inn .cover .card-link {
  padding: 0;
  box-sizing: border-box;
  display: flex;
  top: 0;
  bottom: 0;
  width: 100%;
  position: absolute;
  justify-content: center;
  align-items: center;
  color: white;
  text-decoration: none;
  line-height: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
}
.hub-inn-list .card-hub-inn .cover .card-link .id {
  position: absolute;
  top: 5px;
  left: 5px;
  display: flex;
  font-size: 12px;
  align-items: center;
  gap: 4px;
  font-weight: 300;
  line-height: 1em;
}
.hub-inn-list .card-hub-inn .cover .card-link .id i {
  font-size: 10px;
}
.hub-inn-list .card-hub-inn .cover .card-link .title {
  font-size: 15px;
  text-align: center;
  padding: 10px;
}
.hub-inn-list .card-hub-inn .footer {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 10px 10px;
  box-sizing: border-box;
  font-size: 12px;
}
.hub-inn-list .card-hub-inn .footer a.edit {
  background-color: var(--sl-color-primary-600);
  color: white;
}
.hub-inn-list .card-hub-inn .footer a.view {
  padding: 12px 12px;
  border-radius: 50%;
}
.hub-inn-list .card-hub-inn .footer a.view .text {
  display: none;
}
.hub-inn-list .card-hub-inn .footer a {
  color: white;
  display: flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
  border-radius: 6px;
  padding: 4px 12px;
  background: rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 410px) {
  .hub-inn-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .hub-inn-list .card-hub-inn .cover {
    padding-top: 70%;
  }
  .hub-inn-list .card-hub-inn .cover .card-link .title {
    font-size: 16px;
  }
  .hub-inn-list .card-hub-inn .footer a.view {
    padding: 12px 12px;
    border-radius: 50%;
  }
  .hub-inn-list .card-hub-inn .footer a.view .text {
    display: none;
  }
}
@media screen and (min-width: 411px) and (max-width: 460px) {
  .hub-inn-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  .hub-inn-list .card-hub-inn .cover .card-link .title {
    font-size: 14px;
  }
  .hub-inn-list .card-hub-inn .footer a.view {
    padding: 12px 12px;
    border-radius: 50%;
  }
  .hub-inn-list .card-hub-inn .footer a.view .text {
    display: none;
  }
}
@media screen and (min-width: 461px) and (max-width: 690px) {
  .hub-inn-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  .hub-inn-list .card-hub-inn .cover .card-link .title {
    font-size: 15px;
  }
}
@media screen and (min-width: 691px) and (max-width: 1000px) {
  .hub-inn-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }
}
.tab-panel {
  padding: 0 16px;
}
.tab-panel .admin-block {
  margin-top: 20px;
}
.tab-panel .admin-block .admin-header {
  line-height: 2em;
}
.tab-panel .user-profile .user-id {
  opacity: 0.5;
  text-transform: uppercase;
  font-size: 16px;
}
.tab-panel .tab-title {
  display: flex;
}
.tab-panel .tab-title .tab-title-header {
  font-weight: 700;
}
.tab-panel .panel-block {
  margin-top: 16px;
}

.block-login-sys-box .tg-box-widget-wrapper .tg-box-widget {
  display: flex;
  justify-content: center;
}

.hub-block-container {
  margin-block-start: 0;
}
.hub-block-container .tg-internal-message {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  background: rgba(255, 0, 0, 0.1);
  font-size: 16px;
  margin-bottom: 50px;
}
.hub-block-container .tg-internal-message .controls {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-direction: column;
}
.hub-block-container .tg-internal-message .controls .url {
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 12px;
}
.hub-block-container .tg-internal-message .controls .copy {
  display: flex;
  gap: 5px;
  align-items: center;
  padding: 12px 16px;
  cursor: pointer;
  font-size: var(--sl-button-font-size-medium);
  background-color: var(--sl-color-danger-600);
  border-color: var(--sl-color-danger-600);
  color: var(--sl-color-neutral-0);
  line-height: 1em;
  border-radius: var(--sl-input-border-radius-medium);
}

.block-content.hub-page .block-login {
  display: flex;
  justify-content: center;
}
.block-content.hub-page .panel-block.block-loader .label {
  padding: 25px 20px 20px 20px;
}

.dialog-login .logoff-wrapper {
  line-height: 1.4em;
  font-size: 16px;
  opacity: 0.9;
  text-align: center;
}
.dialog-login .tg-widget-wrapper {
  margin-top: -20px;
  padding-bottom: 20px;
}
.dialog-login .tg-widget-wrapper .tg-widget {
  display: flex;
  justify-content: center;
}
.dialog-login .tg-widget-wrapper .tg-widget-text {
  line-height: 1.4em;
  font-size: 16px;
  opacity: 0.9;
  text-align: center;
  margin-bottom: 16px;
}

.header-high header.hdr-low {
  height: 20vh;
  max-height: 150px;
  min-height: 130px;
  position: relative;
}
.header-high header.hdr-low .hdr-inner {
  box-sizing: border-box;
  display: flex;
  z-index: 9999;
  flex-direction: column;
  position: relative;
}
.header-high header.hdr-low .hdr-inner .hdr-content {
  max-height: 67px;
  order: 1;
  position: relative;
}
.header-high header.hdr-low .hdr-inner .header-inn-block {
  order: 2;
  display: flex;
  justify-content: center;
  position: relative;
  flex-grow: 99;
  align-items: end;
  padding-bottom: 16px;
}
.header-high header.hdr-low .hdr-inner .header-inn-block .inn-link {
  text-decoration: none;
  display: flex;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-color: rgb(25, 132, 183);
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  z-index: 1;
  color: white;
  position: relative;
  align-items: center;
  box-sizing: border-box;
  height: 40px;
}
.header-high header.hdr-low .hdr-inner .header-inn-block .inn-link .link-label {
  position: relative;
  padding-left: 12px;
  box-sizing: border-box;
  padding-right: 12px;
}
.header-high header.hdr-low .hdr-inner .header-inn-block .inn-link i {
  background: rgb(25, 132, 183);
  color: white;
  font-size: 20px;
  position: relative;
  display: flex;
  height: 100%;
  align-items: center;
  padding: 0 12px;
}

header.hdr-low.inn {
  height: 20vh;
  max-height: 150px;
  min-height: 130px;
  position: relative;
}
header.hdr-low.inn .hdr-inner {
  box-sizing: border-box;
  display: flex;
  z-index: 9999;
  flex-direction: column;
  position: relative;
}
header.hdr-low.inn .hdr-inner .hdr-content {
  max-height: 67px;
  order: 1;
  position: relative;
}
header.hdr-low.inn .hdr-inner .header-inn-block {
  order: 2;
  display: flex;
  justify-content: center;
  position: relative;
  flex-grow: 99;
  align-items: end;
  padding-bottom: 16px;
}
header.hdr-low.inn .hdr-inner .header-inn-block .inn-link {
  text-decoration: none;
  display: flex;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-color: rgb(25, 132, 183);
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  z-index: 1;
  color: white;
  position: relative;
  align-items: center;
  box-sizing: border-box;
  height: 40px;
}
header.hdr-low.inn .hdr-inner .header-inn-block .inn-link .link-label {
  position: relative;
  padding-left: 12px;
  box-sizing: border-box;
  padding-right: 12px;
}
header.hdr-low.inn .hdr-inner .header-inn-block .inn-link i {
  background: rgb(25, 132, 183);
  color: white;
  font-size: 20px;
  position: relative;
  display: flex;
  height: 100%;
  align-items: center;
  padding: 0 12px;
}

header.hdr-low {
  position: relative;
  height: 9vh;
  max-height: 100px;
  display: flex;
  width: 100%;
  min-height: 60px;
  max-width: 1340px;
  margin: 0 auto;
  background: rgb(0, 66, 97);
}
header.hdr-low .parallax > use {
  animation: move-forever 20s linear infinite;
}
header.hdr-low .parallax > use:nth-child(1) {
  animation-delay: -2s;
  opacity: 0.25;
}
header.hdr-low .parallax > use:nth-child(2) {
  animation-delay: -2s;
  animation-duration: 15s;
  opacity: 0;
}
header.hdr-low .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
  opacity: 0.4;
}
header.hdr-low .hdr-waves {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  position: absolute;
}
header.hdr-low .hdr-inner {
  position: relative;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  z-index: 9999;
}
header.hdr-low .hdr-content {
  margin-top: 0;
  padding: 12px 12px 8px 16px;
  gap: 8px;
  width: 100%;
  z-index: 9;
}
header.hdr-low .hdr-content .hdr-right a {
  text-decoration: none;
  color: white;
  line-height: 12px;
  display: flex;
  align-items: center;
}
header.hdr-low .hdr-content .hdr-right a i {
  color: white;
  font-size: 24px;
  margin-left: 8px;
  order: 2;
}
header.hdr-low .hdr-content .hdr-right a .hdr-right-label {
  font-size: 10px;
  order: 1;
  text-transform: uppercase;
}
header.hdr-low .hdr-content .button-back {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
header.hdr-low .hdr-content .button-back i {
  font-size: 18px;
  color: white;
  display: block;
  padding-right: 12px;
}
header.hdr-low .hdr-content .hdr-title {
  font-size: 16px;
  color: white;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-weight: 700;
}
header.hdr-low .hdr-content .hdr-content-place {
  flex-grow: 9;
  display: flex;
  justify-content: end;
}
header.hdr-low .hdr-content .hdr-content-place .block-login.name {
  background: rgba(255, 255, 255, 0.2);
}
header.hdr-low .hdr-content .hdr-content-place .block-login.ava {
  border: none;
}
header.hdr-low .hdr-content .hdr-content-place .block-login.ava i {
  color: white;
  font-size: 24px;
}
header.hdr-low .hdr-content .hdr-content-place .block-login {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 3px solid white;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
header.hdr-low .hdr-content .hdr-content-place .block-login .letter {
  color: white;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}
header.hdr-low .hdr-content .hdr-content-place .block-login img.ava {
  width: 100%;
  height: auto;
}
header.hdr-low .hdr-content nav.hdr-menu {
  color: white;
  gap: 12px;
}
header.hdr-low .hdr-content nav.hdr-menu .wp-block-navigation__responsive-container-content {
  padding-left: 16px;
}
header.hdr-low .hdr-content nav.hdr-menu ul.hdr-menu {
  padding-left: 48px;
  gap: 28px;
}
header.hdr-low .hdr-content nav.hdr-menu ul.hdr-menu .menu-item.first::before {
  margin-top: 0px;
}
header.hdr-low .hdr-content nav.hdr-menu ul.hdr-menu .menu-item::before {
  position: absolute;
  font-size: 24px;
  opacity: 0.25;
  width: 30px;
  text-align: center;
  margin-top: 2px;
}
header.hdr-low .hdr-content nav.hdr-menu ul.hdr-menu .menu-item.inn::before {
  opacity: 0.7;
}
header.hdr-low .hdr-content nav.hdr-menu ul.hdr-menu .menu-item.inn {
  color: rgb(0, 66, 97) !important;
}
header.hdr-low .hdr-content nav.hdr-menu ul.hdr-menu .menu-item.inn a span {
  font-weight: 400;
}
header.hdr-low .hdr-content nav.hdr-menu ul.hdr-menu .menu-item.hub {
  padding-top: 10px;
  border-top: solid 1px rgba(0, 0, 0, 0.1);
}
header.hdr-low .hdr-content nav.hdr-menu ul.hdr-menu .menu-item {
  display: flex;
  justify-content: center;
}
header.hdr-low .hdr-content nav.hdr-menu ul.hdr-menu .menu-item a {
  text-decoration: none;
  padding-left: 48px;
  font-weight: 300;
  font-family: var(--wp--preset--font-family--system-font);
  font-size: 26px;
}
header.hdr-low .hdr-content nav.hdr-menu button {
  top: 32px;
  left: 60px;
}
header.hdr-low .hdr-content nav.hdr-menu button svg {
  width: 42px;
  height: 42px;
}
header.hdr-low .hdr-content nav.hdr-menu button svg rect {
  height: 2px;
}
header.hdr-low .hdr-content nav.hdr-menu .wp-block-navigation__responsive-container-content {
  padding-top: 85px;
}

@media screen and (max-width: 500px) {
  header.hdr-low {
    width: 100%;
    max-width: 1340px;
    margin: 0 auto;
    background: rgb(0, 66, 97);
  }
  header.hdr-low .hdr-content nav.hdr-menu {
    color: white;
  }
  header.hdr-low .hdr-content nav.hdr-menu .wp-block-navigation__responsive-container-content {
    padding-left: 8px;
  }
  header.hdr-low .hdr-content nav.hdr-menu ul.hdr-menu {
    padding-left: 24px;
  }
  header.hdr-low .hdr-content nav.hdr-menu ul.hdr-menu .menu-item::before {
    font-size: 22px;
    width: 28px;
  }
  header.hdr-low .hdr-content nav.hdr-menu ul.hdr-menu .menu-item a {
    padding-left: 40px;
    font-size: 24px;
  }
  header.hdr-low .hdr-content nav.hdr-menu button {
    top: 32px;
    left: 30px;
  }
  header.hdr-low .hdr-content nav.hdr-menu button svg {
    width: 32px;
    height: 32px;
  }
  header.hdr-low .hdr-content nav.hdr-menu .wp-block-navigation__responsive-container-content {
    padding-top: 85px;
  }
}
@media screen and (max-width: 370px) {
  header.hdr-low .hdr-content nav.hdr-menu ul.hdr-menu li.menu-item::before {
    font-size: 22px;
    width: 28px;
  }
  header.hdr-low .hdr-content nav.hdr-menu ul.hdr-menu li.menu-item a {
    padding-left: 40px;
    font-size: 20px;
  }
}
.bdy-container {
  margin-block-start: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1340px;
  margin: 0 auto;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  background: white;
}
.bdy-container .block-first-down {
  display: flex;
  justify-content: center;
}
.bdy-container .block-content .block-content-text {
  font-size: 16px;
  padding: 0 16px;
}
.bdy-container .block-content .block-content-text h4 {
  line-height: 1em;
  padding: 0;
  margin: 0 0 10px;
  font-size: 24px;
}
.bdy-container .block-content .block-content-text .image img {
  width: 100%;
  height: auto;
}
.bdy-container .block-content .block-content-text .data-block {
  margin-top: 10px;
}
.bdy-container .block-content .block-content-text .data-block .title {
  font-weight: 700;
}
.bdy-container .block-content .block-content-text .data-block:first-child {
  margin-top: 0;
}
.bdy-container .block-content .block-content-text .block:first-child {
  margin-top: 0;
}
.bdy-container .block-content .block-content-text a {
  color: rgb(0, 66, 97);
}
.bdy-container .block-content .block-content-text .block {
  margin-top: 32px;
}
.bdy-container .block-content .block-content-text .header {
  font-size: 18px;
  font-weight: 700;
  opacity: 0.85;
  margin: 16px 0 4px;
}
.bdy-container .block-content .block-content-text .image-online-block.photoset.inside.n-1 .image-online-page .image-online-wrapper {
  display: block;
}
.bdy-container .block-content .block-content-text .image-online-block.photoset.inside.n-1 .image-online-page .image-online-wrapper .img-preview .item .img .a-img {
  display: block;
  width: 100%;
  padding-top: 50%;
}
.bdy-container .block-content .block-content-text .image-online-block.photoset.inside.n-1 .image-online-page .image-online-wrapper .img-preview .item .img .a-img img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.bdy-container .block-content .block-content-text .image-online-block {
  margin-top: 8px;
}
.bdy-container .block-content .block-content-text .image-online-block .image-online-page .image-online-wrapper {
  padding: 0;
}
.bdy-container .bdy-content {
  position: relative;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.bdy-container .bdy-content .button-white {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  margin-top: 8px;
  margin-bottom: 4px;
  padding: 2px 4px;
  border-radius: 8px;
}
.bdy-container .bdy-content .button-white .button-link {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  padding: 2px 8px;
  background: white;
  border-radius: 8px;
}
.bdy-container .bdy-content .button-white .button-link .text {
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  font-weight: 600;
}
.bdy-container .bdy-content .button-white .button-link .fa-solid {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
}
.bdy-container .bdy-content .empty-content.image {
  opacity: 0.7;
  color: white;
}
.bdy-container .bdy-content .empty-content.image .link {
  margin: 12px;
}
.bdy-container .bdy-content .empty-content.image .link a {
  color: white;
}
.bdy-container .bdy-content .empty-content {
  width: 100%;
  text-align: center;
}
.bdy-container .bdy-content .first-news-block {
  margin-top: 12px !important;
  padding-top: 0;
}
.bdy-container .block-content-title.photos-end {
  background: rgba(0, 0, 0, 0.08);
  padding: 12px 0;
  margin: 24px 8px 4px;
  border-radius: 4px;
}
.bdy-container .block-content-title.photos-end .content-title {
  margin-bottom: 0;
  text-transform: none;
  opacity: 0.3;
}
.bdy-container .block-content-title.sight {
  margin-bottom: 6px;
}
.bdy-container .block-content-title.left {
  align-items: flex-start;
}
.bdy-container .block-content-title.left h1.content-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3em;
}
.bdy-container .block-content-title.left .content-title {
  padding: 0;
  padding: 0 4px;
}
.bdy-container .block-content-title.left .content-info {
  padding: 0;
  padding: 0 4px;
}
.bdy-container .block-content-title {
  margin-block-start: 0;
  margin-block-end: 0;
  margin: 0;
  padding: 0 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 16px;
}
.bdy-container .block-content-title h2.content-title {
  font-size: 18px;
  font-weight: 700;
  opacity: 0.85;
  line-height: 24px;
}
.bdy-container .block-content-title .content-title {
  margin: 0;
  padding: 0 6px;
  font-size: 18px;
  line-height: 14px;
  font-weight: 200;
  text-transform: uppercase;
  margin-bottom: 4px;
  text-align: center;
}
.bdy-container .block-content-title .content-title .title-link {
  text-decoration: none;
  color: var(--wp--preset--color--base);
  border-bottom: 1px dotted;
}
.bdy-container .block-content-title .content-info {
  font-weight: 200;
  font-size: 14px;
  padding: 0 16px;
  text-align: center;
  line-height: 1.1em;
}
.bdy-container .block-content-bottom {
  margin-block-start: 0;
  margin-block-end: 0;
  margin: 0;
  padding: 0 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 16px;
}
.bdy-container .block-content-bottom .content-info {
  font-weight: 200;
  font-size: 14px;
  padding: 0 16px;
}
.bdy-container .block-content-bottom .content-info .tag {
  text-transform: uppercase;
}

@media screen and (max-width: 700px) {
  .bdy-container .block-content-title.photos-end {
    margin-left: 4px;
    margin-right: 4px;
  }
  .bdy-container .block-content-title .content-info {
    padding: 0 8px;
  }
  .bdy-container .block-content-bottom .content-info {
    padding: 0 8px;
  }
}
footer.wp-block-template-part {
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  padding-top: 16px;
  background-color: white;
}
footer.wp-block-template-part .wp-block-group {
  max-width: 100% !important;
  background: rgb(0, 66, 97);
  color: white;
  border-top: none;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
footer.wp-block-template-part .wp-block-group .footer-header a {
  color: white;
}
footer.wp-block-template-part .wp-block-group svg {
  color: white !important;
}

body.fullscreen-body {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgb(0, 0, 0);
}
body.fullscreen-body .wp-site-blocks {
  position: absolute;
  height: 100%;
  width: 100%;
}
body.fullscreen-body .wp-site-blocks .bdy-container {
  position: absolute;
  height: 100%;
  width: 100%;
  max-width: unset;
  display: block;
  background-color: transparent;
}
body.fullscreen-body .wp-site-blocks .bdy-container .bdy-content {
  position: absolute;
  height: 100%;
  width: 100%;
  max-width: unset;
  margin: 0 auto;
}
body.fullscreen-body .wp-site-blocks .bdy-container .bdy-content > * {
  margin-block-start: 0;
}
body.fullscreen-body .wp-site-blocks .bdy-container .bdy-content .full-screen-page {
  position: absolute;
  height: 100%;
  width: 100%;
}
body.fullscreen-body .wp-site-blocks .bdy-container .bdy-content .full-screen-page .full-screen-header {
  height: 60px;
  width: 100%;
  padding-left: 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body.fullscreen-body .wp-site-blocks .bdy-container .bdy-content .full-screen-page .full-screen-header .header-extra {
  padding-right: 16px;
}
body.fullscreen-body .wp-site-blocks .bdy-container .bdy-content .full-screen-page .full-screen-header .header-extra .box-extra a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  text-decoration: none;
}
body.fullscreen-body .wp-site-blocks .bdy-container .bdy-content .full-screen-page .full-screen-header .header-extra .box-extra a i {
  font-size: 20px;
}
body.fullscreen-body .wp-site-blocks .bdy-container .bdy-content .full-screen-page .full-screen-header .header-extra .box-extra a .label {
  padding-left: 8px;
}
body.fullscreen-body .wp-site-blocks .bdy-container .bdy-content .full-screen-page .full-screen-header .button-close .a-close {
  color: rgba(255, 255, 255, 0.5);
  font-size: 36px;
}
body.fullscreen-body .wp-site-blocks .bdy-container .bdy-content .full-screen-page .full-screen-body {
  position: absolute;
  top: 60px;
  bottom: 20px;
  width: 100%;
  box-sizing: border-box;
}

.swiper.preinit {
  max-height: 100px;
  overflow: hidden;
}
.swiper.preinit .swiper-wrapper .swiper-slide .item img {
  opacity: 0;
  transition: opacity 0.5s;
}

.swiper .swiper-wrapper .swiper-slide .item img {
  opacity: 1;
  transition: opacity 0.5s;
}

.swiper-wrapper {
  will-change: transform;
}

.news-item-block .image-top-live-block.inn {
  margin-top: 30px;
}

.image-top-live-block.inn {
  margin-top: 10px;
}
.image-top-live-block.inn .swiper.image-top-live {
  position: relative;
  padding-bottom: 20px;
}
.image-top-live-block.inn .swiper.image-top-live .swiper-wrapper .swiper-slide .item.a-img .inn-title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 8px;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
}
.image-top-live-block.inn .swiper.image-top-live .swiper-wrapper .swiper-slide .item.a-img .inn-title .inn-name {
  color: white;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2em;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  padding: 0 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
}

@media screen and (min-width: 381px) and (max-width: 501px) {
  .image-top-live-block.inn .swiper.image-top-live {
    position: relative;
  }
  .image-top-live-block.inn .swiper.image-top-live .swiper-wrapper .swiper-slide .item.a-img .inn-title .inn-name {
    font-size: 16px;
  }
}
@media screen and (max-width: 380px) {
  .image-top-live-block.inn .swiper.image-top-live {
    position: relative;
  }
  .image-top-live-block.inn .swiper.image-top-live .swiper-wrapper .swiper-slide .item.a-img .inn-title .inn-name {
    font-size: 14px;
    line-height: 1em;
  }
}
.image-top-live-block {
  position: relative;
  padding: 0 16px;
  margin-block-start: 0;
  width: 100%;
  box-sizing: border-box;
}
.image-top-live-block .swiper.image-top-live {
  position: relative;
  padding-bottom: 20px;
}
.image-top-live-block .swiper.image-top-live .swiper-wrapper .swiper-slide .item.a-img {
  display: block;
  position: relative;
}
.image-top-live-block .swiper.image-top-live .swiper-wrapper .swiper-slide .item.a-img img {
  height: auto;
  max-width: 100%;
}

.bdy-container .content-foto.middle .block-content-title h2.content-title {
  font-weight: 500;
}

.inn-grid-block {
  position: relative;
}
.inn-grid-block .inn-grid .img-preview .item .img .a-img {
  display: block;
  position: relative;
}
.inn-grid-block .inn-grid .img-preview .item .img .a-img .inn-title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.3);
}
.inn-grid-block .inn-grid .img-preview .item .img .a-img .inn-title .inn-name {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2em;
  color: white;
  padding: 0 6px;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
}
.inn-grid-block .inn-grid .img-preview .item .img .a-img .price-block {
  position: absolute;
  bottom: 8px;
  right: 8px;
  width: 70px;
  height: 32px;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid white;
  border-radius: 12%;
  color: white;
  font-size: 16px;
  font-weight: 700;
  z-index: 9;
}
.inn-grid-block .inn-grid .img-preview .item .img .a-img .price-block .label {
  padding-left: 2px;
  font-size: 12px;
}
.inn-grid-block .inn-header {
  margin: 0;
  padding: 0 12px;
  font-size: 18px;
  font-weight: 500;
  opacity: 0.85;
  line-height: 24px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 12px;
}
.inn-grid-block .image-online-block {
  margin-top: 0;
}

@media screen and (min-width: 381px) and (max-width: 501px) {
  .inn-grid-block .inn-grid .img-preview .item .img .a-img .inn-title .inn-name {
    font-size: 16px;
  }
  .inn-grid-block .inn-grid .img-preview .item .img .a-img .price-block {
    width: 60px;
    height: 30px;
    font-size: 14px;
  }
  .inn-grid-block .inn-grid .img-preview .item .img .a-img .price-block .label {
    font-size: 10px;
  }
}
@media screen and (max-width: 380px) {
  .inn-grid-block .inn-grid .img-preview .item .img .a-img .inn-title .inn-name {
    font-size: 14px;
    line-height: 1em;
  }
  .inn-grid-block .inn-grid .img-preview .item .img .a-img .price-block {
    width: 55px;
    height: 26px;
    font-size: 12px;
  }
  .inn-grid-block .inn-grid .img-preview .item .img .a-img .price-block .label {
    font-size: 10px;
  }
}
.bdy-container .content-sight.middle .block-content-title h2.content-title {
  font-weight: 500;
}
.bdy-container .content-sight.middle .map-button {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  margin-top: 8px;
  margin-bottom: 4px;
  padding: 2px 4px;
  border-radius: 8px;
}
.bdy-container .content-sight.middle .map-button .button-link {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  padding: 2px 8px;
  background: white;
  border-radius: 8px;
}
.bdy-container .content-sight.middle .map-button .button-link .text {
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  font-weight: 600;
}
.bdy-container .content-sight.middle .map-button .button-link .fa-solid {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
}

.fotoset-block {
  margin-top: 0;
  padding: 0 16px;
  display: flex;
}
.fotoset-block .fotoset-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0 auto;
  gap: 16px;
  padding: 0;
}
.fotoset-block .fotoset-wrapper .fotoset-item {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 8px;
}
.fotoset-block .fotoset-wrapper .fotoset-item .fotoset-link {
  text-decoration: none;
  color: rgb(32, 33, 36);
}
.fotoset-block .fotoset-wrapper .fotoset-item .fotoset-link .image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px 8px 0 0;
}
.fotoset-block .fotoset-wrapper .fotoset-item .fotoset-link .image-name {
  padding: 14px 16px 18px;
  line-height: 22px;
  font-weight: 700;
  font-size: 18px;
  color: rgb(0, 66, 97);
}

@media screen and (max-width: 600px) {
  .image-top-live-block {
    padding: 0 4px;
  }
  .fotoset-block .fotoset-wrapper {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.swiper.image-online {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.swiper.image-online .swiper-wrapper .swiper-slide .item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.swiper.image-online .swiper-wrapper .swiper-slide .item .img {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.swiper.image-online .swiper-wrapper .swiper-slide .item .img img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}
.swiper.image-online .swiper-wrapper .swiper-slide .item .user-caption {
  bottom: 0;
  padding-bottom: 25px;
}
.swiper.image-online .swiper-wrapper .swiper-slide .item .user-caption .caption {
  display: block;
}
.swiper.image-online .swiper-wrapper .swiper-slide .item .user-caption .user-name {
  display: block;
}
.swiper.image-online .swiper-wrapper .swiper-slide .item .user-caption .image-tags {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
  line-height: 0.8em;
  justify-content: center;
  margin-top: 4px;
  margin-bottom: 2px;
}
.swiper.image-online .swiper-wrapper .swiper-slide .item .user-caption .image-tags .image-tag-item {
  padding: 5px 6px 5px;
  border-radius: 20px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.2);
  text-decoration: none;
}
.swiper.image-online .swiper-wrapper .swiper-slide .item .user.user-caption {
  bottom: 0;
}
.swiper.image-online .swiper-wrapper .swiper-slide .item .user {
  position: absolute;
  bottom: 30px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  left: 0;
  right: 0;
}
.swiper.image-online .swiper-button-next,
.swiper.image-online .swiper-button-prev {
  color: rgba(255, 255, 255, 0.5);
}
.swiper.image-online .swiper-pagination .swiper-pagination-bullet {
  background: rgb(255, 255, 255);
}
.swiper.image-online .swiper-pagination .swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 0.7);
}

.pogoda-forecast {
  display: flex;
  padding: 12px 0;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
}
.pogoda-forecast .pogoda-forecast-wrapper {
  display: flex;
  gap: 16px;
}
.pogoda-forecast .pogoda-forecast-wrapper .forecast-item.weekend .forecast-date {
  color: red;
}
.pogoda-forecast .pogoda-forecast-wrapper .forecast-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.pogoda-forecast .pogoda-forecast-wrapper .forecast-item .forecast-icon {
  display: flex;
}
.pogoda-forecast .pogoda-forecast-wrapper .forecast-item .forecast-date {
  font-size: 14px;
  white-space: nowrap;
  font-weight: 200;
  margin-bottom: 8px;
  text-align: center;
}
.pogoda-forecast .pogoda-forecast-wrapper .forecast-item .forecast-date .date .num {
  text-transform: lowercase;
}
.pogoda-forecast .pogoda-forecast-wrapper .forecast-item .forecast-info {
  font-size: 14px;
  font-weight: 200;
  line-height: 18px;
  margin-top: 8px;
}
.pogoda-forecast .pogoda-forecast-wrapper .forecast-item .forecast-temp-max {
  font-size: 18px;
  white-space: nowrap;
  font-weight: 600;
  opacity: 0.8;
}
.pogoda-forecast .pogoda-forecast-wrapper .forecast-item .forecast-temp-min {
  font-size: 14px;
  white-space: nowrap;
  font-weight: 200;
  line-height: 14px;
}
.pogoda-forecast .pogoda-forecast-wrapper .forecast-item .forecast-temp-min .temp-text {
  padding-right: 4px;
}
.pogoda-forecast .pogoda-forecast-wrapper .forecast-item .forecast-icon img {
  max-height: 40px;
  height: auto;
  position: relative;
}

@media screen and (max-width: 600px) {
  .pogoda-forecast .pogoda-forecast-wrapper {
    flex-direction: column;
    gap: 10px;
  }
  .pogoda-forecast .pogoda-forecast-wrapper .forecast-item {
    flex-direction: row;
  }
  .pogoda-forecast .pogoda-forecast-wrapper .forecast-item .forecast-date {
    width: 70px;
    text-align: left;
    margin-bottom: 0;
  }
  .pogoda-forecast .pogoda-forecast-wrapper .forecast-item .forecast-date .date {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
    line-height: 14px;
  }
  .pogoda-forecast .pogoda-forecast-wrapper .forecast-item .forecast-icon {
    position: relative;
  }
  .pogoda-forecast .pogoda-forecast-wrapper .forecast-item .forecast-icon img {
    max-width: 40px;
  }
  .pogoda-forecast .pogoda-forecast-wrapper .forecast-item .forecast-temp-max {
    width: 50px;
    text-align: center;
  }
  .pogoda-forecast .pogoda-forecast-wrapper .forecast-item .forecast-info {
    margin-top: 0;
    position: relative;
  }
  .pogoda-forecast .pogoda-forecast-wrapper .forecast-item .forecast-info::after {
    content: ",";
    padding-right: 4px;
    padding-left: 0.5px;
  }
}
.pogoda-forecast-short {
  display: flex;
  justify-content: center;
  background: rgba(0, 0, 0, 0.04);
  padding: 12px 0;
}
.pogoda-forecast-short .pogoda-forecast-short-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 16px;
}
.pogoda-forecast-short .pogoda-forecast-short-wrapper .forecast-short-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.pogoda-forecast-short .pogoda-forecast-short-wrapper .forecast-short-item .forecast-short-date {
  font-size: 14px;
  white-space: nowrap;
  font-weight: 200;
}
.pogoda-forecast-short .pogoda-forecast-short-wrapper .forecast-short-item .forecast-short-icon.ico-03d img {
  bottom: -4px;
}
.pogoda-forecast-short .pogoda-forecast-short-wrapper .forecast-short-item .forecast-short-icon {
  display: flex;
}
.pogoda-forecast-short .pogoda-forecast-short-wrapper .forecast-short-item .forecast-short-icon img {
  max-width: 60px;
  height: auto;
  position: relative;
  max-height: 50px;
}
.pogoda-forecast-short .pogoda-forecast-short-wrapper .forecast-short-item .forecast-short-temp {
  font-size: 15px;
  font-weight: 700;
  opacity: 0.6;
}

.pogoda-hourly-block {
  position: relative;
  margin: auto;
  height: 100vh;
  width: 100vw;
  display: flex;
  max-height: 300px;
  max-width: 800px;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
}

.dut-widget-pogoda.page {
  padding-bottom: 0;
}
.dut-widget-pogoda.page .pogoda-title {
  font-size: 18px;
  font-weight: 700;
  opacity: 0.85;
}
.dut-widget-pogoda.page .pogoda-body {
  flex-direction: column;
}
.dut-widget-pogoda.page .pogoda-body .pogoda-body-wrapper {
  gap: 16px;
  margin-bottom: 0;
}
.dut-widget-pogoda.page .pogoda-body .pogoda-body-data {
  display: flex;
  gap: 8px;
}
.dut-widget-pogoda.page .pogoda-body .pogoda-body-data .pogoda-body-temp {
  font-size: 28px;
  order: 0;
}
.dut-widget-pogoda.page .pogoda-body .pogoda-body-data .pogoda-body-icon {
  max-width: 60px;
}

.dut-widget-pogoda.first {
  padding-bottom: 12px;
}
.dut-widget-pogoda.first .pogoda-title {
  border-bottom: 1px dotted;
  margin: 0 auto 4px;
}

.dut-widget-pogoda {
  display: block;
  padding: 12px 0 24px;
  margin: 0;
}
.dut-widget-pogoda .a-link {
  text-decoration: none;
  color: black;
  display: flex;
  flex-direction: column;
}
.dut-widget-pogoda .pogoda-title {
  font-size: 12px;
  display: flex;
  justify-content: center;
  font-weight: 200;
  text-transform: uppercase;
}
.dut-widget-pogoda .pogoda-body {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.dut-widget-pogoda .pogoda-body .pogoda-body-wrapper {
  display: flex;
  gap: 12px;
  margin: 8px 0 8px;
}
.dut-widget-pogoda .pogoda-body .pogoda-body-wrapper .pogoda-body-cell {
  display: flex;
}
.dut-widget-pogoda .pogoda-body .pogoda-body-data-extra .pogoda-body-param {
  display: flex;
  gap: 8px;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.4em;
  text-transform: lowercase;
}
.dut-widget-pogoda .pogoda-body .pogoda-body-icon {
  max-width: 30px;
  display: flex;
  align-items: center;
  order: 1;
}
.dut-widget-pogoda .pogoda-body .pogoda-body-icon img {
  max-width: 100%;
  height: auto;
}
.dut-widget-pogoda .pogoda-body .pogoda-body-temp {
  display: flex;
  align-items: center;
  font-size: 18px;
  order: 2;
}
.dut-widget-pogoda .pogoda-body .pogoda-body-description {
  font-size: 14px;
  font-weight: 200;
  text-transform: lowercase;
  line-height: 12px;
  order: 3;
  margin-left: -6px;
}
.dut-widget-pogoda .pogoda-body .pogoda-body-like {
  font-size: 14px;
  font-weight: 200;
  text-transform: lowercase;
  line-height: 12px;
  margin-top: 6px;
}

.bdy-container .block-content-title.image-tag .tag-name {
  font-weight: 500;
}

.bdy-container .block-content-title.image-tag.on .content-info {
  margin-top: 8px;
}

.image-online-block {
  margin-top: -10px;
}
.image-online-block .image-page-header {
  margin-top: 30px;
}
.image-online-block .image-page-header h4 {
  margin: 0;
  padding: 0 12px;
  font-size: 18px;
  font-weight: 500;
  opacity: 0.85;
  line-height: 24px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 12px;
}
.image-online-block .image-online-page .image-online-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 4px;
  padding: 0 8px;
}
.image-online-block .image-online-page .image-online-wrapper .img-preview.img-11,
.image-online-block .image-online-page .image-online-wrapper .img-preview.img-12 {
  display: block;
}
.image-online-block .image-online-page .image-online-wrapper .img-preview {
  position: relative;
}
.image-online-block .image-online-page .image-online-wrapper .img-preview .item {
  position: relative;
}
.image-online-block .image-online-page .image-online-wrapper .img-preview .item .img {
  position: relative;
}
.image-online-block .image-online-page .image-online-wrapper .img-preview .item .img .a-img {
  position: relative;
}
.image-online-block .image-online-page .image-online-wrapper .img-preview .item .img .a-img img {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

@media screen and (min-width: 1281px) {
  .image-online-block .image-online-page .image-online-wrapper .img-preview.img-11,
  .image-online-block .image-online-page .image-online-wrapper .img-preview.img-12 {
    display: none !important;
  }
}
@media screen and (min-width: 701px) and (max-width: 1280px) {
  .image-online-block .image-online-page .image-online-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 700px) {
  .image-online-block .image-online-page .image-online-wrapper {
    grid-template-columns: repeat(3, 1fr);
    padding: 0 4px;
  }
}
@media screen and (max-width: 500px) {
  .image-online-block .image-online-page .image-online-wrapper {
    padding: 0 3px;
    gap: 3px;
  }
}
.page-navigator a.select.news-top {
  opacity: 1;
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.5);
}

.page-navigator {
  display: flex;
  gap: 5px;
}
.page-navigator a {
  display: block;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  min-width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  border-radius: 4px;
  padding: 0 4px;
  opacity: 1;
  background-color: transparent;
  border: solid 1px rgba(0, 0, 0, 0.5);
}
.page-navigator a.select {
  opacity: 0.5;
  background: rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.15);
}
.page-navigator span {
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(0, 0, 0, 0.5);
}

.page-navigator.top {
  margin: 0 8px 8px 8px;
}

.page-navigator.bottom {
  margin: 8px;
}

@media screen and (min-width: 351px) and (max-width: 400px) {
  .page-navigator a {
    font-size: 14px;
  }
}
@media screen and (max-width: 350px) {
  .page-navigator a {
    font-size: 12px;
  }
}
.talk-telegram .talk-topic-top {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.talk-telegram .talk-topic-top .tg-button {
  text-decoration: none;
  background: #2aabee;
  padding: 11px 16px;
  border-radius: 16px;
  color: white;
  display: flex;
  align-items: center;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.talk-telegram .talk-topic-top .tg-button .fa-brands.fa-telegram {
  padding-right: 8px;
}
.talk-telegram .talk-topic-top .tg-button .link-label {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}
.talk-telegram .talk-topic-top .button-info {
  font-weight: 200;
  font-size: 14px;
  margin-top: 4px;
}

.talk-messages-block {
  max-width: 800px;
  margin: 0 auto;
}
.talk-messages-block .talk-messages-wrapper {
  margin: 0 8px;
}
.talk-messages-block .talk-messages-wrapper .talk-post {
  margin-bottom: 16px;
}
.talk-messages-block .talk-messages-wrapper .talk-post .post-wrapper {
  background: rgba(42, 171, 238, 0.1098039216);
  padding: 4px 12px 8px;
  border-radius: 16px;
}
.talk-messages-block .talk-messages-wrapper .talk-post .post-wrapper .post-bottom {
  margin-top: 12px;
  margin-bottom: 8px;
  padding-left: 4px;
}
.talk-messages-block .talk-messages-wrapper .talk-post .post-wrapper .post-bottom .post-answer {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
  color: white;
  background: #2aabee;
  padding: 8px 10px;
  border-radius: 8px;
  border: 3px solid white;
}
.talk-messages-block .talk-messages-wrapper .talk-post .post-wrapper .post-reply::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  inset-inline-start: 0;
  width: 3px;
  background: rgb(158, 178, 188);
}
.talk-messages-block .talk-messages-wrapper .talk-post .post-wrapper .post-reply {
  padding: 6px 12px;
  background: rgb(226, 237, 242);
  margin: 8px 0 6px 0;
  border-radius: 0 8px 8px 0;
  position: relative;
}
.talk-messages-block .talk-messages-wrapper .talk-post .post-wrapper .post-reply .reply-wrapper .reply-data .reply-user {
  font-size: 16px;
  opacity: 0.5;
  line-height: 16px;
  margin-bottom: 2px;
}
.talk-messages-block .talk-messages-wrapper .talk-post .post-wrapper .post-reply .reply-wrapper .reply-body.text {
  font-size: 15px;
  line-height: 22px;
  opacity: 0.8;
}
.talk-messages-block .talk-messages-wrapper .talk-post .post-wrapper .talk-photos.qty-1 {
  grid-template-columns: repeat(1, 1fr);
}
.talk-messages-block .talk-messages-wrapper .talk-post .post-wrapper .talk-photos.qty-2 {
  grid-template-columns: repeat(2, 1fr);
  max-width: 600px;
}
.talk-messages-block .talk-messages-wrapper .talk-post .post-wrapper .talk-photos {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  margin-top: 12px;
}
.talk-messages-block .talk-messages-wrapper .talk-post .post-wrapper .talk-photos .image {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  max-width: 300px;
  border-radius: 4px;
}
.talk-messages-block .talk-messages-wrapper .talk-post .post-wrapper .talk-photos .image-link {
  display: block;
}
.talk-messages-block .talk-messages-wrapper .talk-post .post-wrapper .post-data {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.talk-messages-block .talk-messages-wrapper .talk-post .post-wrapper .post-data .post-user {
  font-size: 16px;
  opacity: 0.5;
}
.talk-messages-block .talk-messages-wrapper .talk-post .post-wrapper .post-data .post-link {
  color: black;
  text-decoration: none;
  font-size: 12px;
  opacity: 0.5;
}
.talk-messages-block .talk-messages-wrapper .talk-post .post-wrapper .post-data .post-link .fa-brands.fa-telegram {
  opacity: 0.5;
}
.talk-messages-block .talk-messages-wrapper .talk-post .post-wrapper .post-data .post-link .post-date {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 370px) {
  div.talk-topics-block .topic-last {
    justify-content: center;
  }
  div.talk-topics-block .topic-last .topic-last-wrapper .last-user-name {
    text-align: center;
  }
  div.talk-topics-block .topic-last .topic-last-wrapper .last-date {
    display: none;
  }
}
@media screen and (max-width: 420px) {
  div.talk-topics-block .talk-topics-wrapper {
    padding: 12px 8px;
    margin: 0 4px;
  }
  div.talk-topics-block .talk-topics-wrapper .hdr {
    letter-spacing: -0.5px;
  }
  div.talk-topics-block .talk-topics-wrapper .topic-title .topic-title-link {
    letter-spacing: -0.5px;
  }
  div.talk-topics-block .talk-topics-wrapper div.topic-qty .qty-label {
    letter-spacing: -0.5px;
    padding: 2px 6px;
  }
  div.talk-topics-block .talk-topics-wrapper .topic-last .topic-last-wrapper .topic-last-user .last-user-name {
    letter-spacing: -0.3px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 110px;
    white-space: nowrap;
  }
}
.talk-topics-block.news .talk-topics-bottom {
  margin-top: 8px;
  margin-bottom: 8px;
}

.talk-topics-block {
  max-width: 600px;
  margin: 0 auto;
}
.talk-topics-block .talk-topics-wrapper {
  background: rgba(42, 171, 238, 0.1098039216);
  border-radius: 20px;
  padding: 16px;
  margin: 0 8px;
  display: grid;
  grid-template-columns: 2fr 1fr auto;
  row-gap: 8px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.talk-topics-block .talk-topics-wrapper .hdr {
  padding-bottom: 8px;
  font-size: 16px;
  opacity: 0.3;
  font-weight: 700;
}
.talk-topics-block .talk-topics-wrapper .topic-title {
  display: flex;
  align-items: center;
}
.talk-topics-block .talk-topics-wrapper .topic-title .topic-title-link {
  color: rgb(0, 66, 97);
  text-decoration: none;
  position: relative;
  white-space: nowrap;
  border-bottom: 1px dotted;
}
.talk-topics-block .talk-topics-wrapper .topic-qty {
  justify-content: center;
  display: flex;
  align-items: center;
}
.talk-topics-block .talk-topics-wrapper .topic-qty .qty-label {
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 8px;
  background: #2aabee;
  height: 16px;
  line-height: 16px;
  color: white;
  display: inline-block;
  text-align: center;
}
.talk-topics-block .talk-topics-wrapper .topic-last {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.talk-topics-block .talk-topics-wrapper .topic-last .topic-last-wrapper {
  display: flex;
  overflow: hidden;
}
.talk-topics-block .talk-topics-wrapper .topic-last .topic-last-wrapper .topic-last-user {
  opacity: 0.6;
  overflow: hidden;
}
.talk-topics-block .talk-topics-wrapper .topic-last .topic-last-wrapper .topic-last-user .last-user-name {
  font-size: 12px;
  line-height: 12px;
  padding-bottom: 2px;
}
.talk-topics-block .talk-topics-wrapper .topic-last .topic-last-wrapper .topic-last-user .last-date {
  font-size: 12px;
  line-height: 12px;
  padding-top: 2px;
}
.talk-topics-block .talk-topics-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 16px;
}
.talk-topics-block .talk-topics-bottom .tg-button {
  text-decoration: none;
  background: #2aabee;
  padding: 11px 16px;
  border-radius: 16px;
  color: white;
  display: flex;
  align-items: center;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.talk-topics-block .talk-topics-bottom .tg-button .fa-brands.fa-telegram {
  padding-right: 8px;
}
.talk-topics-block .talk-topics-bottom .tg-button .link-label {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}
.talk-topics-block .talk-topics-bottom .button-info {
  font-weight: 200;
  font-size: 14px;
  margin-top: 4px;
}

.block-content-title.talk-news {
  margin-top: 32px;
}

.block-content-title.talk-news .content-info {
  opacity: 0.7;
}

.talk-news-block {
  margin-top: 0;
  padding: 0 16px 24px;
}
.talk-news-block .talk-news-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
}
.talk-news-block .talk-news-wrapper .talk-news-item {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  padding: 8px 12px 2px;
  line-height: 26px;
  font-size: 18px;
  display: flex;
  border-radius: 2px;
}
.talk-news-block .talk-news-wrapper .talk-news-item .talk-news-item-wrapper {
  display: flex;
}
.talk-news-block .talk-news-wrapper .talk-news-item .talk-news-item-wrapper .talk-news-item-link {
  text-decoration: none;
  color: rgb(32, 33, 36);
  display: flex;
  flex-direction: column;
}
.talk-news-block .talk-news-wrapper .talk-news-item .talk-news-item-wrapper .talk-news-item-data {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: end;
  opacity: 0.6;
  flex-grow: 9;
  align-items: end;
}
.talk-news-block .talk-news-wrapper .talk-news-item .talk-news-item-wrapper .talk-news-item-title {
  font-weight: 600;
}

@media screen and (min-width: 601px) and (max-width: 960px) {
  .talk-news-block {
    padding: 0 16px 24px;
  }
  .talk-news-block .talk-news-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
}
@media screen and (max-width: 600px) {
  .talk-news-block {
    padding: 0 16px 24px;
  }
  .talk-news-block .talk-news-wrapper {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 420px) {
  div.talk-news-block {
    padding: 0 8px 24px;
  }
}
.best-content {
  padding: 0 16px;
  margin-top: 0;
}
.best-content .block-content-title {
  margin-top: 12px;
}
.best-content .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.best-content .content-wrapper .content-item .a-link {
  display: flex;
  justify-content: center;
  text-decoration: none;
  position: relative;
  margin: 0;
  padding: 0;
  line-height: 0;
}
.best-content .content-wrapper .content-item .a-link .img {
  max-width: 100%;
  height: auto;
  display: block;
  position: relative;
}
.best-content .content-wrapper .content-item .a-link .decor {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
}
.best-content .content-wrapper .content-item .a-link .title {
  position: absolute;
  top: 50%;
  height: 32px;
  display: flex;
  align-items: center;
  font-size: 22px;
  line-height: 26px;
  margin-top: -20px;
  color: white;
  font-weight: 700;
  text-align: center;
  padding: 0 8px;
}

@media screen and (max-width: 400px) {
  .best-content .content-wrapper {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
.block-content-title .block-tags {
  margin: 16px 8px;
  justify-content: center;
}

@media screen and (max-width: 420px) {
  .block-content-title .block-tags {
    margin: 16px 4px;
    justify-content: center;
  }
  .block-content-title .block-tags .news-tag-item {
    padding: 10px 14px 10px;
    border-radius: 20px;
    font-size: 14px;
  }
  .block-content-title.news-item-title .block-tags {
    justify-content: left;
  }
}
.block-content-title.news-item-title .block-tags {
  margin: 8px 0 0;
}

.block-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  line-height: 0.8em;
}
.block-tags .news-tag-item {
  color: rgba(0, 0, 0, 0.8);
  font-weight: 300;
  display: block;
  background: rgba(0, 0, 0, 0.06);
  padding: 10px 14px 14px;
  border-radius: 20px;
  text-decoration: none;
}
.block-tags .news-tag-item.top {
  font-weight: 600;
}

.block-content-title.news-item-title {
  align-items: flex-start;
  margin-top: 36px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.block-content-title.news-item-title h1.content-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
}

@media screen and (max-width: 700px) {
  .news-item-block div.news-photos {
    grid-template-columns: repeat(3, 1fr);
  }
}
.news-item-block {
  padding: 0 16px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.news-item-block .talk-topics-block .talk-topics-bottom {
  margin-top: 32px;
}
.news-item-block div.block-content-title.photos-end {
  margin: 0;
  background: none;
}
.news-item-block div.block-content-title.photos-end.qty-1 {
  display: none;
}
.news-item-block .news-item-wrapper .news-item-body {
  position: relative;
}
.news-item-block .news-item-wrapper .news-item-body .news-content h1 {
  color: #2a5885;
  text-align: center;
  margin-bottom: 30px;
}
.news-item-block .news-item-wrapper .news-item-body .news-content h2 {
  border-bottom: 3px solid #eee;
  padding-bottom: 5px;
  margin-top: 25px;
  font-size: 24px;
}
.news-item-block .news-item-wrapper .news-item-body .news-content h3 {
  color: #4a7eb5;
  margin-top: 20px;
  font-size: 20px;
}
.news-item-block .news-item-wrapper .news-item-body .news-content ul {
  padding-left: 20px;
}
.news-item-block .news-item-wrapper .news-item-body .news-content li {
  margin-bottom: 5px;
}
.news-item-block .news-item-wrapper .news-item-body .news-content .note {
  background-color: #f8f9fa;
  padding: 15px;
  border-left: 4px solid #3a6ea5;
  margin: 20px 0;
}
.news-item-block .news-item-wrapper .news-item-body .news-content .warning {
  background-color: #fff3cd;
  padding: 15px;
  border-left: 4px solid #ffc107;
  margin: 20px 0;
}
.news-item-block .news-item-wrapper .news-item-body .news-content .highlight {
  font-weight: bold;
  color: #d9534f;
}
.news-item-block .news-item-wrapper .news-item-body .first-image.top {
  margin: 12px 0 12px 0;
}
.news-item-block .news-item-wrapper .news-item-body .first-image {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 12px 0 0 0;
  box-sizing: border-box;
}
.news-item-block .news-item-wrapper .news-item-body .first-image .first-image-link {
  display: block;
  width: 100%;
  padding-top: 50%;
  background-size: cover;
  background-position: center;
}
.news-item-block .news-item-wrapper .news-item-body .first-image .first-image-link .first-image-img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.news-item-block .news-item-wrapper .news-item-bottom {
  margin-top: 24px;
  line-height: 1.25;
}
.news-item-block .news-photos.qty-1 {
  display: none;
}
.news-item-block .news-photos {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
  margin: 0 auto;
  max-width: 1000px;
}
.news-item-block .news-photos .image {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  max-width: 300px;
  border-radius: 4px;
}
.news-item-block .news-photos .image-link {
  display: block;
}
.news-item-block .entity-linespace {
  height: 16px;
}
.news-item-block .entity-url {
  color: rgb(0, 66, 97);
  font-weight: 600;
}

@media screen and (min-width: 401px) and (max-width: 600px) {
  .news-item-block .news-item-wrapper .news-item-body .first-image {
    padding-right: 5px;
  }
}
@media screen and (max-width: 400px) {
  .news-item-block .news-item-wrapper .news-item-body {
    line-height: 1.6;
  }
  .news-item-block .news-item-wrapper .news-item-body .first-image {
    padding-right: 0px;
  }
}
.news-block.news-block-first {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
}
.news-block.news-block-first .news-section .news-section-title {
  font-size: 13px;
  font-weight: 300;
  background: rgba(0, 0, 0, 0.04);
  border-radius: 4px 4px 0 0;
  padding: 4px 20px;
  display: inline-block;
  text-transform: uppercase;
}
.news-block.news-block-first .news-wrapper {
  grid-template-columns: 1fr;
  border-top: solid 2px rgba(0, 0, 0, 0.04);
}
.news-block.news-block-first .news-wrapper .news-item .news-preview-wrapper .news-item-data {
  order: 3;
  margin-top: 6px;
}

.news-block {
  margin-top: 0;
  padding: 0 16px 24px;
}
.news-block .block-content-title.news-other {
  margin-bottom: 0;
}
.news-block .news-wrapper-selected {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
  margin-bottom: 16px;
  margin-top: -12px;
}
.news-block .news-wrapper-selected .news-item-selected {
  position: relative;
  border-radius: 8px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  padding: 8px;
}
.news-block .news-wrapper-selected .news-item-selected .news-item-selected-wrapper {
  position: relative;
}
.news-block .news-wrapper-selected .news-item-selected .news-item-selected-wrapper .news-selected-link {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 67%;
  background-position: center center;
  background-size: cover;
}
.news-block .news-wrapper-selected .news-item-selected .news-item-selected-wrapper .news-selected-link .news-selected-item-title {
  color: white;
  padding: 0 8px;
  font-size: 19px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
  width: 100%;
  text-wrap: balance;
}
.news-block .news-wrapper-selected .news-item-selected .news-item-selected-wrapper .news-selected-link .news-date {
  position: absolute;
  color: rgba(255, 255, 255, 0.7);
  bottom: 6px;
  right: 12px;
  font-size: 12px;
}
.news-block .news-wrapper-selected .news-item-selected .news-item-selected-wrapper .news-selected-link .news-image-cover {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
}
.news-block .news-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
}
.news-block .news-wrapper .news-item.state-2 {
  background: unset;
}
.news-block .news-wrapper .news-item {
  padding: 10px 10px 6px;
  line-height: 26px;
  font-size: 18px;
  display: flex;
  border-radius: 8px;
}
.news-block .news-wrapper .news-item .news-preview-wrapper {
  display: flex;
}
.news-block .news-wrapper .news-item .news-preview-wrapper .news-item-link {
  text-decoration: none;
  color: rgb(32, 33, 36);
  display: flex;
  flex-direction: column;
}
.news-block .news-wrapper .news-item .news-preview-wrapper .news-item-data {
  font-size: 13px;
  display: flex;
  opacity: 0.4;
  order: 3;
  line-height: 16px;
  margin-top: 6px;
}
.news-block .news-wrapper .news-item .news-preview-wrapper .news-item-title {
  font-weight: 600;
  order: 2;
  margin-bottom: 0;
}

@media screen and (min-width: 701px) and (max-width: 960px) {
  .news-block .news-wrapper-selected {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .news-block .news-wrapper-selected .news-item-selected .news-item-selected-wrapper .news-selected-link {
    padding-top: 60%;
  }
  .news-block .news-wrapper-selected .news-item-selected .news-item-selected-wrapper .news-selected-link .news-selected-item-title {
    font-size: 19px;
    line-height: 28px;
  }
}
@media screen and (min-width: 601px) and (max-width: 700px) {
  .news-block.news-block-first {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .news-block.news-block-first .news-section {
    background: none;
  }
  .news-block.news-block-first .news-wrapper {
    grid-template-columns: 1fr 1fr;
  }
  .news-block.news-block-first .news-wrapper .news-3 {
    display: none;
  }
  .news-block {
    padding: 0 16px 24px;
  }
  .news-block .news-wrapper-selected {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .news-block .news-wrapper-selected .news-item-selected .news-item-selected-wrapper .news-selected-link {
    padding-top: 67%;
  }
  .news-block .news-wrapper-selected .news-item-selected .news-item-selected-wrapper .news-selected-link .news-selected-item-title {
    font-size: 19px;
    line-height: 26px;
  }
  .news-block .news-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
}
@media screen and (max-width: 600px) {
  .news-block.news-block-first {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .news-block.news-block-first .news-section {
    background: none;
  }
  .news-block.news-block-first .news-wrapper {
    grid-template-columns: 1fr;
  }
  .news-block.news-block-first .news-wrapper .news-item {
    border-top: solid 2px rgba(0, 0, 0, 0.04);
  }
  .news-block.news-block-first .news-wrapper .news-item:first-of-type {
    border-top: none;
  }
  .news-block {
    padding: 0 16px 24px;
  }
  .news-block .news-wrapper-selected {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .news-block .news-wrapper-selected .news-item-selected .news-item-selected-wrapper .news-selected-link {
    padding-top: 60%;
  }
  .news-block .news-wrapper-selected .news-item-selected .news-item-selected-wrapper .news-selected-link .news-selected-item-title {
    font-size: 19px;
    line-height: 26px;
  }
  .news-block .news-wrapper {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 420px) {
  div.news-block {
    padding: 0 8px 24px;
  }
  div.news-block .news-wrapper-selected .news-item-selected .news-item-selected-wrapper .news-selected-link .news-selected-item-title {
    font-size: 18px;
    line-height: 26px;
  }
}
.bdy-container.bdy-container-first .block-content-title h2.content-title {
  font-weight: 300;
}

/* .checkBoxSquared */
.checkbox-wrapper-animated {
  --size: 1.2rem;
  --background: #fff;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 30px;
}
.checkbox-wrapper-animated *,
.checkbox-wrapper-animated *::after,
.checkbox-wrapper-animated *::before {
  box-sizing: border-box;
}
.checkbox-wrapper-animated input[type=checkbox] {
  visibility: hidden;
  display: none;
}
.checkbox-wrapper-animated .checkbox__label {
  width: var(--size);
}
.checkbox-wrapper-animated .checkbox__label:before {
  content: " ";
  display: block;
  height: var(--size);
  width: var(--size);
  position: absolute;
  top: calc(var(--size) * 0.125);
  left: 0;
  background: var(--background);
}
.checkbox-wrapper-animated .checkbox__label:after {
  content: " ";
  display: block;
  height: var(--size);
  width: var(--size);
  border: calc(var(--size) * 0.14) solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  transition: 200ms;
  position: absolute;
  top: calc(var(--size) * 0.3);
  left: 0;
  background: var(--background);
}
.checkbox-wrapper-animated .checkbox__label:after {
  transition: 100ms ease-in-out;
}
.checkbox-wrapper-animated .checkbox__input:checked ~ .checkbox__label:after {
  border-top-style: none;
  border-right-style: none; /* IE9 */
  transform: rotate(-45deg);
  height: calc(var(--size) * 0.5);
  border-color: green;
  border-width: 3px;
}
.checkbox-wrapper-animated .checkbox {
  position: relative;
  display: flex;
  cursor: pointer;
  /* Mobile Safari: */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.checkbox-wrapper-animated .checkbox__label:after:hover,
.checkbox-wrapper-animated .checkbox__label:after:active {
  border-color: green;
}
.checkbox-wrapper-animated .checkbox__label {
  margin-right: calc(var(--size) * 0.45);
}

/* end .checkBoxSquared */
.map-view-body {
  height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
}
.map-view-body .wp-site-blocks {
  flex-grow: 9;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
}
.map-view-body .wp-site-blocks .map-view-container {
  display: flex;
  flex-grow: 9;
  position: relative;
  width: 100%;
}
.map-view-body .wp-site-blocks .map-view-container .bdy-content {
  flex-grow: 9;
  display: flex;
  position: relative;
  width: 100%;
}
.map-view-body .wp-site-blocks .map-view-container .bdy-content .map-wrapper {
  flex-grow: 9;
  margin: 0;
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
}
.map-view-body .wp-site-blocks .map-view-container .bdy-content .map-wrapper .map-top-block.common {
  padding-bottom: 4px;
}
.map-view-body .wp-site-blocks .map-view-container .bdy-content .map-wrapper .map-top-block.custom {
  padding-bottom: 12px;
}
.map-view-body .wp-site-blocks .map-view-container .bdy-content .map-wrapper .map-top-block {
  position: absolute;
  top: 4px;
  z-index: 9;
  background: white;
  padding: 12px 16px;
  border-radius: 6px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  width: 85%;
  max-width: 420px;
}
.map-view-body .wp-site-blocks .map-view-container .bdy-content .map-wrapper .map-top-block .map-title {
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  text-align: center;
}
.map-view-body .wp-site-blocks .map-view-container .bdy-content .map-wrapper .map-top-block .map-title .title-link {
  color: black;
  text-decoration: none;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
}
.map-view-body .wp-site-blocks .map-view-container .bdy-content .map-wrapper .map-top-block .map-control.links .controls {
  padding-top: 3px;
}
.map-view-body .wp-site-blocks .map-view-container .bdy-content .map-wrapper .map-top-block .map-control.links .controls .link {
  display: flex;
  line-height: 30px;
  text-decoration: none;
  align-items: center;
  gap: 6px;
  color: rgba(0, 0, 0, 0.8);
}
.map-view-body .wp-site-blocks .map-view-container .bdy-content .map-wrapper .map-top-block .map-control.links .controls .link i {
  font-size: 16px;
  opacity: 0.7;
  color: #9c27b0;
}
.map-view-body .wp-site-blocks .map-view-container .bdy-content .map-wrapper .map-top-block .map-control.links .controls .link .label {
  font-size: 11px;
  text-transform: uppercase;
  border-bottom: 1px dotted;
  line-height: 18px;
}
.map-view-body .wp-site-blocks .map-view-container .bdy-content .map-wrapper .map-top-block .map-control {
  padding: 8px 0 0;
  box-sizing: border-box;
}
.map-view-body .wp-site-blocks .map-view-container .bdy-content .map-wrapper .map-top-block .map-control .controls {
  display: grid;
  grid-template-columns: fit-content(100px) fit-content(100px);
  grid-column-gap: 12px;
  white-space: nowrap;
  justify-content: center;
}
.map-view-body .wp-site-blocks .map-view-container .bdy-content .map-wrapper .ya-map-view {
  flex-grow: 9;
  margin: 0;
  position: relative;
  width: 100%;
}
.map-view-body .map-marker.single-point {
  display: block;
}
.map-view-body .map-marker.single-point .map-pin {
  position: relative;
}
.map-view-body .map-marker {
  position: relative;
}
.map-view-body .map-pin {
  transform: translate(-50%, -100%);
}
.map-view-body .circle.sight {
  color: #eb113e;
  border-color: #eb113e;
}
.map-view-body .circle.sight .circle-content {
  background-color: #eb113e;
}
.map-view-body .circle.inn {
  color: rgb(0, 66, 97);
  border-color: rgb(0, 66, 97);
}
.map-view-body .circle.inn .circle-content {
  background-color: rgb(0, 66, 97);
}
.map-view-body .circle.mixed {
  color: #9c27b0;
  border-color: #9c27b0;
}
.map-view-body .circle.mixed .circle-content {
  background-color: #9c27b0;
}
.map-view-body .circle {
  position: relative;
  width: 34px;
  height: 34px;
  color: black;
  border: 2px solid black;
  border-radius: 50%;
  background-color: #fff;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.map-view-body .circle-content {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  background-color: black;
  transform: translate3d(-50%, -50%, 0);
}
.map-view-body .circle-text {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
.map-view-body .popup::-webkit-scrollbar {
  display: none;
}
.map-view-body .popup {
  box-sizing: border-box;
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow: hidden;
  transform: translate(20px, -150px);
  cursor: pointer;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  overscroll-behavior: contain;
  touch-action: pan-y;
  width: 100%;
  max-width: 270px;
  min-width: 270px;
  height: 190px;
}
.map-view-body .popup__text {
  white-space: break-spaces;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  padding: 0;
  margin: 0;
  width: 100%;
}
.map-view-body .popup__text .text {
  position: relative;
  font-size: 15px;
  line-height: 20px;
  width: 100%;
  padding-top: 65%;
  margin-top: 20px;
}
.map-view-body .popup__text .text .title {
  margin-top: 0;
  position: absolute;
  top: 0;
  color: white;
  padding: 5px 8px 0;
  font-size: 12px;
  font-weight: 700;
  width: 100%;
  box-sizing: border-box;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  height: 60px;
  line-height: 18px;
  text-transform: uppercase;
}
.map-view-body .popup__text .text .img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: block;
  padding: 0;
  margin: 0;
  line-height: 0;
}
.map-view-body .popup__text .text .text-block {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  font-size: 14px;
  line-height: 17px;
  color: rgb(255, 255, 255);
  box-sizing: border-box;
  padding: 5px 8px 10px;
  display: flex;
  align-items: end;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}
.map-view-body .popup.sight {
  max-width: 300px;
  min-width: 300px;
  height: 220px;
}
.map-view-body .popup.inn .popup__text .text {
  padding-top: 60%;
}
.map-view-body .popup.inn .popup__text .text .down-line {
  position: absolute;
  bottom: 0px;
  line-height: 20px;
  font-size: 10px;
  color: rgb(255, 255, 255);
  box-sizing: border-box;
  padding: 0px 0 6px 6px;
  height: 40px;
  display: flex;
  align-items: end;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  left: 0px;
  right: 0px;
  justify-content: flex-start;
  text-transform: uppercase;
  gap: 10px;
}
.map-view-body .popup.inn .popup__text .text .price-block {
  position: absolute;
  bottom: 8px;
  right: 8px;
  width: 55px;
  height: 30px;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid white;
  border-radius: 12%;
  color: white;
  font-size: 12px;
  font-weight: 700;
  z-index: 9;
}
.map-view-body .popup.inn .popup__text .text .price-block .label {
  padding-left: 2px;
  font-size: 10px;
}
.map-view-body .popup__close {
  position: absolute;
  top: -4px;
  right: 5px;
  padding: 4px;
  cursor: pointer;
  border: none;
  outline: none;
}

.sight-block {
  margin-top: 16px;
}
.sight-block .sight-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
  padding: 0 12px;
}
.sight-block .sight-wrapper .sight-item {
  position: relative;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  padding: 8px;
  box-sizing: border-box;
}
.sight-block .sight-wrapper .sight-item .sight-link {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 65%;
  background: rgba(0, 0, 0, 0.1);
}
.sight-block .sight-wrapper .sight-item .sight-link .image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.sight-block .sight-wrapper .sight-item .sight-link .image-name {
  position: absolute;
  top: 0;
  color: white;
  padding: 6px 8px 0;
  font-size: 20px;
  font-weight: 700;
  width: 100%;
  box-sizing: border-box;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  height: 60px;
  line-height: 24px;
}
.sight-block .sight-wrapper .sight-item .sight-link .image-description {
  position: absolute;
  bottom: 0;
  line-height: 20px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  box-sizing: border-box;
  padding: 0 8px 8px;
  height: 80px;
  display: flex;
  align-items: end;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}

@media screen and (min-width: 700px) and (max-width: 1024px) {
  .sight-block {
    margin-top: 12px;
  }
  .sight-block .sight-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 699px) {
  .sight-block {
    margin-top: 12px;
  }
  .sight-block .sight-wrapper {
    display: grid;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 599px) {
  .sight-block .sight-wrapper {
    padding: 0 4px;
  }
}
.map-wrapper-embeded {
  width: 100%;
  height: 280px;
  position: relative;
  box-sizing: border-box;
  margin: 6px 0 0 0;
  display: flex;
  justify-content: center;
  padding: 0 16px;
  flex-direction: column;
  align-content: center;
  box-sizing: border-box;
}
.map-wrapper-embeded .map-address {
  font-size: 14px;
  line-height: 1.1em;
  padding: 4px 0;
}
.map-wrapper-embeded .ya-map-view {
  flex-grow: 9;
  margin: 0;
  width: 100%;
}
.map-wrapper-embeded .map-button {
  position: absolute;
  top: 8px;
  right: 26px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
}
.map-wrapper-embeded .map-button .button-link {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  padding: 2px 8px;
  background: white;
  border-radius: 8px;
}
.map-wrapper-embeded .map-button .button-link .text {
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  font-weight: 600;
}
.map-wrapper-embeded .map-button .button-link .fa-solid {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
}

body.inn-body.view header.hdr-low .hdr-content .hdr-title {
  display: none;
}

body.inn-body .wp-site-blocks {
  position: relative;
  z-index: 1;
}
body.inn-body header.hdr-low {
  background: transparent;
  position: absolute;
  z-index: 999999;
  left: 0;
  right: 0;
}
body.inn-body header.hdr-low .hdr-inner {
  max-width: 1340px;
  margin: 0 auto;
}
body.inn-body header.hdr-low .hdr-waves {
  display: none;
}

.inn-public-contact-block {
  width: 100%;
  max-width: 500px;
  margin: 24px auto 0;
}
.inn-public-contact-block .wrapper {
  background: rgba(0, 0, 0, 0.07);
  border-radius: 8px;
  padding: 8px 16px;
  line-height: 24px;
  font-size: 14px;
  margin: 0 8px;
}
.inn-public-contact-block .email {
  color: black;
}

@media screen and (max-width: 600px) {
  .content-inn-page div.block-content .block-image-qty {
    right: 12px;
  }
}
#dlg-inn-contact .form-inn-message {
  margin-top: -30px;
}
#dlg-inn-contact .form-inn-message .form-inn-fields {
  margin-bottom: 20px;
}

@media screen and (max-height: 610px) {
  #dlg-inn-contact {
    --header-spacing: 10px;
  }
  .inn-text::part(textarea) {
    max-height: 80px;
  }
}
.content-inn-page {
  position: relative;
  margin: 0;
}
.content-inn-page .hotel-widget {
  padding: 20px;
  box-sizing: border-box;
  background: #e7f6fd;
}
.content-inn-page .block-content {
  position: relative;
}
.content-inn-page .block-content .block-image-qty {
  position: absolute;
  z-index: 99;
  top: 8px;
  right: 25px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 6px;
  padding: 8px 10px;
  line-height: 1em;
  display: flex;
}
.content-inn-page .block-content .block-image-qty a {
  color: white;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  opacity: 0.8;
}
.content-inn-page .block-content .block-image-qty a .txt {
  font-size: 12px;
}
.content-inn-page .block-content .image-online-block {
  margin-top: -5px;
}
.content-inn-page .page-header {
  position: relative;
  width: 100%;
}
.content-inn-page .page-header .a-editor {
  display: block;
  position: absolute;
  right: 10px;
  bottom: 18px;
  line-height: 32px;
  font-size: 24px;
  text-decoration: none;
  color: white;
  cursor: pointer;
}
.content-inn-page .page-header .img-bg {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 50vh;
  max-height: 350px;
  display: block;
}
.content-inn-page .page-header .bg-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  margin: 0;
  padding: 0;
}
.content-inn-page .page-header .header-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  grid-template-rows: 3fr 1fr;
  display: grid;
  align-items: end;
  justify-items: center;
  padding-bottom: 16px;
}
.content-inn-page .page-header .block-content-title-contact {
  display: flex;
  justify-content: center;
  z-index: 99;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.content-inn-page .page-header .block-content-title-contact .contact-message-top.off {
  opacity: 0;
  transition: opacity 1s;
}
.content-inn-page .page-header .block-content-title-contact .contact-message-top {
  transition: opacity 1s;
  opacity: 1;
  background: white;
  padding: 6px 12px;
  font-size: 12px;
  border-radius: 6px;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
  color: rgb(0, 66, 97);
  letter-spacing: 0.7px;
}
.content-inn-page .page-header .block-content-title-contact .contact-phone-top {
  display: flex;
  gap: 12px;
  line-height: 32px;
}
.content-inn-page .page-header .block-content-title-contact .contact-phone-top .tg {
  color: white;
  text-decoration: none;
  font-size: 32px;
}
.content-inn-page .page-header .block-content-title-contact .contact-phone-top .call {
  color: white;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
}
.content-inn-page .page-header .block-content-title {
  text-align: center;
}
.content-inn-page .page-header .block-content-title .hotel-short {
  color: white;
  line-height: 1.4em;
  opacity: 0.85;
}
.content-inn-page .page-header .block-content-title .content-title {
  color: white;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4em;
  opacity: 1;
  text-wrap: balance;
}
.content-inn-page .page-header .block-content-title .price-block {
  font-weight: 500;
  color: white;
}
.content-inn-page .block-content .image-top-live-block {
  margin-top: 8px;
}
.content-inn-page .sights {
  position: relative;
  padding: 0 12px 8px;
}
.content-inn-page .sights .sights-header {
  line-height: 1em;
  margin: 0 0 12px;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
}
.content-inn-page .sights .sights-wrapper {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 12px;
       column-gap: 12px;
  row-gap: 8px;
  justify-content: center;
}
.content-inn-page .sights .sight-item {
  position: relative;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  padding: 4px 8px;
  display: flex;
}
.content-inn-page .sights .sight-item .sight-link {
  position: relative;
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: none;
}
.content-inn-page .sights .sight-item .sight-link i {
  color: #eb113e;
  padding-right: 4px;
  opacity: 0.9;
}
.content-inn-page .sights .sight-item .sight-link span {
  color: rgb(0, 0, 0);
}
.content-inn-page .inn-contact-block.off {
  display: flex;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 16px;
}
.content-inn-page .inn-contact-block.off .label {
  text-transform: uppercase;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.2);
  padding: 5px 10px;
  border-radius: 10px;
}
.content-inn-page .inn-contact-block {
  background: rgba(42, 171, 238, 0.1098039216);
  padding: 12px 0;
}
.content-inn-page .inn-contact-block .title {
  line-height: 1.4em;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
}
.content-inn-page .inn-contact-block .contacts {
  display: grid;
  grid-template-columns: fit-content(60%) fit-content(100px);
  justify-content: center;
  grid-column-gap: 16px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 8px;
  align-items: flex-start;
  line-height: 20px;
  padding: 0 12px;
}
.content-inn-page .inn-contact-block .contacts .name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content-inn-page .inn-contact-block .contacts .phone a.call {
  text-decoration: none;
  color: black;
  white-space: nowrap;
}
.content-inn-page .inn-price-block {
  background: rgba(42, 171, 238, 0.1098039216);
  padding: 12px 0;
  margin: 12px 0 0;
}
.content-inn-page .inn-price-block .price-main {
  display: grid;
  grid-template-columns: repeat(2, min-content);
  justify-content: center;
  grid-column-gap: 10px;
  line-height: 1.4em;
  opacity: 0.9;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}
.content-inn-page .inn-price-block .price-extra {
  display: grid;
  grid-template-columns: repeat(2, min-content);
  justify-content: center;
  grid-column-gap: 16px;
  font-size: 14px;
  margin-top: 12px;
  text-transform: lowercase;
  line-height: 1.8em;
}
.content-inn-page .inn-price-block .name {
  white-space: nowrap;
}
.content-inn-page .inn-price-block .price {
  white-space: nowrap;
}
.content-inn-page .inn-param-block {
  display: grid;
  grid-template-columns: repeat(4, min-content);
  grid-column-gap: 24px;
  justify-content: center;
  font-size: 16px;
  font-weight: 300;
  margin-top: 16px;
  text-transform: uppercase;
}
.content-inn-page .inn-param-block .param {
  display: flex;
  align-items: end;
  gap: 8px;
}
.content-inn-page .inn-param-block .param .value .label {
  padding-left: 6px;
}
.content-inn-page .inn-param-block .param .value .label sup {
  font-size: 12px;
}

@media screen and (max-width: 699px) {
  .content-inn-page .block-content .image-top-live-block {
    margin-top: 4px;
  }
}
@media screen and (min-width: 700px) and (max-width: 1023px) {
  .content-inn-page .block-content .image-top-live-block {
    margin-top: 6px;
  }
}
@media screen and (max-width: 500px) {
  .content-inn-page .inn-param-block {
    grid-template-columns: repeat(2, min-content);
  }
  .content-inn-page .inn-price-block .price-main {
    display: block;
  }
}
@media screen and (max-width: 360px) {
  .content-inn-page .page-header .block-content-title .content-title {
    font-size: 20px;
    line-height: 1.3em;
  }
}
@media screen and (max-width: 480px) {
  .bdy-container .geo-locality.header .geo-item.n7,
  .bdy-container .geo-locality.header .geo-item.n8,
  .bdy-container .geo-locality.header .geo-item.n9,
  .bdy-container .geo-locality.header .geo-item.n10 {
    display: none;
  }
  .bdy-container .content-inn.middle .block-content-title .content-info {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  .bdy-container .inn-other-block .inn-other-wrapper.odd {
    padding: 0 15px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 8px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .bdy-container .inn-other-block .inn-other-wrapper.odd .other-item {
    width: unset;
    max-width: unset;
  }
  .bdy-container .inn-other-block .inn-other-wrapper.odd .other-item.last {
    grid-column: 1/-1;
    padding-top: 50%;
    position: relative;
  }
  .bdy-container .inn-other-block .inn-other-wrapper.odd .other-item.last img.img-big {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
  .bdy-container .inn-other-block .inn-other-wrapper.odd .other-item.last img {
    display: none;
  }
}
.bdy-container .inn-other-block {
  margin-top: 25px;
  background: rgba(42, 171, 238, 0.1098039216);
  padding: 15px 0 15px;
}
.bdy-container .inn-other-block .inn-header {
  line-height: 1em;
  margin: 0 0 12px;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
}
.bdy-container .inn-other-block .inn-other-wrapper.single {
  display: block;
  padding: 0 15px;
}
.bdy-container .inn-other-block .inn-other-wrapper.single .other-item {
  display: block;
  width: 100%;
  max-width: 800px;
  position: relative;
  margin: 0 auto;
  padding-top: min(50%, 300px);
}
.bdy-container .inn-other-block .inn-other-wrapper.single .other-item img.img-big {
  display: block;
}
.bdy-container .inn-other-block .inn-other-wrapper.single .other-item img {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border: none;
}
.bdy-container .inn-other-block .inn-other-wrapper {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
}
.bdy-container .inn-other-block .inn-other-wrapper .other-item {
  width: 45%;
  display: block;
  max-width: 200px;
}
.bdy-container .inn-other-block .inn-other-wrapper .other-item img.img-big {
  display: none;
}
.bdy-container .inn-other-block .inn-other-wrapper .other-item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  border: 2px solid transparent;
}
.bdy-container .geo-locality-block {
  margin-top: 15px;
}
.bdy-container .geo-locality-block .geo-header {
  line-height: 1em;
  margin: 0 0 12px;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
}
.bdy-container .geo-locality {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  line-height: 0.8em;
  row-gap: 8px;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.bdy-container .geo-locality .geo-item.all {
  text-transform: uppercase;
  font-size: 10px;
  border: 2px rgba(0, 0, 0, 0.1) solid;
  background: white;
}
.bdy-container .geo-locality .geo-item.top .name {
  font-weight: 600;
}
.bdy-container .geo-locality .geo-item {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 300;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.06);
  padding: 8px 10px 8px 10px;
  border-radius: 20px;
  text-decoration: none;
  gap: 5px;
  line-height: 1em;
}
.bdy-container .geo-locality .geo-item .qty {
  position: relative;
  width: 15px;
  height: 15px;
  font-size: 8px;
  line-height: 1em;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  color: rgba(0, 0, 0, 0.3);
  font-weight: 700;
}
.bdy-container .content-inn.top.hotel {
  position: relative;
  right: unset;
  left: unset;
  padding: 0;
  margin: 15px 0 10px;
}
.bdy-container .content-inn.top {
  position: absolute;
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
  padding: 10px;
  align-items: center;
}
.bdy-container .content-inn.top .inn-hotels {
  display: flex;
  text-decoration: none;
  border: 1px solid rgb(25, 132, 183);
  padding: 0;
  z-index: 1;
  color: rgb(25, 132, 183);
  position: relative;
  align-items: center;
  box-sizing: border-box;
  height: 26px;
  border-radius: 4px;
}
.bdy-container .content-inn.top .inn-hotels .label {
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0 6px;
}
.bdy-container .content-inn.top .inn-hotels i {
  background: rgb(25, 132, 183);
  color: white;
  font-size: 14px;
  position: relative;
  display: flex;
  height: 100%;
  align-items: center;
  padding: 0 8px;
}
.bdy-container .content-inn.top .inn-hub {
  position: absolute;
  right: 10px;
  font-size: 8px;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.4);
  border: solid 1px rgba(0, 0, 0, 0.15);
  padding: 4px 8px;
  border-radius: 4px;
}
.bdy-container .content-inn.middle.hotels {
  margin-top: 0;
}
.bdy-container .content-inn.middle {
  padding-top: 5px;
  margin-top: 30px;
}
.bdy-container .content-inn.middle .block-content-title h2.content-title {
  font-weight: 500;
}
.bdy-container .content-inn.middle .map-button {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  margin-top: 8px;
  margin-bottom: 4px;
  padding: 2px 4px;
  border-radius: 8px;
}
.bdy-container .content-inn.middle .map-button .button-link {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  padding: 2px 8px;
  background: white;
  border-radius: 8px;
}
.bdy-container .content-inn.middle .map-button .button-link .text {
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  font-weight: 600;
}
.bdy-container .content-inn.middle .map-button .button-link .fa-solid {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
}
.bdy-container .block-content-title.inn.first {
  margin-top: 0;
  background: rgba(42, 171, 238, 0.1098039216);
  padding: 12px 0;
}
.bdy-container .block-content-title.inn.first h2.content-title {
  font-weight: 700;
}

.inn-block {
  margin-top: 16px;
}
.inn-block .inn-filter-block {
  padding: 20px 0 5px;
  min-height: 120px;
  background: #e7f6fd;
  margin-bottom: 15px;
}
.inn-block .inn-filter-block .filter-block.quality-block.hidden {
  opacity: 0;
  display: flex;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0s 0.3s;
}
.inn-block .inn-filter-block .filter-block.quality-block {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0s;
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
  margin-top: -10px;
  min-height: 33px;
  position: relative;
  align-items: center;
  gap: 10px;
}
.inn-block .inn-filter-block .filter-block .title {
  display: flex;
  justify-content: center;
  text-transform: uppercase;
  font-size: 14px;
}
.inn-block .inn-filter-block .filter-block .control {
  margin: 10px auto 20px;
  max-width: 500px;
  padding: 0 35px;
}
.inn-block .inn-filter-block .control .noUi-horizontal {
  height: 10px;
}
.inn-block .inn-filter-block .control .noUi-horizontal .noUi-handle {
  width: 25px;
  height: 25px;
  top: -8px;
  right: -12px;
  border-radius: 50%;
}
.inn-block .inn-filter-block .control .noUi-horizontal .noUi-handle::after,
.inn-block .inn-filter-block .control .noUi-horizontal .noUi-handle::before {
  display: none;
}
.inn-block .inn-filter-block .control .noUi-tooltip.notset {
  background: none;
}
.inn-block .inn-filter-block .control .noUi-tooltip {
  font-size: 12px;
  border: none;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 300;
  background: white;
  border-radius: 20px;
  padding: 6px 10px;
  display: flex;
  align-items: center;
}
.inn-block .inn-filter-block .control .noUi-connect {
  background: rgb(25, 132, 183);
}
.inn-block .inn-filter-block .control .noUi-target {
  border: none;
  box-shadow: none;
  background: rgba(0, 0, 0, 0.05);
}
.inn-block .inn-sort-block {
  margin-bottom: 12px;
}
.inn-block .inn-sort-block .inn-sort-wrapper {
  display: flex;
  gap: 12px;
  font-size: 12px;
  justify-content: center;
  text-transform: uppercase;
}
.inn-block .inn-sort-block .inn-sort-wrapper .sort-button.active {
  opacity: 1;
}
.inn-block .inn-sort-block .inn-sort-wrapper .sort-button.active i {
  color: rgb(25, 132, 183);
}
.inn-block .inn-sort-block .inn-sort-wrapper .sort-button.active .label {
  color: rgb(25, 132, 183);
}
.inn-block .inn-sort-block .inn-sort-wrapper .sort-button {
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  opacity: 0.5;
}
.inn-block .inn-sort-block .inn-sort-wrapper .sort-button i {
  color: black;
}
.inn-block .inn-wrapper.refresh {
  opacity: 0.1;
  transition: none;
  background: rgb(0, 0, 0);
}
.inn-block .inn-wrapper.refresh .inn-item {
  opacity: 0;
}
.inn-block .inn-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
  padding: 0 12px;
  opacity: 1;
  transition: opacity 0.15s;
}
.inn-block .inn-wrapper .inn-item {
  position: relative;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  padding: 8px;
  box-sizing: border-box;
}
.inn-block .inn-wrapper .inn-item .inn-link {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 65%;
  background: rgba(0, 0, 0, 0.1);
}
.inn-block .inn-wrapper .inn-item .inn-link .image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  filter: brightness(0.73);
}
.inn-block .inn-wrapper .inn-item .inn-link .image-name.hotel-name {
  flex-direction: column;
}
.inn-block .inn-wrapper .inn-item .inn-link .image-name.hotel-name .hotel-short {
  font-weight: 300;
  text-transform: none;
  line-height: 1.2em;
}
.inn-block .inn-wrapper .inn-item .inn-link .image-name {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  top: 0;
  bottom: 0;
  color: white;
  padding: 6px 8px 0;
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  box-sizing: border-box;
  line-height: 24px;
  text-transform: uppercase;
  text-wrap: balance;
}
.inn-block .inn-wrapper .inn-item .inn-link .price-block {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 70px;
  height: 40px;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid white;
  border-radius: 15%;
  color: white;
  font-size: 16px;
  font-weight: 700;
  z-index: 9;
}
.inn-block .inn-wrapper .inn-item .inn-link .price-block .label {
  padding-left: 2px;
  font-size: 12px;
}
.inn-block .inn-wrapper .inn-item .inn-link .down-line {
  position: absolute;
  bottom: 0;
  line-height: 20px;
  font-size: 12px;
  color: rgb(255, 255, 255);
  box-sizing: border-box;
  padding: 0 8px 8px;
  height: 40px;
  display: flex;
  align-items: end;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  left: 0;
  right: 0;
  justify-content: flex-start;
  text-transform: uppercase;
  gap: 10px;
}

@media screen and (min-width: 700px) and (max-width: 980px) {
  .inn-block {
    margin-top: 12px;
  }
  .inn-block .inn-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .inn-block .inn-wrapper .inn-item .inn-link .image-name {
    font-size: 18px;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 699px) {
  .inn-block {
    margin-top: 12px;
  }
  .inn-block .inn-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
    padding: 0 4px;
  }
  .inn-block .inn-wrapper .inn-item {
    padding: 5px;
  }
}
@media screen and (max-width: 599px) {
  .inn-block .inn-wrapper {
    padding: 0 4px;
  }
}
@media screen and (max-width: 599px) {
  .inn-block .inn-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    padding: 0 4px;
  }
  .inn-block .inn-wrapper .inn-item .inn-link .image-name {
    font-size: 18px;
    line-height: 1.5em;
  }
}/*# sourceMappingURL=dut_naseligere-public.css.map */