@import url("https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
.version-2025 {
    background: #050505;
    font-family: "Inter", sans-serif !important;
    font-size: 16px;
    color: #D9D7D7;
}
.version-2025 .header {
    background: none;
    position: relative;
    z-index: 9;
}
.version-2025 .header .wrapper {
    gap: 40px;
}
.version-2025 .header .wrapper > .lang-item {
    display: none;
}
.version-2025 .header__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px;
}
.version-2025 .logo__link {
    display: block;
    height: 63px;
}
.version-2025 .network__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 2px solid #BA963F;
}
.version-2025 .network__link:hover {
    background: #BA963F;
}
.version-2025 .network__link svg {
    width: 16px;
    height: 16px;
}
.version-2025 .main {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    justify-items: flex-start;
}
.version-2025 .main__top {
    top: 150px;
}
.version-2025 .main .wrapper {
    margin-top: 85px;
    margin-bottom: 85px;
}
.version-2025 .main__info--left {
    padding: 30px 40px;
    color: #454649;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    font-family: "Inter", sans-serif;
    display: block;
}
.version-2025 .main__info--right {
    padding: 30px;
    color: #454649;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    font-family: "Inter", sans-serif;
    display: block;
}
.version-2025 .part-table tr td {
    background: #FFF;
}
.version-2025 a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.version-2025 .button {
    background: #BA963F;
    border: 1px solid #BA963F;
    color: #050505;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
    font-family: "Inter", sans-serif;
    text-transform: uppercase;
    width: auto;
    padding: 12px 25px;
    min-width: 120px;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.version-2025 .button::before {
    display: none;
}
.version-2025 .button:hover {
    background: #050505;
    color: #BA963F;
    border-color: #BA963F;
}
.version-2025 .exhibition__body {
    margin-top: 20px;
}
.version-2025 .menu-item-has-children {
    padding-right: 20px;
}
.version-2025 .menu-item-has-children > .main-menu__link::before {
    content: "";
    position: absolute;
    top: 49%;
    right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background-image: url(../images/version-2025/menu-arrow.svg);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center;
    width: 14px;
    min-width: 14px;
    height: 14px;
}
.version-2025 .main-menu {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.version-2025 .main-menu__list > .main-menu__item > .main-menu__link {
    padding: 12px 0;
}
.version-2025 .main-menu__list > .main-menu__item:hover .sub-menu .main-menu__link {
    color: #FFF;
}
.version-2025 .main-menu .sub-menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    padding: 20px 25px;
    top: 100%;
    left: 0;
    width: 200px;
    backdrop-filter: blur(12px);
    background: rgba(255, 255, 255, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 6px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.version-2025 .main-menu .sub-menu .main-menu__link:hover {
    color: #BA963F !important;
}
.version-2025 .main-menu__item {
    position: relative;
}
.version-2025 .main-menu__item:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}
.version-2025 .main-menu__item:hover .main-menu__link {
    color: #BA963F;
}
.version-2025 .main-menu__link {
    color: #FFF;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
}
.version-2025 .header__lang .lang-item a {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    text-transform: uppercase;
    text-decoration: none;
    font-family: "Inter", sans-serif;
}
.version-2025 .header__lang .lang-item a:hover {
    color: #BA963F;
}
.version-2025 .header__lang .lang-item-ru {
    margin-right: 20px;
    position: relative;
}
.version-2025 .header__lang .lang-item-ru::before {
    content: "";
    right: -10px;
    top: 30.5%;
    width: 1px;
    height: 50%;
    position: absolute;
    background: #FFFFFF;
}
.version-2025 .main-back {
    background-image: url(../images/version-2025/bg-default.png);
}
.version-2025 .main-back::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(5, 5, 5);
    opacity: 0.7;
}
.version-2025 .main-back--front {
    background-image: url(../images/version-2025/bg-front.png);
}
.version-2025 .main-back--front::before {
    opacity: 0.8;
}
.version-2025 .main-back--contacts {
    background-image: url(../images/version-2025/bg-contacts.png);
}
.version-2025 .main-back--contacts::before {
    opacity: 0.8;
}
.version-2025 .main-back--speakers {
    background-image: url(../images/version-2025/bg-speakers.png);
}
.version-2025 .main-back--speakers::before {
    opacity: 0.85;
}
.version-2025 .front__main-tilte--disable {
    display: none;
}
.version-2025 .footer {
    background: none;
    color: #B6B6B6;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
}
.version-2025 .footer__text {
    padding: 20px 0 40px 0;
    color: #B6B6B6;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
}
.version-2025 .footer__text-link {
    padding: 20px 0 40px 0;
}
.version-2025 .footer .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
}
.version-2025 .footer .wrapper a {
    color: #B6B6B6;
    display: inline-block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.version-2025 .footer .wrapper a:hover {
    color: #FFF;
}
.version-2025 .speakers__title {
    margin-bottom: 50px;
}
.version-2025 h1, .version-2025 h2, .version-2025 h3, .version-2025 h4, .version-2025 h5, .version-2025 h6,
.version-2025 .article__body--with-images .article__content h2 {
    font-family: "Inter", sans-serif;
    background: none;
    color: #D9D7D7;
    padding: 0;
    margin: 30px 0 20px 0;
}
.version-2025 h1 {
    margin-top: 0;
    background: none;
    padding: 0;
    font-family: "Inter", sans-serif;
}
.version-2025 .article__content .wp-block-table tr td:first-child {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}
.version-2025 .article__content .wp-block-table {
    padding: 0;
    background: none;
}
.version-2025 .main-menu .active a {
    color: #BA963F;
}
.version-2025 .article__content a {
    color: #BA963F;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.version-2025 .article__content b, .version-2025 .article__content strong {
    color: #FFF;
}
.version-2025 .article__content > p {
    margin-bottom: 0;
}
.version-2025 .article__content .part-table {
    margin-top: 40px;
}
.version-2025 .article__content tr td {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.version-2025 .article__content tr td a {
    cursor: pointer;
}
.version-2025 .article__content tr td a:hover {
    opacity: 0.6;
}
.version-2025 .article__title-block {
    margin-bottom: 50px;
}
.version-2025 .article__content > p,
.version-2025 .article__content .wp-block-group {
    padding: 0;
    background: none;
    margin-bottom: 20px;
}
.version-2025 .article__body--with-images .wp-block-gallery .blocks-gallery-item .blocks-gallery-item__caption {
    color: #BA963F;
    padding: 10px 0 10px 0;
}
.version-2025 .article__body--with-images .wp-block-group {
    width: 65%;
}
.version-2025 .article__image {
    padding: 0;
    margin-top: 150px;
    max-width: calc(100% - 954px - 70px);
    background: none;
}
.version-2025 .article__image img {
    display: block;
}
.version-2025 .logo__image {
    min-width: 102px;
}
.version-2025 .header__rmu-img {
    min-width: 108px;
}
.version-2025 .main-menu {
    margin: 0;
}
.version-2025 .main-menu__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.version-2025 .footer-bg {
    position: absolute;
    bottom: -78px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 120px;
    z-index: 0;
    width: calc(100% - 40px);
    max-width: 1605px;
    z-index: -1;
}
.version-2025 .footer-bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #FFF;
    opacity: 0.2;
}
.version-2025 .footer-bg::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 146px;
    height: 71px;
    background-image: url(../images/version-2025/footer-bg.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
}
.version-2025 .speakers__slider {
    width: 100%;
    max-width: 100%;
    gap: 40px;
    padding-bottom: 150px;
}
.version-2025 .speakers__item {
    margin: 0;
    width: calc(16.666% - 33.3333333333px);
    margin-bottom: 20px;
}
.version-2025 .content-item__img-container {
    overflow: hidden;
    border-radius: 100%;
    margin-bottom: 20px;
    background-color: #FFF;
}
.version-2025 .content-item__img-container--image-none {
    background-size: 75%;
    background-position: left bottom;
}
.version-2025 .content-item__body {
    padding: 0;
    background: none;
    font-family: "Inter", sans-serif;
}
.version-2025 .content-item__title {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    text-transform: none;
    font-family: "Inter", sans-serif;
    color: #D9D7D7;
}
.version-2025 .content-item__from {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    margin: 12px 0;
    color: #BA963F;
}
.version-2025 .content-item__text {
    padding-top: 12px;
    border-top: 1px solid;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    position: relative;
}
.version-2025 .content-item__text::after {
    content: "";
    top: -1px;
    left: 0;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #D9D7D7;
    opacity: 0.4;
}
.version-2025 .content-item__text p {
    margin: 0;
    color: #D9D7D7;
}
.version-2025 .main-menu__network, .version-2025 .main-menu__lang {
    display: none;
}
.version-2025 .speakers__slider {
    margin: 0;
}
@media screen and (max-width: 1200px) {
    .version-2025 .main-menu {
        z-index: 999;
        position: fixed;
        display: block;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100%;
        margin: 0;
        background: #D9D7D7;
        -webkit-transition: all 0.9s;
        transition: all 0.9s;
        opacity: 0.8;
    }
    .version-2025 .main-menu__network, .version-2025 .main-menu__lang {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .version-2025 .main-menu__lang {
        position: absolute;
        top: 38px;
        left: 20px;
        color: #000;
    }
    .version-2025 .main-menu__lang .lang-item a {
        color: #000;
    }
    .version-2025 .main-menu__lang .current-lang a {
        color: #BA963F;
    }
    .version-2025 .main-menu__lang .lang-item-ru::before {
        background: #000;
    }
    .version-2025 .main-menu .sub-menu {
        position: relative;
        visibility: visible;
        opacity: 1;
        background: none;
        width: 100%;
        padding: 0;
    }
    .version-2025 .main-menu .menu-item-has-children {
        margin-right: 0;
        padding: 0;
    }
    .version-2025 .main-menu .menu-item-has-children > .main-menu__link {
        display: none;
    }
    .version-2025 .main-menu .menu-item-has-children > .main-menu__link::before {
        display: none;
    }
    .version-2025 .main-menu__network {
        position: absolute;
        top: 38px;
        left: 100px;
    }
    .version-2025 .main-menu__close {
        position: absolute;
        top: 27px;
        right: 12px;
    }
    .version-2025 .main-menu__list {
        display: block;
        padding-top: 140px;
    }
    .version-2025 .main-menu__item {
        margin: 0;
    }
    .version-2025 .main-menu.open {
        right: 0;
        opacity: 1;
    }
    .version-2025 .main-menu__open {
        position: absolute;
        right: 20px;
        font-size: 24px;
    }
    .version-2025 .main-menu__link {
        background: none;
        color: rgb(5, 5, 5);
        font-family: "Inter", sans-serif;
        font-size: 12px;
        font-weight: 500;
        line-height: 1.5;
        text-align: center;
        text-transform: uppercase;
    }
    .version-2025 .close-menu {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
    .version-2025 .header__lang {
        margin-right: 0;
        margin-left: auto;
    }
    .version-2025 .header .button {
        margin-right: 80px;
    }
    .version-2025 .header .main-menu .header__lang {
        top: 42px;
    }
    .version-2025 .main__info--right {
        max-width: 200px;
    }
    .version-2025 .main__info--left {
        margin-top: -300px;
    }
    .version-2025 .main__top {
        bottom: 200px;
        top: auto;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
    .version-2025 .footer-bg::before {
        opacity: 0.2;
    }
    .version-2025 .speakers__item {
        width: calc(25% - 30px);
    }
}
@media screen and (max-width: 992px) {
    .version-2025 .speakers__item {
        width: calc(33.333% - 26.6666666667px);
    }
}
@media screen and (max-width: 800px) {
    .version-2025 .article {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column;
    }
}
@media screen and (max-width: 768px) {
    .version-2025 .speakers__item {
        width: calc(50% - 20px);
    }
    .version-2025 .article__body--with-images .wp-block-group {
        width: 100%;
    }
    .version-2025 .header .wrapper > .header__network {
        display: none;
    }
    .version-2025 .header .wrapper > .header__button {
        display: none;
    }
    .version-2025 .header__left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column;
    }
    .version-2025 .main__top {
        bottom: 50px;
    }
    .version-2025 .header__left {
        gap: 15px;
    }
    .version-2025 .main__info--left {
        margin-top: 0;
    }
    .version-2025 .front__main {
        padding-bottom: 150px;
        margin-top: -120px;
    }
    .version-2025 .main__info--left {
        width: calc(40% - 40px);
        padding: 15px 20px;
        margin-top: -45px;
        max-width: auto;
    }
    .version-2025 .main__info--right {
        width: calc(55% - 40px);
        padding: 15px 20px;
        max-width: auto;
    }
    .version-2025 .footer .wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column;
        margin-bottom: 40px;
        gap: 10px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .version-2025 .footer__text,
    .version-2025 .footer__text-link {
        padding: 0;
        text-align: center;
    }
    .version-2025 .header__lang {
        position: absolute;
        top: 36px;
        right: 75px;
    }
    .version-2025 .close-menu {
        position: absolute;
        top: 32px;
        right: 20px;
    }
}
@media screen and (max-width: 576px) {
    .version-2025 .speakers__item {
        width: 100%;
    }
}

.header__lang .current-lang a {
    color: #BA963F !important;
}

.img-container {
    background-repeat: no-repeat;
}
/*# sourceMappingURL=version-2025.css.map */