/**** КАРТЧОКА КОМПАНИИ: раздел "Информация" ******/

.information-detail__header .information__name {
    display: block;
}

.information-header {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 460px;
}

.information__header-text1 {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 460px;
    min-width: 200px;
    padding-bottom: 7px;
}

.information__date, .information__company-name {
    color: gray;
    font-size: 11px;
    font-weight: bold;
}

.information__type {
    color: white;
    font-size: 11px;
    background-color: #16b8d9;
    border-radius: 2px;
    text-transform: uppercase;
    padding: 1px 10px;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    min-width: 120px;
}

/* акция */
.information__type[type='2'] {
    background-color: red;
}

/* HR-объявление" */
.information__type[type='3'] {
    /*background-color: #EDD179;*/
    background-color: orange;
}    

/* обновление */
.information__type[type='5'] {
    background-color: #22B14C;
}

.information__name {
    color: #0f6388;
    font-weight: bold;
    display: inline-block;
    word-break: break-all;
}

.information__short-description {
    display: inline-block;
    padding-bottom: 7px;
    width: 100%;
}

.information__description {
    min-height: 100px;
    max-height: 400px;
    overflow-y: auto;
    margin: 5px 0;
}

.full-information .information__description {
    max-height: inherit;
}

.information-detail .information__description {
    border-top: 3px solid #f1f1f1;
    border-bottom: 3px solid #f1f1f1;
    float: none;
    clear: both;
}

.information-detail__header {
    display: table-row;
}

.information-detail__image {
    display: table-cell;
    width: 15%;
}

.information-detail__image img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.information-detail__text {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
}

.img-information {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

