

/* Start:/local/templates/new_fabula/components/bitrix/news.list/manager/style.css?17101668651636*/
.manager {
    font-weight: 400;
    font-size: calc(16px + (18 - 16) * ((100vw - 360px) / (1920 - 360)));
    line-height: 130%;
    color: #252B31;
}

.manager a {
    color: #252B31;
    transition: all .3s;
}

.manager a:hover {
    transition: all .3s;
    opacity: 0.7;
}

.manager__title {
    font-weight: 500;
    font-size: 24px;
    color: #252B31;
    margin-bottom: 20px;
}

.manager__inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: calc(0px + (180 - 0) * ((100vw - 360px) / (1920 - 360))) 30px;
}

.manager__img {
    width: 274px;
    max-height: 308px;
    overflow: hidden;
    margin-bottom: 20px;
}

.manager__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.manager__name {
    font-weight: 500;
    margin-bottom: 5px;
}

.manager__text {
    color: #C2C2C2;
    margin-bottom: 10px;
}

.manager__phone-wrap {
    display: flex;
    margin-bottom: 10px;
}

.manager__phone-wrap:before {
    content: url("/local/templates/new_fabula/components/bitrix/news.list/manager/images/wapp.svg");
}

.manager__phone {
    padding: 0 10px;
}

.manager__phone-w {
    font-size: 14px;
    text-decoration: underline;
}

.manager__email-wrap {
    display: flex;
}

.manager__email-wrap:before {
    content: url("/local/templates/new_fabula/components/bitrix/news.list/manager/images/mail.svg");
}

.manager__email {
    padding-left: 10px;
}

@media screen and (max-width: 768px) {
    .manager__inner {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 700px), (max-width: 850px) and (max-height: 500px) {
    .manager__inner {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 30px 0;
    }

    .manager__img {
        width: 100%;
    }
}

/* End */
/* /local/templates/new_fabula/components/bitrix/news.list/manager/style.css?17101668651636 */
