

/* Start:/local/templates/main/components/bitrix/news.detail/manager_detail/style.css?17642527016101*/
.expert{
    background: var(--darkBgColor);
}
.expert__content{
    padding: 50px 0;
    color: var(--darkColor);
    display: flex;
    gap: 74px;
}
.ex-sidebar__photo{
    width: 343px;
    height: 343px;
    border: 1px solid rgba(19, 157, 214, 0.2);
    border-radius: 4px;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: baseline;

    & img {
        height: 100%;
    }
}
.ex-info__title{
    font-weight: 900;
    font-size: 48px;
    margin: 100px 0;
}
.ex-info h3{
    font-weight: 900;
    font-size: 20px;
    margin-bottom: 40px;
}
.ex-info p{
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 40px;
}
.ex-info hr{
    height: 1px;
    background: rgba(19, 157, 214, 0.2);
}
.ex-info__block{
    padding: 50px;
    border-top: 1px solid rgba(19, 157, 214, 0.2);
    max-width: 100%;

    &:last-child {
        border-bottom: 1px solid rgba(19, 157, 214, 0.2);
    }
}
.ex-info ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.ex-info ul li:before{
    content: '—';
    margin-right: 20px;
}
.ex-info ul li{
    margin-bottom: 7px;
}
.ex-info .swiper {
    width: 902px;
    height: 525px;
}
.ex-info .swiper-slide {
    width: 341px;
    height: 341px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    transition: transform 0.3s;
}
.ex-info .swiper-slide {
    min-width: 341px;
    min-height: 341px;
    transition: transform 0.3s;
}
.ex-info .swiper-slide-active{
    transform: scale(2);
}
.ex-button{
    padding: 14px 24px;
    width: 342px;
    height: 64px;
    display: flex;
    gap: 14px;
    justify-content: center;
    align-items: center;
    font-weight: 900;
    font-size: 16px;
    text-transform: uppercase;
    color: var(--lightColor);
    background: var(--activeColor);
    border-radius: 4px;
    text-decoration: none;
    margin-bottom: 24px;
}
.ex-button span{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ex-achievements{
    margin-top: 50px;
}
.ex-achievement{
    display: flex;
    gap: 14px;
    align-items: center;
    max-width: 342px;
    margin-bottom: 30px;
}
.ex-achievement__icon{
    flex: 0 0 23px;

    & img {
        width: 24px;
        height: 24px;
    }
}

.ex-achievement__text{
    font-weight: 500;
    font-size: 16px;
}
.ex-info__title_mob{
    display: none;
}
.expert-photos{
    margin-top: 120px;
    /* max-width: 902px; */
    position: relative;
    padding-bottom: 70px;
    border-bottom: 1px solid rgba(19, 157, 214, 0.2);
}
.expert-photos-slider{
    display: flex;
    justify-content: space-between;
    position: relative;
}
.expert-photos__text{
    max-width: 511px;
    margin: 100px auto 0 auto;
    text-align: center;
}
.expert-photo{
    position: relative;
    min-width: 341px;
    min-height: 341px;
    max-height: 341px;
    max-width: 341px;
    width: 341px;
    height: 341px;
    background-size: cover;
    background-position: center;
    transition: transform 0.4s ease, opacity 0.4s ease;
}
.expert-photo.active {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 100;
    transform: scale(1.5);
    opacity: 1;
    transition: transform 0.4s ease, opacity 0.4s ease;
}
.expert-photo:not(.active) {
    opacity: 0.6;
    z-index: 1;
    transform: scale(1);
    transition: transform 0.4s ease, opacity 0.4s ease;
}

.expert__nav {
    /* display: flex;
    justify-content: space-between; */
    padding-top: 40px;
    position: relative;
}

.expert__nav_link {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 15px;
    color: var(--darkColor);
    text-decoration: none;

    &:hover {
        color: var(--activeColor);

        & .expert__nav_arrow {
            border-color: var(--activeColor);
        }
    }
}

.prev-link {
    left: 0;
}

.next-link {
    right: 0;
}

.expert__nav_arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border: 1px solid var(--darkColor);
    border-radius: 100%;
}

/* .brands {
    overflow: hidden;
} */

@media (max-width: 1200px) {
    .expert__content{
        gap: 20px;
    }
}
@media(max-width: 1100px) {
    .expert__content{
        display: block;
    }
    .expert__ex-sidebar{
        display: flex;
        justify-content: center;
        align-items: flex-start;
        gap: 30px;
    }
}
@media(max-width: 750px) {
    .expert__ex-sidebar{
        flex-direction: column;
        gap: 0;
        align-items: center;
    }
    .expert-photo{
        min-width: 111px;
        min-height: 111px;
        max-height: 111px;
        max-width: 111px;
        width: 111px;
        height: 111px;
    }
    .expert-photos{
        padding-bottom: 30px;
    }
}

@media(max-width: 600px) {
    .ex-sidebar__photo{
        width: 290px;
        height: 290px;
        margin-bottom: 20px;
    }
    .ex-button{
        width: 290px;
        margin-bottom: 20px;
        font-weight: 900;
        font-size: 14px;
        text-transform: uppercase;
    }
    .ex-achievement{
        margin-bottom: 15px;
    }
    .ex-achievement__text{
        font-weight: 500;
        font-size: 11px;
    }
    .ex-info__title{
        display: none;
    }
    .ex-info__block{
        padding: 20px 0;
    }
    .ex-info h3{
        font-weight: 900;
        font-size: 14px;
        margin-bottom: 20px;
    }
    .ex-info p {
        margin-bottom: 20px;
        font-weight: 500;
        font-size: 11px;
    }
    .ex-info__title_mob{
        display: block;
        font-weight: 900;
        font-size: 20px;
        line-height: 100%;
        margin: 0 0 20px 0;
    }
    .expert-photos{
        margin-top: 70px;
        max-width: 290px;
    }
    .expert-photos__text{
        margin-top: 40px;
    }
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/clients_carousel/style.css?1764252701466*/
/*brands*/
.brands{
    background: var(--darkColor);
    margin-top: -1px;
    padding-bottom: 20px;
    height: fit-content;
}

.brands .swiper-wrapper {
    align-items: center;
}

.brand.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 999px) {
    .brands{
        padding: 0 0 43px;
    }
}

@media (max-width: 600px) {
    .brands{
        padding: 0px 0 40px 0;
    }
}
/* End */
/* /local/templates/main/components/bitrix/news.detail/manager_detail/style.css?17642527016101 */
/* /local/templates/main/components/bitrix/news.list/clients_carousel/style.css?1764252701466 */
