.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 .promo-blocks .promo-block {
    display: block;
    position: relative;
    width: 200px;
    height: 200px;
    padding: 10px;
    box-sizing: border-box;
}

.promo-blocks-template-3 .promo-blocks .block-logo {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

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


.promo-blocks-template-3 .js-simple-slider-btn-prev:before,
.promo-blocks-template-3 .js-simple-slider-btn-next:before {
    font-family: 'FontAwesome';
    content: '\f053';
}

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