.albLeft ul li{
    padding: 5px 0;
}
.albLeft ul li a{
    display: block;
    color: #333;
}

.albLeft{
    padding-right: 0;
}
.borderWrp{
    border: none !important;
}
.albRight{
    border-left: 1px solid #DEDEDE;
    color: #333;
}
.albLeft ul li.active a{
    border-right: 3px solid #de0124;
}
.albRight h1{
    color: #333;
    margin: 0 0 20px 0;
}

.icon{
    background: url("../img/sprites2.png");
    width: 23px;
    height: 15px;
    display: inline-block;
}
.cPhone{
    background-position: -108px -148px;
}
.cLocation{
    background-position: -90px -41px;
}
.titleL{
    position: relative;
}
.titleL > span.tt{
    background: #fff;
    z-index: 2;
    position: relative;
    display: inline-block;
    padding: 0 5px 0 0;
    font-weight: bold;
}
.titleL > .line{
    z-index: 0;
    display: block;
    border-top: 1px dashed #DEDEDE;
    position: absolute;
    bottom: 30%;
    left: 0;
    right: 0;
}
.blockLocation{
    margin: 0 0 25px 0;
    clear: both;
}
.blockLContent{
    padding: 0 20px;
}
.albRight .locationWrp{
    border-right: 1px solid #DEDEDE;
}
.blockContact label{
    display: block;
    position: relative;
    margin: 10px 0;
}
.blockLocation .blockLContent{
    padding: 0;
}
.blockContact label span{
    width: 35px;
    border: 1px solid #DEDEDE;
    height: 32px;
    position: absolute;
    text-align: center;
    padding: 5px 0 0 0;
}
.blockContact label input{
    padding: 5px 40px;
    font-weight: 100;
    border: 1px solid #DEDEDE;
}
.blockLContent label{
    width: 100%;
}
.blockLContent label textarea{
    font-weight: 100;
    height: 158px;
    margin: 10px 0 0 0;
    padding: 5px;
    border: 1px solid #DEDEDE;
    width: 100%;
}
.blockLContent button{
    background: #333;
    color: #fff;
    padding: 5px 15px;
    border: none;
    text-transform: uppercase;
}
.blockLContent p{
    padding: 3px 0;
    display: block;
}