

/* Start:/bitrix/templates/teamb_topprom/components/bitrix/news/services/bitrix/news.detail/.default/style.css?17663841271894*/
.team_list_text{
	font-size: var(--font-size-1);
	line-height: var(--line-height-1);
	font-weight: 400;
	margin-bottom: 50px;
}

.team_item{
	margin-bottom: 60px;
}

.team_item_img{
	margin-bottom: 23px;
	border-radius: 120px;
	overflow: hidden;
}
.service__detail-top img{

}

.team_item_job_title{
	margin-bottom: 14px;
	color: var(--text-color-gray);
	font-size: 14px;
	line-height: var(--line-height-1);
}

.team_item_name{
	margin-bottom: 21px;
	font-size: 18px;
	line-height: 34px;
	font-weight: 800;
	text-transform: uppercase;
}
.team_item_price{
    margin-bottom: 5px;
}

.portfolio__list .row{
    row-gap: 23px;
}

.portfolio__item a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.portfolio__item img{
    filter: brightness(1);
    display: block;
    transition: 0.2s;
    max-height: 280px;
    width: 100%;
    object-fit: cover;
}
.portfolio__item a:hover img{
    filter: brightness(0.7);
}

.portfolio__item a svg {
    position: absolute;
    opacity: 0;
    transition: 0.4s;
}

.portfolio__item a:hover svg {
    opacity: 1;
}

.tabs__container{
    border-top: 1px solid var(--main-color-5);
    margin-bottom: 46px;
    margin-top: 106px;
}
.tabs__item{
    padding-top: 25px;
    border-top: 1px solid transparent;
    color: var(--text-color-gray-2);
    font-family: var(--font-family-2);
    font-size: 14px;   
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    margin-right: 50px;
}
.tabs__item.active,
.tabs__item:hover
{    
    border-top: 1px solid var(--main-color-3);
    color: var(--main-color-3);
}

.tab-box__item{
    display: none;
}
.tab-box__item.active{
    display: block;
}


@media(max-width:576px){
    .tabs__item{
        padding-top: 20px;       
        margin-right: 18px;
        font-size: 13px;
    }
}
/* End */
/* /bitrix/templates/teamb_topprom/components/bitrix/news/services/bitrix/news.detail/.default/style.css?17663841271894 */
