
.company-item{
    position: relative;
    display: block;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
    background: #fff;
    min-height: 60px;
    padding: 15px 5px;
    margin-top: 10px;
    transition: all 0.3s;
    color: #000;
    margin-bottom: 20px;
    overflow: hidden;
}
.company-list .numItem{
    float: left;
    font-weight: bold;
    font-size: 20px;
    margin-left: 10px;
    margin-right: 20px;
    color: #424242;
    margin-top: 11px;
}
.company-list .logo-company{
    height: 50px;
    float: left;
    width: 60px;
    background-size: contain !important;
    background-position: center !important;
    margin-right: 15px;
}
.company-list .name-company{
    float:left;
    font-weight: bold;
}
.company-list .button-more-company{
    float: right;
    background: #0c87cb;
    color: #fff;
    padding: 5px;
    border-radius: 4px;
    margin-right: 15px;
    margin-top: 9px;
    border: 1px solid transparent;
    transition: all .3s;
}
.company-list .button-more-company:hover{
    border-color: #0c87cb;
    background: transparent;
    color:#0c87cb;
}
.company-list .req{
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 0;
    font-weight: normal;
}
.company-list .req>span{
    margin-right: 30px;
}
.company-list .main-ui-pagination{
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
}
.right-block-company{
    float: right;
    width:250px;
}
.right-block-company .status-company{
    display: inline-block;
    margin-top: 17px;
    font-size: 12px;
}
.company-list-detail .status-company{
    display: inline-block;
    margin-top: 17px;
    font-size: 12px;
}
.company-list-detail span.yes{
    border: 1px solid #0c87cb;
    color: #0c87cb;
    padding: 3px 10px;
}
.company-list-detail span.not{
    border: 1px solid rgba(66, 66, 66, 0.25);
    color: rgba(66, 66, 66, 0.65);
    padding: 3px 10px;
}
.company-list-detail h1{
    font-size: 24px;
    margin-top: 6px;
    margin-bottom: 30;
    color:#000;
}
.company-list h1{
    font-size: 24px;
    margin-top: 6px;
    margin-bottom: 0px;
    color:#000;
}
.company-list-detail h3{
    font-size: 24px;
    margin-top: 40px;
    margin-bottom: 15px;
    color: #000;
}
.company-list-detail .about-company-text p{
    margin-bottom: 15px;
}
.company-list-detail .object-company a{
    display: inline-block;
    width: 190px;
    height: 170px;
    background-size: cover !important;
    background-position: center;
}
.company-list-detail .object-company{
    margin-bottom: 50px;
}

.company-list-detail .company-single-info{
    margin-top: 15px;
}
.company-list-detail .company-single-info p>span{
    font-weight: bold;
}
.right-block-company span.yes{
    border: 1px solid #0c87cb;
    color: #0c87cb;
    padding: 3px 10px;
}
.right-block-company span.not{
    border: 1px solid rgba(66, 66, 66, 0.25);
    color: rgba(66, 66, 66, 0.65);
    padding: 3px 10px;
}
.price-mp span{
    color: #000;
    font-size: 16px;
}
.spiker-elem{
    line-height: 1.2;
    font-weight: normal !important;
}
h2.singleMp{
    font-size: 26px;
    margin-top: 0;
    color: #000;
}