

hr {
    border: none;
    height: 30px;
    background-color: red;
    margin: 20px 0;
}

.btn-white {
    padding-left: 70px;
    padding-right: 70px;
}

.btn-blue {
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    color: #fff;
    background-color: #0f2a76;
}

.btn-blue:hover {
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    color: #0f2a76;
    background-color: #fff;
    border: 1px solid #0f2a76;
}

.btn-line_white {
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    color: #0f2a76;
    background-color: #fff;
    border: 1px solid #0f2a76;
}

.btn-line_white:hover {
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    color: #fff;
    background-color: #0f2a76;
}

@media (max-width: 767px) {
    hr {
        height: 10px;
        margin: 10px 0;
    }

    .btn-white {
        padding-left: 20px;
        padding-right: 20px;
    }

    .btn-blue {
        font-size: 16px;
    }

    .btn-line_white {
        font-size: 16px;
    }
}

/*conference*/
.conference {
    min-height: 825px;
    background: url(../img/kouchingi-nastavnichestvoteoriya-i-praktika/conference.svg) right top / 800px auto no-repeat, linear-gradient(39deg, #00217f 0%, #0075ff 100%);
}

.conference-header__date {
    background: rgba(27, 132, 255, 0.37);
    border-radius: 12px;
    padding: 14px 22px;
    font-weight: 600;
    font-size: 25px;
    text-align: center;
    color: #fff;
}

.conference-header__div-date {
    margin-bottom: 43px;
}

.conference-header__title {
    font-weight: 600;
    font-size: 28px;
    color: #9fe8ff;
    padding-bottom: 10px;
}

.conference-header__subtitle {
    font-weight: 600;
    font-size: 65px;
    line-height: 102%;
    color: #fff;
    line-height: 120%;
    padding-bottom: 55px;
}

@media (max-width: 767px) {
    .conference {
        min-height: auto;
        padding-top: 60px;
        padding-bottom: 60px;
        background-size: 100% auto, cover;
    }

    .conference-header__date {
        font-size: 16px;
        padding: 10px 15px;
        border-radius: 8px;
    }

    .conference-header__div-date {
        margin-bottom: 20px;
    }

    .conference-header__title {
        font-size: 20px;
        line-height: 1.2;
    }

    .conference-header__subtitle {
        font-size: 28px;
        padding-bottom: 30px;
    }
}

/*topics*/
.topics {
    padding-top: 125px;
    padding-bottom: 125px;
}

.topics__title {
    font-weight: 600;
    font-size: 45px;
    text-align: center;
    color: #0640a3;
    padding-bottom: 84px;
}

.topics__item {
    font-weight: 400;
    font-size: 25px;
    color: #000;
    padding-bottom: 43px;
    line-height: 100%;
}

.topics__list {
    list-style: none;
    padding-left: 0;
}

.topics__list .topics__item {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}

.topics__list .topics__item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    background-color: #1678f0;
    border-radius: 50%;
}

@media (max-width: 767px) {
    .topics {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .topics__title {
        font-size: 28px;
        padding-bottom: 40px;
        line-height: 1.2;
    }

    .topics__item {
        font-size: 16px;
        padding-bottom: 20px;
    }
}

/*goals*/
.goals {
    background: #f3f7ff;
    padding-top: 125px;
    padding-bottom: 125px;
}

.goals__title {
    font-weight: 600;
    font-size: 45px;
    text-align: center;
    color: #0640a3;
    padding-bottom: 84px;
}

.goal__icon {
    padding-bottom: 20px;
}

.goal__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 125%;
    color: #0640a3;
    padding-bottom: 15px;
}

.goal__description {
    font-weight: 400;
    font-size: 24px;
    line-height: 125%;
    color: #000;
}

@media (max-width: 767px) {
    .goals {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .goals__title {
        font-size: 28px;
        padding-bottom: 40px;
        line-height: 1.2;
    }

    .goal__icon {
        padding-bottom: 15px;
    }

    .goal__title {
        font-size: 20px;
        padding-bottom: 10px;
    }

    .goal__description {
        font-size: 16px;
    }
}

/*audience*/
.audience {
    padding-top: 125px;
    padding-bottom: 125px;
}

.audience__title {
    font-weight: 600;
    font-size: 45px;
    text-align: center;
    color: #0640a3;
    padding-bottom: 84px;
}

.audience__list {
    padding-bottom: 36px;
}

.audience__item {
    font-weight: 400;
    font-size: 25px;
    color: #000;
    padding: 10px 20px;
    border: 1px solid #4285f4;
    border-radius: 12px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.audience__additional {
    font-weight: 400;
    font-size: 25px;
    color: #000;
}

@media (max-width: 767px) {
    .audience {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .audience__title {
        font-size: 28px;
        padding-bottom: 40px;
        line-height: 1.2;
    }

    .audience__item {
        font-size: 16px;
        padding: 8px 15px;
        border-radius: 8px;
        margin-bottom: 10px;
    }

    .audience__additional {
        font-size: 16px;
    }
}

/*formats*/
.formats {
    background: linear-gradient(39deg, #00217f 0%, #0075ff 100%);
    padding-top: 125px;
    padding-bottom: 125px;
    position: relative;
    overflow: visible;
    z-index: 2;
}

.formats::before {
    content: '';
    position: absolute;
    top: -20%;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url('../img/kouchingi-nastavnichestvoteoriya-i-praktika/formats_1.svg') no-repeat left;
    background-size: 30%;
    z-index: -1;
}

.formats::after {
    content: '';
    position: absolute;
    bottom: -40%;
    right: 0;
    width: 100%;
    height: 100vh;
    background: url('../img/kouchingi-nastavnichestvoteoriya-i-praktika/formats_2.svg') no-repeat right;
    background-size: 40%;
    z-index: -1;
}

.formats__title {
    font-weight: 600;
    font-size: 45px;
    text-align: center;
    color: #fff;
    padding-bottom: 84px;
}

.format {
    border-radius: 10px;
    background: #fff;
    padding: 30px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.format__content {
    flex-grow: 1;
}

.format__title {
    font-weight: 600;
    font-size: 26px;
    color: #0640a3;
    padding-bottom: 40px;
    line-height: 120%;
}

.format__content {
    font-weight: 400;
    font-size: 18px;
    line-height: 111%;
    color: #0640a3;
}

.format__feature {
    padding-bottom: 25px;
}

@media (max-width: 767px) {
    .formats {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .formats::before {
        background-size: 60%;
        top: -10%;
    }

    .formats::after {
        background-size: 60%;
        bottom: -20%;
        height: 1vh;
    }

    .formats__title {
        font-size: 28px;
        padding-bottom: 40px;
        line-height: 1.2;
    }

    .format {
        padding: 20px;
    }

    .format__title {
        font-size: 20px;
        padding-bottom: 20px;
        line-height: 1.2;
    }

    .format__content {
        font-size: 16px;
    }
}

/*program*/
.program {
    padding-top: 125px;
    padding-bottom: 125px;
}

.program__title {
    font-weight: 600;
    font-size: 45px;
    text-align: center;
    color: #0640a3;
    padding-bottom: 84px;
}

.program__info-row {
    border-radius: 20px;
    background-color: #f3f7ff;
    padding: 52px;
    margin-bottom: 150px;
}

.program__info-col {
    font-weight: 400;
    font-size: 25px;
    color: #000;
}

.program__actions-row {
    padding-bottom: 30px;
}

@media (max-width: 767px) {
    .program {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .program__title {
        font-size: 28px;
        padding-bottom: 40px;
        line-height: 1.2;
    }

    .program__info-row {
        padding: 30px 20px;
        margin-bottom: 60px;
        border-radius: 15px;
    }

    .program__info-col {
        font-size: 16px;
    }
}

/*speakers*/
.speakers {
    background: url(../img/kouchingi-nastavnichestvoteoriya-i-praktika/speakers_1.svg) left center / 600px auto no-repeat, #f3f7ff;
    padding-top: 125px;
    padding-bottom: 125px;
    position: relative;
    overflow: visible;
    z-index: 2;
}

.speakers::after {
    content: '';
    position: absolute;
    bottom: -10%;
    right: 0;
    width: 50%;
    max-height: 100vh;
    background: url('../img/kouchingi-nastavnichestvoteoriya-i-praktika/speakers_2.svg') no-repeat right;
    background-size: 40%;
    z-index: -1001;
}

.speakers__title {
    font-weight: 600;
    font-size: 45px;
    text-align: center;
    color: #0640a3;
    padding-bottom: 84px;
}

.speaker__photo {
    padding-bottom: 30px;
}

.speaker__photo img {
    border-radius: 20px;
}

.speaker__name {
    font-weight: 600;
    font-size: 27px;
    line-height: 119%;
    color: #0640a3;
    padding-bottom: 20px;
}

.speaker__bio {
    font-weight: 400;
    font-size: 13px;
    line-height: 123%;
    color: #000;
}

.speaker__details {
    list-style: none;
    padding-left: 0;
}

@media (max-width: 767px) {
    .speakers {
        padding-top: 60px;
        padding-bottom: 60px;
        background-size: 100% auto, cover;
    }

    .speakers::after {
        background-size: 60%;
        bottom: -30%;
    }

    .speakers__title {
        font-size: 28px;
        padding-bottom: 40px;
        line-height: 1.2;
    }

    .speaker__photo {
        padding-bottom: 15px;
    }

    .speaker__photo img {
        border-radius: 15px;
    }

    .speaker__name {
        font-size: 20px;
        padding-bottom: 10px;
    }

    .speaker__bio {
        font-size: 13px;
    }
}

/*organizer*/
.organizer {
    padding-top: 125px;
    padding-bottom: 125px;
}

.organizer__title {
    font-weight: 600;
    font-size: 45px;
    text-align: center;
    color: #0640a3;
    padding-bottom: 84px;
}

@media (max-width: 767px) {
    .organizer {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .organizer__title {
        font-size: 28px;
        padding-bottom: 40px;
        line-height: 1.2;
    }
}

/*partners*/
.partners {
    padding-top: 125px;
    padding-bottom: 125px;
}

.partners__title {
    font-weight: 600;
    font-size: 45px;
    text-align: center;
    color: #0640a3;
    padding-bottom: 84px;
}

@media (max-width: 767px) {
    .partners {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .partners__title {
        font-size: 28px;
        padding-bottom: 40px;
        line-height: 1.2;
    }
}

/*about*/
.about {
    min-height: 825px;
    padding-top: 125px;
    padding-bottom: 125px;
    background: url(../img/kouchingi-nastavnichestvoteoriya-i-praktika/about.svg) right center / 400px auto no-repeat, #f3f7ff;
}

.about__title {
    font-weight: 600;
    font-size: 65px;
    color: #0640a3;
    padding-bottom: 60px;
}

.about__text {
    font-weight: 400;
    font-size: 21px;
    color: #000;
    padding-bottom: 30px;
}

@media (max-width: 767px) {
    .about {
        min-height: auto;
        padding-top: 60px;
        padding-bottom: 60px;
        background-size: 100% auto, cover;
    }

    .about__title {
        font-size: 30px;
        padding-bottom: 30px;
        line-height: 1.2;
    }

    .about__text {
        font-size: 16px;
        padding-bottom: 20px;
    }
}

/*packages*/
.packages {
    padding-top: 125px;
    padding-bottom: 125px;
    position: relative;
    overflow: visible;
    z-index: 2;
}

.packages::after {
    content: '';
    position: absolute;
    bottom: -25%;
    right: 0;
    width: 100%;
    height: 100vh;
    background: url('../img/kouchingi-nastavnichestvoteoriya-i-praktika/packages.svg') no-repeat right;
    background-size: 40%;
    z-index: -1;
}

.packages__title {
    font-weight: 600;
    font-size: 45px;
    text-align: center;
    color: #0640a3;
    padding-bottom: 84px;
}

.package {
    border-radius: 30px;
    background: #f3f7ff;
    padding: 45px;
}

.package__title {
    font-weight: 600;
    font-size: 29px;
    line-height: 125%;
    color: #000;
    padding-bottom: 40px;
}

.package__price {
    font-weight: 600;
    font-size: 24px;
    line-height: 125%;
    color: #000;
    padding-bottom: 40px;
}

.package__content {
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    color: #000;
    padding-bottom: 60px;
}

.package__feature {
    padding-bottom: 25px;
}

@media (max-width: 767px) {
    .packages {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .packages::after {
        background-size: 60%;
        bottom: -10%;
    }

    .packages__title {
        font-size: 28px;
        padding-bottom: 40px;
        line-height: 1.2;
    }

    .package {
        padding: 30px 20px;
        border-radius: 15px;
    }

    .package__title {
        font-size: 22px;
        padding-bottom: 20px;
    }

    .package__price {
        font-size: 20px;
        padding-bottom: 20px;
    }

    .package__content {
        font-size: 16px;
        padding-bottom: 30px;
    }
}

/*cooperation*/
.cooperation {
    padding-top: 125px;
    padding-bottom: 125px;
}

.cooperation__text {
    font-weight: 600;
    font-size: 45px;
    text-align: center;
    color: #0640a3;
}

@media (max-width: 767px) {
    .cooperation {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .cooperation__text {
        font-size: 28px;
    }
}

/*publication-info*/
.publication-info {
    padding-top: 125px;
    padding-bottom: 125px;
    background: url('../img/kouchingi-nastavnichestvoteoriya-i-praktika/publication-info.svg') no-repeat right center;
    background-size: 30%;
}

.publication-info__title {
    font-weight: 600;
    font-size: 51px;
    color: #0640a3;
    padding-bottom: 125px;
    line-height: 120%;
}

.publication-info__content {
    border-radius: 20px;
    background-color: #f3f7ff;
    padding: 50px 30px;
}

.publication-info__text {
    font-weight: 400;
    font-size: 25px;
    color: #000;
    padding-bottom: 30px;
}

.publication-info__dates-list {
    font-weight: 400;
    font-size: 22px;
    line-height: 136%;
    color: #0640a3;
}

@media (max-width: 767px) {
    .publication-info {
        padding-top: 60px;
        padding-bottom: 60px;
        background-size: 60%;
    }

    .publication-info__title {
        font-size: 28px;
        padding-bottom: 60px;
        line-height: 1.2;
    }

    .publication-info__content {
        padding: 30px 20px;
        border-radius: 15px;
    }

    .publication-info__text {
        font-size: 16px;
        padding-bottom: 20px;
    }

    .publication-info__dates-list {
        font-size: 16px;
    }
}

/*publication-info__links*/
.publication-info__links {
    padding-top: 125px;
    padding-bottom: 125px;
}

.publication-info__link-item {
    padding-bottom: 30px;
}

@media (max-width: 767px) {
    .publication-info__links {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

/*how-to-publish*/
.how-to-publish {
    padding-top: 125px;
    padding-bottom: 125px;
    position: relative;
    overflow: visible;
    z-index: 2;
    background: #f3f7ff;
}

.how-to-publish::before {
    content: '';
    position: absolute;
    top: -60%;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url('../img/kouchingi-nastavnichestvoteoriya-i-praktika/how-to-publish.svg') no-repeat left;
    background-size: 25%;
    z-index: -1;
}

.how-to-publish__title {
    font-weight: 600;
    font-size: 45px;
    text-align: center;
    color: #0640a3;
    padding-bottom: 85px;
}

.how-to-publish__steps {
    position: relative;
}

.how-to-publish__steps::before {
    content: '';
    position: absolute;
    top: 0;
    left: 27.5px;
    bottom: 0;
    width: 2px;
    background: #4285f4;
    transform: translateX(-50%);
}

.how-to-publish__step {
    position: relative;
    margin-bottom: 30px;
}

.how-to-publish__step:last-child {
    margin-bottom: 0;
}

.how-to-publish__step-number {
    font-weight: 600;
    font-size: 26px;
    line-height: 1.15;
    color: #f3f7ff;
    text-align: center;
    border-radius: 50%;
    background: #4285f4;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.how-to-publish__step-text {
    flex-grow: 1;
}

.how-to-publish__line {
    border-bottom: 1px solid #cde0ff;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 5%;
}

@media (max-width: 767px) {
    .how-to-publish {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .how-to-publish::before {
        background-size: 50%;
        top: -10%;
    }

    .how-to-publish__title {
        font-size: 28px;
        padding-bottom: 40px;
        line-height: 1.2;
    }

    .how-to-publish__steps {
        padding-left: 0;
    }

    .how-to-publish__steps::before {
        display: none;
    }

    .how-to-publish__step {
        margin-bottom: 20px;
        align-items: flex-start !important;
    }

    .how-to-publish__step:not(:last-child) {
        position: relative;
    }

    .how-to-publish__step:not(:last-child)::after {
        content: '';
        position: absolute;
        top: 40px;
        left: 20px;
        height: calc(100% + 20px);
        width: 2px;
        background: #4285f4;
        transform: translateX(-50%);
    }

    .how-to-publish__step-number {
        width: 40px;
        height: 40px;
        font-size: 18px;
        flex-shrink: 0;
        margin-right: 15px !important;
        position: relative;
        z-index: 2;
    }

    .how-to-publish__step-text {
        font-size: 14px;
        line-height: 1.4;
    }

    .how-to-publish__line {
        margin-left: 27.5px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

/*instructions*/
.instructions {
    padding-top: 125px;
    padding-bottom: 125px;
}

.instructions__line {
    border-bottom: 1px solid #cde0ff;
    margin-bottom: 30px;
    margin-left: 5%;
}

.instructions__title {
    font-weight: 600;
    font-size: 25px;
    color: #000;
    padding-bottom: 45px;
}

.instructions__content {
    font-weight: 400;
    font-size: 25px;
    color: #000;
}

@media (max-width: 767px) {
    .instructions {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .instructions__line {
        margin-left: 0;
    }

    .instructions__title {
        font-size: 20px;
        padding-bottom: 20px;
        line-height: 1.2;
    }

    .instructions__content {
        font-size: 16px;
    }
}

/*payment*/
.payment {
    padding-bottom: 125px;
}

.payment__note {
    font-weight: 600;
    font-size: 20px;
    color: #000;
    padding-bottom: 45px;
}

.payment__list {
    font-weight: 400;
    font-size: 20px;
    color: #000;
}

@media (max-width: 767px) {
    .payment {
        padding-bottom: 60px;
    }

    .payment__note {
        font-size: 16px;
        padding-bottom: 20px;
    }

    .payment__list {
        font-size: 16px;
    }
}



/*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(20px, -75px);
}

.fpkn-presidium__member{
    margin-top: 25px;
}

.fpkn-presidium__title {
    font-weight: 600;
    font-size: 45px;
    color: #0640a3;
    padding-bottom: 84px;
}

.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;
}


.swiper-button-next,.swiper-rtl .swiper-button-prev {
    right: 10px !important;
    left: auto;
}


.swiper-button-prev,.swiper-rtl .swiper-button-next {
    left: 10px !important;
    right: auto;
}

.swiper-button-next,
.swiper-button-prev {
    color: #0088CC;
}

.swiper-pagination-bullet-active {
    background: #0088CC;
}


.swiper-button-next,
.swiper-button-prev {
    width: 44px;
    height: 44px;
    padding: 10px;
    background-color: white;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 14px !important;
    font-weight: bold;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

@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;
    }
}

/*fpkn-presidium конец*/
