@import url("https://fonts.googleapis.com/css2?family=Golos+Text:wght@400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

.version-2025 {
  font-family: "Golos Text", sans-serif !important;
}

.front-header__title--disable {
  display: none;
}

.js-part-slider {
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 50px;
}

.part-item {
  background-color: #fff;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 170px;
}
.part-item__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 20px;
}
.part-item__image {
  max-width: 90%;
  max-height: 90%;
}

.swiper-wrapper {
  align-items: stretch;
}

.swiper-slide {
  height: auto;
}

.version-2025 .main-back::before {
  z-index: 2;
  background: rgba(5, 5, 5, 1);
  opacity: 0.5;
}

.version-2025 .main-back::after {
  content: "";
  background-image: url(../images/version-2025/inner-page.png);
  position: relative;
  margin-top: -10%;
  display: block;
  top: 0;
  left: 0;
  width: calc(100% + 20%);
  height: calc(100% + 20%);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-size: cover;
  z-index: 1;
  animation: moveScene 60s alternate infinite;
  padding-bottom: 70%;
}

.version-2025 .main-back.main-back--contacts::before {
  opacity: 0.7;
}

.version-2025 .main-back.main-back--contacts::after {
  background-image: url(../images/version-2025/bg-contacts.png);
}

.version-2025 .main-back .main-back__inner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25%;
  display: block;
  background: linear-gradient(180deg, rgba(5, 5, 5, 0), rgba(5, 5, 5, 1) 100%);
  z-index: 3;
}

.version-2025 .main-back.main-back--front {
  /* .version-2025 .main-back.main-back--speakers */
  background-image: none;
  overflow: hidden;
  height: 100%;
  position: fixed;
  margin: 0;
}

.version-2025 .main-back.main-back--front .main-back__inner {
  /* .version-2025 .main-back.main-back--speakers .main-back__inner */
  display: none;
}

.version-2025 .main-back.main-back--front::before {
  /* .version-2025 .main-back.main-back--speakers::before */
  background: rgba(5, 5, 5, 1);
  opacity: 0.7;
  z-index: 2;
}

.version-2025 .main-back.main-back--front::after {
  /* .version-2025 .main-back.main-back--speakers::after */
  content: "";
  background-image: url(../images/version-2025/front.png);
  position: absolute;
  top: -10%;
  left: 0;
  width: calc(100% + 20%);
  height: calc(100% + 20%);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  animation: moveScene 60s alternate infinite;
  padding: 0;
  margin: 0;
}

@keyframes moveScene {
  0% {
    transform: translateX(0) translateY(0);
    opacity: 1;
  }
  25% {
    transform: translateX(-7%) translateY(5%);
    opacity: 0.7;
  }
  50% {
    transform: translateX(-14%) translateY(0);
    opacity: 1;
  }
  75% {
    transform: translateX(-7%) translateY(-5%);
    opacity: 0.7;
  }
  100% {
    transform: translateX(0) translateY(0);
    opacity: 1;
  }
}

.article__body--with-images {
  position: relative;
  max-width: 100%;
  margin-right: 0;
  max-width: 1450px;
}

.article > .article__title-block {
  max-width: 1450px;
}

.article__body--with-images .wp-block-gallery {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(30% - 5px);
}

.article__body--with-images .wp-block-gallery .blocks-gallery-item {
  width: 100%;
  margin-bottom: 5px;
}

.article__body--with-images .wp-block-gallery .blocks-gallery-grid {
  flex-flow: column;
}

.article__body--with-images .wp-block-group {
  width: 70%;
}

.article__body--with-images .wp-block-group {
  width: 70%;
}

.article__body--with-images .article__content h2 {
  color: #f7b022;
  padding: 0;
  margin-bottom: 5px;
  margin-top: 15px;
}

.article__body--with-images .article__content h2::before {
  content: "«";
  color: #f7b022;
  margin-right: 8px;
  font-size: 33px;
}

.article__body--with-images p {
  margin-top: 5px;
  margin-bottom: 20px;
}

.article__content .article__p-non {
  margin-bottom: -10px;
}

.article__body--with-images
  .wp-block-gallery
  .blocks-gallery-item
  .blocks-gallery-item__caption {
  background: #161616;
  padding: 7px 15px 4px 15px;
  text-align: left;
  color: #f8d72c;
}

.article__body--with-images .wp-block-group__inner-container > .wp-block-image {
  display: none;
}

.article__body--with-images
  .wp-block-group__inner-container
  > .wp-block-image
  figcaption {
  background: #161616;
  padding: 7px 15px 4px 15px;
  text-align: left;
  color: #f8d72c;
  margin: 0;
  margin-top: -10px;
}

.network__icon--tg {
  background-image: url(../images/tg.svg);
  width: 16px;
  height: 16px;
}

@media screen and (max-width: 1350px) {
  .article__body--with-images {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 800px) {
  .article--with-images {
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}
@media screen and (max-width: 760px) {
  .wp-block-gallery--right {
    display: none;
  }
  .article__body--with-images
    .wp-block-group__inner-container
    > .wp-block-image {
    display: block;
    margin: 0 -32px 1em -45px;
  }
  .article__body--with-images .wp-block-group {
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .article__body--with-images
    .wp-block-group__inner-container
    > .wp-block-image {
    margin: 0 -20px 1em -20px;
  }
}

.version-2025 .main .wrapper {
  padding: 0;
}

.front-header {
  width: 100%;
}

.front-header__inner {
  padding: 0 0 100px 0;
  width: 100%;
  position: relative;
  min-height: 100vh;
  text-align: center;
}

.front-header__logo {
  margin: 0 auto;
}

.front-header__image {
  margin: 0 auto;
}

.front-header__title--disable {
  display: none;
}

.front-header__info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.front-header__info-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.front-header__info-icon {
  width: 30px;
  height: 30px;
  min-width: 30px;
}

.front-header__info-title {
  color: rgba(217, 215, 215, 1);
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 100%;
  text-align: left;
  text-transform: uppercase;
}

.front-header__button {
  margin-top: 40px;
}

.version-2025 .button--front {
  max-width: 100%;
  width: 530px;
  color: rgba(5, 5, 5, 1);
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
  padding: 22px 0;
}

.front-header__text {
  color: rgba(217, 215, 215, 1);
  font-family: Golos Text;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: center;
  max-width: 590px;
  margin: 25px auto 0 auto;
}

.version-2025 .main .wrapper--home {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}

.version-2025 .section-title {
  color: rgba(217, 215, 215, 1);
  margin: 0;
  font-size: 36px;
  font-weight: 400;
  line-height: 140%;
}

.section-title span {
  color: #ba963f;
}

.about-img {
  position: relative;
  width: 100%;
  z-index: 2;
  padding-bottom: 220px;
}

.about-img--right {
}

.about-img--left {
}

.about-img--left .about-img__inner {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.about-img--left .about-img__content {
  margin-left: 0;
}

.about-img--left .about-img__image-container {
  left: 0;
  right: auto;
  top: -30px;
}

.about-img__content-left {
  width: 50%;
}

.about-img__content-right {
  width: 50%;
}

.about-img__content {
  max-width: 100%;
  width: 676px;
  margin-left: 6%;
}

.about-img__content-left {
}

.version-2025 .about-img__title {
  margin-bottom: 20px;
}

.about-img__text {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}

.about-img__text li {
  margin-bottom: 15px;
}

.about-img__text li:last-child {
  margin-bottom: 0;
}

.about-img__text p {
  opacity: 0.9;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}

.about-img__text a {
  color: #ba963f;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  transition: all 0.3s;
  text-decoration: underline;
}

.about-img__text a:hover {
  text-decoration: none;
}

.about-img__image-container {
  position: absolute;
  top: -25px;
  right: 0;
  max-width: 1154px;
  max-height: 704px;
  width: 60%;
  z-index: 0;
}

.about-img__image-container--2 {
  z-index: 0;
  left: 0;
  right: auto;
  top: 100%;
  max-width: 1142px;
  max-height: 907px;
}

.about-img__image-inner {
}

.about-img__image {
}

.about-img__image-bg-top {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 33%;
  background: linear-gradient(0deg, rgba(5, 5, 5, 0), rgba(5, 5, 5, 1) 100%);
}

.about-img__image-bg-right {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30%;
  height: 100%;
  background: linear-gradient(-90deg, rgba(5, 5, 5, 0), rgba(5, 5, 5, 1) 100%);
}

.about-img__image-bg-left {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30%;
  height: 100%;
  background: linear-gradient(90deg, rgba(5, 5, 5, 0), rgba(5, 5, 5, 1) 100%);
}

.about-img__image-bg-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 33%;
  background: linear-gradient(0deg, rgba(5, 5, 5, 1), rgba(5, 5, 5, 0) 100%);
}

.about-img__bg {
  position: absolute;
  top: 100%;
  left: 1%;
  width: 92%;
  z-index: 1;
  margin-top: -250px;
}

.centred-section {
  padding-top: 120px;
  position: relative;
  width: 100%;
  padding-bottom: 160px;
}

.centred-section__inner {
}

.version-2025 .centred-section__title {
  width: 100%;
  margin-bottom: 60px;
  text-align: center;
}

.centred-section__content {
}

.centred-section__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
}

.list {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 40px;
  flex-wrap: wrap;
}

.list--four {
}

.list--four .list__item {
  width: calc(25% - 40px * 3 / 4);
}

.info-item {
  box-sizing: border-box;
  border: 1px solid rgba(43, 41, 37, 1);
  background: rgba(20, 20, 18, 1);
}

.info-item__inner {
  height: 184px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.info-item__icon {
}

.info-item__title {
  padding: 0 20px;
  color: rgba(217, 215, 215, 1);
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  text-align: center;
  font-weight: 400;
  line-height: 1.4;
  text-transform: uppercase;
}

.events-list {
  padding-top: 80px;
  padding-bottom: 110px;
  width: 100%;
  position: relative;
}

.events-list__inner {
  padding-left: 16%;
}

.events-list__title {
  margin-bottom: 40px !important;
  width: 676px;
  max-width: 100%;
}

.events-list__list {
  width: 676px;
  max-width: 100%;
  position: relative;
}

.events-list__item {
  margin-bottom: 45px;
  margin-left: 63px;
  position: relative;
}

.events-list__item::before {
  content: "";
  background: rgba(206, 154, 88, 1);
  position: absolute;
  top: 13px;
  left: -59px;
  width: 1px;
  height: calc(100% - 13px + 60px);
}

.events-list__item:last-child {
  margin-bottom: 0;
}

.events-list__item:last-child::before {
  display: none;
}

.events-list__icon {
  background: rgba(206, 154, 88, 1);
  width: 9px;
  height: 9px;
  border-radius: 100%;
  position: absolute;
  top: 11px;
  left: -63px;
}

.version-2025 .events-list__name {
  font-size: 24px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 12px;
}

.events-list__name span {
  color: rgba(206, 154, 88, 1);
}

.events-list__place {
  color: rgba(217, 215, 215, 1);
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  opacity: 0.9;
  margin-bottom: 2px;
}

.events-list__date {
  color: rgba(217, 215, 215, 1);
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  opacity: 0.7;
  line-height: 1.4;
}

.events-list__image-container {
  position: absolute;
  top: 42%;
  right: 0;
  max-width: 1131px;
  max-height: 754px;
  width: 60%;
  z-index: 0;
}

.events-list__image-bg-top {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 33%;
  background: linear-gradient(0deg, rgba(5, 5, 5, 0), rgb(5, 5, 5) 100%);
}

.events-list__image-bg-left {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30%;
  height: 100%;
  background: linear-gradient(-90deg, rgba(5, 5, 5, 0), rgba(5, 5, 5, 1) 100%);
}

.events-list__image-bg-bottom {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 33%;
  background: linear-gradient(0deg, rgb(5, 5, 5), rgba(5, 5, 5, 0) 100%);
}

.info-banner {
  width: 100%;
  position: relative;
  padding-bottom: 165px;
}

.info-banner__inner {
  background: rgba(26, 23, 19, 1);
  padding: 70px 20px 100px 20px;
}

.info-banner__content {
  width: 676px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

.version-2025 .info-banner__title {
  color: rgba(217, 215, 215, 1);
  font-size: 36px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
}

.info-banner__text {
}

.info-banner__text p {
  color: rgba(217, 215, 215, 1);
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 12px;
  margin-top: 0;
}

.info-banner__button {
  margin-top: 20px;
}

.version-2025 .button--banner {
  max-width: 100%;
  width: 530px;
  color: rgba(5, 5, 5, 1);
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
  padding: 22px 0;
}

.version-2025 .main-back.main-back--front.main-back--home::after {
  padding-bottom: 55%;
}

.version-2025 .main-back {
  background-image: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  max-height: 100%;
  height: auto;
  width: 100%;
  margin-top: -98px;
}

.version-2025 .speakers__item {
  width: calc(25% - 40px * 3 / 4);
}

.version-2025 .speakers__slider .content-item__img-container {
  background-color: transparent;
  margin-bottom: 0;
  max-width: 242px;
  z-index: 1;
}

.version-2025 .speakers__title,
.version-2025 h1,
.version-2025 h2,
.version-2025 h3,
.version-2025 h4 {
  font-family: "kazimir", sans-serif;
  font-weight: 400;
  text-transform: none;
}

html[lang="en-GB"] .version-2025 .speakers__title,
html[lang="en-GB"] .version-2025 h1,
html[lang="en-GB"] .version-2025 h2,
html[lang="en-GB"] .version-2025 h3,
html[lang="en-GB"] .version-2025 h4 {
  font-family: "Golos Text", sans-serif;
}

.version-2025 .speakers__title,
.version-2025 h1 {
  font-weight: 400;
  font-size: 48px;
  font-weight: 400;
}

.version-2025 .article__title-block--long,
.version-2025 .article__title-block--long h1 {
  font-size: 32px;
}

.version-2025 .speakers__slider .content-item__img-bg {
  background-color: #d6bb92;
  max-width: 242px;
  position: relative;
  overflow: hidden;
  border-radius: 100%;
  margin-bottom: 20px;
}

.version-2025 .speakers__slider .content-item__img-bg::after {
  content: "";
  background-size: 75%;
  background-image: url(../images/version-2025/default-image.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  position: absolute;
  background-color: #d6bb92;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
}

.version-2025 .main-back.main-back--front {
  position: absolute;
  max-height: 100%;
  height: auto;
  width: 100%;
  margin-top: -98px;
}

.version-2025 .main-back.main-back--front::after {
  content: "";
  background-image: url(../images/version-2025/front.png);
  position: relative;
  margin-top: -10%;
  display: block;
  top: 0;
  left: 0;
  width: calc(100% + 20%);
  height: calc(100% + 20%);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-size: cover;
  z-index: 1;
  padding-bottom: 70%;
}

.version-2025 .main-back.main-back--front .main-back__inner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25%;
  display: block;
  background: linear-gradient(180deg, rgba(5, 5, 5, 0), rgba(5, 5, 5, 1) 100%);
  z-index: 3;
}

.version-2025 .content-item__title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 12px;
}

.version-2025 .content-item__text {
  border-top: 1px solid rgba(217, 215, 215, 0.1);
}

.version-2025 .article__body--reg {
  max-width: 820px;
  margin: 0 auto;
  box-sizing: border-box;
  border: 1px solid rgba(43, 41, 37, 1);
  box-shadow: 0px 30px 80px -20px rgba(186, 150, 63, 0.13);
  background: rgba(10, 10, 9, 1);
  text-align: center;
  padding: 70px 140px 80px 140px;
  margin-bottom: 80px;
}

.version-2025 .reg-form {
  background: none;
  padding: 0;
  margin-top: -20px;
  text-align: left;
}

.version-2025 .reg-form__form {
}

.version-2025 .reg-form__lable {
  width: 100%;
  text-align: left;
}

.version-2025 .reg-form__title {
  color: rgba(217, 215, 215, 1);
  font-family: "Golos Text";
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 6px;
}

.version-2025 .reg-form__lable input {
  background: rgba(43, 37, 29, 1);
  padding: 10px 20px;
  color: rgba(217, 215, 215, 1);
  font-family: "Golos Text";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  transition: all 0.3s;
  border: none;
}
.version-2025 .reg-form__lable input::placeholder {
  color: rgba(217, 215, 215, 0.5);
  font-family: "Golos Text", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.version-2025 .reg-form__main-check .wpcf7-list-item-label span {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.version-2025 .wpcf7-acceptance input[type="checkbox"]:checked + span:before {
  box-sizing: border-box;
  border: 2px solid rgba(186, 150, 63, 1);
  background: rgba(43, 37, 29, 1);
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  transition: all 0.3s;
  margin-top: 2px;
}

.version-2025 .wpcf7-acceptance input[type="checkbox"] + span:before {
  border: 2px solid rgba(186, 150, 63, 1);
  background: rgba(43, 37, 29, 1);
  background-image: url(../images/version-2025/check.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  margin-top: 2px;
}

.version-2025 .reg-button {
  width: 100%;
  background: rgba(186, 150, 63, 1);
  text-align: center;
  padding: 16px 20px;
  color: rgba(5, 5, 5, 1);
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
  box-sizing: border-box;
  border: 3px solid rgba(186, 150, 63, 1);
  transition: all 0.3s;
}

.version-2025 .reg-button:hover {
  background: rgba(10, 10, 9, 1);
  color: rgba(186, 150, 63, 1);
}

.main-menu__item {
  margin-right: 20px;
}
.main-menu__item:last-child {
    margin-right: 0;
}

.version-2025 .wpcf7 form.sent .wpcf7-response-output,
.version-2025 .wpcf7 form.sent {
  background: none;
  border-color: rgba(186, 150, 63, 1);
  color: rgba(186, 150, 63, 1);
}

.version-2025 .reg-form > p {
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .version-2025 .speakers__item {
    width: calc(33.333% - 40px * 2 / 3);
  }
  .version-2025 .article__body--reg {
    padding: 30px 20px 30px 20px;
  }
  .list--four .list__item {
    width: calc(33.333% - 40px * 2 / 3);
  }
  .about-img {
    padding-bottom: 30px;
  }
  .centred-section {
    padding-top: 30px;
  }
  .about-img__text p {
    font-size: 16px;
  }
  .version-2025 .centred-section__title {
    margin-bottom: 40px;
  }
  .centred-section {
    padding-bottom: 80px;
  }
  .about-img__content-left {
    width: 35%;
  }
  .about-img__content-right {
    width: 65%;
  }
  .about-img__text {
    font-size: 16px;
  }
  .front-header__info-title {
    font-size: 18px;
  }
  .version-2025 .header__rmu-img {
        width: 100%;
    height: auto;
    max-height: 38px;
  }
}

@media screen and (max-width: 950px) {
  .version-2025 .speakers__title,
  .version-2025 h1 {
    font-size: 26px;
  }
  .version-2025 .article__title-block--long,
  .version-2025 .article__title-block--long h1 {
    font-size: 24px;
  }
}

.about-img .about-img__image-container--2 {
  display: none;
}

@media screen and (max-width: 768px) {
  .version-2025 .main-back {
    margin-top: -164px !important;
  }

  .version-2025 .speakers__item {
    width: 100%;
    max-width: 380px;
  }

  .version-2025 .reg-form__title {
    font-size: 16px;
  }

  .about-img__content {
    margin-left: 0;
  }

  .list--four .list__item {
    width: calc(50% - 40px / 2);
  }

  .about-img__content-left {
    display: none;
  }

  .about-img__content-right {
    width: 100%;
  }

  .about-img__image-container--2 {
    opacity: 0.6;
  }

  .events-list {
    padding-top: 20px;
  }

  .version-2025 .section-title {
    font-size: 24px;
  }

  .events-list__inner {
    padding-left: 0;
  }

  .version-2025 .events-list__name {
    font-size: 18px;
  }

  .events-list__item {
    padding-top: 5px;
  }

  .events-list__place,
  .events-list__date {
    font-size: 16px;
  }

  .events-list {
    padding-bottom: 60px;
  }

  .info-banner__text p {
    font-size: 16px;
  }

  .info-banner__button {
    margin-top: 30px;
  }

  .info-banner__inner {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .info-banner {
    padding-bottom: 90px;
  }

  .info-item__title,
  .about-img__text a {
    font-size: 16px;
  }

  .front-header__logo {
    max-width: 75%;
  }

  .about-img__image-container {
    width: 90%;
    top: auto;
    bottom: -20px;
  }
  .about-img__image-container--2 {
    width: 100%;
    top: auto;
    bottom: 0;
  }

  .front-header__text {
    opacity: 0.9;
  }

  .centred-section .about-img__image-container--2 {
    display: none;
  }

  .about-img .about-img__image-container--2 {
    display: block;
    width: 100%;
    top: auto;
    bottom: -60px;
  }

  .events-list__item {
    margin-left: 28px;
  }

  .events-list__icon {
    left: -28px;
  }

  .events-list__item::before {
    left: -24px;
  }

  .version-2025 .button--banner,
  .version-2025 .button--front {
    padding: 15px 0;
    font-size: 16px;
  }

  .version-2025 .button--banner {
    font-size: 15px;
  }

  .front-header__inner {
    padding-bottom: 70px;
  }

  .info-item__title {
    font-size: 15px;
  }

  .version-2025 .main-back::after {
    padding-bottom: 140% !important;
  }

  .version-2025 .main .wrapper {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .version-2025 .main .wrapper--home {
    margin-top: 0;
    margin-bottom: 0;
  }
  .version-2025 .article__title-block {
    margin-bottom: 20px;
  }

  .version-2025 .article__image {
    display: block;
    margin: 0;
  }

  .version-2025 .article__title-block_part {
    margin: 0 !important;
    margin-bottom: -20px !important;
  }

  .part-item {
    max-height: 110px;
  }

  .version-2025 .wp-block-table tr {
    display: flex;
    flex-flow: column;
    width: 100%;
    margin-bottom: 15px;
    padding: 0 !important;
  }
  .version-2025 .wp-block-table tr td {
    padding-bottom: 7px;
    padding-top: 0;
  }

  .version-2025 .article__content p {
    margin: 15px 0;
  }


  .version-2025 .article__content p:first-child {
    margin-top: 0;
  }

  .version-2025 .article__content p:last-child {
    margin-bottom: 0;
  }

  .version-2025 .header__left {
    align-items: flex-start;
  }
}

@media screen and (max-width: 468px) {
  .list--four {
    gap: 20px;
  }
  .list--four .list__item {
    width: 100%;
  }
  .info-item__inner {
    height: 134px;
  }

  .front-header__info {
    gap: 15px;
  }
  .front-header__inner {
    min-height: auto;
  }

  .version-2025 .main-back::after {
    padding-bottom: 160% !important;
  }
}
