.servicesList
{

}
.servicesList .serviceItem
{
    position: relative;
    background-repeat: no-repeat;
    background-position: right top;
    margin-top: 20px;
    box-shadow: 0px 3px 25px #aaa;
    transition: all 0.5s;
}
.servicesList .serviceItem.opened
{
    box-shadow: 1px 1px 70px #777;
    transition: all 0.5s;
}
.servicesList .serviceItem .content
{
    width: 580px;
    padding: 10px 40px 20px 40px;
    border-left: 5px solid #fff;
    background-color: #FFF;
    box-shadow: 2px 0 4px #777;
}
.servicesList .serviceItem.opened .content
{
    width: 580px;
    border-left: 5px solid #f2b133;
    border-right: 1px solid #ccc;
    -webkit-box-shadow: 8px 0 16px -6px #777;
    -moz-box-shadow: 8px 0 16px -6px #777;
    box-shadow: 8px 0 16px -6px #777;
}
.servicesList .serviceItem .header
{
    margin-top: 15px;
}
.servicesList .serviceItem .header
{
    background-repeat: no-repeat;
    background-position: left top;
    display: block;
    padding: 20px 85px;
    font-size: 26px;
}
.servicesList .serviceItem .body
{
    /* display: none; */
    padding: 0 50px 0 85px;
    overflow-y: auto;
    /*max-height: 480px;*/
    /* height: 0; */
}
.servicesList .serviceItem.opened .body
{
    display: block;
}
.servicesList .serviceItem .rightPart
{
    position: absolute;
    top: 30px;
    right: 30px;
}
.servicesList .serviceItem .rightPart .orderServiceButton
{
    /* display: none; */
    float: right;
    margin-right: 15px;
}
.servicesList .serviceItem.opened .rightPart .orderButton
{
    display: block;
}
.servicesList .serviceItem .rightPart .price
{
    float: right;
    padding: 11px 30px;
    border: 1px solid #f2b133;
    font-size: 22px;
}
.servicesList .serviceItem .rightPart .price .num
{
    font-size: 24px;
    font-weight: bold;
}

#noService
{
        position: relative;
        height: 260px;
        margin-top: 50px;
}
#noServiceBg
{
        position: absolute;
        top: 30px;
        background-color: #fff;
        background-image: url('../img/bg_human.jpg');
        background-repeat: no-repeat;
        background-position: left top;
        box-shadow: 0px 0px 20px #ccc;
        height: 217px;
        width: 1170px;
        z-index: 100;
}
#noServiceHuman
{
        position: absolute;
        left: 100px;
        background-repeat: no-repeat;
        background-position: left top;
        padding-top: 90px;
        padding-left: 400px;
        height: 210px;
        z-index: 200;
}
#noServiceHuman .heading
{
        font-size: 34px;
}
#noServiceHuman .content
{
        font-size: 22px;
}

#orderService
{

}
#orderService h1.popupHeader
{
    display: block;
    margin-top: 40px;
    color: #207EB2;
    font-size: 24px;
    text-align: center;
    border: none;
}
#orderService .row
{
        margin-bottom: 10px;
        text-align: center;
}
#orderService input[type=text],
#orderService input[type=submit],
#orderService textarea
{
        width: 275px;
        padding: 5px 10px;
}
#orderService input[type=text],
#orderService textarea
{
        width: 250px;
        border: 1px solid #207EB2;
}
#orderService .error input[type=text],
#orderService .error textarea
{
        border-color: crimson;
}

#orderService .successText
{
        padding: 20px;
        color: #0BBA57;
        font-size: 18px;
        text-align: center;
}
