/* Скрываем весь header сайта */
#site-header {
    display: none !important;
}

header[data-elementor-type="header"] {
    display: none !important;
}

.elementor-element-4717465 {
    display: none !important;
}

.mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    z-index: 1000;
    transition: right 0.3s ease;
}

.mobile-menu.active {
    right: 0;
}

.mobile-menu__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.mobile-menu.active .mobile-menu__overlay {
    opacity: 1;
    pointer-events: auto;
}

.mobile-menu__content {
    position: absolute;
    top: 0;
    right: -320px;
    width: 80%;
    max-width: 320px;
    height: 100%;
    background: #00217f;
    padding: 60px 20px 20px;
    z-index: 1001;
    overflow-y: auto;
    transition: right 0.3s ease;
}

.mobile-menu.active .mobile-menu__content {
    right: 0;
}

.mobile-menu__close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    padding: 5px;
}

.mobile-menu__close:hover {
    background: #00217f;
}

.mobile-menu__list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.mobile-menu__item {
    margin-bottom: 15px;
}

.mobile-menu__link {
    color: white;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    display: block;
    padding: 10px 0;
    transition: color 0.3s ease;
}

.mobile-menu__link:hover {
    color: #3498db;
}

.mobile-menu__register {
    display: inline-block;
    background: #e74c3c;
    color: white;
    text-decoration: none;
    padding: 12px 24px;
    border-radius: 5px;
    font-weight: 600;
    transition: background 0.3s ease;
}

.mobile-menu__register:hover {
    background: #c0392b;
    color: white;
}

body.menu-open {
    overflow: hidden;
}

@media (max-width: 320px) {
    .mobile-menu__content {
        width: 100%;
        max-width: none;
        right: -100%;
    }
}


/*header-navigation*/
.header-navigation {
    background: #00217f;
}

.header-navigation__logo {
    margin-top: 30px;
    margin-bottom: 30px;
}

.header-navigation .nav-link {
    font-weight: 500;
    font-size: 18px;
}

.header-navigation__register {
    font-weight: 600;
    font-size: 16px;
    line-height: 116%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    text-align: center;
    color: #00217f;
    background: #d2deff;
    padding: 10px 25px;
    border-radius: 100px;
}

.header-navigation__register:hover {
    color: #00217f;
    background: #fff;
}

@media (max-width: 767px) {
    .header-navigation__logo {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .header-navigation .nav-link {
        font-size: 14px;
    }

    .header-navigation__register {
        font-size: 12px;
        padding: 8px 15px;
    }
}

/*general-meeting-hero*/
.general-meeting-hero {
    min-height: 720px;
    padding-top: 110px;
    padding-bottom: 110px;
    background: url(../img/vneocherednoe-sobranie-chlenov-federaczii-2025/ellipse.png) right bottom / 800px auto no-repeat, linear-gradient(180deg, #ccdaff 0%, #edf2ff 100%);
}

.general-meeting-hero__meta {
    padding-bottom: 60px;
}

.general-meeting-hero__date {
    font-weight: 600;
    font-size: 25px;
    line-height: 129%;
    color: #00217f;
    border: 1px solid #00217f;
    border-radius: 29px;
    padding: 10px 25px;
}

.general-meeting-hero__format {
    font-weight: 600;
    font-size: 25px;
    line-height: 129%;
    letter-spacing: 0.03em;
    color: #0075ff;
    border: 1px solid #0075ff;
    border-radius: 29px;
    padding: 10px 25px;
}

.general-meeting-hero__title {
    font-weight: 600;
    font-size: 56px;
    line-height: 118%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #00217f;
    padding-bottom: 60px;
}

.general-meeting-hero__subtitle {
    font-weight: 400;
    font-size: 33px;
    line-height: 133%;
    letter-spacing: 0.02em;
    color: #00217f;
    padding-bottom: 60px;
}

@media (max-width: 767px) {
    .general-meeting-hero {
        min-height: auto;
        padding-top: 60px;
        padding-bottom: 60px;
        background-size: 100% auto, cover;
    }

    .general-meeting-hero__meta {
        padding-bottom: 30px;
    }

    .general-meeting-hero__date,
    .general-meeting-hero__format {
        font-size: 16px;
        padding: 8px 15px;
        border-radius: 20px;
    }

    .general-meeting-hero__title {
        font-size: 28px;
        line-height: 120%;
        padding-bottom: 30px;
    }

    .general-meeting-hero__subtitle {
        font-size: 20px;
        padding-bottom: 30px;
    }
}

/*meeting-invitation*/
.meeting-invitation {
    padding-top: 110px;
    padding-bottom: 110px;
}

.meeting-invitation__greeting {
    font-weight: 600;
    font-size: 39px;
    line-height: 133%;
    color: #000;
    padding-bottom: 60px;
}

.meeting-invitation__text {
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #000;
    padding-bottom: 40px;
}

.meeting-details__date {
    font-weight: 600;
    font-size: 46px;
    line-height: 140%;
    color: #000;
}

.meeting-details__year {
    font-weight: 400;
    font-size: 27px;
    line-height: 140%;
    color: #000;
    border-bottom: 2px solid #b3a245;
    padding-bottom: 20px;
}

.meeting-details__time {
    font-weight: 600;
    font-size: 46px;
    line-height: 140%;
    color: #000;
}

.meeting-details_sity {
    font-weight: 400;
    font-size: 27px;
    line-height: 140%;
    color: #000;
}

.meeting-details__vremya {
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 2px solid #b3a245;
}

.meeting-details__format {
    font-weight: 600;
    font-size: 46px;
    line-height: 140%;
    color: #000;
    padding-bottom: 20px;
    padding-top: 20px;
}

@media (max-width: 767px) {
    .meeting-invitation {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .meeting-invitation__greeting {
        font-size: 24px;
        padding-bottom: 30px;
    }

    .meeting-invitation__text {
        font-size: 16px;
        padding-bottom: 25px;
    }

    .meeting-details__date,
    .meeting-details__time,
    .meeting-details__format {
        font-size: 28px;
    }

    .meeting-details__year,
    .meeting-details_sity {
        font-size: 18px;
    }

    .meeting-details__vremya {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .meeting-details__format {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

/*meeting-agenda*/
.meeting-agenda {
    padding-top: 110px;
    padding-bottom: 110px;
    background: #edf2ff;
}

.meeting-agenda__title {
    font-weight: 600;
    font-size: 50px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #000;
    padding-bottom: 90px;
}

.agenda-item {
    border: 1px solid #aabae4;
    border-radius: 34px;
    padding: 30px;
}

.agenda-item__text {
    padding-top: 30px;
    padding-bottom: 30px;
    font-weight: 500;
    font-size: 23px;
    line-height: 135%;
    color: #000;
}

.meeting-agenda__download-note {
    font-weight: 500;
    font-size: 25px;
    line-height: 140%;
    color: #0075ff;
    padding-top: 80px;
    padding-bottom: 80px;
}

.meeting-agenda__download-action {
    font-weight: 600;
    font-size: 20px;
    line-height: 116%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background: #0075ff;
    padding: 10px 30px;
    border-radius: 100px;
}

.meeting-agenda__download-action:hover {
    color: #0075ff;
    background: #fff;
    border: solid 2px #0075ff;
}

@media (max-width: 767px) {
    .meeting-agenda {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .meeting-agenda__title {
        font-size: 28px;
        padding-bottom: 45px;
    }

    .agenda-item {
        padding: 15px;
        border-radius: 20px;
    }

    .agenda-item__text {
        font-size: 16px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .meeting-agenda__download-note {
        font-size: 18px;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .meeting-agenda__download-action {
        font-size: 14px;
        padding: 8px 20px;
    }
}

/*meeting-rules*/
.meeting-rules {
    padding-top: 110px;
    padding-bottom: 110px;
}

.meeting-rules__statement {
    padding: 60px;
    background: linear-gradient(180deg, #ccdaff 0%, #edf2ff 100%);
    font-weight: 600;
    font-size: 30px;
    line-height: 140%;
    text-align: center;
    color: #000;
    border-radius: 34px;
    text-align: center;
}

@media (max-width: 767px) {
    .meeting-rules {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .meeting-rules__statement {
        padding: 30px 20px;
        font-size: 20px;
        border-radius: 20px;
    }
}

/*meeting-audience*/
.meeting-audience {
    padding-bottom: 110px;
}

.meeting-audience__title {
    font-weight: 600;
    font-size: 50px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #000;
    padding-bottom: 110px;
}

.meeting-audience__description {
    border-top: 2px solid #b3a245;
    border-bottom: 2px solid #b3a245;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #000;
    padding-top: 40px;
    padding-bottom: 40px;
}

.meeting-audience__opisanie {
    font-weight: 600;
    font-size: 30px;
    line-height: 140%;
    color: #000;
}

@media (max-width: 767px) {
    .meeting-audience {
        padding-bottom: 60px;
    }

    .meeting-audience__title {
        font-size: 28px;
        padding-bottom: 60px;
    }

    .meeting-audience__description {
        font-size: 16px;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .meeting-audience__opisanie {
        font-size: 20px;
    }
}

/*roundtable-schedule*/
.roundtable-schedule {
    padding-bottom: 110px;
}

.roundtable-schedule__container {
    padding: 60px;
    background: linear-gradient(180deg, #ccdaff 0%, #edf2ff 100%);
    color: #000;
    border-radius: 34px;
}

.roundtable-schedule__title {
    font-weight: 600;
    font-size: 50px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #000;
    padding-bottom: 60px;
}

.roundtable-schedule__time {
    font-weight: 600;
    font-size: 30px;
    color: #000;
}

.roundtable-schedule__topic {
    font-weight: 500;
    font-size: 27px;
    color: #000;
}


.roundtable-schedule__speac {
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #000;
    padding-top: 20px;
    padding-bottom: 20px;
}

.roundtable-schedule__row {
    padding-top: 20px;
    padding-bottom: 20px;
}

.roundtable-schedule__row_last {
    border-bottom: 1.50px solid #aabae4;

}


.roundtable-schedule__action {
    padding-top: 100px;
}

@media (max-width: 767px) {
    .roundtable-schedule {
        padding-bottom: 60px;
    }

    .roundtable-schedule__container {
        padding: 30px 20px;
        border-radius: 20px;
    }

    .roundtable-schedule__title {
        font-size: 28px;
        padding-bottom: 30px;
    }

    .roundtable-schedule__time {
        font-size: 20px;
    }

    .roundtable-schedule__topic {
        font-size: 18px;
        line-height: 120%;
    }

    .roundtable-schedule__speac {
        font-size: 16px;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .roundtable-schedule__row {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .roundtable-schedule__action {
        padding-top: 50px;
    }
}

/*fpkn-presidium*/
.fpkn-presidium {
    background: #f0f2fb;
    padding-top: 110px;
    padding-bottom: 110px;
}

.fpkn-member__main-foto {
    transform: translate(-10%, -50px);
}

.fpkn-member__main {
    transform: translate(40px, -80px);
}

.fpkn-presidium__member {
    margin-top: 25px;
}

.fpkn-presidium__title {
    font-weight: 600;
    font-size: 45px;
    line-height: 116%;
    padding-bottom: 110px;
}

.fpkn-member__role--main {
    font-weight: 600;
    font-size: 18px;
    line-height: 122%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #b78e1c;
    padding-bottom: 30px;
}

.fpkn-member__name--main {
    font-weight: 600;
    font-size: 40px;
    line-height: 116%;
    padding-bottom: 30px;
}

.fpkn-member__specs--main {
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
}

.fpkn-member__role {
    font-weight: 600;
    font-size: 14px;
    line-height: 122%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #b78e1c;
    padding-top: 25px;
    padding-bottom: 25px;
}

.fpkn-member__name {
    font-weight: 600;
    font-size: 24px;
    line-height: 122%;
    padding-bottom: 25px;
}

.fpkn-member__specs {
    font-weight: 500;
    font-size: 11px;
    line-height: 115%;
}

.fpkn-member__main-bg {
    background: #fff;
    border-radius: 12px;
    height: 100%;
    width: 95%;
    transform: translate(5%, 0px);
}

.fpkn-member__bg {
    background: #fff;
    border-radius: 12px;
    width: 90%;
    margin-top: 40px;
}

.fpkn-member__text {
    margin-top: -50px;
}

@media (max-width: 767px) {
    .fpkn-presidium {
        padding-top: 75px;
        padding-bottom: 75px;
    }

    .fpkn-presidium__title {
        font-weight: 600;
        font-size: 28px;
        padding-bottom: 60px;
    }

    .fpkn-member__role--main {
        font-size: 11px;
        padding-bottom: 15px;
    }

    .fpkn-member__name--main {
        font-size: 25px;
        padding-bottom: 15px;
    }

    .fpkn-member__specs--main {
        font-size: 11px;
    }

    .fpkn-member__main {
        transform: translate(20px, -60px);
    }

    .fpkn-member__role {
        font-size: 8px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .fpkn-member__name {
        font-size: 15px;
        padding-bottom: 15px;
    }

    .fpkn-member__specs {
        font-size: 8px;
    }
}

/*registration-section*/
.registration-section {
    padding-top: 110px;
    padding-bottom: 110px;
    background: #edf2ff;
}

@media (max-width: 767px) {
    .registration-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

/*section-faq*/
.section-faq {
    padding-top: 110px;
    padding-bottom: 110px;
}

.section__title {
    padding-bottom: 110px;
}

@media (max-width: 767px) {
    .section-faq {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .section__title {
        padding-bottom: 60px;
    }
}


/*fpkn-question-opportunity*/
.fpkn-question-opportunity {
    padding-top: 110px;
    padding-bottom: 110px;
}

.fpkn-question-opportunity__title {
    font-weight: 600;
    font-size: 45px;
    line-height: 116%;
    color: #000;
    padding-bottom: 60px;
}

.fpkn-question-opportunity__options li {
    padding-bottom: 40px;
}

.fpkn-question-opportunity__options {
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #000;
}

.fpkn-question-opportunity__topics {
    padding-bottom: 60px;
}

@media (max-width: 767px) {
    .fpkn-question-opportunity {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    
    .fpkn-question-opportunity__title {
        font-size: 28px;
        padding-bottom: 30px;
    }
    
    .fpkn-question-opportunity__options li {
        padding-bottom: 20px;
    }
    
    .fpkn-question-opportunity__options {
        font-size: 16px;
    }
    
    .fpkn-question-opportunity__topics {
        padding-bottom: 30px;
    }
}


/*fpkn-meeting-docs*/
.fpkn-meeting-docs {
    padding-top: 110px;
    padding-bottom: 110px;
}

.fpkn-meeting-docs__title {
    font-weight: 600;
    font-size: 45px;
    line-height: 116%;
    color: #000;
    padding-bottom: 60px;
}

.fpkn-meeting-docs__list li {
    padding-bottom: 40px;
}

.fpkn-meeting-docs__links {
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #000;
}

.fpkn-meeting-docs__links:hover {
    color: #0f2a76;
}

@media (max-width: 767px) {
    .fpkn-meeting-docs {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    
    .fpkn-meeting-docs__title {
        font-size: 28px;
        padding-bottom: 30px;
    }
    
    .fpkn-meeting-docs__list li {
        padding-bottom: 20px;
    }
    
    .fpkn-meeting-docs__links {
        font-size: 16px;
    }
}