

/* Start:/include/company/style.css?17720301602051*/
.mb-5{
    margin-bottom:50px;
}
.about-company h2, .about-company h3{
    font-size:24px;
}
.block-questions .item {
    border-top:1px solid #555555;
    padding:10px;
}
.block-questions .item:last-child{
    border-bottom:1px solid #555555;
}
.block-questions .item p{
    margin:0;
}
.block-questions .item h3 {
    color: #555555;
    font-size:18px;
    margin:10px 5px;
}
.right-pic {
    text-align: center;
}
.right-pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-width:600px;
}

@media (max-width: 991px){
    .right_block .row{
        margin-right: 0;
        margin-left: 0;
    }
}


/*vacancy*/
.block-vacancy .group-content h3{
    display:none;
}
.group-content .vacancy:not(:last-child){
    margin-bottom:20px;
}
.vacancy {
    padding:20px;
    border:1px solid #FF4F01;
    border-radius: 5px;
}
.vacancy .title{
    font-size: 24px;
    color:#012865;
    font-weight: 700;
    margin-bottom: 20px;
}
.button-wrapper {
    float: right;
}


.description-list {
    margin: 0;
    padding: 0;
}

.description-item {
    display: flex;
    align-items: baseline;
    margin-bottom: 12px;
    gap: 10px; /* отступ между заголовком и текстом */
    flex-wrap: nowrap; /* ❗ не даём заголовку переноситься */
}

.description-item dt {
    flex: 0 0 150px; /* фикс ширина заголовка */
    color:#9A9A9A;
    font-size: 18px;
}

.description-item dd {
    flex: 1;
    margin: 0;
    color:#555555;
    font-size: 18px;
    word-break: break-word; /* переносим длинные слова */
}


/* Адаптив: имя сверху, значение снизу */
@media (max-width: 600px) {
    .description-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }

    .description-item dt {
        flex: none;
    }

    .description-item dd {
        width: 100%;
    }
}
/* End */


/* Start:/local/templates/aspro-allcorp2/components/bitrix/news.list/staff-items_new/style.css?1772030794847*/
div.item-views.table{
    width:auto;
}
div.item-views.table .item{
    border: 0;
}
div.item-views.table .item .title a{
    font-size: 18px;
    color:#012865;
}
div.item-views.table .items>div{
    padding: 0 10px;
}
div.item-views.staff-items.table-type-block .item{
    padding: 20px 0;
}

div.item-views.staff-items.table-type-block .item .image{
    border-radius:0;
    aspect-ratio: 0;
    width: auto;
    height: auto;
    max-height: 360px;
}

div.item-views.table .item .image img{
    width: auto;
    height: 360px;
    object-fit: cover;
}
div.item-views.table .item .body-info{
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
div.item-views.table .item .body-info>div{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
/* End */
/* /include/company/style.css?17720301602051 */
/* /local/templates/aspro-allcorp2/components/bitrix/news.list/staff-items_new/style.css?1772030794847 */
