.works{
    padding-bottom: 30px;
    color: #1e1e1e;
}

.works.second{
    background: url("../img/public/pat.png");
}

.works-header{
    font-size: 40px;
    color: #d10c64;
    font-family: pf_agora_slab_proregular;
    text-transform: uppercase;
    text-align: center;
    padding: 30px 0 10px 0;
    line-height: 40px;
}


.work-header{
    color: #eb2525;
    font-size: 30px;
    font-family: pf_agora_slab_proregular;
    width: 900px;
    margin: 0 auto;
    border-bottom: 1px solid #d10c64;
    margin-bottom: 7px;
    margin-top: 20px;
}

.works .left-side{
    box-sizing: border-box;
    padding-left: 30px;
}

.works .right-side{
    box-sizing: border-box;
    padding-right: 30px;
}

.work-item{
    margin: 5px 0;
}

.item-name{
    display: inline-block;
    font-family: H_Roman;
    width: 105px;
    height: 40px;
    line-height: 40px;
    background: #f4f4f4;
    box-sizing: border-box;
    padding-left: 8px;
    font-size: 16px;
}

.works.second .item-name{
    background: #e6e6e6;
}

.item-name.block{
    display: block;
    width: 100%;
}

.item-value{
    display: inline-block;
    line-height: 40px;
    font-family: H_Light;
    font-size: 16px;
    box-sizing: border-box;
    padding-left: 8px;
    text-align: justify;
}

.item-value.block{
    line-height: normal;
    padding-top: 10px;
}

.works img{
    margin: 2px 0 4px 4px;
    vertical-align: top;
}

.works .menu-btn{
    font-size: 16px;
    text-transform: uppercase;
    font-family: H_Bold;
    width: 300px;
    height: 40px;
    line-height: 40px;
    margin-left: 8px;
    margin-top: 6px;
    margin-right: 0;
}

ul.work-price{
    margin: 0 auto;
    padding: 0;
    width: 440px;
}

ul.work-price li {
    display: inline-block;
    box-sizing: border-box;
    padding: 10px ;
    width: 440px;
    background: #ffffff;
    font-size: 16px;
    font-family: H_Light;
}

ul.work-price li:nth-child(2n) {
    background: #f2f2f2;
}

ul.work-price li:last-child{
    font-family: H_Bold;
    font-size: 19px;
    color: #eb2525;
    text-align: right;
    background: none;
}

ul.work-price li span{
    display: inline-block;
    float: right;
    font-family: H_Bold;
    font-size: 19px;
    vertical-align: middle;

}