@charset "UTF-8";
* {
  text-underline-offset: 3px;
}

.page-template-tpl-organisations .page-wrapper,
.single-organisation .page-wrapper {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
}

.title-cell {
  white-space: normal;
}

.organisation-swiper .swiper-slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bg-black.text-white * {
  color: #fff;
}

.site-logo {
  font-family: "vocondensed";
  font-size: 1.528rem;
  text-transform: uppercase;
  margin-bottom: -5px;
}
.site-logo:hover {
  text-decoration: none;
}

.index-logo {
  font-size: 1.428rem;
  margin-bottom: -7px;
}

.menu-burger {
  cursor: pointer;
  width: 22px;
  height: 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.menu-burger span {
  background-color: white;
  height: 2px;
  width: 100%;
  transition: all 0.3s ease;
}
.menu-burger:not(.collapsed) span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}
.menu-burger:not(.collapsed) span:nth-child(2) {
  opacity: 0;
}
.menu-burger:not(.collapsed) span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.page-title {
  font-size: clamp(3.75rem, 16vw, 7.7rem);
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  line-height: 1;
  position: relative;
  z-index: 1;
  letter-spacing: -0.03em;
}
.page-title a {
  text-decoration-thickness: 0.0325em;
}

@media (min-width: 1520px) {
  :root {
    font-size: clamp(1rem, 1vw, 2rem);
  }
}
.categories-menu {
  max-width: 500px;
}

.organisation-item a:hover,
.vacancy-item a:hover {
  text-decoration: none;
}
.organisation-item.card-view,
.vacancy-item.card-view {
  line-height: 1;
}
.organisation-item.card-view .title,
.vacancy-item.card-view .title {
  font-size: 1.166rem;
  padding-top: 5px;
  padding-bottom: 2px;
}
.organisation-item.card-view .info,
.vacancy-item.card-view .info {
  font-size: 0.625rem;
}
@media (min-width: 1200px) {
  .organisation-item.card-view .info,
  .vacancy-item.card-view .info {
    font-size: 0.875rem;
  }
}
.organisation-item.card-view .info > *,
.vacancy-item.card-view .info > * {
  padding-top: 4px;
  padding-bottom: 2px;
}
.organisation-item.list-view,
.vacancy-item.list-view {
  font-size: 0.625rem;
}
@media (min-width: 1200px) {
  .organisation-item.list-view,
  .vacancy-item.list-view {
    font-size: 1rem;
  }
}
.organisation-item.list-view:not(:last-child),
.vacancy-item.list-view:not(:last-child) {
  border-bottom: 1.5px solid #000;
}
.organisation-item.list-view .row,
.vacancy-item.list-view .row {
  transition: all 0.3s;
}
.organisation-item.list-view:hover .row,
.vacancy-item.list-view:hover .row {
  opacity: 0.5;
}

.organisation-list-wrapper {
  --bs-gutter-x: 5px;
}
.organisation-list-wrapper .row {
  --bs-gutter-x: 5px;
}
@media (min-width: 1200px) {
  .organisation-list-wrapper .row {
    --bs-gutter-x: 15px;
  }
}

.organisation-bio {
  font-size: 1.56rem;
  font-family: "vocondensed";
  line-height: 105%;
}
@media (min-width: 1200px) {
  .organisation-bio {
    font-size: 3rem;
  }
}

.organisation-info {
  font-size: 0.75rem;
  line-height: 1.2;
}
.organisation-info .title {
  font-size: 0.5rem;
  margin-bottom: 10px;
}
.organisation-info p:last-child {
  margin-bottom: 0;
}

.filter-item {
  color: #909090;
  cursor: pointer;
  text-underline-offset: 3px;
}
.filter-item:hover {
  text-decoration: underline;
}
.filter-item input {
  display: none;
}
.filter-item input:checked + .filter-name {
  color: #000;
  text-decoration: underline;
}

.text-underline {
  text-underline-offset: 3px;
  text-decoration: underline;
}

.h-100vh {
  height: 100svh;
}

.h-min-100vh {
  min-height: 100svh;
}

.swiper-pagination {
  bottom: 30px;
}

.swiper-pagination-bullet-active,
.swiper-pagination-bullet {
  background-color: transparent;
  padding: 4px;
  width: auto;
  height: auto;
  border-radius: 2px;
  margin: 0 1px !important;
  opacity: 1;
}
.swiper-pagination-bullet-active:after,
.swiper-pagination-bullet:after {
  content: "";
  display: block;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: #fff;
  opacity: 0.5;
}

.swiper-pagination-bullet-active::after {
  opacity: 1;
}

.cursor-pointer {
  cursor: pointer;
}

body.modal-open {
  overflow: inherit;
  padding-right: 0 !important;
}

.footer {
  font-size: 0.875rem;
}

.copyright {
  font-size: 0.625rem;
}

.page-wrapper {
  min-height: 100vh;
}

.btn-link {
  text-underline-offset: 3px;
}
.btn-link.is-active, .btn-link.active {
  text-decoration: underline;
}

.filters-toggle:hover, .filters-toggle:not(.collapsed) {
  text-decoration: underline;
}

.swiper-button-next,
.swiper-button-prev {
  color: #000;
  position: static;
  font-size: 1.125rem;
  width: auto;
  margin: 0;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.swiper .swiper-slide {
  height: auto;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.tab-content .tab-pane {
  display: none;
}

.tab-content .active {
  display: block;
}

.mobile-menu {
  font-size: 16px;
}

.single-vacancy .page-wrapper {
  display: flex;
  flex-direction: column;
}

.divider {
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  /* Высота полоски */
  background-color: black;
  /* Цвет полоски */
}

.vacancy-details-row ul {
  padding-left: 1.1em;
  list-style: none;
}
.vacancy-details-row ul li {
  position: relative;
}
.vacancy-details-row ul li:before {
  content: "— ";
  position: absolute;
  top: 0;
  left: -1em;
}

.hover-underline:hover {
  text-decoration: underline !important;
}

.hover-underline-none:hover {
  text-decoration: none !important;
}

.main-menu {
  text-transform: uppercase;
  min-height: 50px;
  font-size: 0.625rem;
}
@media (min-width: 1200px) {
  .main-menu {
    font-size: 1rem;
  }
}
.main-menu > *:not(:nth-child(1)) .menu-link {
  margin-left: -1px;
}
.main-menu .menu-link {
  display: block;
  padding-left: 1vw;
  padding-top: 5px;
  padding-bottom: 5px;
  transition: all 0.3s;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  border-right: 1px solid rgba(0, 0, 0, 0.5);
  border-left: 1px solid rgba(0, 0, 0, 0.5);
}
.main-menu .menu-link:hover, .main-menu .menu-link.is-active {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #000;
  border-color: #000;
  text-decoration: none;
}

.admin-bar .fixed-top,
.admin-bar .sticky-top {
  top: 32px;
}

.tabs .is-active {
  text-decoration: underline;
}
.tabs .is-active:hover {
  text-decoration: none;
}

.article-summary {
  max-width: 1000px;
}

.entry {
  line-height: 1;
}
.entry a:hover {
  text-decoration: none;
}
.entry .title {
  font-size: 1.166rem;
  padding-top: 5px;
  padding-bottom: 2px;
}
.entry.general.article .title {
  font-size: 2rem;
}
@media (min-width: 1200px) {
  .entry.general.article .title {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .entry .info {
    font-size: 0.875rem;
  }
}
.entry .info > * {
  padding-top: 4px;
  padding-bottom: 2px;
}

.news-excerp-gradient {
  background: rgb(115, 115, 115);
  background: linear-gradient(180deg, rgb(115, 115, 115) 0%, rgba(0, 0, 0, 0) 100%);
}

.pinned .article-summary {
  font-family: "vocondensed";
}
@media (min-width: 1200px) {
  .pinned .article-summary {
    font-size: 2rem;
  }
}

.article a:hover {
  text-decoration: none;
}
@media (min-width: 1200px) {
  .article .title {
    font-size: 3rem;
  }
}

@media (min-width: 1200px) {
  .article-similar .title {
    font-size: 2rem;
  }
}

.sticky-posts-slider .slide-content {
  background: linear-gradient(180deg, rgba(115, 115, 115, 0.5) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 70%, rgba(115, 115, 115, 0.5) 100%);
}
.sticky-posts-slider .title {
  max-width: 1600px;
  font-size: 2rem;
}
@media (min-width: 1200px) {
  .sticky-posts-slider .title {
    font-size: 4rem;
  }
}
.sticky-posts-slider .tags {
  color: #909090;
}

.post-content {
  --paddings: 20px;
  font-family: "vocondensed";
}
.post-content p {
  margin: 0 auto;
  padding: 0 var(--paddings);
  margin-bottom: 1em;
}
@media (min-width: 1200px) {
  .post-content > p,
  .post-content > .wp-block-quote > p {
    max-width: 50%;
  }
}
.post-content .wp-block-quote {
  padding-left: 50px;
}
@media (min-width: 1200px) {
  .post-content .wp-block-quote {
    padding-left: 100px;
  }
}
.post-content .wp-block-list {
  padding-left: 0;
  list-style: none;
  margin: 0 auto;
  margin-bottom: 1em;
}
@media (min-width: 1200px) {
  .post-content .wp-block-list {
    max-width: 50%;
  }
}
.post-content .wp-block-list li {
  position: relative;
  padding-left: calc(1.5em + var(--paddings));
  padding-right: var(--paddings);
  margin-bottom: 0.5em;
}
.post-content .wp-block-list li:before {
  content: "— ";
  position: absolute;
  top: 0;
  left: var(--paddings);
}

.credits {
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .credits {
    max-width: 50%;
  }
}

.single-post h1 {
  font-size: 3rem;
  max-width: 993px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1200px) {
  .single-post h1 {
    font-size: 4.5rem;
  }
}
.single-post.post-template-single-black h1 {
  margin-left: 0;
  margin-right: 0;
}

.wp-block-columns.is-layout-flex {
  -moz-column-gap: 15px;
       column-gap: 15px;
  row-gap: 0;
}

.search-container {
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
}
.search-container.is-active {
  visibility: visible;
  opacity: 1;
}

.search-input {
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 0 3px;
}

.search-arrow {
  background: url("../img/icons/arrow-search.svg") no-repeat top right;
}

.arrow-more {
  background: url("../img/icons/arrow-more.svg") no-repeat right 5px;
}

.fs-60 {
  font-size: 3.75rem;
}

.hide-scroll {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.hide-scroll::-webkit-scrollbar {
  display: none;
}

.white-gradient-end {
  position: relative;
}
.white-gradient-end:after {
  content: "";
  position: absolute;
  display: block;
  width: 15%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  right: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
}

.home .section .title {
  font-size: 1.5rem;
}
@media (min-width: 1200px) {
  .home .section .title {
    font-size: 3.75rem;
  }
}

.sticky-posts-slider img {
  transition: all 0.3s;
}
.sticky-posts-slider:hover img {
  filter: grayscale(1);
}

.gray-scale-halftone-hover {
  position: relative;
  display: block;
  overflow: hidden;
}
.gray-scale-halftone-hover img {
  display: block;
  width: 100%;
  height: auto;
  transition: filter 0.3s ease;
  z-index: 1;
}
.gray-scale-halftone-hover .halftone-img-wrapper {
  position: relative;
}
.gray-scale-halftone-hover .halftone-img-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, black 0%, transparent 100%);
  background-size: 4px 4px;
  mix-blend-mode: soft-light;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 2;
}
.gray-scale-halftone-hover:hover img {
  filter: grayscale(100%);
}
.gray-scale-halftone-hover:hover .halftone-img-wrapper:after {
  opacity: 1;
}

.entries-slider .swiper-pagination {
  position: static;
}

.is-flipped-h {
  transform: scale(-1, -1);
}

.hover-img-opacity img {
  transition: all 0.2s;
}
.hover-img-opacity:hover img {
  opacity: 0.7;
}

.wp-element-caption {
  font-family: "Apercu Condensed Pro", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #909090;
  text-align: center;
}

.lh-1-1 {
  line-height: 1.1;
}

.lh-1-2 {
  line-height: 1.2;
}

:where(.wp-block-columns) {
  margin: 0;
}

figure {
  margin-bottom: 15px;
}

p:last-of-type {
  margin-bottom: 0;
}

.post-excerpt {
  font-family: "vocondensed";
  font-size: 2.22rem;
  line-height: 1;
}

.object-position-center {
  -o-object-position: center;
     object-position: center;
}/*# sourceMappingURL=styles.css.map */