.expert-profile__crumbs {
    padding-bottom: 0;
}

.expert-profile__crumbs.is-box,
.expert-profile__body.is-box,
.expert-profile__others.is-box,
.expert-profile__form-section.is-box {
    padding-top: 0;
}

.expert-profile__hero {
    background: #1d284e;
    position: relative;
    overflow: hidden;
    min-height: 560px;
    max-height: none;
}

.expert-profile__hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.expert-profile__hero-bg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.expert-profile__hero .box-wrapper {
    box-sizing: border-box;
    position: relative;
    display: block;
    z-index: 1;
    width: 1220px;
    max-width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
}

.expert-profile__hero-wrapper {
    position: relative;
    z-index: 1;
    padding-bottom: 0;
}

.expert-profile__hero-layout {
    display: flex;
    align-items: flex-end;
    gap: 110px;
    min-height: 560px;
    max-height: none;
    padding-left: 29px;
    box-sizing: border-box;
}

.expert-profile__hero-photo {
    flex: 0 0 357px;
    width: 357px;
    align-self: flex-end;
    margin-bottom: -1px;
    position: relative;
    z-index: 0;
    overflow: visible;
}

.expert-profile__hero-photo::before,
.expert-profile__hero-photo::after {
    content: "";
    position: absolute;
    pointer-events: none;
    z-index: -1;
    border-radius: 50%;
    background: radial-gradient(50% 50% at 50% 50%, #54A8DD 0%, #122462 100%);
    filter: blur(50px);
    opacity: 0.9;
}

/* большие и малые "пятна" свечения за фото */
.expert-profile__hero-photo::before {
    width: 392px;
    height: 392px;
    left: 65%;
    top: 58%;
    transform: translate(-70%, -50%);
}

.expert-profile__hero-photo::after {
    width: 188px;
    height: 188px;
    left: 40%;
    top: 30%;
    transform: translate(-20%, -50%);
    opacity: 0.85;
}

.expert-profile__hero-photo img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: auto;
    object-fit: cover;
    object-position: top center;
    position: relative;
    z-index: 1;
}

.expert-profile__hero-content {
    flex: 1 1 505px;
    width: auto;
    max-width: none;
    min-width: 0;
    color: #fff;
    padding: 50px 0 50px;
}

.expert-profile__department {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    padding: 10px 20px;
    border: 1px solid #54a8dd;
    border-radius: 100px;
    color: #54a8dd;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    text-transform: none;
}

.expert-profile__department.state-consulting {
    border-color: #54a8dd;
    color: #54a8dd;
}

.expert-profile__name {
    margin: 0 0 20px;
    color: #fff;
    font-size: 50px;
    line-height: 50px;
    font-weight: 400;
}

.expert-profile__role {
    max-width: 512px;
    margin-bottom: 30px;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}

.expert-profile__stats {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 60px;
    margin-bottom: 30px;
    padding-top: 0;
    border-top: none;
}

.expert-profile__stats::before {
    content: "";
    display: block;
    flex: 0 0 100%;
    width: 100%;
    height: 1px;
    margin-bottom: 20px;
    border-top: none;
    background-color: transparent;
    background-image: linear-gradient(#54a8dd, #54a8dd);
    background-repeat: no-repeat;
    background-size: 277px 1px;
    background-position: left top;
}

.expert-profile__stat-value {
    color: #54a8dd;
    font-size: 50px;
    line-height: 50px;
    font-weight: 400;
}

.expert-profile__stat-label {
    margin-top: 5px;
    max-width: 162px;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}

.expert-profile__hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}

.expert-profile__hero-actions-bar {
    display: none;
}

.expert-profile__hero-actions .is-button-a,
.expert-profile__hero-actions .is-button-f {
    box-sizing: border-box;
    height: 50px;
    min-width: 140px;
    line-height: 50px;
    font-size: 12px;
}

.expert-profile__hero-actions .is-button-a {
    border-radius: 100px !important;
    background: #54a8dd !important;
    border-color: #54a8dd !important;
}

.expert-profile__cta:hover {
    color: #1d284e !important;
}

.expert-profile__back {
    color: #fff !important;
    border-color: #fff !important;
    background: transparent !important;
    border-radius: 100px !important;
}

.expert-profile__back:hover {
    color: #1d284e !important;
    background: #fff !important;
}

.expert-profile__back--light {
    color: #54a8dd !important;
    border-color: #54a8dd !important;
    background: #fff !important;
}

.expert-profile__back--light:hover {
    color: #1d284e !important;
    background: #54a8dd !important;
    border-color: #54a8dd !important;
}

.expert-profile__body .box-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
}

.expert-profile__row {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.expert-profile__row--competencies {
    align-items: flex-start;
}

.expert-profile__competencies-row {
    display: flex;
    align-items: stretch;
    gap: 20px;
}

.expert-profile__competencies-row .expert-profile__competencies {
    flex: 1 1 auto;
    min-width: 0;
    height: 100%;
    box-sizing: border-box;
}

.expert-profile__competencies-aside {
    flex: 0 0 340px;
    width: 340px;
}

.expert-profile__competencies-aside .expert-profile__aside-card--practice {
    height: 100%;
}

.expert-profile__aside-card--practice {
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    margin-top: 0;
}

.expert-profile__aside-card--practice .expert-profile__practice-list {
    flex: 1 1 auto;
    margin-left: -30px;
    margin-right: -30px;
}

.expert-profile__row--competencies .expert-profile__row-main {
    max-width: none;
}

.expert-profile__row + .expert-profile__row {
    margin-top: 100px;
}

.expert-profile__row + .expert-profile__section--edu-cert {
    margin-top: 100px;
}

.expert-profile__section--edu-cert + .expert-profile__row {
    margin-top: 100px;
}

.expert-profile__row-main {
    flex: 1;
    min-width: 0;
    max-width: 860px;
}

.expert-profile__row-aside {
    flex: 0 0 340px;
    width: 340px;
}

.expert-profile__edu-cert-layout {
    display: flex;
    align-items: stretch;
    gap: 20px;
}

.expert-profile__edu-cert-main {
    flex: 1 1 auto;
    min-width: 0;
}

.expert-profile__edu-cert-aside {
    flex: 0 0 340px;
    width: 340px;
    display: flex;
}

.expert-profile__edu-cert-aside .expert-profile__aside-card {
    flex: 1 1 auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.expert-profile__edu-cert-subsection {
    margin-top: 100px;
}

.expert-profile__section + .expert-profile__section {
    margin-top: 100px;
}

.expert-profile__section h2 {
    margin: 0 0 40px;
    color: #45474e;
    font-size: 32px;
    line-height: 36px;
    font-weight: 400;
}

.expert-profile__bio {
    color: #45474e;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}

.expert-profile__bio > *:last-child {
    margin-bottom: 0;
}

.expert-profile__competencies {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-content: stretch;
    gap: 20px;
}

.expert-profile__competencies.state-single-column {
    grid-template-columns: 1fr;
}

.expert-profile__competency {
    display: flex;
    align-items: center;
    gap: 15px;
    min-height: 120px;
    padding: 20px 25px;
    border: none;
    border-radius: 0;
    background: #f2f4fa;
    color: #45474e;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -1px;
    font-weight: 400;
}

.expert-profile__competency-icon {
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #54a8dd url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='1.8' d='M1 5.2 4.4 8.5 11 1.5'/%3E%3C/svg%3E") center / 12px 10px no-repeat;
}

.expert-profile__practice-mobile {
    display: none;
}

.expert-profile__practice-card,
.expert-profile__aside-card--practice {
    padding: 30px;
    border-radius: 0;
    background: #1d284e;
    color: #fff;
}

.expert-profile__practice-card h2,
.expert-profile__aside-card--practice .expert-profile__aside-title {
    margin: 0 0 30px;
    color: #fff;
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
}

.expert-profile__practice-list {
    margin: 0;
    padding: 0 30px;
    list-style: none;
}

.expert-profile__practice-list li {
    position: relative;
    padding: 18px 0;
}

.expert-profile__practice-list li + li {
    border-top: none;
}

.expert-profile__practice-list li + li::after {
    content: "";
    position: absolute;
    top: 0;
    left: -30px;
    right: -30px;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
}

/* override global `ul > li:before` marker */
.expert-profile__practice-list > li::before {
    content: none !important;
    display: none !important;
}

.expert-profile__practice-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    text-decoration: none;
}

.expert-profile__practice-list a::after {
    content: "›";
    color: #54a8dd;
    font-size: 24px;
    line-height: 1;
    transform: none;
}


.expert-profile__practice-list a:hover {
    color: #54a8dd;
}

.expert-profile__publications {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.expert-profile__publication {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0;
    color: inherit;
    text-decoration: none;
}

.expert-profile__publication-date {
    flex: 0 0 228px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    min-height: 120px;
    padding: 20px 30px;
    border-radius: 0;
    background: #1d284e;
    color: #fff;
    text-align: left;
    box-sizing: border-box;
}

.expert-profile__publication-day-month {
    display: flex;
    align-items: baseline;
    gap: 8px;
    flex-wrap: nowrap;
    white-space: nowrap;
}

.expert-profile__publication-day {
    font-size: 32px;
    line-height: 35px;
    font-weight: 400;
    letter-spacing: -1px;
}

.expert-profile__publication-month,
.expert-profile__publication-year {
    font-size: 16px;
    line-height: 35px;
    letter-spacing: -1px;
    font-weight: 400;
}

.expert-profile__publication-year {
    color: rgba(255, 255, 255, 0.5);
}

.expert-profile__publication-content {
    flex: 1;
    padding-top: 0;
}

.expert-profile__publication-type {
    margin-bottom: 10px;
    color: #54a8dd;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -1px;
    font-weight: 400;
    text-transform: none;
}

.expert-profile__publication-title {
    color: #45474e;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}

.expert-profile__publication:hover .expert-profile__publication-title {
    color: #54a8dd;
}

.expert-profile__education {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.expert-profile__education-card {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px 25px;
    border: 1px solid #54a8dd;
    border-radius: 0;
    background: #fff;
}

.expert-profile__education-icon {
    flex: 0 0 58px;
    width: 58px;
    height: 58px;
    display: block;
}

.expert-profile__education-institution {
    color: #45474e;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
}

.expert-profile__education-specialty {
    margin-top: 4px;
    color: #45474e;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}

.expert-profile__certificates {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.expert-profile__certificate {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    min-height: 80px;
    border: 1px solid #1d284e;
    border-radius: 0;
    background: #fff;
    color: #1d284e;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: -1px;
}

.expert-profile__aside-sticky {
    position: sticky;
    top: 100px;
}

.expert-profile__aside-card {
    padding: 30px;
    border: none;
    border-radius: 0;
    background: #f2f4fa;
}

.expert-profile__aside-card + .expert-profile__aside-card {
    margin-top: 20px;
}

.expert-profile__aside-card--cta {
    text-align: center;
}

.expert-profile__aside-card--practice {
    padding: 30px;
    background: #1d284e;
}

.expert-profile__aside-title {
    margin-bottom: 20px;
    color: #1d284e;
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    font-style: normal;
}

.expert-profile__aside-card--practice .expert-profile__aside-title {
    color: #fff;
}

.expert-profile__aside-card--cta .expert-profile__aside-title {
    color: #1d284e;
}

.expert-profile__aside-cta {
    width: 100%;
    border-radius: 100px !important;
}

.expert-profile__aside-note {
    margin: 15px 0 0;
    color: #45474e;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}

.expert-profile__aside-experts {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.expert-profile__aside-expert {
    display: flex;
    align-items: center;
    gap: 12px;
    color: inherit;
    text-decoration: none;
}

.expert-profile__aside-expert-avatar {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    overflow: hidden;
    border-radius: 50%;
    background: #eef6fc;
}

.expert-profile__aside-expert-avatar img,
.expert-profile__aside-expert-avatar > span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    object-fit: cover;
    color: #54a8dd;
    font-weight: 400;
}

.expert-profile__aside-expert-avatar img {
    object-position: top center;
    transform: matrix(-1, 0, 0, 1, 0, 0);
    background: #fff;
}

.expert-profile__aside-expert-name {
    display: block;
    color: #1d284e;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}

.expert-profile__aside-expert-role {
    display: block;
    margin-top: 2px;
    color: #45474e;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}

.expert-profile__aside-expert:hover .expert-profile__aside-expert-name {
    color: #54a8dd;
}

.expert-profile__aside-team {
    display: inline-block;
    margin-top: 30px;
    color: #54a8dd;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: 0;
    text-decoration: none;
    text-transform: none;
}

.expert-profile__others {
    background: #f2f4fa;
}

.expert-profile__body + .expert-profile__others {
    margin-top: -60px;
}

.expert-profile__others .box-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
}

.expert-profile__others h2 {
    margin: 0 0 40px;
    color: #45474e;
    font-size: 32px;
    line-height: 36px;
    font-weight: 400;
}

.expert-profile__others-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.expert-profile__other-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
}

.expert-profile__other-photo {
    display: block;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #1d284e;
}

.expert-profile__other-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.expert-profile__other-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 20px 25px 25px;
}

.expert-profile__other-name a {
    color: #45474e;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: -1px;
    text-decoration: none;
}

.expert-profile__other-role {
    margin-top: 8px;
    color: #45474e;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}

.expert-profile__other-more {
    display: inline-block;
    margin-top: auto;
    padding-top: 16px;
    color: #54a8dd;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: 0;
    text-decoration: none;
    text-transform: none;
}

.expert-profile__form-section .box-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
}

.expert-profile__form-header {
    margin-bottom: 40px;
}

.expert-profile__form-header h2 {
    margin: 0 0 24px;
    color: #45474e;
    font-size: 32px;
    line-height: 36px;
    font-weight: 400;
}

.expert-profile__form-header p {
    margin: 0;
    color: #45474e;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}

.expert-profile__form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.expert-profile__form-message {
    grid-column: 1 / -1;
}

.expert-profile__form-footer {
    margin-top: 40px;
}

.expert-profile__mobile-cta {
    display: none;
}

html.expert-profile-page {
    scroll-padding-bottom: 90px;
}

@media (max-width: 1199px) {
    .expert-profile__hero {
        min-height: 539px;
        max-height: 539px;
    }

    .expert-profile__hero-layout {
        min-height: 539px;
        max-height: 539px;
    }

    .expert-profile__row-main {
        max-width: none;
    }

    .expert-profile__row-aside {
        flex-basis: 300px;
        width: 300px;
    }

    .expert-profile__edu-cert-aside {
        flex-basis: 300px;
        width: 300px;
    }

    .expert-profile__competencies-aside {
        flex-basis: 300px;
        width: 300px;
    }

    .expert-profile__hero-photo {
        flex-basis: 300px;
        width: 300px;
    }

    .expert-profile__others-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .expert-profile__publication-date {
        flex-basis: 180px;
    }
}

@media (max-width: 991px) {
    .expert-profile__hero {
        min-height: 532px;
        max-height: none;
    }

    .expert-profile__hero-layout {
        min-height: 532px;
        max-height: none;
    }

    .expert-profile__row {
        flex-direction: column;
    }


    .expert-profile__row-aside {
        display: none;
        width: 100%;
        max-width: none;
    }

    .expert-profile__edu-cert-layout {
        flex-direction: column;
    }

    .expert-profile__edu-cert-aside {
        display: none;
    }

    .expert-profile__competencies-row {
        flex-direction: column;
    }

    .expert-profile__competencies-aside {
        display: none;
    }

    .expert-profile__practice-mobile {
        display: block;
    }

    .expert-profile__competencies {
        grid-template-columns: 1fr;
    }

    .expert-profile__row + .expert-profile__row {
        margin-top: 60px;
    }

    .expert-profile__row + .expert-profile__section--edu-cert {
        margin-top: 60px;
    }

    .expert-profile__section--edu-cert + .expert-profile__row {
        margin-top: 60px;
    }

    .expert-profile__body .box-wrapper {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .expert-profile__others-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .expert-profile__crumbs.is-box {
        padding-top: 50px;
    }

    .expert-profile__hero {
        min-height: 0;
    }

    .expert-profile__hero-layout {
        position: relative;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        gap: 0;
        min-height: 0;
        padding-left: 0;
    }

    .expert-profile__hero-content {
        position: relative;
        z-index: 2;
        width: 100%;
        max-width: none;
        flex: 0 0 auto;
        padding: 40px 0 0;
        text-align: left;
    }

    .expert-profile__hero-actions--in-hero {
        display: none;
    }

    .expert-profile__hero-actions-bar {
        display: block;
        background: #fff;
        padding: 20px 0 0;
    }

    .expert-profile__hero-actions-bar .box-wrapper {
        box-sizing: border-box;
        width: 1220px;
        max-width: calc(100% - 40px);
        margin-left: auto;
        margin-right: auto;
    }

    .expert-profile__hero-actions--mobile {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    .expert-profile__hero-actions--mobile .is-button-a,
    .expert-profile__hero-actions--mobile .is-button-f {
        width: 100%;
        height: 45px;
        line-height: 45px;
        text-align: center;
        border-radius: 100px !important;
    }

    .expert-profile__body .box-wrapper {
        padding-top: 24px;
    }

    .expert-profile__hero-photo {
        position: absolute;
        right: 0;
        bottom: 0;
        flex: none;
        width: auto;
        max-width: min(357px, 72%);
        margin-bottom: 0;
        z-index: 1;
        pointer-events: none;
        transform: scale(0.80);
        transform-origin: bottom right;
    }

    .expert-profile__hero-photo img {
        width: auto;
        max-width: 100%;
        height: auto;
        object-fit: contain;
        object-position: bottom right;
        transform: matrix(-1, 0, 0, 1, 0, 0);
    }

    .expert-profile__name {
        font-size: 36px;
        line-height: 1.1;
    }

    .expert-profile__role {
        margin-bottom: 17px;
    }

    .expert-profile__stat-value {
        font-size: 36px;
        line-height: 1.1;
    }

    .expert-profile__stats {
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: flex-start;
        gap: 17px;
    }

    .expert-profile__stats::before {
        display: block;
        flex: none;
        width: 100%;
        height: 1px;
        margin-bottom: 0;
        background-size: 136px 1px;
    }

    .expert-profile__stat {
        width: 100%;
    }

    .expert-profile__stat-label {
        /* max-width: none; */
    }

    .expert-profile__publications {
        width: 100%;
        min-width: 0;
    }

    .expert-profile__publication {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        gap: 12px;
    }

    .expert-profile__publication-date {
        flex: none;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: baseline;
        gap: 8px;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        min-height: 0;
        padding: 16px 20px;
    }

    .expert-profile__publication-month {
        text-transform: uppercase;
    }

    .expert-profile__publication-year {
        flex-shrink: 0;
        margin-left: auto;
        line-height: 1;
    }

    .expert-profile__publication-content {
        width: 100%;
        min-width: 0;
    }

    .expert-profile__others-grid {
        grid-template-columns: 1fr;
    }

    .expert-profile__form-grid {
        grid-template-columns: 1fr;
    }

    .expert-profile__mobile-cta {
        display: block;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 90;
        padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
        background: rgba(255, 255, 255, 0.96);
        box-shadow: 0 -4px 20px rgba(29, 40, 78, 0.12);
        transform: translateY(100%);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: transform 0.25s ease, opacity 0.25s ease, visibility 0.25s ease;
    }

    .expert-profile__mobile-cta.state-visible {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .expert-profile__mobile-cta .is-button-a {
        display: block;
        width: 100%;
        text-align: center;
        border-radius: 100px !important;
    }

    html.expert-profile-page .main-layout-footer {
        padding-bottom: 84px;
    }
}
