

/* Start:/local/templates/mendeleev-redesign/assets/css/about.css?17852356295154*/
.about-agency {
    position: relative;
    z-index: 3;
    margin-top: -24px;
    padding: 56px 16px 64px;
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
    background: var(--white);
}
.about-agency__container {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    max-width: 1320px;
    margin: 0 auto;
}
.about-agency__image {
    display: none;
    flex: 1 1 536px;
    max-width: 536px;
    max-height: 700px;
    aspect-ratio: 536 / 700;
    border-radius: 32px;
    overflow: hidden;
}
.about-agency__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-agency__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    flex: 1 1 auto;
    min-width: 0;
}
.about-agency__title {
    margin: 0;
    font-size: 28px;
    font-weight: 600;
    line-height: 34px;
    color: var(--black);
}
.about-agency__description {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: var(--gray-950);
    white-space: pre-line;
}
.about-agency__social {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    max-width: 320px;
}
.about-agency__social-note {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: var(--gray-950);
}
.about-agency__social-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    width: 100%;
}
.about-agency__social-button {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 0 48px;
    height: 48px;
    border-radius: var(--border-radius--sm);
    background: #FEF8F6;
    color: var(--primary-500);
    transition: background-color .3s ease, color .3s ease;
}
.about-agency__social-button:hover {
    background: var(--primary-50);
    color: var(--primary-600);
}
.about-agency__social-button svg {
    display: block;
    width: 24px;
    height: 24px;
}
.about-contacts {
    display: flex;
    justify-content: center;
    padding: 56px 16px 96px;
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
    background: #26355D;
    margin-bottom: -32px;
}
main:has(.about) ~ footer {
    border-radius: 24px 24px 0 0;
}
.about-contacts__container {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
    max-width: 512px;
    word-break: break-word;
}
.about-contacts__title {
    margin: 0;
    font-size: 28px;
    font-weight: 600;
    line-height: 34px;
    color: var(--white);
}
.about-contacts__list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 16px;
}
.about-contacts__item {
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1 0 0;
    min-width: 220px;
}
.about-contacts__label {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: var(--alpha-white-700);
}
.about-contacts__value {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: var(--white);
}
.about-contacts__link {
    color: inherit;
    transition: color .3s ease;
}
.about-contacts__link:hover {
    color: var(--primary-500);
}
.about--without-goals .about-tic {
    padding-bottom: 88px;
}
@media (min-width: 768px) {
    .about-agency {
        margin-top: -32px;
        padding: 72px 36px 80px;
    }

    .about-agency__text {
        gap: 32px;
    }

    .about-agency__title {
        font-size: 40px;
        line-height: 48px;
    }

    main:has(.about) ~ footer {
        border-radius: 32px 32px 0 0;
    }

    .about-contacts {
        padding: 72px 36px 104px;
    }

    .about-contacts__container {
        gap: 48px;
        max-width: 936px;
    }

    .about-contacts__title {
        font-size: 40px;
        line-height: 48px;
    }

    .about-contacts__list {
        gap: 24px;
    }
}
@media (min-width: 1024px) {
    .about-agency {
        padding: 80px 44px;
    }

    .about-agency__image {
        display: block;
        max-width: 457px;
        height: 633px;
    }

    .about-agency__text {
        flex: 1 1 50%;
        padding-left: 24px;
    }

    .about-contacts {
        padding: 72px 44px 104px;
    }

    .about-contacts__list {
        flex-wrap: nowrap;
    }

    .about-contacts__item {
        min-width: 0;
    }
}
@media (min-width: 1200px) {
    .about-agency {
        padding: 96px 36px;
    }

    .about-agency__image {
        max-width: 537px;
        height: 701px;
    }

    .about-agency__text {
        gap: 40px;
    }

    .about-agency__title {
        font-size: 48px;
        line-height: 56px;
    }

    .about-agency__description {
        font-size: 20px;
        line-height: 28px;
    }

    .about-agency__social-note {
        font-size: 20px;
        line-height: 26px;
    }

    .about-contacts {
        padding: 88px 36px 128px;
    }

    .about-agency__container {
        align-items: center;
    }

    .about-contacts__container {
        max-width: 1320px;
    }

    .about-contacts__title {
        font-size: 48px;
        line-height: 56px;
    }

    .about-contacts__value {
        font-size: 20px;
        line-height: 28px;
    }
}

/* End */


/* Start:/local/templates/mendeleev-redesign/components/bitrix/news.detail/first-screen/style.css?177995061715631*/
.first-screen {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100vh;
    max-height: 1080px;
    min-height: 564px;
    background-color: #1F2238;
    overflow: hidden;
}
.first-screen .container {
    padding: unset !important;
}
.tag-separate {
    width: 3px;
    height: 3px;
    border-radius: 999px;
    background-color: #FFF !important;
}
.special.tobolsk .container {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    --column-gap: 16px;
}
.first-screen__video {
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    margin-top: -100px;
    overflow: hidden;
}
.first-screen__video iframe {
    position: relative;
    transform: scale(1.2);
}
.first-screen > img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-position: center;
    object-fit: cover;
    z-index: 0;
}
.first-screen::before {
    z-index: 2;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: linear-gradient(180deg, rgba(31, 34, 56, 0.50) 10%, rgba(31, 34, 56, 0.00) 30.16%, rgba(31, 34, 56, 0.50) 60%);
}
.first-screen__container-content {
    display: flex;
    width: 100%;
    height: 100vh;
    max-height: 1080px;
    min-height: 564px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}
.first-screen__wrapper {
    z-index: 3;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
}
.first-screen__inner {
    z-index: 2;
    padding: 0 var(--16, 16px) var(--64, 64px) var(--16, 16px);
    position: relative;
    display: flex;
    font-family: "NunitoSans";
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: var(--24, 24px);
    flex: 1 0 0;
    align-self: stretch;
}
.first-screen__breadcrumbs {
    display: flex;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-line-clamp: 1;
}
.first-screen__breadcrumbs a,
.first-screen__breadcrumbs span {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.first-screen__breadcrumbs a,
.first-screen__breadcrumbs a:hover {
    color: var(--color-white);
}
.first-screen__breadcrumbs a::after {
    content: "/";
    margin-left: 8px;
}
.first-screen__breadcrumbs li:last-child {
    color: #BCBDC3 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.first-screen__content--inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: var(--24, 24px);
    align-self: stretch;
}
.first-screen__title-description-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.first-screen__title {
    color: #FFF;
    font-feature-settings: "liga" off, "clig" off;
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 0;
}
.first-screen__description {
    color: var(--color-white);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.first-screen__button {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 12px 20px;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    background-color: var(--primary-500, #E86A4D);
    color: var(--color-white);
    -webkit-border-radius: var(--border-radius-min);
    -moz-border-radius: var(--border-radius-min);
    border-radius: 12px;
    border: 0;
}
.first-screen__button:hover {
    background: var(--primary-600, #DE5D49);
}
.first-screen__button:active {
    background: var(--primary-500, #E86A4D);
    box-shadow: 0 0 0 3px rgba(245, 95, 60, 0.20);
}
.first-screen__upcoming_events-wrapper {
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
}
.first-screen__upcoming_events {
    padding-top: 32px;
    z-index: 1;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    border-radius: 16px;
    background: #B52645;
    row-gap: 32px;
}
.first-screen__upcoming_events-icon {
    position: absolute;
    top: 0;
    z-index: 0;
    pointer-events: none;
    color: #B52645;
}
.first-screen__upcoming_events-icon--left,
.first-screen__upcoming_events-icon--right {
    display: none;
    top: -33px;
    width: 62.5px;
    height: 225px;
}
.first-screen__upcoming_events-icon--left {
    left: -28px;
}
.first-screen__upcoming_events-icon--right {
    right: -28px;
}
.first-screen__upcoming_events-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 4px;
    padding: 0 16px;
}
.first-screen__upcoming_events-header-icon svg {
    width: 67.001px;
    height: 94.298px;
}
.first-screen__upcoming_events-header-title-text {
    padding-top: 8px;
    position: relative;
    color: #B0E1ED;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px; /* 118.75% */
    word-spacing: 100vw;
}
.first-screen__upcoming_events-slider-wrapper {
    position: relative;
    display: flex;
    border-top: 2px solid #96D4E4;
    width: 100%;
    height: 100%;
    margin-bottom: 24px;
}
.first-screen__upcoming_events-slider {
    width: 100%;
    height: 100%;
    padding: 24px 16px 0;
    overflow: hidden;
}
.first-screen__upcoming_events-slider .first-screen__upcoming_events-slide {
    width: 210px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.first-screen__upcoming_events-slider .first-screen__upcoming_events-slide-image {
    position: relative;
    height: 100px;
}
.first-screen__upcoming_events-slider .first-screen__upcoming_events-slide-image img {
    height: 100%;
    width: 100%;
    border-radius: 4px;
    object-fit: cover;
}
.first-screen__upcoming_events-slider .first-screen__upcoming_events-slide-info-tags {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}
.first-screen__upcoming_events-slider .first-screen__upcoming_events-slide-info-tag:first-child {
    font-weight: 600;
}
.first-screen__upcoming_events-slider .first-screen__upcoming_events-slide-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}
.first-screen__button-mobile {
    width: 100%;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
}
.first-screen__button-mobile button {
    width: 100%;
    padding: 12px 16px;
    margin-bottom: calc(56px + 32px);
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    background-color: #B52645;
    color: var(--color-white);
    -webkit-border-radius: var(--border-radius-min);
    -moz-border-radius: var(--border-radius-min);
    border-radius: 12px;
    border: 0;
    cursor: pointer;
}
.first-screen__upcoming_events-slide-info-tag-city {
    font-family: "NunitoSans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}
.first-screen__upcoming_events-slide-info-name {
    overflow: hidden;
    color: #FFF;
    font-feature-settings: "liga" off, "clig" off;
    text-overflow: ellipsis;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    align-self: stretch;
}
@media (min-width: 375px) {
    .first-screen {
        min-height: 512px;
    }
    .first-screen > img {
        aspect-ratio: 9 / 16;
    }
    .first-screen__container-content {
        min-height: 512px;
    }
    .first-screen__description {
        color: var(--color-white);
        font-size: 20px;
        line-height: 28px;
    }
}
@media (min-width: 576px) {
    .first-screen {
        max-height: 1200px;
        min-height: 484px;
    }
    .first-screen > img {
        aspect-ratio: 2 / 1;
        transform-origin: top center;
        object-position: top center;
        height: 100%;
    }
    .first-screen::after {
        transform: scale(2.15);
        transform-origin: top center;
    }
    .first-screen__button {
        width: fit-content;
    }
    .first-screen__upcoming_events-header-icon svg {
        width: 39.079px;
        height: 55px;
    }
    .first-screen__upcoming_events-slider {
        padding: 24px 24px 0;
    }
    .first-screen__container-content {
        max-height: 1200px;
        min-height: 484px;
    }
    .first-screen__inner {
        padding: 0 0 var(--64, 64px);
    }
}
@media (min-width: 768px) {
    .first-screen {
        min-height: 584px;
    }
    .first-screen__inner {
        padding: 0;
    }
    .first-screen__container-content {
        padding: 0 0 var(--80, 80px);
        min-height: 584px;
    }
    .first-screen__content--inner {
        gap: var(--40, 40px);
    }
    .first-screen__title-description-wrapper {
        gap: 24px;
    }
    .first-screen__title {
        font-size: 52px;
        line-height: 60px
    }
    .first-screen__upcoming_events {
        padding: 20px 16px;
        flex-direction: row;
        gap: 16px;
    }
    .first-screen__upcoming_events-slider-wrapper {
        margin-bottom: 0;
    }
    .first-screen__upcoming_events-header {
        width: 207px;
        gap: 16px;
    }
    .first-screen__description {
        max-width: 630px;
    }
    .first-screen__upcoming_events-header-title-text {
        padding: 8px 0;
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 34px;
    }
    .first-screen__upcoming_events-slider .first-screen__upcoming_events-slide-info-tags,
    .first-screen__upcoming_events-slider .first-screen__upcoming_events-slide-info-tag-city {
        line-height: 22px;
    }
    .first-screen__upcoming_events-header-icon svg {
        width: 69.631px;
        height: 98px;
    }
    .first-screen__upcoming_events-slider {
        padding: 16px 0;
        overflow: hidden;
    }
    .first-screen__upcoming_events-slider-wrapper {
        border-bottom: 2px solid #96D4E4;
    }
    .first-screen__upcoming_events-slider .first-screen__upcoming_events-slide {
        width: 100%;
        flex-direction: row;
        align-items: center;
        gap: 16px;
    }
    .first-screen__upcoming_events-slider .first-screen__upcoming_events-slide:last-child {
        margin-bottom: 0 !important;
    }
    .first-screen__upcoming_events-slider .first-screen__upcoming_events-slide-image {
        align-self: stretch;
        min-width: 112px;
        max-width: 112px;
        height: 86px;
    }
    .first-screen__upcoming_events-slider .first-screen__upcoming_events-slide-info-tag:first-child {
        font-weight: 400;
    }
    .first-screen__upcoming_events-slide-info-name {
        line-height: 22px;
    }
    .first-screen__upcoming_events-wrapper {
        gap: 40px;
    }
    .first-screen__button-mobile button {
        width: fit-content;
        margin-bottom: calc(56px + 48px);
    }
}
@media (min-width: 1024px) {
    .first-screen {
        min-height: 584px;
    }
    .first-screen__inner {
        max-width: 776px;
        padding: 0;
    }
    .first-screen__container-content {
        padding: 0 160px 80px 0;
    }
    .first-screen > img {
        height: 100%;
        object-fit: cover;
        transform-origin: unset;
        object-position: center;
    }
    .first-screen::after {
        aspect-ratio: unset;
        transform: scale(1.9) translateY(25px) translateX(-9%);
        transform-origin: unset;
    }
    .first-screen__upcoming_events-header-title-text {
        font-size: 32px;
        line-height: 38px;
    }
    .first-screen__inner {
        padding: 0;
    }
    .first-screen__upcoming_events {
        flex-direction: column;
    }
    .first-screen__upcoming_events {
        padding: 30px 0 20px;
        width: 382px;
    }
    .first-screen__upcoming_events-header-icon svg {
        width: 63.947px;
        height: 90px;
    }
    .first-screen__upcoming_events-slider-wrapper {
        border-bottom: 0;
    }
    .first-screen__upcoming_events-slider {
        padding: 20px 20px 0 20px;
    }
    .first-screen__button-mobile {
        display: none;
    }
    .first-screen__upcoming_events-icon--left,
    .first-screen__upcoming_events-icon--right {
        display: flex;
    }
}
@media (min-width: 1200px) {
    .first-screen {
        min-height: 640px;
    }
    .first-screen__inner {
        max-width: 840px;
    }
    .first-screen__container-content {
        padding: 0 284px 96px 0;
        min-height: 640px;
    }
    .first-screen__title {
        font-size: 60px;
        line-height: 68px
    }
    .first-screen__description {
        color: var(--color-white);
        font-size: 22px;
        line-height: 30px;
    }
}
@media (min-width: 1240px) {
    .first-screen::after {
        transform: scale(1.75) translateY(15px) translateX(-8%);
    }
    .first-screen__upcoming_events-icon--left,
    .first-screen__upcoming_events-icon--right {
        top: -40px;
        width: 74.91px;
        height: 269.677px;
    }
    .first-screen__upcoming_events-icon--left {
        left: -45px;
    }
    .first-screen__upcoming_events-icon--right {
        right: -45px;
    }
}
@media (min-width: 1440px) {
    .first-screen__inner {
        padding-top: 0;
    }
    .first-screen__upcoming_events {
        width: 422px;
        padding-top: 40px;
        padding-bottom: 22px;
    }
    .first-screen::after {
        transform: scale(1.35) translateY(12px) translateX(-8%);
    }
    .first-screen__upcoming_events-slider {
        padding: 24px 24px 0 22px;
    }
    .first-screen__upcoming_events-slider .first-screen__upcoming_events-slide-image {
        min-width: 140px;
        max-width: 140px;
    }
    .first-screen__upcoming_events-header-icon svg {
        width: 79.444px;
        height: 110px;
    }
    .first-screen__upcoming_events-header-title-text {
        font-size: 38px;
        line-height: 44px;
    }
}
@media (min-width: 1600px) {
    .first-screen {
        max-height: 1400px;
        min-height: 640px;
    }
    .first-screen__inner {
        max-width: 872px;
    }
    .first-screen__container-content {
        max-height: 1400px;
        padding: 0 448px 96px 0;
    }
}
@media (min-width: 1690px) {
    .first-screen__upcoming_events-slider {
        padding: 24px 22px 0 22px;
    }
    .first-screen__title {
        font-size: 60px;
        line-height: 68px;
    }
    .first-screen__description {
        font-size: 22px;
        line-height: 30px;
    }
    .first-screen > img {
        transform: none;
        object-fit: cover;
    }
    .first-screen::after {
        transform: none;
    }
}
@media (max-width: 1023px){
    .first-screen.overlay-md::before {
        background: var(--alpha-gray-500, rgba(31, 34, 56, 0.50));
    }
}
/* End */


/* Start:/local/templates/mendeleev-redesign/components/bitrix/news.list/about-team/style.css?17852356295293*/
.about-team {
    background: var(--secondary-50);
    border-radius: 32px;
    padding: 56px 16px;
}
.about-team__container {
    max-width: 512px;
    margin: 0 auto;
}
.about-team__title {
    margin: 0 0 48px;
    font-size: 28px;
    font-weight: 600;
    line-height: 34px;
    color: var(--black);
}
.team-management {
    border: 1px solid var(--secondary-500);
    border-radius: 24px;
    overflow: hidden;
}
.team-management__person {
    display: flex;
    flex-direction: column;
}
.team-management__photo {
    position: relative;
    width: 100%;
    aspect-ratio: 5 / 4;
    max-height: 700px;
    background: var(--secondary-100) url("/local/templates/mendeleev-redesign/assets/css/ui/img/person-placeholder.svg") center / auto 30% no-repeat;
}
.team-management__photo img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.team-management__text {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px 16px 48px;
    text-align: center;
}
.team-management__icon {
    width: 64px;
    height: 64px;
    margin-bottom: 24px;
    object-fit: contain;
}
.team-management__info {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 0 24px;
    color: var(--black);
}
.team-management__position {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}
.team-management__name {
    margin: 0;
    font-size: 26px;
    font-weight: 600;
    line-height: 32px;
}
.team-management__more {
    margin: 12px 0 0;
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
    font-family: inherit;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: var(--primary-500);
    border-radius: var(--border-radius--xxs);
    transition: color .3s ease;
}
.team-management__more:hover {
    color: var(--primary-600);
}
.about-team__panel {
    max-width: 696px;
    margin: 0 auto;
    padding-top: 24px;
}
.team-department {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 56px 0;
    border-bottom: 1px solid var(--secondary-200);
}
.team-department:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.team-department__heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    max-width: 424px;
    color: var(--black);
}
.team-department__name {
    margin: 0;
    font-size: 28px;
    font-weight: 600;
    line-height: 34px;
}
.team-department__contacts {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}
.team-department__contact {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: var(--black);
    transition: color .3s ease;
}
.team-department__contact:hover {
    color: var(--primary-500);
}
.team-department__workers {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(232px, 1fr));
    gap: 16px;
}
@media (min-width: 768px) {
    .about-team {
        padding: 72px 36px;
    }

    .about-team__container {
        max-width: unset;
        width: 696px;
    }

    .about-team__title {
        margin-bottom: 56px;
        font-size: 40px;
        line-height: 48px;
    }

    .team-management {
        border-radius: 32px;
    }

    .team-management__text {
        padding: 32px 16px 64px;
    }

    .team-management__name {
        font-size: 28px;
        line-height: 34px;
    }
}
@media (min-width: 1024px) {
    m-panel-manager:has(> m-panel[code^="worker-"]) {
        --panel-manager-width: 840px;
    }

    .about-team {
        padding: 72px 44px;
    }

    .about-team__container {
        width: 936px;
        max-width: 936px;
    }

    .team-management__person {
        flex-direction: row;
    }

    .team-management__person:nth-child(even) {
        flex-direction: row-reverse;
    }

    .team-management__photo {
        width: 50%;
        flex-shrink: 0;
    }

    .team-management__text {
        flex: 1 1 0;
        min-width: 0;
        justify-content: center;
        padding: 24px 16px;
    }

    .team-department {
        flex-direction: row;
        padding: 72px 0;
        container-type: inline-size;
    }

    .team-department__heading {
        flex: 1 1 0;
        min-width: 0;
        height: calc(50cqw - 248px);
        max-height: 497px;
    }

    .team-department__workers {
        flex: 1 1 0;
        min-width: 0;
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 1200px) {
    .about-team {
        padding: 88px 36px;
    }

    .about-team__container {
        width: 1128px;
        max-width: 1320px;
    }

    .about-team__title {
        margin-bottom: 64px;
        font-size: 48px;
        line-height: 56px;
    }

    .team-management__text {
        padding: 24px 104px;
    }

    .team-management__name {
        font-size: 32px;
        line-height: 38px;
    }

    .team-department__name {
        font-size: 32px;
        line-height: 38px;
    }

    .team-department__contact {
        font-size: 20px;
        line-height: 28px;
    }

    .team-department__workers {
        gap: 24px;
    }
}
@media (min-width: 1600px) {
    .about-team__container {
        width: 1320px;
        max-width: 1320px;
    }
}

/* End */


/* Start:/local/templates/mendeleev-redesign/assets/css/ui/person-card.css?17852356291409*/
.person-card {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 12px;
    max-width: 424px;
    width: 100%;
}
.person-card__photo {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    overflow: hidden;
    background: var(--secondary-100) url("/local/templates/mendeleev-redesign/assets/css/ui/img/person-placeholder.svg") center / 23% auto no-repeat;
    border: 1px solid var(--secondary-500);
}
.person-card__photo img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.person-card__info {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    text-align: center;
}
.person-card__position {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: var(--black);
}
.person-card__name {
    margin: 4px 0 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: var(--black);
}
.person-card__more {
    margin: 12px 0 0;
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
    font-family: inherit;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: var(--primary-500);
    border-radius: var(--border-radius--xxs);
}
.person-card__more:hover {
    color: var(--primary-600);
}
@media (min-width: 1200px) {
    .person-card__name {
        font-size: 20px;
        line-height: 26px;
    }
}
/* End */


/* Start:/local/templates/mendeleev-redesign/assets/css/ui/person-profile.css?17852356292476*/
.person-profile {
    display: flex;
    flex-direction: column;
    max-width: 696px;
    width: 100%;
    padding-bottom: 48px;
    color: var(--black);
}
.person-profile__photo {
    position: relative;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    background: var(--secondary-100) url("/local/templates/mendeleev-redesign/assets/css/ui/img/person-placeholder.svg") center / 23% auto no-repeat;
}
.person-profile__photo img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.person-profile__name {
    margin: 24px 0 0;
    max-width: 520px;
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
}
.person-profile__details {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 24px;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}
.person-profile__row {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 8px 24px;
}
.person-profile__label {
    min-width: 101px;
    color: var(--gray-600);
}
.person-profile__value {
    flex: 1 0 0;
    min-width: 240px;
}
.person-profile__content h2,
.person-profile__content h3,
.person-profile__content h4,
.person-profile__content h5 {
    margin: 48px 0 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
}
.person-profile__content ul {
    margin: 24px 0 0;
    padding: 0 0 0 27px;
    list-style: disc;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}
.person-profile__content ul li + li {
    margin-top: 8px;
}
.person-profile__content p {
    margin: 24px 0 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}
@media (min-width: 768px) {
    .person-profile__photo {
        width: 160px;
        height: 160px;
    }

    .person-profile__name {
        font-size: 24px;
        line-height: 30px;
    }

    .person-profile__details {
        gap: 12px;
    }

    .person-profile__content h2,
    .person-profile__content h3,
    .person-profile__content h4,
    .person-profile__content h5 {
        font-size: 22px;
        line-height: 28px;
    }
}
@media (min-width: 1200px) {
    .person-profile__photo {
        width: 180px;
        height: 180px;
    }

    .person-profile__name {
        font-size: 28px;
        line-height: 34px;
    }

    .person-profile__content h2,
    .person-profile__content h3,
    .person-profile__content h4,
    .person-profile__content h5 {
        font-size: 24px;
        line-height: 30px;
    }
}
/* End */


/* Start:/local/templates/mendeleev-redesign/components/bitrix/news.list/about-tic/style.css?17852356291799*/
.about-tic {
    padding: 56px 16px 0;
}
.about-tic__container {
    display: flex;
    flex-direction: column;
    gap: 48px;
    max-width: 512px;
    margin: 0 auto;
}
.about-tic__heading {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 720px;
}
.about-tic__title {
    margin: 0;
    font-size: 28px;
    font-weight: 600;
    line-height: 34px;
    color: var(--black);
}
.about-tic__description {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: var(--black);
}
.about-tic__items {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px 24px;
}
@media (min-width: 576px) {
    .about-tic__items {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (min-width: 768px) {
    .about-tic {
        padding: 72px 36px 0;
    }

    .about-tic__container {
        max-width: 696px;
    }

    .about-tic__title {
        font-size: 40px;
        line-height: 48px;
    }
}
@media (min-width: 1024px) {
    .about-tic {
        padding: 72px 44px 0;
    }

    .about-tic__container {
        width: 936px;
        max-width: 936px;
    }

    .about-tic__items {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media (min-width: 1200px) {
    .about-tic {
        padding: 88px 36px 0;
    }

    .about-tic__container {
        width: 1128px;
        max-width: 1320px;
    }

    .about-tic__container {
        gap: 64px;
    }

    .about-tic__title {
        font-size: 48px;
        line-height: 56px;
    }

    .about-tic__description {
        font-size: 20px;
        line-height: 28px;
    }

    .about-tic__items {
        gap: 40px 24px;
    }
}
@media (min-width: 1600px) {
    .about-tic__container {
        width: 1320px;
        max-width: 1320px;
    }
}
/* End */


/* Start:/local/templates/mendeleev-redesign/assets/css/ui/place-card.css?17852356291578*/
.place-card {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}
.place-card__media {
    position: relative;
    width: 100%;
    aspect-ratio: 288.00/191.70;
    border-radius: 20px;
    overflow: hidden;
    background: var(--gray-100);
}
.place-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.place-card__text {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}
.place-card__title {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    color: var(--black);
}
.place-card__info {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: var(--gray-600);
}
.place-card__info p {
    margin: 0;
}
.place-card__link {
    color: inherit;
    text-decoration: underline;
}
.place-card__link:hover {
    color: var(--primary-500);
}
@media (min-width: 375px) {
    .place-card__media {
        aspect-ratio: 317/211;
    }
}
@media (min-width: 576px) {
    .place-card__media {
        aspect-ratio: 244.00/162.41;
    }
}
@media (min-width: 768px) {
    .place-card {
        gap: 24px;
    }

    .place-card__media {
        aspect-ratio: 317/211;
    }

    .place-card__title {
        font-size: 22px;
        line-height: 28px;
    }
}
@media (min-width: 1200px) {
    .place-card__title {
        font-size: 24px;
        line-height: 30px;
    }
}
@media (min-width: 1600px) {
    .place-card__media {
        aspect-ratio: 288.00/191.70;
    }
}
/* End */


/* Start:/local/templates/mendeleev-redesign/components/bitrix/news.list/about-goals/style.css?17852356292688*/
.about-goals {
    padding: 56px 16px 64px;
}
.about-goals__container {
    display: flex;
    flex-direction: column;
    gap: 48px;
    max-width: 512px;
    margin: 0 auto;
}
.about-goals__title {
    margin: 0;
    max-width: 720px;
    font-size: 28px;
    font-weight: 600;
    line-height: 34px;
    color: var(--black);
}
.about-goals__items {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
}
.about-goals__card {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 24px;
    border-radius: 20px;
    background: var(--gray-25);
}
.about-goals__card:first-child {
    padding: 24px 24px 26px;
}
.about-goals__card:last-child {
    padding: 24px 24px 28px;
}
.about-goals__text {
    max-width: 720px;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: var(--black);
}
.about-goals__text strong,
.about-goals__text b {
    font-weight: 600;
}
.about-goals__text em,
.about-goals__text i {
    font-style: italic;
}
.about-goals__text u {
    text-decoration: underline;
}
.about-goals__text a {
    color: inherit;
    text-decoration: underline;
    transition: color .3s ease;
}
.about-goals__text a:hover {
    color: var(--primary-500);
}
.about-goals__widget {
    width: 240px;
    max-width: 100%;
}
.about-goals__widget img {
    display: block;
    width: 100%;
    height: auto;
}
@media (min-width: 768px) {
    .about-goals {
        padding: 72px 36px 80px;
    }

    .about-goals__container {
        max-width: 696px;
        gap: 56px;
    }

    .about-goals__title {
        font-size: 40px;
        line-height: 48px;
    }

    .about-goals__items {
        gap: 12px;
    }
}
@media (min-width: 1024px) {
    .about-goals {
        padding: 72px 44px 80px;
    }

    .about-goals__container {
        max-width: 936px;
    }

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

    .about-goals__card--wide {
        grid-column: 1 / -1;
        flex-direction: row;
        align-items: flex-start;
        gap: 24px;
    }

    .about-goals__widget {
        flex-shrink: 0;
    }
}
@media (min-width: 1200px) {
    .about-goals {
        padding: 88px 36px 96px;
    }

    .about-goals__container {
        width: 1128px;
        max-width: 1320px;
        gap: 64px;
    }

    .about-goals__title {
        font-size: 48px;
        line-height: 56px;
    }

    .about-goals__text {
        font-size: 20px;
        line-height: 28px;
    }
}
@media (min-width: 1600px) {
    .about-goals__container {
        width: 100%;
        max-width: 1320px;
    }

    .about-goals__card--wide {
        justify-content: space-between;
    }
}
/* End */
/* /local/templates/mendeleev-redesign/assets/css/about.css?17852356295154 */
/* /local/templates/mendeleev-redesign/components/bitrix/news.detail/first-screen/style.css?177995061715631 */
/* /local/templates/mendeleev-redesign/components/bitrix/news.list/about-team/style.css?17852356295293 */
/* /local/templates/mendeleev-redesign/assets/css/ui/person-card.css?17852356291409 */
/* /local/templates/mendeleev-redesign/assets/css/ui/person-profile.css?17852356292476 */
/* /local/templates/mendeleev-redesign/components/bitrix/news.list/about-tic/style.css?17852356291799 */
/* /local/templates/mendeleev-redesign/assets/css/ui/place-card.css?17852356291578 */
/* /local/templates/mendeleev-redesign/components/bitrix/news.list/about-goals/style.css?17852356292688 */
