@charset "UTF-8";
.wow:not(.visible) {
  visibility: hidden;
}

/*.wow.animate__animated {
  opacity: 1;
  visibility: visible;
}*/
.hero-video {
  position: relative;
  padding: 92px 0;
}
.hero-video:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #00A88F 0%, #00A88F 100%);
  mix-blend-mode: multiply;
  display: block;
  z-index: 3;
}
.hero-video .container {
  position: relative;
  z-index: 4;
}
.hero-video .videobg-aspect {
  padding-bottom: 48.5%;
}
.hero-video h1 {
  color: #FFF;
  font-family: "Open Sans";
  font-size: 72px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -2.88px;
  max-width: 845px;
  margin: 0 auto;
}
.hero-video .icon {
  margin-bottom: 10px;
}
.hero-video .btn {
  margin-top: 60px;
  width: auto;
}

.btn.bg_white2 {
  padding: 16px 24px;
  background: #FFF;
  color: #000;
}
.btn.bg_white2:hover {
  opacity: 0.6 !important;
}
.btn.has_icon {
  display: inline-flex;
  align-items: center;
  column-gap: 10px;
}
.btn.bg_transparent {
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
  font-family: "Roboto";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  padding: 17px 24px;
}
.btn.bg_transparent:hover {
  opacity: 0.6 !important;
}

.img_animation {
  aspect-ratio: 652/516;
  position: relative;
}
.img_animation img {
  position: absolute;
}
.img_animation .img1 {
  z-index: 1;
  top: 7%;
  left: 9%;
  width: 57%;
}
.img_animation .img3 {
  left: 5.5%;
  bottom: 8%;
  width: 16.7%;
}
.img_animation .img2 {
  z-index: 2;
  top: 8.5%;
  right: 4.5%;
  width: 12.5%;
}
.img_animation .img4 {
  z-index: 4;
  left: 7.5%;
  bottom: 6%;
  width: 74.8%;
}
.img_animation .img5 {
  z-index: 5;
  left: 5.5%;
  bottom: 13.5%;
  width: 12.5%;
  mix-blend-mode: multiply;
}
.img_animation .img6 {
  z-index: 6;
  left: 16%;
  top: 18.5%;
  width: 11.8%;
}
.img_animation .img7 {
  z-index: 7;
  top: 26%;
  left: 23.3%;
  width: 27.6%;
}
.img_animation .img8 {
  z-index: 8;
  right: 5.5%;
  bottom: 5%;
  width: 33.1%;
}
.img_animation .img9 {
  z-index: 9;
  top: 8.8%;
  right: 6.9%;
  width: 46.6%;
}
.img_animation .img_pos1 {
  z-index: 1;
  left: 19.2%;
  top: 13.5%;
  width: 63.78%;
}
.img_animation .img_pos2 {
  z-index: 2;
  right: 3%;
  top: 4.3%;
  width: 10%;
}
.img_animation .img_pos3 {
  z-index: 3;
  left: 10.7%;
  top: 13%;
  width: 16.6%;
  mix-blend-mode: multiply;
}
.img_animation .img_pos4 {
  z-index: 4;
  right: 6.7%;
  bottom: 4.5%;
  width: 29.1%;
}
.img_animation .img_pos5 {
  z-index: 5;
  left: 0;
  top: 33%;
  width: 39.8%;
}
.img_animation .img_pos6 {
  z-index: 6;
  left: 11%;
  top: 38.8%;
  width: 9.7%;
}
.img_animation .img_pos7 {
  z-index: 7;
  left: 2.3%;
  bottom: 10.9%;
  width: 70.1%;
}
.img_animation .img_pos8 {
  z-index: 6;
  right: 8.2%;
  top: 9.5%;
  width: 34%;
}
.img_animation .img_pos9 {
  z-index: 6;
  right: 40.1%;
  bottom: 25.6%;
  width: 12%;
  mix-blend-mode: multiply;
}

.blocks_img {
  display: flex;
  flex-wrap: wrap;
  margin-top: 80px;
}
.blocks_img.full_width .text_img {
  flex: 0 0 100%;
  max-width: 100%;
  align-items: center;
}
.blocks_img.full_width .text_img.row_reverse .img {
  text-align: right;
}
.blocks_img.full_width .text_img .img {
  flex: 0 0 67%;
  max-width: 67%;
}
.blocks_img.full_width .text_img .text {
  flex: 0 0 33%;
  max-width: 33%;
}
.blocks_img h3 {
  color: #0A0A0A;
  font-family: "Aktiv Grotesk";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  /* 130% */
  margin-bottom: 8px;
}
.blocks_img .text_img {
  flex: 0 0 50%;
  max-width: 50%;
  display: flex;
  flex-wrap: wrap;
  color: #4F4F4F;
}
.blocks_img .text_img:nth-child(2) {
  flex-direction: row-reverse;
}
.blocks_img .text_img:nth-child(2) .text {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.blocks_img .text_img .img {
  flex: 0 0 64%;
  max-width: 64%;
}
.blocks_img .text_img .text {
  flex: 0 0 36%;
  max-width: 36%;
}

.notice {
  color: #000;
  margin-top: 100px;
  text-align: center;
  font-family: "Birthstone";
  font-size: 52px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}
.notice p,
.notice li {
  line-height: 1.2;
}

.subtitle_main.font46 {
  font-size: 46px;
}

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

@media (min-width: 992px) {
  .pad_r_md0 {
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  .blocks_img .text_img:nth-child(2) .img {
    margin-right: -31px;
    margin-left: 11px;
  }
  .blocks_img .text_img .content {
    margin: 0 -28px;
  }
}
@media (max-width: 1199px) {
  .blocks_img .text_img {
    flex: 0 0 100%;
    max-width: 738px;
    margin-left: auto;
    margin-right: auto;
  }
  .blocks_img .text_img .img,
  .blocks_img .text_img .text {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .hero-video h1 {
    font-size: 40px;
  }
  .blocks_img .text_img {
    row-gap: 30px;
  }
  .blocks_img .text_img + .text_img {
    margin-top: 30px;
  }
  .blocks_img .text_img .img,
  .blocks_img .text_img .text {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .notice {
    margin-top: 70px;
    font-size: 36px;
  }
}
.gap-22 {
  gap: 22px;
}

.publication_section {
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .publication_section .row.gap-22 {
    row-gap: 0;
  }
}
@media (max-width: 767px) {
  .publication_section .img_animation img {
    position: static;
  }
}

.people_section {
  background-color: #000;
}
.people_section .people_section__title {
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}
.people_section .people_player_wrap {
  display: flex;
  align-items: stretch;
  height: 490px;
  gap: 8px;
}
@media (max-width: 991px) {
  .people_section .people_player_wrap {
    height: auto;
    flex-direction: column;
    gap: 10px;
  }
}
.people_section .people_player_main {
  flex: 1 1 0;
  min-width: 0;
  height: 100%;
}
@media (max-width: 991px) {
  .people_section .people_player_main {
    aspect-ratio: 3/4;
  }
}
.people_section .people_iframe_wrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #000;
}
.people_section .people_iframe_wrap .people_poster,
.people_section .people_iframe_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.people_section .people_iframe_wrap iframe {
  border: 0;
}
.people_section .people_poster {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
}
.people_section .people_poster img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.people_section .people_poster_gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 65%;
  padding: 16px 16px 0 16px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}
.people_section .people_center_play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: background 0.15s, transform 0.15s;
}
.people_section .people_center_play:hover {
  background: #f0f0f0;
  transform: translate(-50%, -50%) scale(1.07);
}
.people_section .people_video_footer {
  position: relative;
  z-index: 2;
  padding: 14px 20px 16px;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.people_section .people_player_title {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 4px;
}
.people_section .people_player_channel {
  color: #D1D5DC;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  /* 133.333% */
}
.people_section .people_player_controls {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-bottom: 8px;
}
.people_section .ppl-ctrl {
  background: none;
  border: none;
  padding: 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
}
.people_section .ppl-ctrl.play-btn {
  height: 32px;
}
.people_section .people_sidebar {
  flex: 0 0 380px;
  width: 380px;
  height: 100%;
  min-height: 0;
  background: #2a2a2a;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@media (max-width: 991px) {
  .people_section .people_sidebar {
    flex: none;
    width: 100%;
    height: auto;
    max-height: 420px;
  }
}
.people_section .people_sidebar_header {
  box-sizing: border-box;
  padding: 14px 16px;
  border-bottom: 2px solid #00A88F;
  flex-shrink: 0;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  /* 142.857% */
}
.people_section .people_sidebar_scroll {
  min-height: 0;
  overflow-y: scroll;
  scrollbar-gutter: stable;
  scrollbar-width: thin;
  scrollbar-color: #00A88F var(--Colours-Grey-Grey-200, #DDD);
}
.people_section .people_sidebar_scroll::-webkit-scrollbar {
  width: 8px;
  height: 20px;
}
.people_section .people_sidebar_scroll::-webkit-scrollbar-track {
  background: var(--Colours-Grey-Grey-200, #DDD);
}
.people_section .people_sidebar_scroll::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background: var(--Brand-Colours-Primary-Primary, #00A88F);
  width: 6px;
  height: 20px;
}
.people_section .people_playlist_item {
  display: flex;
  gap: 12px;
  padding: 12px;
  cursor: pointer;
  transition: background 0.2s;
}
.people_section .people_playlist_item:hover, .people_section .people_playlist_item.active {
  background: var(--Background-Dark, #4F4F4F);
}
.people_section .people_playlist_item .thumb {
  position: relative;
  flex: 0 0 128px;
  width: 128px;
  height: 80px;
  overflow: hidden;
  background: #111;
}
.people_section .people_playlist_item .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.people_section .people_playlist_item .thumb .duration {
  position: absolute;
  bottom: 4px;
  right: 4px;
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  font-size: 11px;
  font-family: "Roboto", sans-serif;
  padding: 1px 5px;
  border-radius: 2px;
}
.people_section .people_playlist_item .info {
  flex: 1;
  min-width: 0;
}
.people_section .people_playlist_item .info .title {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  /* 142.857% */
  margin-bottom: 4px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.people_section .people_playlist_item .info .channel {
  color: var(--Brand-Colours-Primary-Primary, #00A88F);
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  /* 133.333% */
  margin-bottom: 4px;
}
.people_section .people_playlist_item .info .meta {
  color: var(--Background-Light, #D7D7D7);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  /* 133.333% */
}
.people_section .people_playlist_loading,
.people_section .people_playlist_note {
  color: #888;
  font-size: 13px;
  padding: 20px 16px;
  text-align: center;
}

.local_section {
  background-color: #DDD;
}
.local_section .row {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .local_section .row .col-md-4 {
    margin-bottom: 40px;
  }
}

.local-slider {
  margin: 0 auto;
}
.local-slider .slide {
  outline: none;
  padding: 15px;
  background: #fff;
  aspect-ratio: 623/450;
}
.local-slider .slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.local-slider .slick-dots {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  padding-left: 0px;
  list-style: none;
}
@media (max-width: 991px) {
  .local-slider .slick-dots {
    margin-top: 8px;
  }
}
.local-slider .slick-dots li {
  margin: 0;
}
@media (max-width: 991px) {
  .local-slider .slick-dots li {
    line-height: 0;
  }
}
.local-slider .slick-dots li button {
  padding: 0;
  border: none;
  background: transparent;
  font-size: 0 !important;
  outline: none;
  -webkit-appearance: none;
}
.local-slider .slick-dots li button:before {
  display: none !important;
}
.local-slider .slick-dots li:before {
  display: none !important;
  content: none !important;
}
.local-slider .slick-dots li::marker {
  display: none !important;
  content: none !important;
}
.local-slider .slick-dots li button {
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .local-slider .slick-dots li button {
    width: 6px;
    height: 6px;
  }
}
.local-slider .slick-dots li.slick-active button {
  width: 28px;
  height: 10px;
  background: var(--Brand-Colours-Primary-Primary, #00A88F);
  border-radius: 12px;
}
@media (max-width: 991px) {
  .local-slider .slick-dots li.slick-active button {
    width: 13.448px;
    height: 6.487px;
  }
}

.grid_gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 220px) repeat(2, 180px);
  gap: 14px;
  margin-top: 56px;
}
@media (max-width: 600px) {
  .grid_gallery {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 12px;
  }
  .grid_gallery .img {
    grid-column: auto !important;
    grid-row: auto !important;
    min-height: 220px;
  }
}
.grid_gallery .img {
  overflow: hidden;
}
.grid_gallery .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.grid_gallery .img.big-v1 {
  grid-row: 1/span 2;
  grid-column: 1/2;
}
.grid_gallery .img.big-v2 {
  grid-row: 1/span 2;
  grid-column: 3/4;
}
.grid_gallery .img.big-v3 {
  grid-row: 2/span 2;
  grid-column: 2/3;
}
.grid_gallery {
  /* велика горизонтальна */
}
.grid_gallery .img.big-main {
  grid-row: 3/span 2;
  grid-column: 3/span 2;
}

.page-template-90-year-anniversary#body .main_header .logo-annivesary {
  flex-shrink: 0;
}

:root {
  --header-h: 98px;
}

.page-template-90-year-anniversary section {
  scroll-margin-top: calc(var(--header-h) - 1px);
}

.main_block_90-years {
  padding-top: var(--header-h);
}

.admin-bar .main_header--aniversary {
  top: 30px;
}

.main_header--aniversary {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
}

#body .main_footer--anniversary .copy_line {
  border-top: none;
  padding-top: 28px;
  gap: 20px;
}
#body .main_footer--anniversary .copy_line p {
  font-size: 14px;
  line-height: 1.4;
  color: #4F4F4F;
}
#body .main_footer--anniversary .copy_line .social {
  flex-basis: auto;
  gap: 17px;
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
  margin-top: 0;
}
@media (max-width: 991px) {
  #body .main_footer--anniversary .copy_line .social {
    margin-inline: auto;
  }
}
#body .main_footer--anniversary .copy_line .social a {
  margin: 0 !important;
}
#body .main_footer--anniversary .copy_line .social a svg {
  display: block;
}
#body .main_footer--anniversary .copy_line .social a:hover {
  text-decoration: none;
}

/*# sourceMappingURL=90-years-style.css.map */
