.admin-bar .header{
  top: 53px;
}
.admin-bar .header.floating.header-show{
  top: 32px;
}
.admin-bar .fancybox__container {
  margin-top: 32px;
}
.header.floating.header-show {
  padding: 10px 0;
  top: 0;
  margin: 0;
  background-color: #202020;
}
.breadcrumbs {
  padding-top: calc(73px + 53px);
}




@media screen and (max-width: 600px) {
  .admin-bar .header.floating.header-show{
    top: 46px;
  }
  .admin-bar .breadcrumbs {
    padding-top: calc(60px + 46px);
  }
  #wpadminbar {
      position: fixed;
  }
  .admin-bar .fancybox__container {
    margin-top: 46px;
  }
}



.select,
select,
.select__item,
.wpcf7-form-control-wrap {
  width: 100%;
}
.wpcf7 form .wpcf7-response-output {
  display: none!important
}
.grecaptcha-badge {
	display: none!important;
}


/* Контейнер контента */
.entry-content,
.the-content,
.wp-block-post-content,
.item__middle {
  word-wrap: break-word;
}

/* Заголовки */
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin: 2em 0 1em;
}

/* Абзацы */
.entry-content p {
  margin: 1.2em 0;
}

/* Списки */
.entry-content ul,
.entry-content ol {
  margin: 1.2em 0 1.2em 2em;
  padding-left: 0;
}

.entry-content ul li,
.entry-content ol li {
  margin-bottom: 0.5em;
}

/* Цитаты */
.entry-content blockquote {
  margin: 1.5em 0;
  padding: 0.5em 1.5em;
  border-left: 4px solid #ccc;
  color: #666;
  font-style: italic;
}


.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1em;
}

.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1em;
}

/* Таблицы */
.entry-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 2em 0;
  margin-top: 40px;
}

.table {
  margin-top: 40px;
}

.entry-content table th
.entry-content table td {
  border: 1px solid #ccc;
  padding: 0.75em;
  text-align: left;
}

/* Подписи */
.wp-caption {
  text-align: center;
  margin: 1.5em 0;
}

.wp-caption img {
  margin-bottom: 0.5em;
}

.wp-caption-text,
.wp-block-image figcaption {
  font-size: 0.9em;
  color: #666;
  text-align: center;
}
.entry-content ul {
  list-style-type: disc;
  padding-left: 0.4em;
  color: #BDBDBD;
}

.entry-content ol {
  list-style-type: decimal;
  padding-left: 1.5em;
}

.entry-content ul ul,
.entry-content ol ol {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding-left: 1.5em;
  list-style-type: circle; /* вложенные элементы */
}

.table {
  position: relative;
  max-width: 100%;
}

@media (max-width: 766px) {
  .table {
  overflow-x: auto;

}
}


table {
  width: 100%!important;
  color: #202020;
  border-radius: 20px;
  color: #fff;
  border: 1px solid #383838;
}

thead tr {
  background-color: #1a1a1a;
  text-align: center;
  font-weight: 500;
}

td, th {
  border: 1px solid #383838;
  border-collapse: collapse;
  padding: 16px;
}
td strong {
  font-weight: 500;
  line-height: 120%;
}


table mark {
  padding: 3px 8px;
  display: inline-block;
  vertical-align: super;
  background-color: #891F7F;
  font-size: 14px;
  color: black;
  border-radius: 100px;
}

.search-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  pointer-events: none;
}

.search-modal__overlay {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  inset: 0;
  transition: background-color 0.4s ease;
}

.search-modal__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  opacity: 0;
  transition: all 0.4s ease;
  width: 90%;
  max-width: 600px;
}

.search-modal.active {
  pointer-events: all;
}

.search-modal.active .search-modal__overlay {
  background-color: rgba(0, 0, 0, 0.85);
}

.search-modal.active .search-modal__inner {
  top: 30%;
  transform: translate(-50%, 0) scale(1);
  opacity: 1;
}

/* Стили формы */
.search-modal__form {
  display: flex;
  gap: 10px;
}

.search-modal__form input {
  flex: 1;
  padding: 15px;
  font-size: 18px;
  border: none;
  border-radius: 5px;
  background-color: #202020;
  color: #bdbdbd;
}

.search-modal__form input::placeholder {
  color: #bdbdbd;
}

.search-modal__form button {
  padding: 15px 20px;
  background: #891F7F;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
  white-space: nowrap;
}

.error-404 {
  text-align: center;
  min-height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 0;
}
.error-404__inner .title {
  font-size: 36px;
  margin-bottom: 20px;
}
.error-404__inner p {
  font-size: 18px;
  color: #bdbdbd;
  margin-bottom: 30px;
}
.error-404__inner .button {
  display: inline-block;
  background-color: #891F7F;
  color: #fff;
  padding: 12px 24px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
}


div.footer {
  display: none;
}


.geos {
  max-width: 100vw;
  overflow: hidden;
}

.geos-map {
  position: relative;
  transform: scale(1.3);
  width: 784px;
  max-width: 784px;
}
.geos-map__places {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.geos-map__place {
  cursor: pointer;
  position: absolute;
  display: flex;
  align-items: flex-start;
  gap: 6px;
}
.geos-map__place:first-child {
  top: 435px;
  left: 88px;
}
.geos-map__place:nth-child(2) {
  top: 471px;
  left: 155px;
}
.geos-map__place:nth-child(3) {
  top: 500px;
  left: 220px;
}
.geos-map__place:nth-child(4) {
  top: 370px;
  left: 190px;
}
.geos-map__place:nth-child(5) {
  top: 320px;
  left: 230px;
}
.geos-map__place:nth-child(6) {
  top: 440px;
  left: 240px;
}
.geos-map__place:nth-child(7) {
  top: 414px;
  left: 340px;
}
.geos-map__place:nth-child(8) {
  top: 174px;
  left: 370px;
}
.geos-map__place:nth-child(9) {
  top: 240px;
  left: 350px;
}
.geos-map__place:nth-child(10) {
  top: 290px;
  left: 325px;
}
.geos-map__place:nth-child(11) {
  top: 363px;
  left: 357px;
}
.geos-map__place:nth-child(12) {
  top: 260px;
  left: 585px;
}
.geos-map__place:nth-child(13) {
  top: 315px;
  left: 538px;
}
.geos-map__place:hover .geos-map__label {
  color: #891f7f;
}
.geos-map__place:hover .geos-map__icon svg {
  transform: translateY(-5px);
}
.geos-map__place:hover .geos-map__bootom::after {
  left: 100%;
}
.geos-map__icon {
  position: relative;
}
.geos-map__icon svg {
  position: relative;
  z-index: 1;
  transition: 0.5s ease-in-out;
}
.geos-map__bootom {
  overflow: hidden;
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 21px;
  height: 21px;
  transform: translateX(-50%);
  border-radius: 18px;
  border: 4px solid #555555;
  background: #891f7f;
  -webkit-backdrop-filter: blur(2.4692738056px);
          backdrop-filter: blur(2.4692738056px);
}
.geos-map__bootom::after {
  content: "";
  position: absolute;
  display: block;
  pointer-events: none;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  transition: 0.5s ease-in-out;
}
.geos-map__label {
  padding: 3px 0;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.263px;
  text-transform: uppercase;
  transition: 0.5s ease-in-out;
}

.geos__map {
  display: none;
}

@media (max-width: 1024px) {
  .geos__right {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .geos-map {
    transform: scale(1);
  }
}
@media (max-width: 784px) {
  .geos-map {
    display: none;
  }
  .geos__map {
    display: flex;
  }
}/*# sourceMappingURL=maps.css.map */