

/* Start:/local/templates/myoffice/components/bitrix/news/team/style.css?17601010578791*/
.list-one .list-one-box {
    background: url(/local/templates/myoffice/components/bitrix/news/team/./images/team.top2.png), linear-gradient(91deg, #59e1ff -14.32%, #b7e5ff 48.62%, #cfc1fe 105.57%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
}
.about-head__list {
    margin:30px 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    /* grid-gap: 10px; */
    max-width: 1260px;

    margin-left: -25px;
    margin-right: -25px;
}

.about-head__list-card {
    font-family: Manrope;
    color:#1E293B;
    cursor: pointer;

    aspect-ratio: 310 / 389;
    /* min-height: 389px; */

    margin:10px;
    /* padding: 16px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px; */

    background-size: 0% 0%;
    /* background-size: contain; */
    background-repeat: no-repeat;
    background-position: center;

    /* padding: 24px; */
    /* border-radius: 12px; */
    /* border: 1px solid #cbd5e1; */
    /* background: #fff; */
    /* text-decoration: none; */
    /* display: flex; */
    /* flex-direction: column; */

    transition: background-size .3s ease-out;
}

.about-head__list-card:hover {
    background-size: 100% 100%;
}

.about-head__list-img {
    /* margin-top: 15px; */
    /* margin-bottom:15px; */
    margin:15px;
}

.about-head__list-img img {
    border-radius: 28px;
    transition: border-radius .3s ease-out;
}

.about-head__list-card:hover .about-head__list-img img {
    border-radius: 10px;
}

.about-head__list-ctn {
    margin-top: 20px;
}

.about-head__list-title {
    font-weight: 700;
    /* font-size: 21.42px; */
    /* line-height: 114.99999999999999%; */
    font-size: 18px;
    line-height: 100%;

    margin-top: -12px;
    margin-bottom: .42rem;

    margin-left:15px;
    margin-right:15px;
}

.about-head__list-bot {
    font-weight: 500;
    font-size: 12.85px;
    line-height: 114.99999999999999%;
    color: #51678C;
    width:60%;
    /* margin-bottom:1rem; */
    margin-top:1rem;
    margin-left:15px;
    margin-right:15px;
}

.hids {
    display: none;
}

.about-head__item {
    font-family: Manrope;
    color:#1E293B;
}

.about-head__item-title {
    font-weight: 700;
    font-size: 39.66px;
    line-height: 48.67px;
    /* margin-bottom: 1rem; */
}
.about-head__item-bot {
    font-weight: 700;
    font-size: 21.63px;
    line-height: 48.67px;
    /* margin-bottom: 2rem; */
}
.about-head__item-img {
    /* margin-bottom:1rem; */
}
.about-head__item-img img {
    border-radius: 28px;
    max-width:598px;
}
.about-head__item-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 180%;
}

.hids.fancybox-content {
    border-radius: 36px;
}

.hids.fancybox-content button[data-fancybox-close] {
    right:20px;
    top:20px;
    border: 1px solid #CBD5E1;
    border-radius: 40px;
}

.about-head__back {
    line-height: 16px;
    height:16px;
}
.about-head__back svg {
    position:relative;
    top:2px;
}

.about-head__detail-banner {
    font-family: Manrope;
    color:#1E293B;

    aspect-ratio: 1259 / 519;
    /* min-height: 389px; */

    padding:0 60px;

    background-size: 100% 100%;
    /* background-size: contain; */
    background-repeat: no-repeat;
    background-position: center;

    display: flex;
    flex-direction: row;
    align-items : center;
}

.about-head__detail-label {
    width:50%;
    padding-left:30px;
}

.about-head__detail-title {
    font-weight: 700;
    font-size: 39.66px;
    line-height: 48.67px;
    margin-bottom:15px;
}

.about-head__detail-bot {
    font-weight: 700;
    font-size: 21.63px;
    line-height: 28.67px;
    width:70%;
}

.about-head__detail-img {
    width:50%;
    text-align:center;

}

.about-head__detail-img img {
    margin: 60px;
    border-radius:26px;
    height:400px;
    width:400px;
}

.about-head__detail-text {
    column-count: 2;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;

    column-gap: 50px;

    margin: 40px 0;
}

.about-head__detail-text2col {
    width: 100%;
    margin: 40px 0;

    display:flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
}

.about-head__detail-text2col-left,
.about-head__detail-text2col-right {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    flex: 1;
}
.about-head__detail-text2col-left {
    padding-right: 10px;
}
.about-head__detail-text2col-right {
    padding-left: 10px;
}

@media (max-width: 1190px) {
    .about-head__list {
        margin-top:60px;
        grid-template-columns: 1fr 1fr 1fr;
        /* grid-gap: 30px; */
        max-width: none;
    }
    .about-head__list-img {
        margin-bottom:.5rem;
    }
    .about-head__item-title {
        margin-bottom:.5rem;
    }
    .about-head__item-bot {
        margin-bottom:.5rem;
    }


    .about-head__detail-banner {
        padding:0 40px;
    }

    .about-head__detail-label {
        width:50%;
        padding-left:25px;
    }

    .about-head__detail-img {
        width:50%;
        text-align:center;

    }

    .about-head__detail-img img {
        margin: 60px;
        border-radius:26px;
        height:auto;
        width:70%;
    }

}

@media (max-width: 767px) {
    .hids.fancybox-content {
        border-radius: 30px;
        min-height: 100%;
        max-height: 100%;
        padding:20px;
    }
    .about-head__list {
        margin-top:40px;
        grid-template-columns: 1fr 1fr;
        /* grid-gap: 30px; */
        max-width: none;
    }
    .about-head__item-wrapper {
        display:flex;
        flex-direction: column;
        min-height: 100%;
    }
    .about-head__item-img {
        order:10;
    }
    .about-head__item-img > img {
        max-width:none;
        width:100%;
    }
    .about-head__item-title {
        order:20;
    }
    .about-head__item-bot {
        order:30;
    }
    .about-head__item-text {
        order:40;
        margin-bottom:80px;
    }
    .hids.fancybox-content button[data-fancybox-close] {
        position:fixed;
        bottom:30px;
        right:unset;
        left:unset;
        top:unset;

        width: calc( 100% - 70px );
        height: 68px;
        opacity: 1;
        border-radius: 20px;

        background-color: rgba(20,20,20,.7);
    } 
    .hids.fancybox-content button[data-fancybox-close] > svg {
        display:none;
    }
    .hids.fancybox-content button[data-fancybox-close]::before {
        content: 'Закрыть';
        display:inline-block;
        color: white;
        font-size: 30px;
    }

    .about-head__detail-banner {
        aspect-ratio: unset;
        background-size: 0%;
        display: flex;
        flex-direction: column;
        padding:0;
    }

    .about-head__detail-label {
        order:20;
        width:100%;
        padding:0;
    }

    .about-head__detail-title {

        font-weight: 700;
        font-size: 24px;
        line-height: 48.67px;
        margin-bottom: 0;
    }

    .about-head__detail-bot {

        font-weight: 500;
        font-size: 20px;
        line-height: 28.67px;
        width:100%;
    }

    .about-head__detail-img {
        order:10;

        width:100%;

        text-align:center;

    }

    .about-head__detail-img img {
        margin: 0;
        border-radius:26px;
        width:100%;
        max-width:480px;
        height:auto;
    }

    .about-head__detail-text {
        column-count: 1;

        font-weight: 400;
        font-size: 18px;
        line-height: 150%;

        column-gap: 30px;

        margin: 40px 0;
    }    
    .about-head__detail-text2col {
        display:block;
        margin: 40px 0;
        font-weight: 400;
        font-size: 18px;
        line-height: 100%;
    } 
    .about-head__detail-text2col-left, 
    .about-head__detail-text2col-right {
        display:inline;
        padding-left: 0;
        padding-right: 0;
    }
}


@media (max-width: 600px) {
    .hids.fancybox-content {
        border-radius: 25px;
        padding:20px;
    }
    .hids.fancybox-content button[data-fancybox-close] {
        bottom:20px;
        width: calc( 100% - 50px );
        height: 58px;
        opacity: 1;
        border-radius: 20px;

        background-color: rgba(20,20,20,.7);
    } 
    .hids.fancybox-content button[data-fancybox-close]::before {
        content: 'Закрыть';
        display:inline-block;
        color: white;
        font-size: 24px;
    }
    .about-head__list {
        margin-top:30px;
        grid-template-columns: 1fr;
        /* grid-gap: 40px; */
        max-width: none;
    }
    .hids.fancybox-content::-webkit-scrollbar,
    .about-head__item-wrapper::-webkit-scrollbar {
        width: 0;
    }


    .about-head__list-title {
        font-size: 22px;
    }
    .about-head__list-bot {
        margin-top: 10px;
        font-size: 14px;
    }
}

/* End */


/* Start:/local/templates/myoffice/components/bitrix/news/team/bitrix/news.detail/.default/style.css?17568166974102*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");

.flex__left-bottom__right {
    display: flex;
    align-items: center;
}

.flex__left-bottom__right-title {
    margin-right: 20px;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
}

.list-container {
    position: relative;
}

.list-container:hover .more-button-list,
.list-container.active .more-button-list {
    opacity: 1;
    transform: scale(1);
}

.list-container:hover .more-button-list-item,
.list-container.active .more-button-list-item {
    -webkit-animation: fadeInItem 0.6s 0.2s forwards;
    animation: fadeInItem 0.6s 0.2s forwards;
}

.list-container:hover .more-button-list-item:nth-child(2),
.list-container.active .more-button-list-item:nth-child(2) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.list-container:hover .more-button-list-item:nth-child(3),
.list-container.active .more-button-list-item:nth-child(3) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.list-container:hover .more-button-list-item:nth-child(4),
.list-container.active .more-button-list-item:nth-child(4) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.list-container.active .more-button {
    -webkit-animation: onePulse 0.6s forwards linear;
    animation: onePulse 0.6s forwards linear;
}

.more-button {
    border: 1px solid #D7D9E0;
    background: #FFF;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    padding: 0;
    cursor: pointer;
    transition: 0.2s ease-in;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    transition: 0.2s ease-in;
}

.more-button:hover,
.more-button:focus {
    transform: scale(0.9);
    transition: 0.2s ease-in;
}

.more-button:focus {
    outline: 0;
}

.more-button-list {
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, 0.25);
    list-style-type: none;
    display: flex;
    width: 200px;
    padding: 8px 0px;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    right: 24px;
    bottom: 0;
    opacity: 0;
    transform: scale(0);
    transform-origin: bottom right;
    transition: all 0.3s ease 0.1s;
}

.more-button-list li {
    opacity: 0;
    width: 100%;
    transition: 0.2s ease-in;
    transform: translatex(-10px);
}

.more-button-list-item a {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    width: 100%;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    color: #575D72;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    transition: 0.2s ease-in;
}

.more-button-list-item a:hover {
    color: #fff;
    background: #146CE1;
}

.more-button-list-item svg {
    fill: #18191E;
    transition: 0.2s ease-in;
}

.more-button-list-item svg path.der {
    fill: #fff;
}

.more-button-list-item a:hover svg path.der {
    fill: #146CE1;
    transition: 0.2s ease-in;
}

.more-button-list-item a:hover svg {
    fill: white;
    transition: 0.2s ease-in;
}

.more-button-list-item span {
    display: inline-block;
    line-height: 20px;
    font-size: 14px;
    margin-left: 8px;
}

@-webkit-keyframes onePulse {
    0% {
        box-shadow: 0px 0px 0px 0px rgba(92, 103, 255, 0.3);
    }

    50% {
        box-shadow: 0px 0px 0px 12px rgba(92, 103, 255, 0.1);
    }

    100% {
        box-shadow: 0px 0px 0px 4px rgba(92, 103, 255, 0.3);
    }
}

@keyframes onePulse {
    0% {
        box-shadow: 0px 0px 0px 0px rgba(92, 103, 255, 0.3);
    }

    50% {
        box-shadow: 0px 0px 0px 12px rgba(92, 103, 255, 0.1);
    }

    100% {
        box-shadow: 0px 0px 0px 4px rgba(92, 103, 255, 0.3);
    }
}

@-webkit-keyframes fadeInItem {
    100% {
        transform: translatex(0px);
        opacity: 1;
    }
}

@keyframes fadeInItem {
    100% {
        transform: translatex(0px);
        opacity: 1;
    }
}

.menu-icon-wrapper {
    display: flex;
    cursor: pointer;
    transition: transform 330ms ease-out;
}
/* End */
/* /local/templates/myoffice/components/bitrix/news/team/style.css?17601010578791 */
/* /local/templates/myoffice/components/bitrix/news/team/bitrix/news.detail/.default/style.css?17568166974102 */
