
.centerAlign {
    width: 1200px;
    margin: 0 auto;
}





.secPadT {
    padding-top: 80px;
}

.secPadB {
    padding-bottom: 80px;
}



.hmeProdFaciWrp {
    background: url('/assets/imgs/sezon/data/textureBgShape.png') center center no-repeat;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    position: relative;
    overflow: hidden;
}

.hmePFImgWrp {
    width: 43%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5%;
    margin-left: 5%;
}

.hmePrdFaciTxtBck {
    position: absolute;
    left: 63%;
    top: 50%;
    font-size: 190px;
    text-align: center;
    color: #000;
    line-height: 180px;
    opacity: 0.07;
    transform: translateY(-50%);
}

.hmePFImgWrp a {
    position: relative;
    overflow: hidden;
    display: block;
    background: #000;
    box-shadow: 8px 8px 20px 0 rgba(0, 0, 0, 0.3);
}

.hmePFImgWrp a img {
    display: block;
    width: 100%;
    opacity: 1;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.hmePlyIcn {
    background: url('/assets/imgs/sezon/data/playIcn.png') center center no-repeat;
}

.hmePlyIcnHvr {
    content: '';
    background: url('/assets/imgs/sezon/data/playIcn.png') center center no-repeat #d4b06c;
    -webkit-transform: scale(3);
    transform: scale(3);
    opacity: 0;
    border-radius: 100px;
    border: 8px solid #d4b06c;
}

.hmePlyIcnHvr,
.hmePlyIcn {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -30px;
    margin-top: -30px;
    width: 60px;
    height: 60px;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.hmePFImgWrp a:hover .hmePlyIcnHvr {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.hmePFImgWrp a:hover .hmePlyIcn {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
}

.hmePFImgWrp a:hover img {
    opacity: 0.5;
}

.hmePrdFaciInf {
    width: 35%;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.hmePrdFaciTtl {
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
    font-weight: normal;
    margin-bottom: 15px;
}

.hmePrdFaciTtl span {
    font-size: 80%;
}

.hmePrdFaciTtl strong {
    font-weight: 900;
}







