

/* 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 */
/* /local/templates/myoffice/components/bitrix/news/team/style.css?17601010578791 */
