.header__base{
    .header__logo{
        display: block;
        max-width: none;
    }
    .menu__item--main a{
        color: #ffffff;
    }
}


.speaker-card-v2 .speaker-card__content{
    display: flex;
    flex-direction: column;
    .speaker-card__descr{
        margin-bottom: 16px;
    }
}

.speaker-card__btn{
    width: 100%;
    margin-top: auto;
    padding: 10px 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    border: 1px solid #ff8f50;
    color:  #ff8f50;
    transition: all ease .3s;
    font-weight: 600;
    &:hover {
    	@media (hover: hover) {
    		cursor: pointer;
            background-color: #ff8f50;
            color: #fff;
    	}
    }
}

.person-card {
    position: relative;
    z-index: 0;
    height: 100%;
    transition: border .3s ease;
    border: 2px solid #e1e1e1;
    @media (min-width: 1024px) {
        /* cursor: pointer; */
    }
}
.person-card::after {
    position: absolute;
    z-index: 0;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    opacity: 0;
    overflow: hidden;
    content: '';
    transition: opacity .3s ease;
    background: linear-gradient(104.17deg, #ff8f50 0%, rgba(255, 143, 80, 0) 23.93%),
    linear-gradient(108.54deg, rgba(255, 143, 80, 0) 74.27%, #ff8f50 100%),
    linear-gradient(0deg, rgba(255, 143, 80, .2), rgba(255, 143, 80, .2));
    inset: -2px;
}
.person-card:hover {
    border: 2px solid transparent;
}
.person-card:hover::after {
    opacity: 1;
}
.person-card__inner {
    position: relative;
    z-index: 1;
    height: inherit;
    padding: 22px;
    background-color: #fff;
    @media (min-width: 1024px) {
        padding: 22px 22px 22px 132px;
    }
}
.person-card__body {
    display: flex;
    flex-direction: column;
    gap: 6px;
    line-height: 1.5;
}
.person-card__body-item {
    display: flex;
    gap: 8px;
}
.person-card__title {
    max-width: fit-content;
    display: block;
    margin-bottom: 12px;
    transition: color .3s ease;
    color: #3f3559;
    font-size: 18px;
    font-weight: 700;
    text-transform: none;
}
a.person-card__title {
    position: relative;
    z-index: 10;
}
a.person-card__title:hover {
    color: #ff8f50;
}
.person-card__photo {
    position: relative;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    justify-content: center;
    @media (min-width: 1024px) {
        position: absolute;
        top: 24px;
        left: 22px;
    }
}
.person-card__img-wrap {
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.person-card__photo img {
    position: relative;
    z-index: 1;
    width: auto;
    max-width: none;
    height: 100%;
    display: block;
}
.person-card__photo::after {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    content: '';
    border-radius: 50%;
    background: linear-gradient(325.91deg, #ff8f50 13.5%, rgba(255, 143, 80, 0) 77.75%);
    inset: 0;
}
.person-card__control {
    position: absolute;
    top: 10px;
    right: 10px;
}
.person-card.person-card--detail {
    pointer-events: none;
    border: none;
}
.person-card.person-card--detail .person-card__inner {
    padding: 0 0 0 240px;
}
.person-card.person-card--detail .person-card__photo {
    top: 0;
    left: 0;
    @media (min-width: 768px) {
        width: 182px;
        height: 182px;
    }
}
.person-card.person-card--detail .person-card__img-wrap {
    @media (min-width: 768px) {
        width: calc(100% - 10px);
        height: calc(100% - 10px);
    }
}
.person-card.person-card--detail  .person-card__title {
    margin-bottom: 18px;
    @media (min-width: 768px) {
        font-size: 36px;
    }
}
.person-card.person-card--detail .person-card__body {
    @media (min-width: 1024px) {
        display: grid;
        gap: 8px 24px;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        /* display: block;
        columns: 2; */
        /* display: flex;
        flex-wrap: wrap;
        flex-direction: row; */
    }
}
.person-card.person-card--detail .person-card__body-item {
    /* margin-right: 16px;
    margin-bottom: 6px;
    @media (min-width: 1024px) {
      width: 45%;
    } */
}
.person-card.person-card--detail .person-card__body-item:first-child {
    grid-row: span 2 / span 2;
}
.icon {
    flex-shrink: 0;
    margin-top: 1px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.i-prof {
    width: 14px;
    height: 14px;
    background-image: url(/local/templates/html/img/i-prof.svg);
}
.i-case {
    width: 14px;
    height: 14px;
    background-image: url(/local/templates/html/img/i-case.svg);
}
.i-pin {
    width: 14px;
    height: 14px;
    background-image: url(/local/templates/html/img/i-pin.svg);
}

.modal-pers__top {
    margin-bottom: 24px;
    min-height: 182px;
}
.modal-pers__block {
    display: flex;
    padding: 24px 0;
    border-top: 1px solid #e1e1e1;
    line-height: 1.5;
}
.modal-pers__block p {
    line-height: 1.5;
}
.modal-pers__block--left {
    width: 220px;
    flex-shrink: 0;
    margin-right: 20px;
    color: #666;
    line-height: 1.5;
}
.modal-pers__list {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
}
.pers-event__title {
    margin-bottom: 2px;
    font-weight: 500;
}
.pers-event__title a {
    transition: color .3s ease;
    text-decoration: underline;
}
.pers-event__title a:hover {
    color: #ff8f50;
}
.pers-event__descr {
    color: #666;
}


@media (max-width: 1023px) {
    .speaker-card__btn{
        font-size: 13px;
        padding: 5px 14px;
    }
    .person-card__inner {
        padding: 16px;
    }
    .person-card__head {
        display: flex;
        align-items: center;
        margin-bottom: 12px;
        padding-bottom: 12px;
        gap: 12px;
        border-bottom: 1px solid #e1e1e1;
    }
    .person-card__control {
        display: none;
    }
    .person-card__descr {
        font-size: 14px;
    }
    .person-card.person-card--detail .person-card__inner {
        padding: 0;
    }
    .modal-pers__block--left {
        width: 120px;
        margin-right: 10px;
    }
    .modal__content {
        padding: 24px;
    }
}
@media (max-width: 767px) {
    .person-card__inner {
        padding: 16px 14px;
    }
    .person-card__head {
        display: flex;
        align-items: center;
        margin-bottom: 12px;
        padding-bottom: 12px;
        gap: 12px;
        border-bottom: 1px solid #e1e1e1;
    }
    .person-card__title {
        font-size: 16px;
    }
    .person-card__descr {
        font-size: 12px;
    }
    .person-card__photo {
        width: 60px;
        height: 60px;
    }
    .person-card__photo img {
        /* max-width: 56px; */
    }
    .modal-pers__top{
        min-height: 90px;
    }
    .modal-pers__block {
        flex-direction: column;
        padding: 16px 0;
    }
    .modal-pers__block--left {
        width: 100%;
        margin-bottom: 10px;
    }
    .modal-pers__list {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }
}






.modal-pers{

}
.modal-pers.modal{
    min-height: auto;
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    max-width: none;
    margin: 0;
    .modal-dialog{
        width: auto;
        max-width: 1340px;
        padding: 0;
        background-color: transparent;
        flex-direction: row;
    }
    .modal-body{
        padding: 0;
        margin-bottom: 0;
        border-bottom: none;
    }

}
.modal-open .modal-pers.modal{
    overflow-x: hidden;
    overflow-y: auto;
}