

/* Start:/local/templates/main/components/bitrix/news/company_list/bitrix/news.detail/.default/style.css?17374439604088*/
.company_text{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 200%;
    color: rgba(51, 51, 51, 0.75);
    padding-top: 40px;
}
.company_text h2{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 40px;
    line-height: 110%;
    color: #333;
}
.company_text  ul{
    padding: 0;
    margin: 0;
    list-style: none;

}
.company_text  ul li{

    display: flex;
    align-items: center;
    gap: 30px;
}
.company_text  ul li:before{
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #B39F80;
    border-radius: 50%;

}

.detail_text{
    margin-top: 60px;
}

.jobs_list{
    margin-top: 80px;
}
.jobs_list .top_list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
}
.jobs_list .top_list .title{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 32px;
    line-height: 110%;
    color: #333;
}
.jobs_list .top_list .total_count{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    color: #b4915a;
    display: flex;
    align-items: center;
    gap: 8px;
}
.jobs_list .top_list .total_count span{
    font-size: 32px;
}

.jobs_list .list{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.jobs_list .list .item {
    border: 1px solid #ebebeb;
    border-radius: 16px;

    background: rgba(255, 255, 255, 0.5);
}
.jobs_list .list .item .top_item{
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
    line-height: 160%;
    color: #333;
    display: block;
    cursor: pointer;
    margin: 0;
    padding: 40px;
    position: relative;
}
.jobs_list .list .item .top_item:after{
    content: '';
    display: block;
    width: 16px;
    height: 8px;
    background: url("/local/templates/main/components/bitrix/news/company_list/bitrix/news.detail/.default/./arrow_acc.png");
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transition: 0.3s all;
}
.jobs_list .list .item.active .top_item:after{
    transform: translateY(-50%) rotate(180deg);
}
.jobs_list .list .item .top_item span{
    color: #b4915a;
    margin-left: 32px;
}
.listing-list .item a{
    color: inherit;
    text-decoration: none;
}
.jobs_list .list .listing-list {
    display: none !important;
    gap: 0;
}
.jobs_list .list .item.active .listing-list{
    display: flex !important;
}
.jobs_list .list .listing-list .item{
   border-radius: 0;
}
.jobs_list .list .listing-list .item:first-child{
    /*border-top-left-radius: 16px;*/
    /*border-top-right-radius: 16px;*/
}
.jobs_list .list .listing-list .item:last-child{
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}
.card_company{
    border: 1px solid #ebebeb;
    border-radius: 16px;
    padding: 40px;
    background: #fff;
    margin-bottom: 40px;
}
.card_company ul{
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 32px;
}
.card_company ul li{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 200%;
    color: rgba(51, 51, 51, 0.5);
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}
.card_company ul li:last-child{
    margin-bottom: 0;
}
.card_company ul li a{
    text-decoration: none;
    color: inherit;
}
.card_company ul li span{
    color: #00803d;
}
.card_company .btn{
    width: 100%;
}
.card_company .image{
    display: flex;
    justify-content: center;
}
.card_company img{
    margin-bottom: 32px;
}

.tags{

}
.tags .title{
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
    line-height: 160%;
    color: #333;
    margin-bottom: 32px;
    display: block;
}
.tags .list{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
}
.tags .list .tag{
    border-radius: 4px;
    padding: 8px 16px;
    background: #ece8df;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    color: #333;
}
h1{
    display: none;
}
/* End */


/* Start:/local/components/onelab/news.list/templates/vacancy/style.css?173744396051*/
.item a{
	color: inherit;
	text-decoration: none;
}
/* End */
/* /local/templates/main/components/bitrix/news/company_list/bitrix/news.detail/.default/style.css?17374439604088 */
/* /local/components/onelab/news.list/templates/vacancy/style.css?173744396051 */
