@charset "UTF-8";
.single-page {
  width: 100%;
}

.hero-h {
  min-height: 613px;
  max-height: 613px;
  overflow: hidden;
}
@media (min-width: 767px) {
  .hero-h {
    min-height: 580px;
    max-height: 580px;
    overflow: hidden;
  }
}
@media (min-width: 1023px) {
  .hero-h {
    min-height: 580px;
    max-height: 580px;
    overflow: hidden;
  }
}
@media (min-width: 1199px) {
  .hero-h {
    min-height: 493px;
    overflow: hidden;
  }
}

.hero-section {
  overflow: hidden;
  height: 100vh;
  min-height: 900px;
}
@media (min-width: 1199px) {
  .hero-section {
    height: 493px;
    min-height: 493px;
  }
}
@media (min-width: 2249px) {
  .hero-section {
    max-height: 100%;
  }
}
@media (min-width: 1023px) {
  .hero-section .row {
    justify-content: space-between;
  }
}
@media (min-width: 1199px) {
  .hero-section .row {
    flex-wrap: nowrap;
  }
}
.hero-section .col-content {
  max-width: 549px;
  width: 100%;
}
.hero-section .content {
  width: 100%;
}
.hero-section .content .logo {
  margin-bottom: 60px;
}
.hero-section .content .title, .hero-section .content .subtitle {
  color: #fff;
}
.hero-section .content h1.title {
  margin-bottom: 12px;
}
@media (min-width: 1199px) {
  .hero-section .content h1.title {
    padding-top: 10px;
    margin-bottom: 24px;
  }
}
.hero-section .content span.slogan {
  margin-bottom: 24px;
}
.hero-section .content p.subtitle {
  font-family: "Inerta-Regular", sans-serif;
  font-size: 1.25rem;
  color: #fff;
  line-height: 25px;
  margin-bottom: 60px;
}
@media (min-width: 1199px) {
  .hero-section .content p.subtitle {
    margin-bottom: 0;
  }
}
@media (min-width: 1023px) {
  .hero-section .hide-pc {
    display: none;
  }
}
.hero-section .hide-mob {
  display: none;
}
@media (min-width: 1023px) {
  .hero-section .hide-mob {
    display: block;
  }
}
.hero-section .col-img {
  max-width: 363px;
}
.hero-section .col-img .logo {
  max-width: 300px;
  width: 100%;
  margin-bottom: 60px;
}
@media (min-width: 1199px) {
  .hero-section .col-img .logo {
    margin-bottom: 80px;
  }
}
.hero-section .col-img .logo img {
  max-width: 100%;
  height: auto;
}
.hero-section .col-event {
  max-width: 576px;
  width: 100%;
  background: rgb(22, 22, 22);
  border-radius: 20px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}
@media (min-width: 767px) {
  .hero-section .col-event {
    max-width: 48%;
  }
}
@media (min-width: 1199px) {
  .hero-section .col-event {
    max-width: 576px;
    padding: 48px;
    gap: 60px;
  }
}
.hero-section .col-event .date-wrapper {
  padding: 10px 16px;
  border-radius: 100px;
  overflow: hidden;
  background: linear-gradient(90deg, #7c4a3a 0%, #583377 50%, #4c2bb3 100%);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.hero-section .col-event .date-wrapper .year, .hero-section .col-event .date-wrapper .current-event {
  font-family: "Inerta-Regular", sans-serif;
  font-size: 0.875rem;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
}
.hero-section .col-event .date-wrapper .date span {
  font-family: "Inerta-Regular", sans-serif;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0%;
  color: #474646;
  font-size: 1rem;
}
.hero-section .col-event .date-wrapper .circle {
  display: inline-block;
  background-color: #fff;
  width: 3px;
  height: 3px;
  border-radius: 100px;
}
.hero-section .col-event h3, .hero-section .col-event p {
  color: #fff;
}
.hero-section .col-event h3 {
  margin-bottom: 18px;
}
@media (min-width: 1199px) {
  .hero-section .col-event h3 {
    margin-bottom: 20px;
  }
}
.hero-section .col-event .link-wrapper {
  width: 100%;
}
.hero-section .col-event .link-wrapper .link-to {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Inerta-Regular", sans-serif;
  font-size: 1.125rem;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FF9500;
}
@media (min-width: 767px) {
  .hero-section .col-event .link-wrapper .link-to {
    font-size: 1.25rem;
  }
}
.hero-section .col-event .link-wrapper .link-to svg {
  transition: transform 0.5s ease;
}
.hero-section .col-event .link-wrapper .link-to:hover svg {
  transform: translateX(5px);
}

.pro-events {
  padding: 60px 0;
}
@media (min-width: 1199px) {
  .pro-events {
    padding: 60px 0 120px 0;
  }
}
.pro-events .title-wrapper {
  width: 100%;
  margin-bottom: 40px;
}
@media (min-width: 1199px) {
  .pro-events .title-wrapper {
    margin-bottom: 60px;
  }
}
@media (min-width: 767px) {
  .pro-events .gap40 {
    gap: 24px;
  }
}
@media (min-width: 1199px) {
  .pro-events .gap40 {
    gap: 40px;
  }
}
.pro-events .col-event {
  max-width: 576px;
  width: 100%;
  background: rgb(22, 22, 22);
  border-radius: 20px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}
@media (min-width: 767px) {
  .pro-events .col-event {
    max-width: 48%;
  }
}
@media (min-width: 1199px) {
  .pro-events .col-event {
    max-width: 576px;
    padding: 48px;
    gap: 60px;
  }
}
.pro-events .col-event .date-wrapper {
  padding: 10px 16px;
  border-radius: 100px;
  overflow: hidden;
  background: linear-gradient(90deg, #7c4a3a 0%, #583377 50%, #4c2bb3 100%);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.pro-events .col-event .date-wrapper .year, .pro-events .col-event .date-wrapper .current-event {
  font-family: "Inerta-Regular", sans-serif;
  font-size: 0.875rem;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
}
.pro-events .col-event .date-wrapper .circle {
  display: inline-block;
  background-color: #fff;
  width: 3px;
  height: 3px;
  border-radius: 100px;
}
.pro-events .col-event h3, .pro-events .col-event p {
  color: #fff;
}
.pro-events .col-event h3 {
  margin-bottom: 18px;
}
@media (min-width: 1199px) {
  .pro-events .col-event h3 {
    margin-bottom: 20px;
  }
}
.pro-events .col-event .link-wrapper {
  width: 100%;
}
.pro-events .col-event .link-wrapper .link-to {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Inerta-Regular", sans-serif;
  font-size: 1.125rem;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FF9500;
}
@media (min-width: 767px) {
  .pro-events .col-event .link-wrapper .link-to {
    font-size: 1.25rem;
  }
}
.pro-events .col-event .link-wrapper .link-to svg {
  transition: transform 0.5s ease;
}
.pro-events .col-event .link-wrapper .link-to:hover svg {
  transform: translateX(5px);
}

.subscribe-another {
  padding: 60px 0;
  background-image: url("../../assets/images/about/img-bg-section.jpg");
  background-repeat: no-repeat;
  background-position: -480px 0;
  background-size: cover;
}
@media (min-width: 767px) {
  .subscribe-another {
    background-position: -50px 0px;
  }
}
@media (min-width: 1199px) {
  .subscribe-another {
    padding: 100px 0 120px 0;
    background-position: 0 0;
  }
}
@media (min-width: 1199px) {
  .subscribe-another .row {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
}
.subscribe-another .gap40 {
  gap: 0;
}
@media (min-width: 1199px) {
  .subscribe-another .gap40 {
    gap: 40px;
  }
}
.subscribe-another .logo-wrapper {
  width: 100%;
  margin-bottom: 24px;
}
@media (min-width: 1199px) {
  .subscribe-another .logo-wrapper {
    max-width: 202px;
  }
}
.subscribe-another .content {
  width: 100%;
}
@media (min-width: 1199px) {
  .subscribe-another .content {
    max-width: 808px;
  }
}
.subscribe-another h3, .subscribe-another p {
  color: #fff;
  width: 100%;
}
.subscribe-another h3 {
  margin-bottom: 12px;
}
@media (min-width: 1199px) {
  .subscribe-another h3 {
    font-size: 1.875rem;
  }
}
.subscribe-another p {
  font-size: 1.125rem;
  line-height: 120%;
  font-family: "Inerta-Regular", sans-serif;
  font-weight: normal;
}
@media (min-width: 1199px) {
  .subscribe-another p {
    font-size: 1.25rem;
  }
}
.subscribe-another .newsletter-form-wrap {
  margin-top: 40px;
}
@media (min-width: 1199px) {
  .subscribe-another .newsletter-form-wrap {
    margin-top: 60px;
  }
}
.subscribe-another .newsletter-form-wrap .wpcf7-form {
  max-width: 1052px;
}
.subscribe-another .newsletter-form-wrap .newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 991px) {
  .subscribe-another .newsletter-form-wrap .newsletter-form {
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    gap: 40px;
  }
}
.subscribe-another .newsletter-form-wrap .newsletter-input-wrap {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  padding: 0 0 0 24px;
}
.subscribe-another .newsletter-form-wrap .mail-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23555' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='4' width='20' height='16' rx='2'/%3E%3Cpath d='m22 7-10 5L2 7'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.subscribe-another .newsletter-form-wrap .wpcf7-form-control-wrap {
  flex: 1;
}
.subscribe-another .newsletter-form-wrap input[type=email] {
  width: 100%;
  border: none;
  outline: none;
  padding: 18px 0;
  font-family: "Inerta-Regular", sans-serif;
  font-size: 1.125rem;
  line-height: 125%;
  letter-spacing: 0%;
  color: #0D0D0D;
  background: transparent;
  border: none;
  outline: none;
}
.subscribe-another .newsletter-form-wrap input[type=email]::-moz-placeholder {
  color: #8E8E8E;
  font-family: "Inerta-Regular", sans-serif;
  font-size: 1.125rem;
  line-height: 125%;
  letter-spacing: 0%;
}
.subscribe-another .newsletter-form-wrap input[type=email]::placeholder {
  color: #8E8E8E;
  font-family: "Inerta-Regular", sans-serif;
  font-size: 1.125rem;
  line-height: 125%;
  letter-spacing: 0%;
}
.subscribe-another .newsletter-form-wrap input[type=submit] {
  flex-shrink: 0;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 18px 40px;
  border-radius: 50px;
  background: #0D0D0D;
  color: #fff;
  font-family: "Inerta-Regular", sans-serif;
  font-size: 1.125rem;
  line-height: 100%;
  letter-spacing: 0%;
  transition: background 0.3s ease;
  white-space: nowrap;
}
@media (min-width: 767px) {
  .subscribe-another .newsletter-form-wrap input[type=submit] {
    max-width: 281px;
    width: 100%;
  }
}
@media (min-width: 1199px) {
  .subscribe-another .newsletter-form-wrap input[type=submit] {
    max-width: -moz-max-content;
    max-width: max-content;
    font-size: 1.25rem;
  }
}
.subscribe-another .newsletter-form-wrap input[type=submit]:hover {
  background: #2a2a2a;
}
.subscribe-another .newsletter-form-wrap .wpcf7-form-control-wrap {
  display: contents;
}
.subscribe-another .newsletter-form-wrap .wpcf7-not-valid-tip {
  position: absolute;
  top: 100%;
  left: 16px;
  margin-top: 6px;
  font-size: 12px;
}
.subscribe-another .newsletter-form-wrap .wpcf7-response-output {
  margin: 12px 0 0 !important;
  border-radius: 8px;
}

.single-post-wrapper {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
}
@media (min-width: 1199px) {
  .single-post-wrapper {
    margin-bottom: 0;
  }
}
.single-post-wrapper .post-content {
  width: 100%;
}
@media (min-width: 1199px) {
  .single-post-wrapper .post-content {
    max-width: 800px;
    margin-top: 40px;
    padding-bottom: 60px;
  }
}
.single-post-wrapper .post-content .post-thumbnail {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 40px;
}
.single-post-wrapper .post-content .post-thumbnail img {
  max-width: 100%;
  height: auto;
}
.single-post-wrapper .post-content h1 {
  font-family: "Inerta-Medium", sans-serif;
  font-weight: 500;
  font-size: 26px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #0D0D0D;
  margin-bottom: 24px;
}
.single-post-wrapper .post-content .published-share {
  width: 100%;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 40px;
}
.single-post-wrapper .post-content .published-share .date-published {
  max-width: -moz-max-content;
  max-width: max-content;
  width: -moz-max-content;
  width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.single-post-wrapper .post-content .published-share .date-published time {
  font-family: "Inerta-Regular", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 100%;
  letter-spacing: 0%;
  color: #474646;
}
.single-post-wrapper .post-content .published-share {
  /* Обгортка для збереження ховер-зони */
}
.single-post-wrapper .post-content .published-share .share-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.single-post-wrapper .post-content .published-share {
  /* Ваша кнопка без змін */
}
.single-post-wrapper .post-content .published-share .share {
  border: none;
  background: transparent;
  max-width: 154px;
  width: 100%;
  display: inline-flex;
  align-items: center;
  font-family: "Inerta-Regular", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 100%;
  letter-spacing: 0%;
  color: #474646;
  gap: 8px;
  cursor: pointer;
  padding: 0;
}
.single-post-wrapper .post-content .published-share {
  /* Спливаючий блок із соцмережами */
}
.single-post-wrapper .post-content .published-share .share-popup {
  position: absolute;
  right: 100%; /* Показуємо зліва від кнопки */
  top: 50%;
  transform: translateY(-50%) translateX(10px);
  display: flex;
  align-items: center;
  gap: 12px;
  padding-right: 16px; /* Зона відступу, щоб мишка не "губила" ховер */
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
}
.single-post-wrapper .post-content .published-share {
  /* Поява при наведенні курсора на кнопку або попап */
}
.single-post-wrapper .post-content .published-share .share-wrapper:hover .share-popup {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(-50%) translateX(0);
}
.single-post-wrapper .post-content .published-share {
  /* Стилізація круглих іконок */
}
.single-post-wrapper .post-content .published-share .share-social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #474646;
  border-radius: 50%;
  color: #474646;
  text-decoration: none;
  background-color: #ffffff;
  transition: all 0.2s ease;
}
.single-post-wrapper .post-content .published-share .share-social-btn:hover {
  color: #000000;
  border-color: #000000;
  background-color: #f5f5f5;
  transform: translateY(-2px);
}
.single-post-wrapper .post-content .content-wrapper {
  width: 100%;
}
.single-post-wrapper .post-content .content-wrapper .wp-block-image {
  display: block;
  width: 100%;
  margin-bottom: 40px;
}
.single-post-wrapper .post-content .content-wrapper .wp-block-image img {
  border-radius: 10px;
}
.single-post-wrapper .post-content .content-wrapper p {
  font-family: "Inerta-Regular", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 140%;
  letter-spacing: 0%;
  color: #0D0D0D;
  margin-bottom: 40px;
}
.single-post-wrapper .post-content .content-wrapper strong {
  font-family: "Inerta-SemiBold", sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 140%;
  letter-spacing: 0%;
  color: #0D0D0D;
}
.single-post-wrapper .post-content .content-wrapper a {
  font-family: "Inerta-SemiBold", sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 140%;
  letter-spacing: 0%;
  color: #35198B;
}
.single-post-wrapper .post-content .content-wrapper blockquote {
  border-left: 4px solid #FF9500;
  padding-left: 20px;
  font-family: "Inerta-Regular", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 140%;
  letter-spacing: 0%;
  color: #0D0D0D;
}
@media (min-width: 1199px) {
  .single-post-wrapper .post-content .content-wrapper blockquote {
    padding-left: 40px;
  }
}
.single-post-wrapper .post-content .content-wrapper ul li {
  list-style-type: none;
  display: flex;
  align-items: center;
  font-family: "Inerta-Regular", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 140%;
  letter-spacing: 0%;
  color: #0D0D0D;
  margin-bottom: 20px;
}
.single-post-wrapper .post-content .content-wrapper ul li strong {
  display: contents;
}
.single-post-wrapper .post-content .content-wrapper ul li::before {
  display: inline-block;
  max-width: 23px;
  width: 100%;
  height: 15px;
  content: url("data:image/svg+xml,%3Csvg width='23' height='15' viewBox='0 0 23 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 7.01318H0' stroke='%23FF9500' stroke-width='1.3' stroke-miterlimit='10'/%3E%3Cpath d='M15.9873 0C15.9873 3.83743 19.1631 7.01323 23.0005 7.01323C19.1631 7.01323 15.9873 10.189 15.9873 14.0265' stroke='%23FF9500' stroke-width='1.2' stroke-miterlimit='10'/%3E%3C/svg%3E%0A");
  margin-right: 20px;
}
@media (min-width: 1199px) {
  .single-post-wrapper .post-content .content-wrapper ul li::before {
    margin-right: 40px;
  }
}

.sidebar-news {
  width: 100%;
}
@media (min-width: 1199px) {
  .sidebar-news {
    max-width: 372px;
  }
}

.news-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 40px;
}
.news-item:hover img {
  transform: scale(1.05);
}
@media (min-width: 767px) {
  .news-item {
    margin-top: 40px;
    flex-basis: calc(31% - 10px);
  }
}
@media (min-width: 1199px) {
  .news-item {
    flex-basis: 384px;
  }
}
.news-item .tags {
  display: flex;
  gap: 8px;
  margin-bottom: 18px;
}
@media (min-width: 1199px) {
  .news-item .tags {
    margin-bottom: 20px;
  }
}
.news-item .tags .tag {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 100px;
  border: 1px solid rgb(53, 25, 139);
  font-family: "Inerta-Regular", sans-serif;
  font-size: 1rem;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgb(53, 25, 139);
}
.news-item .content {
  width: 100%;
}
.news-item img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 18px;
  overflow: hidden;
  transition: transform 0.5s ease;
}
@media (min-width: 1199px) {
  .news-item img {
    margin-bottom: 24px;
  }
}
.news-item h3, .news-item p {
  margin-bottom: 18px;
}
@media (min-width: 1199px) {
  .news-item h3, .news-item p {
    margin-bottom: 24px;
  }
}
.news-item h3 a, .news-item p a {
  text-decoration: none;
}
.news-item h3.post-title {
  line-height: 130%;
  color: #0F0F0F;
  margin-bottom: 0;
  font-size: 1.125rem;
  color: #0F0F0F;
}
.news-item p {
  font-size: 1rem;
}
.news-item .date-wrapper {
  width: 100%;
  margin-top: 18px;
}
.news-item .date-wrapper hr {
  height: 1px;
  border: none;
  background-image: repeating-linear-gradient(to right, #8E8E8E 0, #8E8E8E 4px, transparent 4px, transparent 8px);
  margin-top: 18px;
}
.news-item .date-wrapper a {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}
@media (min-width: 767px) {
  .news-item .date-wrapper a {
    margin-bottom: 20px;
  }
}
@media (min-width: 1199px) {
  .news-item .date-wrapper a {
    margin-bottom: 18px;
  }
}
.news-item .date-wrapper a svg {
  max-width: 24px;
  width: 100%;
  height: 24px;
}
.news-item .date-wrapper a span, .news-item .date-wrapper a time {
  font-family: "Inerta-Regular", sans-serif;
  font-size: 1rem;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgb(71, 70, 70);
}
.news-item .link {
  font-size: 1rem;
}
@media (min-width: 767px) {
  .news-item .link {
    font-size: 1.125rem;
  }
}
.news-item .link svg {
  transition: transform 0.5s ease;
}
.news-item .link:hover svg {
  transform: translateX(5px);
}

hr.posts-hr {
  display: none;
}
@media (min-width: 1199px) {
  hr.posts-hr {
    display: block;
  }
}/*# sourceMappingURL=single-page.css.map */