

/* Start:/local/templates/interneuro/components/bitrix/news/persons/bitrix/news.detail/.default/style.css?17394344439164*/
.expert-columns {
    display: flex;
    width: 100%;
    margin-bottom: 40px;
}

.column-basic {
    width: 76%;
}

section header h2 {
    margin: 80px 0px 24px 0px;
}

.workplace-block {
    margin-top: 80px;
}

.anchor:target {
    scroll-margin-top: 80px;
}

.anchor:first-child:target {
    scroll-margin-top: 100px;
}

form button {
    cursor: pointer;
}

.container {
    max-width: 100%;
}

.main-banner-block,
.main-banner-block img,
.main-banner-block div,
.menu-banner-block,
.menu-banner-block img,
.menu-banner-block div {
    width: 100%;
    object-fit: contain;
}

.main-banner-block {
    margin-top: 30px;
}

.menu-banner-block {
    margin-top: 64px;
}

@media (max-width: 991px) {
    .expert-columns {
        flex-direction: column;
    }

    .column-basic {
        order: 2;
        width: 100%;
    }
}

@media (max-width: 575px) {
    .column-basic {
        font-size: 15px;
        line-height: 120%;
    }
}


.slide {
    position: relative;
    display: block;
    height: 344px;
    margin: 0 auto;
    padding: 0 24px 14px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #DDDDDD;
    border-radius: 8px;
    transition: 0.2s ease-in-out;
}

.slide:hover {
    padding: 0 24px 18px;
    border-color: #29767E;
}

.slide:hover .slide__image {
    border-color: #29767E;
}

.slide:hover .slide__author,
.slide:hover .slide__name {
    color: var(--project-color-hover);
}

.slide__image {
    width: calc(100% + 50px);
    height: 212px;
    margin: -1px -25px 11px;
    align-content: center;
    border: 1px solid #DDDDDD;
    border-radius: 8px;
    object-fit: cover;
    aspect-ratio: initial;
    transition: border-color 0.2s;
}

.slide__author,
.slide__name,
.slide__tags {
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: color 0.2s;
    color: #989898;
}

.slide__author {
    max-height: 17px;
    margin: 0 0 8px;
}

.slide__name {
    min-height: 25px;
    max-height: 75px;
    -webkit-line-clamp: 3;
    font-size: 20px;
    font-weight: 600;
    line-height: 124%;
    color: #2C2C2C;
    align-content: center;
}

.slide__tags {
    max-height: 17px;
    margin-top: 8px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .slide {
        height: 250px;
    }

    .slide__image {
        height: 140px;
    }

    .slide__name {
        font-size: 16px;
        line-height: 17px;
    }
}

@media (max-width: 350px) {
    .slide {
        height: 250px;
    }

    .slide__image {
        height: 140px;
    }

    .slide__name {
        font-size: 16px;
        line-height: 17px;
    }
}

iframe,
embed,
object {
    max-width: 100%;
    max-height: 100%;
}


.slide-content {
    padding-bottom: 56.25%;
    /* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) */
    height: 0;
    width: 100%;
    overflow: hidden;
}

.slide-content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Стили эксперта */
.expert {
    display: flex;
}

.expert__photo_img {
    border-radius: 8px;
    max-width: 294px;
    max-height: 294px;
}

.expert__description {
    margin-left: 24px;
}

.expert__name {
    font-size: 48px;
    font-weight: 700;
    line-height: 53.76px;
}

.expert__details {
    margin-top: 16px;
    font-size: 20px;
    line-height: 24.8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.read-more-details {
    font-size: 20px;
    font-weight: 700;
    color: #29767E;
    cursor: pointer;
}

.expert-competencies {
    margin-top: 30px;
    display: flex;
    align-items: center;
}

.expert-competencies__heading {
    font-size: 24px;
    font-weight: 600;
}

.expert-competencies__competencies {
    margin-left: 22px;
    font-size: 20px;
}

/* Конец стилей эксперта */


/* Начало стилей мероприятий с экспертом */
.expert-events__menu {
    display: flex;
    border-bottom: 1px solid #DDDDDD;
}

.expert-events__menu li {
    margin-right: 43px;
    font-weight: 600;
    font-size: 24px;
    cursor: pointer;
    padding-bottom: 4px;
}

.event-period {
    color: #A7A7A7;
    border-bottom: none;
}

.event-period.selected {
    border-bottom: 2px solid var(--project-color, #E51E25);
    color: rgb(44, 44, 44);
}

.expert-events__past {
    display: none;
}

.expert-events__past a {
    color: #A7A7A7;
}

.expert-events a:hover {
    text-underline: none;
}

/* Конец стилей мероприятий с экспертом */

/* Стили блока места работы */
.workplace-section {
    margin-top: 80px;
}

.workplace-block {
    display: flex;
}

.workplace-info {
    margin-left: 25px;
}

.workplace-info__about {
    margin-top: 40px;
}

.workplace__img {
    border: 1px solid #DDDDDD;
    border-radius: 6px;
    display: flex;
    width: 100%;
    height: 100%;
    max-width: 294px;
    min-height: 208px;
    padding: 30px;
    justify-content: center;
    overflow: hidden;
    object-fit: contain;
}

.workplace__text {
    font-size: 20px;
    margin: 8px 0px;
}

.about__heading,
.contacts__heading {
    font-size: 30px;
    font-weight: 700;
    margin-top: 40px;
}

.about__text {
    font-size: 20px;
    margin-top: 8px;
}

.contacts__block {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    margin-top: 25px;
}

.contact__top {
    min-width: 294px;
    border-bottom: 1px solid #DDDDDD;
    display: flex;
    align-items: center;
    color: var(--project-color, #E51E25);
    font-weight: 700;
    padding-bottom: 10px;
}

.workplace__img_mobile {
    display: none;
}

.workplace-info__contact,
.expert-info__contact {
    max-width: 294px;
}

.contact__top::before {
    margin-right: 10px;
    content: "";
    width: 25px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
}

.contact__top.phone::before {
    background-image: url('/local/templates/interneuro/components/bitrix/news/persons/bitrix/news.detail/.default/img/phone.svg');
}

.contact__top.email::before {
    background-image: url('/local/templates/interneuro/components/bitrix/news/persons/bitrix/news.detail/.default/img/email.svg');
}

.contact__top.location::before {
    background-image: url('/local/templates/interneuro/components/bitrix/news/persons/bitrix/news.detail/.default/img/location.svg');
}

.contact__top.web::before {
    background-image: url('/local/templates/interneuro/components/bitrix/news/persons/bitrix/news.detail/.default/img/web.svg');
}

.contact__bottom a {
    color: var(--project-text-color, #C2C2C2);
    text-decoration: underline;
}

.contact__bottom {
    padding-top: 17px;
    font-size: 24px;
    font-weight: 600;
}

.expert-contacts {
    justify-content: start;
}

/* Конец стилей блока места работы */

@media (max-width: 992px) {
    .anchor:target {
        scroll-margin-top: 120px;
    }
    .anchor:first-child:target {
        scroll-margin-top: 140px;
    }
}

@media (max-width: 768px) {
    .menu-banner-block {
        margin-top: 30px;
    }

    section header h2 {
        margin: 60px 0px 16px 0px;
    }

    .workplace-block {
        margin-top: 60px;
    }

    .workplace-info__about p {
        font-size: 15px;
    }

    /* Стили эксперта */
    .expert {
        flex-direction: column;
    }

    .expert__name {
        font-size: 24px;
        line-height: 26px;
        margin-top: 16px;
    }

    .expert__details {
        font-size: 15px;
        line-height: 18px;
    }

    .expert__description {
        margin-left: 0;
    }

    .read-more-details {
        font-size: 15px;
    }

    .expert__photo_img {
        max-width: 156px;
        max-height: 156px;
    }

    .expert-competencies__heading {
        font-size: 16px;
    }

    .expert-competencies {
        margin-top: 14px;
    }

    .expert-competencies__competencies {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .expert-events__menu li {
        font-size: 18px;
    }

    .workplace-info__contact,
    .expert-info__contact {
        max-width: none;
        width: 100%;
    }

    .workplace-block {
        flex-direction: column;
    }

    .workplace__img_mobile {
        display: block;
        border: 1px solid #DDDDDD;
        width: 100%;
        padding: 7% 30%;
    }

    .workplace-info {
        margin-left: 0;
    }

    .workplace__img {
        display: none;
    }

    .about__heading,
    .contacts__heading {
        font-size: 20px;
    }

    .about__text,
    .contact__top,
    .workplace__text,
    .expert-form-l__text {
        font-size: 15px;
    }

    .contact__bottom {
        font-size: 20px;
        padding-top: 10px;
    }

    .workplace-info__contact:not(:last-child) {
        margin-bottom: 40px;
    }

    .expert-info__contact:not(:first-child) {
        margin-top: 40px;
    }
}

@media (min-width: 769px) {
    .workplace-info__contact:nth-child(1),
    .workplace-info__contact:nth-child(2) {
        margin-top: 18px;
    }

    .workplace-info__contact:nth-child(3),
    .workplace-info__contact:nth-child(4) {
        margin-top: 40px;
    }

    .expert-info__contact:first-child {
        margin-right: 24px;
    }
}
/* End */


/* Start:/local/templates/interneuro/components/medigit/conference.event.twolists/.default/style.css?17394344434415*/
.expert-columns .block-short h2 {
    margin: 60px 0 0 0;
}

.active-past-events {
    display: flex;
    flex-direction: column;
}

.active-past-events #active ~ .active-past-events__tabs {
    order: 0;
    display: flex;
    align-items: center;
    position: relative;
    width: 60%;
    margin-left: auto;
    font-size: 16px;
    line-height: 20px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

.active-past-events__span {
    margin-left: auto;
    color: #CACACA;
}

.active-past-events .active-past-events__tabs {
    margin-top: -34px;
    margin-bottom: 24px;
}

.active-past-events .active-past-events__tabs > a {
    display: inline-block;
    margin-left: 16px;
    color: var(--project-text-color, #2C2C2C);
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    transition: color 0.3s;
}

.active-past-events .active-past-events__tabs > a:hover {
    color: var(--project-color, #E52B1E);
}

.active-past-events > #past:target ~ .active-past-events__tabs > a[href="#active"] {
    color: var(--project-text-color, #2C2C2C);
    border: none;
    cursor: pointer;
}

#past:target ~ .active-past-events__tabs > a:not(#past):hover,
#active:target ~ .active-past-events__tabs > a:not(#active):hover {
    color: var(--project-color, #E52B1E);
}

.active-past-events > #active ~ .active-past-events__tabs > a[href="#active"],
.active-past-events > #active:target ~ .active-past-events__tabs > a[href="#active"],
.active-past-events > #past:target ~ .active-past-events__tabs > a[href="#past"] {
    padding: 6px 8px;
    color: var(--project-color, #29767E);
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: default;
}

.active-past-events > #past:target ~ .active-past-events__tabs > a[href="#past"] {
    margin-left: 8px;
}

.active-past-events > div:not(.active-past-events__tabs) {
    display: none;
    order: 1;
}

.active-past-events > div:target {
    display: block;
}

.active-past-events > #active,
.active-past-events > #past {
    position: relative;
    z-index: 10;
}

.active-past-events > #past:target ~ #active {
    display: none !important;
}

.active-past-events > div:not(div#past) {
    display: block;
}

.active-past-events div#active ~ .active-past-events__tabs,
.active-past-events div#past ~ .active-past-events__tabs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

/* вкладки в блоке с меньшей шириной */
.block-short #active ~ .active-past-events__tabs {
    flex-wrap: wrap;
    width: 100%;
}

.block-short .active-past-events__span {
    margin-left: 0;
    margin-right: 12px;
}

.block-short .active-past-events__tabs {
    margin-top: 24px;
}

.block-short .active-past-events__tabs > a:first-of-type {
    margin-left: 0;
}

@media (max-width: 992px) {
    .active-past-events #active ~ .active-past-events__tabs {
        flex-wrap: wrap;
        width: 100%;
    }

    .active-past-events .active-past-events__span {
        margin-left: 0;
        margin-right: 12px;
    }

    .active-past-events .active-past-events__tabs {
        margin-top: 24px;
    }

    .active-past-events .active-past-events__tabs > a:first-of-type {
        margin-left: 0;
    }
}

@media (max-width: 768px) {
    .active-past-events #active ~ .active-past-events__tabs,
    .active-past-events .active-past-events__tabs > a {
        font-size: 15px;
        line-height: 18px;
    }

    .active-past-events .active-past-events__tabs > a {
        margin-left: 8px;
    }
}

@media (max-width: 576px) {
    .active-past-events__span {
        width: 100%;
        margin-right: 0;
        margin-bottom: 8px;
    }

    #active:target ~ .active-past-events__tabs > a[href="#active"] {
        padding: 6px 8px;
    }
    #past:target ~ .active-past-events__tabs > a[href="#active"] {
        padding: 6px 0;
    }
 }

/* отступ скролла по якорю */
.active-past-events > div:target {
    scroll-margin-top: 156px;
}

@media (max-width: 992px) {
    .active-past-events > div:target {
        scroll-margin-top: 150px;
    }

    .block-short .active-past-events > div:target {
        scroll-margin-top: 205px;
    }
}

@media (max-width: 576px) {
    .active-past-events > div:target {
        scroll-margin-top: 170px;
    }

    .block-short .active-past-events > div:target {
        scroll-margin-top: 225px;
    }
}
/* End */


/* Start:/local/templates/interneuro/components/medigit/conference.event.list/.default/style.css?17394344434190*/
.more-info__button {
    margin-top: 24px;
    padding: 14px 30px;
    text-align: center;
    font-weight: 600;
    border: 1px solid var(--project-color, #E52B1E);
    color: var(--project-color, #E52B1E);
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s, color 0.3s;
}

.event-item {
    display: flex;
    border: 1px solid #DDDDDD;
    border-radius: 8px;
    transition: 0.3s;
    cursor: pointer;
    min-height: 168px;
    margin-bottom: 24px;
    color: var(--project-text-color, #2C2C2C);
    overflow: hidden;
}

.event-item__date {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 24px;
    min-width: 220px;
    background: #FAFAFA;
}

.event-item__format {
    color: #A7A7A7;
    font-size: 20px;
}

.event-item__description {
    padding: 24px;
    border-right: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    transition: border 0.3s;
}

.event-item__date_day,
.event-item__date_time {
    font-size: 20px;
}

.event-item__date_year,
.event-item__description_bottom {
    color: #A7A7A7;
    font-size: 20px;
}

.event-item__description_top {
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 700;
}

.event-item__arrow {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    transition: 0.3s;
    width: 88px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 82px;
}

.event-item__arrow_img {
    position: relative;
    height: 20px;
}

.event-item__arrow_img::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 14px;
    height: 22px;
    mask: url('/local/templates/interneuro/components/medigit/conference.event.list/.default/img/event-card-arrow.svg') center center no-repeat;
    -webkit-mask: url('/local/templates/interneuro/components/medigit/conference.event.list/.default/img/event-card-arrow.svg') center center no-repeat;
    background-color: var(--project-text-color, #2C2C2C);
    mask-size: contain;
    -webkit-mask-size: contain;
    transform: translate(-50%, -50%);
    transition: 0.3s;
}

.event-item:hover .event-item__arrow_img::before {
    background-color: #fff;
}

.event-item-past .event-item__arrow_img::before {
    background-color: #A7A7A7;
}

.event-item-past .event-item__date,
.event-item-past .event-item__description {
    flex: 1 1 auto;
    color: #A7A7A7;
}

@media (max-width: 768px) {
    .event-item {
        flex-direction: column;
        margin-bottom: 16px;
    }

    .event-item__date {
        flex-direction: row;
        border-bottom: 1px solid #DDDDDD;
        padding: 8px 16px;
    }

    .event-item__description {
        padding: 16px;
        border-left: none;
        border-right: none;
    }

    .event-item__description_top,
    .event-item__date_time,
    .event-item__date_day {
        font-size: 15px;
    }

    .event-item__format {
        font-size: 15px;
    }

    .event-item__arrow {
        width: 100%;
        border-top: 1px solid #DDDDDD;
        border-top-right-radius: 0;
        border-bottom-left-radius: 4px;
        min-height: 46px;
    }

    .event-item__arrow_img {
        height: 14px;
    }

    .event-item__arrow_img::before {
        width: 7px;
        height: 14px;
    }

    .event-item:hover .event-item__arrow_img::before {
        background-color: var(--project-text-color, #2C2C2C);
    }

    .more-info__button {
        width: 100%;
        max-width: none;
        margin-top: 32px;
    }
}

@media (hover: hover) {
    .more-info__button:hover {
        background-color: var(--project-color-hover, #d1181f);
        color: #fff;
    }

    .event-item:hover {
        border: 1px solid var(--project-color-hover, #d1181f);
    }

    .event-item:hover .event-item__arrow {
        background-color: var(--project-color-hover, #d1181f);
    }

    .event-item:hover .event-item__description {
        border-right: 1px solid var(--project-color-hover, #d1181f);
        border-left: 1px solid var(--project-color-hover, #d1181f);
    }
}

@media (hover: none) {
    .event-item:hover .event-item__arrow_img::before {
        background-color: var(--project-text-color, #2C2C2C);
    }
}

/* End */


/* Start:/local/templates/interneuro/components/medigit/conference.project.list/persons/style.css?17394344432469*/
.expert-school {
    display: flex;
    border: 1px solid #DDDDDD;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    min-height: 142px;
    margin-top: 24px;
    color: var(--project-text-color, #2C2C2C);
}

.expert-school__text {
    font-size: 20px;
}

.expert-school__text_heading {
    transition: all 0.3s ease-in-out;
    color: #A7A7A7;
    margin-bottom: 5px;
}

.expert-school__author {
    padding: 24px;
    display: flex;
    min-width: 306px;
}

.expert-school__author_name {
    font-weight: 600;
    font-size: 16px;
}

.expert-school__author_grey {
    color: #A7A7A7;
}

.expert-school__author_img {
    border-radius: 8px;
    max-width: 94px;
    max-height: 94px;
    margin-right: 16px;
}

.expert-school__description {
    transition: all 0.3s ease-in-out;
    padding: 24px;
    border-right: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    width: 100%;
}

.expert-school__arrow {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    transition: all 0.3s ease-in-out;
    width: 88px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 82px;

}

.expert-school__arrow_img {
    content: url('/local/templates/interneuro/components/medigit/conference.project.list/persons/img/event-card-arrow.svg');
    height: 20px;
}


@media (max-width: 768px) {
    .expert-school {
        flex-direction: column;
        border: none;
    }

    .expert-school__author {
        border: 1px solid #DDDDDD;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        padding: 16px;
    }

    .expert-school__author_img {
        max-width: 69px;
        max-height: 69px;
    }

    .expert-school__description {
        max-width: none;
    }

    .expert-school__text {
        font-size: 15px;
    }

    .expert-school__arrow {
        width: 100%;
        border: 1px solid #DDDDDD;
        border-top-right-radius: 0;
        border-bottom-left-radius: 4px;
        min-height: 48px;
    }

    .expert-school__arrow_img {
        height: 14px;
    }

}

@media (hover: hover) {
    .expert-school:hover {
        border: 1px solid var(--project-color-hover, #d1181f);
    }

    .expert-school:hover .expert-school__arrow {
        background-color: var(--project-color-hover, #d1181f);
    }

    .expert-school:hover .expert-school__arrow_img {
        content: url(/local/templates/interneuro/components/medigit/conference.project.list/persons/img/event-card-arrow-alt.svg);
    }

    .expert-school a:hover {
        text-underline: none;
    }
}
/* End */


/* Start:/local/templates/interneuro/components/bitrix/iblock.element.add.form/persons/style.css?17394344423205*/
.expert-form-section {
    background: #FAFAFA;
    border-radius: 30px;
    margin-top: 50px;
}

.expert-form-l {
    width: 35%;
}

.expert-form-r {
    width: 50%;
}

.expert-form-l__heading {
    font-size: 38px;
    font-weight: 700;
}

.expert-form-l__text {
    margin-top: 16px;
    font-size: 20px;
}

.expert-form-block {
    display: flex;
    justify-content: space-between;
    padding: 7% 12%;
    width: 100%;
}

.expert-form label {
    display: block;
}

.expert-form label {
    color: #A7A7A7;
    font-size: 12px;
}

.expert-form input {
    border: none;
    border-radius: 0;
    background-color: transparent;
    border-bottom: 1px solid #8A8A8A;
    font-size: 16px;
    padding: 4px 0 8px 0;
    width: 100%;
}

.expert-form input[type="submit"] {
    margin-top: 32px;
    background-color: var(--project-color, #E51E25);
    border: none;
    padding: 14px 40px;
    border-radius: 6px;
    color: #fff;
    font-weight: 600;
}

.darken-bg {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1001;
    cursor: pointer;
    transition: opacity 0.5s
}

.form-popup {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position-y: bottom;
    position: fixed;
    top: 0;
    right: 50%;
    transform: translate(50%, 50%);
    border-radius: 10px;
    padding: 80px 76px;
    max-width: 824px;
    max-height: 352px;
    z-index: 1002;
    text-align: center;
}

.form-popup.close,
.darken-bg.close {
    display: none;
}

.form-popup__close {
    background-image: url(/local/templates/interneuro/components/bitrix/iblock.element.add.form/persons/img/popup-close.svg);
    width: 20px;
    background-repeat: no-repeat;
    height: 20px;
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
}

.form-popup__heading {
    font-size: 48px;
    font-weight: 700;
}

.form-popup__text {
    margin-top: 16px;
    font-size: 24px;
}

.form-popup__btn {
    border: none;
    padding: 14px 40px;
    background-color: var(--project-color, #E51E25);
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    border-radius: 6px;
    margin-top: 24px;
    cursor: pointer;
}

@media (max-width: 768px) {
    .form-popup {
        max-width: 320px;
        padding: 48px 16px;
        max-height: 260px;
    }

    .form-popup__heading {
        font-size: 24px;
    }

    .form-popup__text {
        font-size: 15px;
    }

    .form-popup__close {
        top: 13px;
        right: 13px;
    }

    .expert-form-block {
        flex-direction: column;
        padding: 31px 16px;
    }

    .expert-form {
        margin-top: 18px;
    }

    .expert-form-l__heading {
        font-size: 24px;
    }

    .expert-form-l__heading br {
        display: none;
    }

    .expert-form-l,
    .expert-form-r {
        width: 100%;
    }

    .expert-form-l__text {
        font-size: 15px;
    }

    .expert-form button {
        margin-top: 24px;
        width: 100%;
        font-size: 15px;
    }

    .expert-form input {
        font-size: 15px;
        height: 37px;
    }

    .expert-form input[type="submit"] {
        padding: 10px 40px;
    }
}
/* End */


/* Start:/local/templates/interneuro/css/auth.css?173943444314237*/
/* прижатый футер */
html {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.auth-form {
    flex: 1 1 auto;
    min-height: auto;
    max-width: 500px;
}

.auth-form form,
.container .p-reset-form {
    width: 100%;
    max-width: 400px;
}

.auth-info p {
    margin-top: 15px;
}

.auth-info a {
    display: block;
}

/* подсказка */
.auth-hint {
    float: right;
    width: 400px;
    margin-left: 20px;
    margin-bottom: 24px;
    padding: 40px 32px;
    background-color: #FAFAFA;
    border-radius: 8px;
}

.auth-hint__title {
    margin-bottom: 16px;
    font-weight: 600;
    font-size: 24px;
}

.auth-hint__content,
.auth-hint__content p {
    font-size: 16px;
}

.auth-hint p {
    margin-bottom: 8px;
}

.auth-hint a {
    display: block;
    text-decoration: underline;
    font-weight: bold;
}

.auth-hint li {
    position: relative;
    margin-bottom: 16px;
    padding-left: 32px;
}

.auth-hint ol li {
    padding-left: 0;
}

.auth-hint ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 17px;
    -webkit-mask: url('/local/templates/interneuro/css/img/star.svg') center center no-repeat;
    mask: url('/local/templates/interneuro/css/img/star.svg') center center no-repeat;
    background-color: #29767E;
    mask-size: contain;
    -webkit-mask-size: contain;
    transition: background .3s;
}

/* баннер */
.reg-banner,
.auth-banner,
.forgot-banner,
.change-banner {
    float: right;
    width: 400px;
    max-width: 100%;
    border-radius: 8px;
    overflow: hidden;
    clear: both;
}

.content__yet {
    text-align: right;
}

.form__description {
    font-size: 1.1111rem;
    line-height: 1.5556rem;
    margin-bottom: 54px;
}

.authorization__description a {
    color: #6255EB;
}

.autorization__forgot {
    display: inline-block;
    color: #BFBFBF;
    font-size: 0.7778rem;
    line-height: 1.4444rem;
    font-weight: 600;
    text-decoration: underline;
}

.form__item {
    display: block;
    position: relative;
    margin: 16px 0 32px;
}

.form input[type=text], .form input[type=password] {
    display: block;
    position: relative;
    width: 100%;
    padding: 24px 42px 8px 0;
    background: none;
    border: none;
    border-bottom: 1px solid #D6D6D6;
    border-radius: 0;
    outline: none;
}

.input-hint {
    color: #BFBFBF;
    margin-top: 8px;
    font-size: 14px;
    line-height: 17px;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

.form input[type=text] + label,
.form input[type=password] + label,
.form textarea + label {
    display: block;
    position: absolute;
    left: 0;
    top: 16px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.form textarea:not(:placeholder-shown) ~ label,
.form textarea:focus ~ label {
    left: 1px;
    top: -10px;
    border-radius: 8px 0 0 0;
    line-height: 0.9444rem;
    color: #8A8A8A;
}

.form textarea {
    width: 100%;
    height: 160px;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #D6D6D6;
    background-color: #FAFAFA;;
    border-radius: 8px;
    outline: none;
    resize: none;
}

.form__item > textarea {
    margin-top: 10px;
}

.form textarea:hover {
    cursor: pointer;
}

.form label::before {
    display: none;
}

.form__star {
    color: #6255EB;
}

.form select {
    width: 100%;
    padding: 0 0 8px;
    margin: 24px 0 0;
    border: 0;
    border-bottom: 1px solid #D6D6D6;
    border-radius: 0;
    outline: 0;
}

.form select:not(:-moz-placeholder-shown) ~ label, .form input:not(:-moz-placeholder-shown) ~ label {
    top: 0px;
    color: #BFBFBF;
    font-size: 0.7778rem;
    line-height: 0.9444rem;
}

.form select:not(:-ms-input-placeholder) ~ label, .form input:not(:-ms-input-placeholder) ~ label {
    top: 0px;
    color: #BFBFBF;
    font-size: 0.7778rem;
    line-height: 0.9444rem;
}

.form select:focus ~ label,
.form select:not(:placeholder-shown) ~ label,
.form input:focus ~ label,
.form input:not(:placeholder-shown) + label,
.form .jq-selectbox.focused ~ label,
.form .jq-selectbox.changed ~ label {
    top: 0px;
    color: #8A8A8A;
    font-size: 16px;
    line-height: 0.9444rem;
}

.form input, .form label, .form select {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.form input, .form label {
    font-size: 1rem;
    line-height: 1.2222rem;
    font-weight: 500;
}

.form input:hover,
.form select:hover {
    border-bottom: 1px solid var(--project-color, #E52E1D);
    cursor: pointer;
}

.form input[type='submit']:disabled {
    opacity: 0.5;
    cursor: default;
}

.form input[type='submit']:disabled:hover {
    background-color: var(--project-color, #E52E1D);
    border-radius: 8px;
}

.form input:focus,
.form select:focus {
    border-bottom: 1px solid var(--project-color, #E52E1D);
}

.btn.btn--full {
    display: block;
    width: 100%;
    margin: 54px 0 16px;
    padding: 20px;
    background: #6255EB;
    color: #fff;
    font-size: 1.1111rem;
    line-height: 1.5556rem;
    font-weight: 500;
}

.form-autorization button {
    margin-top: 32px;
}

.form .policy {
    font-size: 0.8889rem;
    line-height: 1.0556rem;
}

.form .policy a {
    text-decoration: underline;
    color: currentColor;
}

.form .policy a:hover {
    color: #410DAE;
}

.form .jq-selectbox {
    z-index: 10;
    display: inline-block;
    position: relative;
    width: 100%;
    vertical-align: middle;
    cursor: pointer;
}

.form .jq-selectbox__select {
    position: relative;
    padding: 19px 0 16px;
    margin: 8px 0 0;
    border-bottom: 1px solid #D6D6D6;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.form .jq-selectbox__select:hover {
    border-bottom: 1px solid #6255EB;
}

.form .jq-selectbox__select:active {
    border-bottom: 1px solid #6255EB;
}

.form .jq-selectbox.focused .jq-selectbox__select {
    border-bottom: 1px solid #6255EB;
}

.form .jq-selectbox__trigger {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

.form .jq-selectbox__trigger-arrow {
    position: absolute;
    top: 32px;
    right: 12px;
    width: 0;
    height: 0;
    border-top: 5px solid #999;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

.form .jq-selectbox:hover .jq-selectbox__trigger-arrow {
    border-top-color: #000;
}

.form .jq-selectbox ul {
    margin: 0;
    padding: 0;
}

.form .jq-selectbox li {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    padding: 10px 24px;
}

.form .jq-selectbox li:first-child {
    height: 0;
    padding: 0;
}

.form .jq-selectbox li.selected {
    color: #6255EB;
}

.form .jq-selectbox li:hover {
    color: #6255EB;
}

.form .jq-selectbox select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0;
}

.form .jq-selectbox__select-text {
    display: block;
    width: 100%;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.form .jq-selectbox__dropdown {
    position: absolute;
    width: 100%;
    margin-top: 5px;
    background: #FFF;
    overflow: auto;
    overflow-x: hidden;
}

.form .jq-selectbox__dropdown ul {
    position: relative;
    width: 100%;
    padding: 10px 0;
    background: #FFFFFF;
    border: 1px solid #6255EB;
    border-radius: 8px;
    list-style: none;
    -webkit-overflow-scrolling: touch;
}

.authorization__password-control {
    position: absolute;
    z-index: 15;
    width: 32px;
    height: 32px;
    float: right;
    top: 27px;
    right: 0;
    display: block;
    background: url(/local/templates/interneuro/css/img/eye.svg) 0 0 no-repeat;
}

.authorization__password-control.view {
    background-image: url(/local/templates/interneuro/css/img/no-eye.svg);
}

/*checkbox*/
.checkbox-box {
    margin-top: 32px;
}

.checkbox-box input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.checkbox-box span {
    position: relative;
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #485251;
}

span.checkbox:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #a2abaa;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 16px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-top: -3px;
    margin-right: 16px;
}

.checkbox-box input:checked + span.checkbox:after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 12px;
    width: 10px;
    height: 18px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.checkbox-box input:checked + span.checkbox:before {
    background-color: #6255EB;
    border-color: #6255EB;
}

.error {
    border-bottom: 1px solid #F23326 !important;
}

textarea.error {
    border: 1px solid #F23326 !important;
}

.errorMsg {
    display: block;
    color: #EF1414;
    font-size: 0.8889rem;
}

.req-star {
    font-size: 40px;
    position: relative;
    top: 10px;
    color: #F23326;
}

.form__note {
    margin-bottom: 40px;
    color: #BFBFBF;
    font-size: 1rem;
    line-height: 1.4444rem;
}

.divider {
    border: 1px solid #D6D6D6;
    margin-top: 64px;
    margin-bottom: 64px;
}

.profile__img {
    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;
    width: 112px;
    height: 112px;
    border-radius: 60px;
    overflow: hidden;
    background: #F7F7F7 url(/local/templates/interneuro/css/img/profile-icon.svg) center center no-repeat;
    cursor: pointer;
}

.profile__img img {
    max-width: 100%;
    height: auto;
}

.legal-note {
    padding: 64px 104px;
    background: #F7F7F7;
    border-radius: 24px;
}

.form .s-events-link a {
    color: #29767E;
    text-decoration: underline;
}

.reset-pwd-btn {
    max-width: none !important;
    width: 100% !important;
}

.p-enter-form1__field {
    margin-top: 16px;
    margin-bottom: 0;
}

/* Поле выбора города */
.form__item .bx-sls .dropdown-block {
    border: none;
    border-bottom: 1px solid #D6D6D6;
    box-shadow: none;
    padding: 0 0 10px;
}

.form__item .bx-sls .quick-locations {
    margin: 20px 0 15px;
}

.form__item .bx-sls .quick-location-tag {
    border-radius: 4px;
    background-color: #F5F5F5;
    padding: 7px 20px;
    color: #2C2C2C;
    border: none;
    font-size: 14px;
    display: math;
    transition: all 0.2s ease-in-out;
}

.form__item .bx-sls .bx-ui-sls-pane {
    border: none;
}

.form__item .bx-sls .quick-location-tag:hover {
    background-color: #F0F5F6;
    color: var(--project-color, #e51e25);
}

.form__item .bx-sls .dropdown-icon {
    background: none;
}

.form__item .bx-sls .bx-ui-sls-clear {
    z-index: 1000;
}

.form__item .p-lk-form-label {
    position: static;
}

.form__item .bx-sls .bx-ui-sls-pane {
    padding: 0;
}

.form__item .bx-sls .bx-ui-sls-variants .bx-ui-sls-variant:hover {
    background-color: var(--project-color, #e51e25);
}

.form__item .bx-sls .bx-ui-sls-variants .bx-ui-sls-variant:hover .dropdown-item-text {
    color: #fff;
}

.form__item .bx-sls .bx-ui-sls-variants .bx-ui-sls-variant:hover .dropdown-item-text span {
    color: #fff;
    font-weight: 700;
}

@media (max-width: 1024px) {
    .form__description,
    .form__note {
        font-size: 1rem;
        line-height: 1rem;
    }

    .checkbox-box input:checked + span.checkbox:after {
        top: -3px;
    }
}

@media (max-width: 992px) {
    .container {
        display: flex;
        flex-direction: column;
    }

    .auth-form {
        margin: 24px 0;
    }

    .auth-hint {
        order: 2;
        float: none;
        width: 100%;
        margin-left: 0;
        padding: 24px 16px;
    }

    .container .reg-banner,
    .container .auth-banner,
    .container .forgot-banner,
    .container .change-banner {
        width: 100%;
    }

    .forgot-pwd__left .reset-subtitle {
        margin: 0;
    }
}

@media (max-width: 768px) {
    .req-star {
        font-size: 30px;
    }

    .divider {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .legal-note {
        padding: 40px 24px;
    }

    .form select:focus ~ label,
    .form select:not(:placeholder-shown) ~ label,
    .form textarea ~ label,
    .form input:focus ~ label,
    .form input:not(:placeholder-shown) + label,
    .form .jq-selectbox.focused ~ label,
    .form .jq-selectbox.changed ~ label {
        font-size: 12px;
    }

    .form input {
        font-size: 15px;
    }

    .required-info {
        font-size: 12px;
    }

    .container .p-reset-form {
        padding-top: 16px;
    }

    .reset-subtitle {
        font-size: 15px !important;
    }

    .p-enter-form1__field {
        font-size: 12px;
    }

    /* блок подсказки */
    .auth-hint__title {
        font-size: 18px;
    }

    .auth-hint__content,
    .auth-hint__content p {
        font-size: 15px;
    }

    .auth-hint ul li {
        padding-left: 24px;
    }

    .auth-hint ul li::before {
        height: 14px;
        top: 2px;
    }
}

@media (max-width: 800px) {
    .authorization__password-control {
        background-size: 24px 24px;
        width: 24px;
        height: 24px;
    }

    .content__yet {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        width: 100%;
        text-align: left;
        margin-bottom: 16px;
    }

    .auth-form {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .input-hint {
        font-size: 12px;
    }
}

@media (max-width: 576px) {
    .auth-form,
    .auth-form form,
    .container .p-reset-form {
        max-width: 100%;
    }
}

/* End */


/* Start:/local/templates/interneuro/components/bitrix/menu/pagemenu/style.css?17394344421873*/
.pagemenu-column {
    --text-color: #A7A7A7;
}

.pagemenu-column {
    position: sticky;
    top: 70px;
    min-height: 440px;
    max-height: 343px;
    border-radius: 8px;
    color: var(--text-color);
    margin-left: 24px;
    z-index: 90;
}

.pagemenu-column * + * {
    margin-top: 16px;
}

.pagemenu ul {
    width: 100%;
    border-radius: 8px;
    background-color: #FAFAFA;
    padding: 32px 22px;
    overflow-y: hidden;
}

.pagemenu li {
    list-style-type: none;
}

.pagemenu a {
    display: block;
    color: var(--text-color);
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 124%;
    transition: text-shadow 0.3s;
}

.pagemenu a:hover {
    color: var(--text-color);
}

.pagemenu li a.active {
    color: var(--project-color);
    text-shadow: 0 0 1px var(--project-color);
}

@media (max-width: 991px) {
    .pagemenu-column {
        order: 1;
        width: 100vw;
        min-height: auto;
        padding: 0 calc((100vw - 100%) / 2);
        overflow: hidden;
        border-radius: 0;
        background-color: #FAFAFA;
        margin: 0 calc(((100vw - 100%) / 2) * -1) 16px;
    }

    .pagemenu ul {
        display: flex;
        width: 100%;
        overflow: scroll;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        padding: 0 0 20px 0;
        margin-bottom: -20px;
    }

    .pagemenu li {
        display: inline-block;
        white-space: nowrap;
        margin-top: 0;
        padding: 20px 8px;
    }
}

@media (max-width: 990px) {
    .s-home {
        padding-top: 73px !important;
    }

    .pagemenu {
        width: 100%;
    }

    .pagemenu-column {
        position: fixed;
        left: 0;
        top: 70px;
    }
    .pagemenu li {
        padding: 20px 15px 20px 15px;
    }
    .s-breadcrumb {
        margin-top: 10px;
    }
}
/* End */
/* /local/templates/interneuro/components/bitrix/news/persons/bitrix/news.detail/.default/style.css?17394344439164 */
/* /local/templates/interneuro/components/medigit/conference.event.twolists/.default/style.css?17394344434415 */
/* /local/templates/interneuro/components/medigit/conference.event.list/.default/style.css?17394344434190 */
/* /local/templates/interneuro/components/medigit/conference.project.list/persons/style.css?17394344432469 */
/* /local/templates/interneuro/components/bitrix/iblock.element.add.form/persons/style.css?17394344423205 */
/* /local/templates/interneuro/css/auth.css?173943444314237 */
/* /local/templates/interneuro/components/bitrix/menu/pagemenu/style.css?17394344421873 */
