﻿.companyListBlock {
    border: 4px solid #c1c0bf;
    border-radius: 16px;
    padding: 3px 3px 15px 3px;
}

.companyListGradient {
    background: linear-gradient(to top,#fff 0,#f5f4f4 156%);
    height: 5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 7px;
}

.companyListSearchBlock {
    border: 1px solid #c1c0bf;
    padding: 10px;
    margin: 0 8px;
    border-radius: 5px;
}

.companyList {
    padding: 20px 8px;
}

.companyListItem {
    margin-bottom: 15px;
    padding: 5px;
    border: 2px solid #fff;
    border-radius: 4px;
}

.companyListItem:hover {
    border: 2px solid #74c5f0;
}


.companyListItemImage {
    border: 1px solid #aaa9a9;
    border-radius: 4px;
    overflow: hidden;
    text-align: center;
    float: left;
    width: 300px;
    height: 128px;
    line-height: 126px;
}

.companyListItemImage img {
    max-width: 300px;
    max-height: 129px;
    vertical-align: middle;
}

.companyListItemDetail {
    float: left;
    padding: 0 10px;
    width: 632px;
}

/*Название компании*/
.companyListItemDetail div:nth-child(1) {
    font-size: 16px;
    font-weight: bold;
}

/*Полное название компании*/
    .companyListItemDetail div:nth-child(2) {
        font-size: 14px;
        color: #aaa9a9;
        max-height: 16px;
        overflow: hidden;
    }

/*Адрес and Сайт*/
    .companyListItemDetail div:nth-child(3) {
        font-size: 14px;
        margin-top: 5px;
        max-height: 16px;
        overflow: hidden;
    }

/*Описание*/
.companyListItemDetail div:nth-child(4) {
    font-size: 14px;
    color: #aaa9a9;
    margin-top: 4px;
}

/*Описание2*/
    .companyListItemDetail div:nth-child(5) {
        font-size: 14px;
        /*border: 1px dotted black;*/
        padding: 2px 0;
        max-height: 30px;
        overflow: hidden;
    }

/*Кол-во сцен и прайс позиций*/
.companyListItemDetail div:nth-child(6) {
    font-size: 14px;
    color: #aaa9a9;
    margin-top: 4px;
}

.companyImageSlider {
    width: 174px;
    height: 98px;
    border: 1px solid #AAA9A9;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    line-height: 96px;
}

.companyImageSlider img {
    max-width: 175px;
    max-height: 98px;
    vertical-align: middle;
}

.companyImageMaterial {
    width: 115px;
    height: 65px;
    border: 1px solid #AAA9A9;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    line-height: 64px;
}

.companyImageMaterial img {
    max-width: 115px;
    max-height: 65px;
    vertical-align: middle;
}