

/* Start:/local/templates/.default/components/bitrix/news/person/bitrix/news.detail/.default/style.css?17624127074580*/
.page_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.page_title>div {
    display: flex;
    flex-direction: column;
    gap: 16px;
    color: var(--color-txt);
    line-height: 1.1;
}
@media screen and (min-width: 768px) {
.page_title {
    flex-direction: row;
}
}
@media screen and (min-width: 1200px) {
.page_title {
    column-gap: 77px;
}
}

.page_title .page_title-text {
    margin-bottom: 0;
    font-size: 24px;
}
.page_title .prop {
    font-weight: 500;
    font-size: 16px;
}
.page_title .prop.red {
    color: var(--color-red);
}
@media screen and (min-width: 768px) {
.page_title .page_title-text {
    font-size: 40px;
}
.page_title .prop {
    font-size: 20px;
}
}
.page_title .prop.icon {
    padding-left: 24px;
    background: 0 50% no-repeat transparent;
}
.page_title .prop.icon._email {
    background-image: url('/local/templates/.default/components/bitrix/news/person/bitrix/news.detail/.default/img/icon_mail.svg');
    background-position-x: 1px;
    background-size: 14px;
}
.page_title .prop.icon._addr {
    background-image: url('/local/templates/.default/components/bitrix/news/person/bitrix/news.detail/.default/img/icon_work.svg');
    background-size: 16px;
}
@media screen and (min-width: 768px) {
.page_title .prop.icon {
    padding-left: 32px;
}
.page_title .prop.icon._email {
    background-position-x: 2px;
    background-size: 20px;
}
.page_title .prop.icon._addr {
    background-size: 24px;
}
}


@media screen and (max-width: 1199px) {
.sect_publ {
    overflow: hidden;
}
.sect_publ .swiper-container {
    overflow: visible;
}
}

.sect_publ .cont {
    width: 100%;
    height: 350px;
    position: relative;
}
.sect_publ ._list {
    width: 100%;
    height: 350px;
}
.sect_publ ._list .item {
    width: 310px;
    height: 350px;
    position: relative;
}
.sect_publ ._list .item > img {
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sect_publ ._list .item ._name {
    position: absolute;
    left:0;
    bottom:0;
    width: 100%;
    height: 84px;
    overflow: hidden;
    padding: 16px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.1;
    color: #fff;
    background-color: rgba(38, 39, 38, 0.7);
}
.sect_publ ._list .item:hover ._name {
    text-decoration: underline;
}
.sect_publ ._list .item ._name > span {
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
@media screen and (min-width: 768px) {
.sect_publ ._list .item {
    width: 500px;
}
}
@media screen and (min-width: 1200px) {
.sect_publ ._list .item {
    width: 589px;
}
.sect_publ ._list .item ._name {
    padding: 20px;
    font-size: 20px;
}
.sect_publ ._list .item ._name > span {
    -webkit-line-clamp: 2;
}
}

.sect_publ .swiper-button-prev,
.sect_publ .swiper-button-next {
    width: 25px;
    height: 25px;
    margin-top: -12px;
    background: url('/img_top_style/img_246631/ar2.svg') 50% 50% no-repeat transparent;
    background-size: contain;
    color: transparent;
    outline: 0;
	top: 50%;
}

.sect_publ .swiper-button-prev {
    left: 10px;
    transform: rotate(180deg);
}
.sect_publ .swiper-button-next {
    right: 10px;
}
@media screen and (min-width: 1280px) {
.sect_publ .swiper-button-prev {
    left: -30px;
    transform: rotate(180deg);
}
.sect_publ .swiper-button-next {
    right: -30px;
}
}
.sect_publ .swiper-button-next.swiper-button-disabled, 
.sect_publ .swiper-button-prev.swiper-button-disabled {
    opacity: 0.5;
}    
@media screen and (max-width: 767px) {
.sect_publ .swiper-button-prev,
.sect_publ .swiper-button-next {
    display: none;
}
}

.sect_work ._list {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
    position: relative;
}
.sect_work ._list .item {
    display: flex;
    flex-direction: column;
    row-gap:16px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.1;
}
.sect_work ._list .item ._year {
    min-width: 130px;
}
.sect_work ._list .item ._descr ul {
    list-style: disc;
    padding-left: 20px;
    padding-top: 8px;
    font-weight: 500;
    font-size: 16px;
}
@media screen and (max-width: 719px) {
.sect_work ._list .item + .item {
    padding-top: 32px;
    border-top: 1px solid var(--color-txt);
}
}
@media screen and (min-width: 720px) {
.sect_work ._list::after {
    content: "";
    position: absolute;
    left: 227px;
    top:0;
    width: 2px;
    height: 100%;
    background-color: var(--color-txt);
}
.sect_work ._list .item {
    flex-direction: row;
    font-size: 24px;
}    
.sect_work ._list .item ._year {
    min-width: 227px;
}
.sect_work ._list .item ._descr {
    padding-left: 50px;
    font-size: 20px;
}
}
/* End */


/* Start:/js/cookie-modal/style.css?17587015243378*/
.cookie-notification {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1200px;
    max-width: calc(100% - 40px);
    background: #FFF;
    border-radius: 8px;
    margin: 20px 0;
    z-index: 9999;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10);
    font-family: Roboto, sans-serif;
}

.cookie-notification .cookie-notification__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    gap: 20px;
}

.cookie-notification .cookie-notification__text {
    flex: 1;
    color: #000;
    font-size: 18px;
    line-height: 1.4;
    font-family: Roboto, sans-serif;
}

.cookie-notification .cookie-notification__text p {
    margin: 0;
}

.cookie-notification .cookie-notification__text p:last-child {
    margin-bottom: 0;
}

.cookie-notification .cookie-notification__title {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    font-family: Roboto, sans-serif;
}

.cookie-notification .cookie-notification__description {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    font-family: Roboto, sans-serif;
}

.cookie-notification .cookie-notification__link {
    color: #005C32;
    text-decoration: underline;
    font-weight: normal;
    font-family: Roboto, sans-serif;
}

.cookie-notification .cookie-notification__link:hover {
    color: #002E19;
}

.cookie-notification .cookie-notification__button {
    flex-shrink: 0;
}

.cookie-notification .cookie-notification__accept-btn {
    font-family: Roboto, sans-serif;
    background: #005C32;
    color: #fff;
    border: none;
    border-radius: 6px;
    display: flex;
    height: 48px;
    padding: 15px 82px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.cookie-notification .cookie-notification__accept-btn:hover {
    background: #002E19;
}

.cookie-notification .cookie-notification__accept-btn:active {
    background: #80AE99;
}

@media (max-width: 768px) {
    .cookie-notification {
        width: 100%;
        max-width: none;
        margin: 0;
        border-radius: 8px 8px 0 0;
        left: 0;
        transform: none;
    }
    
    .cookie-notification .cookie-notification__content {
        display: flex;
        padding: 16px;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 16px;
    }
    
    .cookie-notification .cookie-notification__text {
        text-align: left;
        font-size: 14px;
        font-family: Roboto, sans-serif;
        flex: 1;
    }
    
    .cookie-notification .cookie-notification__title {
        font-size: 14px;
        line-height: 1.4;
        font-family: Roboto, sans-serif;
    }
    
    .cookie-notification .cookie-notification__description {
        font-size: 14px;
        line-height: 1.4;
        font-family: Roboto, sans-serif;
    }
    
    .cookie-notification .cookie-notification__button {
        flex-shrink: 0;
    }
    
    .cookie-notification .cookie-notification__accept-btn {
        padding: 12px 24px;
        font-size: 14px;
        font-weight: 500;
        font-family: Roboto, sans-serif;
        height: auto;
        white-space: nowrap;
    }
}

/* End */
/* /local/templates/.default/components/bitrix/news/person/bitrix/news.detail/.default/style.css?17624127074580 */
/* /js/cookie-modal/style.css?17587015243378 */
