/*!*************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/swiper/swiper.css ***!
  \*************************************************************************************************************************/
/**
 * Swiper 12.0.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 18, 2025
 */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
/*!***************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/swiper/modules/effect-fade.min.css ***!
  \***************************************************************************************************/
.swiper-fade{&.swiper-free-mode{.swiper-slide{transition-timing-function:ease-out}}.swiper-slide{pointer-events:none;transition-property:opacity;.swiper-slide{pointer-events:none}}.swiper-slide-active{pointer-events:auto;& .swiper-slide-active{pointer-events:auto}}}
/*!*****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./usertpl/css/style.scss ***!
  \*****************************************************************************************************************/
@font-face {
  font-family: "Manege";
  src: local("Manege Light"), local("Manege-Light"), url(fonts/manege-light.woff2) format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DaxlinePro";
  src: local("DaxlinePro-Regular"), url(fonts/daxline-pro-regular.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DaxlinePro";
  src: local("DaxlinePro-ExtraBold"), url(fonts/daxline-pro-extrabold.woff2) format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DaxlinePro";
  src: local("DaxlinePro-Bold"), url(fonts/daxline-pro-bold.woff2) format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
:root {
  interpolate-size: allow-keywords;
  --primary: #0D3825;
  --secondary: #7D663C;
  --accent: #FFB347;
  --highlight: #A8D5BA;
  --surface: #F5E6D3;
  --muted: #C0C0C0;
}

*, *::before, *::after {
  box-sizing: border-box;
}

html.grayscale {
  filter: grayscale(100);
}

body {
  font-family: "DaxlinePro", sans-serif;
  margin: 0;
  background: #F7F4EE;
  display: flex;
  flex-direction: column;
  min-height: 100svh;
}

button {
  border: none;
  outline: none;
  padding: 0;
  background: none;
}

a {
  color: inherit;
  text-decoration: none;
}

address {
  font-style: normal;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: "Manege", serif;
}

.swiper-navigation-icon {
  display: none !important;
}

.container {
  max-width: 1432px;
  padding: 0 16px;
  margin: 0 auto;
}

.way {
  display: flex;
  gap: 7px;
}
.way .item {
  font-size: 15px;
  color: var(--secondary);
  position: relative;
}
@media (max-width: 976px) {
  .way .item {
    font-size: 13px;
  }
}
.way .item:not(.current) {
  padding-right: 12px;
  cursor: pointer;
}
.way .item:not(.current)::after {
  content: "";
  width: 5px;
  height: 14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: url(images/way-arrow.556089eee498580e46a7.svg) center/cover no-repeat;
}
.way .item.current {
  font-weight: 600;
}

.user-content {
  font-family: "DaxlinePro", sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}
@media (max-width: 976px) {
  .user-content {
    font-size: 14px !important;
  }
}
.user-content h1 {
  font-size: 32px !important;
  margin-bottom: 24px;
}
.user-content h2 {
  font-size: 24px !important;
  margin-bottom: 20px;
}
.user-content h3 {
  font-size: 20px !important;
  margin-bottom: 16px;
}
.user-content p {
  margin: 16px 0;
  background: none !important;
}
.user-content p:first-of-type {
  margin-top: 0;
}
.user-content p:last-of-type {
  margin-bottom: 0;
}
.user-content span {
  font-size: inherit !important;
}
.user-content ul {
  padding-left: 20px;
  margin-bottom: 24px;
}
.user-content ul li {
  position: relative;
  padding-left: 16px;
}
.user-content ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--brown-dark);
  position: absolute;
  top: 6px;
  left: 0;
}
.user-content ul li:not(:last-child) {
  margin-bottom: 4px;
}
.user-content img, .user-content iframe {
  max-width: 100% !important;
}
@media (max-width: 976px) {
  .user-content img, .user-content iframe {
    height: unset !important;
    aspect-ratio: 1/1;
    object-fit: cover;
  }
}

.section-title {
  line-height: 1;
  font-size: 48px;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 48px;
}
@media (max-width: 976px) {
  .section-title {
    font-size: 30px;
    margin-bottom: 24px;
  }
}

.items-grid {
  display: grid;
}
.items-grid.news {
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}
@media (max-width: 976px) {
  .items-grid.news {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}
.items-grid.workers {
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 976px) {
  .items-grid.workers {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}
.items-grid.posters {
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 976px) {
  .items-grid.posters {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}
.items-grid.gallery {
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 976px) {
  .items-grid.gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}

.swiper-pagination {
  display: flex;
  gap: 10px;
  z-index: 1;
}
@media (max-width: 576px) {
  .swiper-pagination {
    display: none;
  }
}
.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border-radius: 16px;
  border: 2px solid var(--secondary);
  transition: height 0.2s, width 0.2s;
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  width: 40px;
}

figure {
  margin: 0;
}
figure.table table, figure.table th, figure.table td {
  border: 1px solid black;
  border-collapse: collapse;
  width: 100%;
}
figure.image {
  clear: both;
  display: table;
  margin: 0.9em auto;
}
figure.image.image-style-align-left {
  float: left;
  margin: 3px 10px 0 0;
}
figure.image.image-style-align-right {
  float: right;
  margin: 3px 0 0 10px;
}
figure.image.image-style-block-align-right {
  margin-left: auto;
  margin-right: 0;
}
figure.image.image-style-block-align-left {
  margin-left: 0;
  margin-right: auto;
}
figure.image img {
  max-width: 100%;
  height: auto;
}

.news-item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
  border-radius: 6px;
  position: relative;
  padding: 32px;
  overflow: hidden;
  transition: transform 0.2s ease-out;
}
@media (max-width: 976px) {
  .news-item {
    padding: 20px;
    height: 280px;
  }
}
.news-item:hover {
  transform: translateY(-4px);
}
.news-item:hover::before {
  transform: scale(1.25);
}
.news-item:hover .content .item-title {
  color: var(--accent);
}
.news-item:hover .content .bottom .link .text {
  color: #FFFFFF;
}
.news-item:hover .content .bottom .link svg {
  transform: translateX(4px);
}
.news-item:hover .content .bottom .link svg path {
  fill: #FFFFFF;
}
.news-item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(13, 56, 37, 0.05) 10%, #0D3825 100%);
  border-radius: 16px;
  transition: transform 0.5s;
}
.news-item .content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
  z-index: 1;
}
.news-item .content .item-title {
  font-family: "DaxlinePro", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
  color: var(--surface);
  margin-bottom: 32px;
  transition: color 0.2s ease-out;
}
@media (max-width: 976px) {
  .news-item .content .item-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.news-item .content .bottom {
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-item .content .bottom .pubdate {
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1;
}
@media (max-width: 976px) {
  .news-item .content .bottom .pubdate {
    gap: 6px;
  }
}
.news-item .content .bottom .pubdate .date {
  font-family: "Manege", serif;
  font-size: 36px;
}
@media (max-width: 976px) {
  .news-item .content .bottom .pubdate .date {
    font-size: 22px;
  }
}
.news-item .content .bottom .pubdate .month, .news-item .content .bottom .pubdate .year {
  display: block;
  line-height: 1;
}
@media (max-width: 976px) {
  .news-item .content .bottom .pubdate .month, .news-item .content .bottom .pubdate .year {
    font-size: 12px;
  }
}
.news-item .content .bottom .link {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-right: 8px;
  transition: margin 0.2s ease-out;
}
@media (max-width: 976px) {
  .news-item .content .bottom .link {
    display: none;
  }
}
.news-item .content .bottom .link .text {
  font-size: 16px;
  line-height: 1;
  color: var(--muted);
  transition: color 0.2s ease-out;
}
@media (max-width: 976px) {
  .news-item .content .bottom .link .text {
    font-size: 14px;
  }
}
.news-item .content .bottom .link svg {
  transition: transform 0.4s ease-out;
}
.news-item .content .bottom .link svg path {
  transition: fill 0.2s ease-out;
}

.poster-item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 520px;
  border-radius: 6px;
  position: relative;
  padding: 36px 28px;
  overflow: hidden;
}
@media (max-width: 976px) {
  .poster-item {
    height: 280px;
    padding: 20px 16px;
  }
}
.poster-item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(13, 56, 37, 0.4) 10%, rgba(13, 56, 37, 0.85) 100%);
  backdrop-filter: blur(2px);
  border-radius: 16px;
  transition: transform 0.5s;
}
.poster-item .content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  height: 100%;
  z-index: 1;
}
.poster-item .content .top {
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.poster-item .content .top .pubdate {
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1;
}
@media (max-width: 976px) {
  .poster-item .content .top .pubdate {
    gap: 6px;
  }
}
.poster-item .content .top .pubdate .date {
  font-family: "Manege", serif;
  font-size: 36px;
}
@media (max-width: 976px) {
  .poster-item .content .top .pubdate .date {
    font-size: 22px;
  }
}
.poster-item .content .top .pubdate .month, .poster-item .content .top .pubdate .year {
  display: block;
  line-height: 1;
}
@media (max-width: 976px) {
  .poster-item .content .top .pubdate .month, .poster-item .content .top .pubdate .year {
    font-size: 12px;
  }
}
.poster-item .content .top .age {
  font-family: "Manege", serif;
  font-size: 32px;
  line-height: 1;
}
@media (max-width: 976px) {
  .poster-item .content .top .age {
    font-size: 24px;
  }
}
.poster-item .content .info {
  margin-top: auto;
  margin-bottom: 40px;
  opacity: 0.8;
}
.poster-item .content .info .info-row {
  font-size: 14px;
  color: #FFFFFF;
}
@media (max-width: 976px) {
  .poster-item .content .info .info-row {
    font-size: 11px;
  }
}
.poster-item .content .info .info-row .value {
  font-weight: 700;
}
.poster-item .content .item-title {
  font-family: "DaxlinePro", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
  color: var(--surface);
  transition: color 0.2s ease-out;
}
@media (max-width: 976px) {
  .poster-item .content .item-title {
    font-size: 20px;
  }
}

.worker-item {
  background: #FBFAF7;
  padding: 32px 24px;
  border-radius: 6px;
}
@media (max-width: 976px) {
  .worker-item {
    padding: 20px 16px;
  }
}
.worker-item .image-wrap {
  width: 200px;
  height: 200px;
  padding: 5px;
  border: 2px solid var(--primary);
  border-radius: 50%;
  margin: 0 auto 32px;
}
@media (max-width: 976px) {
  .worker-item .image-wrap {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
  }
}
.worker-item .image-wrap .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.worker-item .worker-name {
  font-family: "DaxlinePro", sans-serif;
  min-height: 58px;
  font-size: 24px;
  line-height: 1.2;
  color: var(--secondary);
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 976px) {
  .worker-item .worker-name {
    font-size: 15px;
    margin-bottom: 12px;
    min-height: 48px;
  }
}
.worker-item .position {
  font-size: 18px;
  min-height: 40px;
  font-weight: 700;
  color: var(--primary);
  text-align: center;
  line-height: 1.1;
}
@media (max-width: 976px) {
  .worker-item .position {
    font-size: 13px;
    min-height: 36px;
  }
}

.gallery-item {
  border-radius: 4px;
}
.gallery-item .image {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 4px;
}
@media (max-width: 976px) {
  .gallery-item .image {
    height: unset;
    aspect-ratio: 1/1;
  }
}

.poster-page .content {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 32px;
}
@media (max-width: 976px) {
  .poster-page .content {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.poster-page .content .image-wrap {
  width: 100%;
  height: 565px;
}
.poster-page .content .image-wrap .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 976px) {
  .poster-page .content .poster-info {
    margin-bottom: 16px;
  }
}
.poster-page .content .poster-info .info-row {
  font-size: 18px;
}
@media (max-width: 976px) {
  .poster-page .content .poster-info .info-row {
    font-size: 12px;
  }
}
.poster-page .content .poster-info .info-row .name {
  color: var(--secondary);
}
.poster-page .content .poster-info .info-row .value {
  color: var(--primary);
}
.poster-page .content .poster-info .age {
  font-family: "Manege", serif;
  font-size: 48px;
  color: var(--primary);
  line-height: 1;
  margin: 12px 0;
  padding: 8px;
}

.worker-page .content {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 48px;
}
@media (max-width: 976px) {
  .worker-page .content {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.worker-page .content .image-wrap {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  border: 4px solid var(--primary);
  padding: 2px;
}
.worker-page .content .image-wrap .image {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.worker-page .content .text {
  padding-top: 8px;
}
.worker-page .content .text .position {
  font-size: 24px;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 24px;
}

html[lang=kk] .header .wrapper .logo {
  gap: 16px;
}
html[lang=kk] .header .wrapper .logo .text {
  font-size: 16px;
  max-width: 175px;
}
@media (max-width: 976px) {
  html[lang=kk] .header .wrapper .logo .text {
    font-size: 12px;
    max-width: 130px;
  }
}
html[lang=kk] .header .wrapper .menu .list .item .link {
  padding: 2px 6px;
}

.header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  padding: 18px 0;
  z-index: 10;
  background: url(images/small-bg.0f3d3170fa0244ed5557.webp) center/cover no-repeat;
}
.header.no-bg {
  background: none;
}
.header .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #FFFFFF;
}
@media (max-width: 1360px) {
  .header .wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 976px) {
  .header .wrapper {
    justify-content: flex-start;
  }
}
.header .wrapper .logo {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 976px) {
  .header .wrapper .logo {
    gap: 10px;
  }
}
.header .wrapper .logo .image {
  width: 82px;
  height: 64px;
  object-fit: cover;
}
@media (max-width: 976px) {
  .header .wrapper .logo .image {
    width: 60px;
    height: 46px;
  }
}
.header .wrapper .logo .text {
  font-family: "Manege", serif;
  font-size: 18px;
  line-height: 1.1;
  max-width: 285px;
}
@media (max-width: 976px) {
  .header .wrapper .logo .text {
    font-size: 12px;
    max-width: 130px;
  }
}
@media (max-width: 1360px) {
  .header .wrapper .menu {
    width: 100%;
    order: 1;
    margin-top: 20px;
  }
}
@media (max-width: 976px) {
  .header .wrapper .menu {
    display: none;
  }
}
.header .wrapper .menu .list {
  display: flex;
  gap: 4px;
}
@media (max-width: 1360px) {
  .header .wrapper .menu .list {
    justify-content: flex-end;
  }
}
.header .wrapper .menu .list .item {
  position: relative;
}
.header .wrapper .menu .list .item.active .sublist {
  opacity: 1;
  visibility: visible;
  top: 27px;
}
.header .wrapper .menu .list .item.active .link {
  color: var(--accent);
}
.header .wrapper .menu .list .item.active .link::after {
  transform: scaleX(0.5);
}
.header .wrapper .menu .list .item .link {
  padding: 2px 10px;
  position: relative;
  transition: color 0.2s;
}
.header .wrapper .menu .list .item .link::after {
  content: "";
  height: 1px;
  width: 100%;
  background-color: var(--accent);
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scaleX(0);
  transition: transform 0.2s;
}
@media (hover: hover) {
  .header .wrapper .menu .list .item .link:hover {
    color: var(--accent);
  }
  .header .wrapper .menu .list .item .link:hover::after {
    transform: scaleX(0.5);
  }
}
.header .wrapper .menu .list .item .sublist {
  opacity: 0;
  visibility: hidden;
  background-color: #5C896E;
  padding: 20px 24px;
  border-radius: 6px;
  position: absolute;
  top: 32px;
  left: 0;
  transition: 0.2s ease-out;
  border-bottom: 2px solid var(--highlight);
}
.header .wrapper .menu .list .item .sublist .subitem {
  line-height: 1;
}
.header .wrapper .menu .list .item .sublist .subitem:not(:last-child) {
  margin-bottom: 15px;
}
.header .wrapper .menu .list .item .sublist .subitem .sublink {
  display: inline-block;
  font-size: 16px;
  white-space: nowrap;
  transition: color 0.2s ease-out;
}
.header .wrapper .menu .list .item .sublist .subitem .sublink:hover {
  color: var(--accent);
}
.header .wrapper .lang-switch {
  display: flex;
  gap: 14px;
  padding: 10px 14px;
  border: 1px solid var(--secondary);
  border-radius: 6px;
}
@media (max-width: 976px) {
  .header .wrapper .lang-switch {
    flex-direction: column;
    padding: 7px 4px;
    gap: 10px;
    border-radius: 6px;
    order: 1;
  }
}
.header .wrapper .lang-switch .link {
  line-height: 1;
  height: 12px;
}
@media (max-width: 976px) {
  .header .wrapper .lang-switch .link {
    font-size: 12px;
    height: 10px;
  }
}
.header .wrapper .lang-switch .link.active {
  font-weight: 700;
  color: #FFB347;
}
.header .wrapper .mobile-menu-button {
  display: none;
  width: 46px;
  height: 46px;
  border-radius: 4px;
  border: 1px solid var(--secondary);
  margin-left: auto;
  margin-right: 12px;
}
.header .wrapper .mobile-menu-button.active .ham {
  transform: rotate(45deg);
}
.header .wrapper .mobile-menu-button.active .top {
  stroke-dashoffset: -64px;
}
.header .wrapper .mobile-menu-button.active .middle {
  transform: rotate(90deg);
}
.header .wrapper .mobile-menu-button.active .bottom {
  stroke-dashoffset: -64px;
}
.header .wrapper .mobile-menu-button .line {
  fill: none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: var(--accent);
  stroke-width: 5.5;
  stroke-linecap: round;
}
.header .wrapper .mobile-menu-button .top {
  stroke-dasharray: 40 160;
}
.header .wrapper .mobile-menu-button .middle {
  stroke-dasharray: 40 142;
  transform-origin: 50%;
  transition: transform 400ms;
}
.header .wrapper .mobile-menu-button .bottom {
  stroke-dasharray: 40 85;
  transform-origin: 50%;
  transition: transform 400ms, stroke-dashoffset 400ms;
}
@media (max-width: 976px) {
  .header .wrapper .mobile-menu-button {
    display: flex;
  }
}
.header .wrapper .mobile-menu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 100%;
  height: calc(100svh - 82px);
  left: 0;
  top: 82px;
  background-color: rgba(13, 56, 37, 0.95);
  backdrop-filter: blur(100px);
  transition: opacity 0.2s, visibility 0.2s;
  padding: 44px 24px;
}
.header .wrapper .mobile-menu.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.header .wrapper .mobile-menu.active .list {
  transform: translateY(0);
  opacity: 1;
  transition: 0.4s;
  transition-delay: 0.1s;
}
.header .wrapper .mobile-menu.active .socials {
  opacity: 1;
  transition-delay: 0.3s;
}
.header .wrapper .mobile-menu .list {
  transform: translateY(30px);
  opacity: 0;
  transition: 0.1s;
  margin-bottom: 36px;
}
.header .wrapper .mobile-menu .list .item.opened {
  border-bottom-color: var(--accent);
}
.header .wrapper .mobile-menu .list .item.opened .link .icon {
  transform: rotate(45deg);
}
.header .wrapper .mobile-menu .list .item.opened .sublist {
  height: auto;
  opacity: 1;
  visibility: visible;
  transition: 0.3s ease;
}
.header .wrapper .mobile-menu .list .item:not(:last-child) {
  margin-bottom: 18px;
  border-bottom: 1px solid rgba(245, 230, 211, 0.1);
}
.header .wrapper .mobile-menu .list .item .link {
  -webkit-tap-highlight-color: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: var(--surface);
  padding-bottom: 14px;
}
.header .wrapper .mobile-menu .list .item .icon {
  transition: transform 0.2s ease-out;
}
.header .wrapper .mobile-menu .list .item .sublist {
  padding-left: 10px;
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease;
}
.header .wrapper .mobile-menu .list .item .sublist .subitem {
  margin-bottom: 10px;
}
.header .wrapper .mobile-menu .list .item .sublist .subitem .sublink {
  font-size: 16px;
  font-weight: 700;
}
.header .wrapper .mobile-menu .socials {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--secondary);
  border-radius: 8px;
  opacity: 0;
  transition: opacity 0.2s;
}
.header .wrapper .mobile-menu .socials .item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
}
.header .wrapper .mobile-menu .socials .item:not(:last-child) {
  border-right: 1px solid var(--secondary);
}

.main .posters-promo {
  height: 100svh;
  background: url(images/bg.82c88c12bfcf31ad731a.webp) center/cover no-repeat;
  padding-top: 220px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .main .posters-promo {
    padding-top: 190px;
  }
}
@media (max-width: 976px) {
  .main .posters-promo {
    padding-top: 120px;
    height: auto;
  }
}
.main .posters-promo::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -260px;
  right: -535px;
  background: url(images/bg-circles.dd34868c03b921116f55.svg) center/cover no-repeat;
  opacity: 0.7;
  animation: rotate 60s linear infinite;
}
.main .posters-promo .container {
  position: relative;
}
.main .posters-promo .container .posters-slider .item {
  display: flex;
  gap: 60px;
  padding-left: 64px;
  opacity: 0 !important;
  visibility: hidden !important;
}
@media (max-width: 976px) {
  .main .posters-promo .container .posters-slider .item {
    padding-left: 0;
    gap: 16px;
    padding-bottom: 120px;
  }
}
.main .posters-promo .container .posters-slider .item.swiper-slide-active {
  opacity: 1 !important;
  visibility: visible !important;
}
.main .posters-promo .container .posters-slider .item.swiper-slide-active .image-wrap {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.5s, opacity 0.5s;
  transition-delay: 0.1s;
}
.main .posters-promo .container .posters-slider .item .image-wrap {
  transform: translateY(24px);
  opacity: 0;
  transition: transform 0.1s, opacity 0.1s;
}
.main .posters-promo .container .posters-slider .item .image-wrap .image {
  width: 425px;
  height: 600px;
  object-fit: cover;
}
@media (max-width: 1600px) {
  .main .posters-promo .container .posters-slider .item .image-wrap .image {
    width: 355px;
    height: 500px;
  }
}
@media (max-width: 976px) {
  .main .posters-promo .container .posters-slider .item .image-wrap .image {
    width: 140px;
    height: 200px;
  }
}
.main .posters-promo .container .posters-slider .item .content {
  padding-top: 24px;
}
@media (max-width: 976px) {
  .main .posters-promo .container .posters-slider .item .content {
    padding-top: 0;
  }
}
.main .posters-promo .container .posters-slider .item .content .poster-title {
  font-family: "Manege", serif;
  line-height: 1.2;
  font-size: 56px;
  color: var(--surface);
  text-transform: uppercase;
  margin-bottom: 72px;
}
@media (max-width: 1600px) {
  .main .posters-promo .container .posters-slider .item .content .poster-title {
    font-size: 48px;
    margin-bottom: 48px;
  }
}
@media (max-width: 976px) {
  .main .posters-promo .container .posters-slider .item .content .poster-title {
    font-size: 22px;
    margin-bottom: 12px;
  }
}
@media (max-width: 976px) {
  .main .posters-promo .container .posters-slider .item .content .poster-info {
    margin-bottom: 16px;
  }
}
.main .posters-promo .container .posters-slider .item .content .poster-info .info-row {
  font-size: 22px;
}
@media (max-width: 1600px) {
  .main .posters-promo .container .posters-slider .item .content .poster-info .info-row {
    font-size: 18px;
  }
}
@media (max-width: 976px) {
  .main .posters-promo .container .posters-slider .item .content .poster-info .info-row {
    font-size: 12px;
  }
}
.main .posters-promo .container .posters-slider .item .content .poster-info .info-row .name {
  color: var(--muted);
}
.main .posters-promo .container .posters-slider .item .content .poster-info .info-row .value {
  color: #FFFFFF;
}
.main .posters-promo .container .posters-slider .item .content .poster-info .age {
  font-family: "Manege", serif;
  font-size: 60px;
  color: #FFFFFF;
  line-height: 1;
  margin-top: 32px;
  padding: 8px;
}
@media (max-width: 976px) {
  .main .posters-promo .container .posters-slider .item .content .poster-info .age {
    position: absolute;
    font-size: 12px;
    bottom: 160px;
    left: 97px;
    margin: 0;
    background-color: rgba(13, 56, 37, 0.8);
    backdrop-filter: blur(2px);
    border-radius: 4px;
  }
}
.main .posters-promo .container .posters-slider .item .content .poster-link {
  padding: 18px 32px;
  border: 1px solid var(--highlight);
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  margin-top: 64px;
}
@media (max-width: 976px) {
  .main .posters-promo .container .posters-slider .item .content .poster-link {
    font-size: 12px;
    padding: 12px 16px;
  }
}
.main .posters-promo .container .posters-slider .item .content .poster-link .text {
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  height: 12px;
  color: var(--highlight);
}
@media (max-width: 976px) {
  .main .posters-promo .container .posters-slider .item .content .poster-link .text {
    height: 9px;
  }
}
@media (max-width: 976px) {
  .main .posters-promo .container .posters-slider .item .content .poster-link svg {
    width: 6px;
    height: 10px;
  }
}
.main .posters-promo .container .socials {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 16px;
  z-index: 2;
}
@media (max-width: 976px) {
  .main .posters-promo .container .socials {
    display: none;
  }
}
.main .posters-promo .container .socials .item {
  width: 40px;
  height: 40px;
  border: 1px solid var(--secondary);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s ease-out;
  opacity: 0.8;
}
.main .posters-promo .container .socials .item svg path {
  transition: 0.2s ease-out;
}
.main .posters-promo .container .socials .item:hover {
  border-color: var(--accent);
  transform: scale(1.02);
  opacity: 1;
}
.main .posters-promo .container .socials .item:hover svg path {
  fill: var(--accent);
}
.main .posters-promo .swiper-pagination {
  flex-direction: column;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
}
.main .posters-promo .swiper-pagination-bullet {
  border: 2px solid var(--highlight);
}
.main .posters-promo .swiper-pagination-bullet-active {
  width: 16px;
  height: 40px;
}
.main .posters-promo .swiper-navigation {
  display: flex;
  align-items: center;
  gap: 20px;
  position: absolute;
  right: 48px;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 976px) {
  .main .posters-promo .swiper-navigation {
    gap: 12px;
    right: 50%;
    transform: translateX(50%);
    bottom: 32px;
  }
}
.main .posters-promo .swiper-navigation button {
  cursor: pointer;
}
@media (max-width: 976px) {
  .main .posters-promo .swiper-navigation button svg {
    width: 40px;
  }
}
.main .posters-promo .swiper-navigation .fraction {
  font-family: "Manege", serif;
  font-size: 32px;
  color: var(--muted);
}
@media (max-width: 976px) {
  .main .posters-promo .swiper-navigation .fraction {
    font-size: 22px;
  }
}
.main .posters-promo .swiper-navigation .fraction span:first-child {
  margin-right: 4px;
}
.main .posters-promo .swiper-navigation .fraction span:last-child {
  margin-left: 4px;
}
.main .latest-posters {
  padding-top: 92px;
}
@media (max-width: 976px) {
  .main .latest-posters {
    padding-top: 64px;
  }
}
.main .latest-posters .swiper-bottom {
  margin-top: 24px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 576px) {
  .main .latest-posters .swiper-bottom {
    justify-content: center;
  }
}
.main .latest-posters .swiper-bottom .swiper-navigation {
  display: flex;
  align-items: center;
  gap: 12px;
}
.main .latest-posters .swiper-bottom .swiper-navigation button {
  height: 16px;
  cursor: pointer;
}
.main .latest-news {
  padding-top: 92px;
}
@media (max-width: 976px) {
  .main .latest-news {
    padding-top: 64px;
  }
}
.main .latest-workers .section-title {
  padding-top: 92px;
}
@media (max-width: 976px) {
  .main .latest-workers .section-title {
    padding-top: 64px;
  }
}
.main .latest-workers .workers-slider {
  padding-bottom: 92px;
}
@media (max-width: 976px) {
  .main .latest-workers .workers-slider {
    padding-bottom: 64px;
  }
}
.main .latest-workers .workers-slider .swiper-bottom {
  margin-top: 24px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 576px) {
  .main .latest-workers .workers-slider .swiper-bottom {
    justify-content: center;
  }
}
.main .latest-workers .workers-slider .swiper-bottom .swiper-navigation {
  display: flex;
  align-items: center;
  gap: 12px;
}
.main .latest-workers .workers-slider .swiper-bottom .swiper-navigation button {
  height: 16px;
  cursor: pointer;
}
.main .useful-resources {
  padding-bottom: 60px;
}
.main .useful-resources .items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media (max-width: 976px) {
  .main .useful-resources .items {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}
.main .useful-resources .items .item {
  height: 160px;
}
@media (max-width: 976px) {
  .main .useful-resources .items .item {
    height: 78px;
  }
}
.main .useful-resources .items .item .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2px;
}
.main .page {
  padding: 140px 0 90px;
}
@media (max-width: 976px) {
  .main .page {
    padding: 120px 0 60px;
  }
}
.main .page .page-title {
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 48px;
}
@media (max-width: 976px) {
  .main .page .page-title {
    font-size: 30px;
    margin-bottom: 24px;
  }
}
.main .page .subsections-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
@media (max-width: 976px) {
  .main .page .subsections-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}
.main .page .subsections-items .subsection-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Manege", serif;
  font-size: 28px;
  color: var(--surface);
  padding: 20px 48px;
  background-color: var(--primary);
  border-radius: 6px;
  position: relative;
  line-height: 1.2;
}
@media (max-width: 976px) {
  .main .page .subsections-items .subsection-item {
    font-size: 18px;
    padding: 20px 8px;
    text-align: center;
    justify-content: center;
    line-height: 1.1;
  }
}
@media (hover: hover) {
  .main .page .subsections-items .subsection-item:hover {
    color: var(--accent);
  }
  .main .page .subsections-items .subsection-item:hover .title {
    transform: translateX(-16px);
  }
  .main .page .subsections-items .subsection-item:hover .arrow {
    opacity: 1;
    right: 32px;
  }
}
.main .page .subsections-items .subsection-item::before, .main .page .subsections-items .subsection-item::after {
  content: "";
  width: 100%;
  height: 12px;
  background: url(images/ornament.82175cfd4123d3fdbff0.webp) center/contain repeat;
  position: absolute;
  left: 0;
  opacity: 0.2;
}
.main .page .subsections-items .subsection-item::before {
  top: 0;
  border-radius: 8px 8px 0 0;
}
.main .page .subsections-items .subsection-item::after {
  bottom: 0;
  border-radius: 0 0 8px 8px;
}
.main .page .subsections-items .subsection-item .title {
  transition: transform 0.2s ease-out;
}
.main .page .subsections-items .subsection-item .arrow {
  position: absolute;
  right: 40px;
  opacity: 0;
  transition: opacity 0.1s ease-out, right 0.2s ease-out;
  margin-top: 4px;
}
.main .page .parent-sections {
  display: flex;
  gap: 30px;
  margin-bottom: 40px;
  border-bottom: 2px solid var(--muted);
  padding: 4px 0;
  overflow-x: auto;
}
@media (max-width: 976px) {
  .main .page .parent-sections {
    margin-bottom: 28px;
  }
}
.main .page .parent-sections::-webkit-scrollbar {
  display: none;
}
.main .page .parent-sections .section {
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--primary);
  position: relative;
  white-space: nowrap;
}
@media (max-width: 976px) {
  .main .page .parent-sections .section {
    font-size: 16px;
  }
}
.main .page .parent-sections .section.active {
  font-weight: 700;
}
.main .page .parent-sections .section.active::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  border-bottom: 2px solid var(--primary);
  bottom: -6px;
  left: 0;
}

.footer {
  padding: 64px 0;
  background: url(images/small-bg.0f3d3170fa0244ed5557.webp) center/cover no-repeat;
  color: #FFFFFF;
  margin-top: auto;
}
@media (max-width: 976px) {
  .footer {
    padding: 40px 0;
  }
}
.footer .row {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 976px) {
  .footer .row {
    flex-wrap: wrap;
  }
}
.footer .row:first-child {
  margin-bottom: 64px;
}
@media (max-width: 976px) {
  .footer .row:first-child {
    margin-bottom: 32px;
  }
}
.footer .row .logo {
  display: flex;
  gap: 16px;
  align-items: center;
}
@media (max-width: 976px) {
  .footer .row .logo {
    margin-bottom: 32px;
  }
}
.footer .row .logo .image {
  width: 97px;
  height: 76px;
  object-fit: cover;
}
@media (max-width: 976px) {
  .footer .row .logo .image {
    width: 72px;
    height: 56px;
  }
}
.footer .row .logo .text {
  font-family: "Manege", serif;
  font-size: 20px;
  line-height: 1.1;
  max-width: 220px;
}
@media (max-width: 976px) {
  .footer .row .logo .text {
    font-size: 15px;
    max-width: 260px;
  }
}
.footer .row .phones-block {
  display: flex;
  gap: 60px;
  padding-top: 10px;
}
@media (max-width: 976px) {
  .footer .row .phones-block {
    width: 100%;
    flex-wrap: wrap;
    gap: 24px;
  }
}
@media (max-width: 976px) {
  .footer .row .phones-block .phone-block {
    width: 100%;
  }
}
.footer .row .phones-block .phone-block .link {
  display: block;
  font-family: "Manege", serif;
  font-size: 32px;
  line-height: 1;
  color: var(--surface);
  margin-bottom: 4px;
}
@media (max-width: 976px) {
  .footer .row .phones-block .phone-block .link {
    font-size: 24px;
  }
}
.footer .row .phones-block .phone-block .title {
  display: block;
  font-size: 18px;
}
@media (max-width: 976px) {
  .footer .row .phones-block .phone-block .title {
    font-size: 14px;
  }
}
@media (max-width: 976px) {
  .footer .row .contacts {
    margin-bottom: 20px;
  }
}
.footer .row .contacts .item {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 976px) {
  .footer .row .contacts .item {
    font-size: 14px;
  }
  .footer .row .contacts .item:not(:last-child) {
    margin-bottom: 12px;
  }
}
.footer .row .contacts .item .address, .footer .row .contacts .item .link {
  display: inline-block;
}
.footer .row .socials {
  display: flex;
  gap: 12px;
}
@media (max-width: 976px) {
  .footer .row .socials {
    margin: 0 auto 32px;
  }
}
.footer .row .socials .item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--secondary);
  border-radius: 50%;
  transition: 0.2s ease-out;
}
.footer .row .socials .item svg path {
  transition: 0.2s ease-out;
}
.footer .row .socials .item:hover {
  border-color: var(--accent);
  transform: scale(1.05) translateY(-2px);
}
.footer .row .socials .item:hover svg path {
  fill: var(--accent);
}
.footer .row .developer {
  text-align: end;
}
@media (max-width: 976px) {
  .footer .row .developer {
    text-align: center;
    font-size: 14px;
    margin: 0 auto;
  }
}

@keyframes rotate {
  from {
    rotate: 0;
  }
  to {
    rotate: 360deg;
  }
}
