.promo-blocks-template-3 .blocks-title {
    text-align: center;
    font-size: 35px;
}

.promo-blocks-template-3 .promo-blocks {
    position: relative;
    margin: 40px 0;
}

.promo-blocks-template-3 .promo-blocks {
    opacity: 0;
}

.promo-blocks-template-3 .promo-blocks.-loaded {
    opacity: 1;
}

.promo-blocks-template-3 .page-h2:after{
    content:'';
    height:1px;
    background:#ddd;
    width: 70%;
    position: absolute;
    top:50%;
}
.promo-blocks-template-3 .page-h2{
    position:relative;
    overflow: hidden;
}
.promo-blocks-template-3 .page-h2 .title{
    z-index: 10;
    background:#fff;
    padding-right: 20px;
}
.promo-blocks-template-3 .promo-blocks .promo-block {
    display: block;
    position: relative;
    width: 200px;
    height: 240px;
    padding: 10px;
    box-sizing: border-box;
}
.promo-blocks-template-3 .promo-blocks .promo-block:hover .block-logo:after{
    background:rgb(255 255 255 / 0.3);
    content:'';
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
}
.promo-blocks-template-3 .promo-blocks .promo-block:hover .block-title{
    font-weight:600;
}
.promo-blocks-template-3 .promo-blocks .block-logo {
    display: block;
    position: relative;
    width: 145px;
    height: 135px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 15px;
}

.promo-blocks-template-3 .promo-blocks .block-url {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.promo-blocks-template-3 .promo-blocks .block-align {
    position: relative;
    display: block;
    text-align: center;
    font-weight: 400;
    color: #222;
    margin: 10px 0;
}

.promo-blocks-template-3 .promo-blocks .block-align .wrapper {
    position: relative;
}

.promo-blocks-template-3 .promo-blocks .block-description {
    font-size: 13px;
    width: 100%;
    color: #666666;
}

.promo-blocks-template-3 .promo-blocks .block-logo:hover .inner {
    color: #FFF;
}

.promo-blocks-template-3 .js-simple-slider-btn {
    font-size: 17px;
    line-height: 35px;
    position: absolute;
    top: -58px;
    right: 51px;
    left: inherit;
    width: 35px;
    height: 35px;
    text-align: center;
    cursor: pointer;
    color: #222;
    z-index: 1;
    font-family: 'FontAwesome';
    -webkit-transition: all 640ms cubic-bezier(.18, .89, .32, 1.28);
    transition: all 640ms cubic-bezier(.18, .89, .32, 1.28);
    background: #FFF;
    border-radius: 100%;
    border: 1px solid #ddd;
}

.promo-blocks-template-3 .js-simple-slider-btn:hover {
    background: #3797f9;
    color: #fff;
    box-shadow: none;
}

.promo-blocks-template-3 .js-simple-slider-btn-next {
    /* left: inherit; */
    right: 0;
}

.promo-blocks-template-3 .js-simple-slider-btn-prev:before {
    content: '\f104';
}

.promo-blocks-template-3 .js-simple-slider-btn-next:before {
    content: '\f105';
}
