.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: 240px;
    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;
    overflow: hidden;
    border-radius: 60px 0 60px 0;
    overflow: hidden;
}

.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: absolute;
    font-family: "Oswald";
    left: 0;
    top: 0;
    display: table;
    height: 100%;
    width: 100%;
    table-layout: fixed;
}

.promo-blocks-template-3 .promo-blocks .block-align .wrapper {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.promo-blocks-template-3 .promo-blocks .block-align .inner {
    position: relative;
    padding: 20px;
    box-sizing: border-box;
    color: rgba(255, 255, 255, 0.77);
}


.promo-blocks-template-3 .promo-blocks .block-description {
    font-size: 14px;
    width: 70%;
    margin-left: 30%;
    line-height: 16px;
    font-family: 'Roboto';
}

.promo-blocks-template-3 .promo-blocks .block-align.block-title {
    font-size: 100px;
    width: 20%;
}


.promo-blocks-template-3 .promo-blocks .block-logo:before {
    content: '';
    position: absolute;
    left: -50%;
    top: 48%;
    display: block;
    margin: 0;
    height: 0%;
    width: 200%;
    background: rgba(0, 0, 0, 0.49);
    border-radius: 0;
    overflow: hidden;
    -webkit-transform: rotate(-55deg);
    -moz-transform: rotate(-55deg);
    -ms-transform: rotate(-55deg);
    -o-transform: rotate(-55deg);
    transform: rotate(-55deg);
    -webkit-transition: 0.65s;
    -moz-transition: 0.65s;
    -o-transition: 0.65s;
    transition: 0.65s;
}

.promo-blocks-template-3 .promo-blocks .block-logo:hover:before {
    left: -60%;
    top: -90px;
    height: 200%;
    width: 200%;
    -webkit-transform: rotate(-55deg);
    -moz-transform: rotate(-55deg);
    -ms-transform: rotate(-55deg);
    -o-transform: rotate(-55deg);
    transform: rotate(-55deg);
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

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


.promo-blocks-template-3 .js-simple-slider-btn {
    font-size: 40px;
    line-height: 25px;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 25px;
    height: 25px;
    padding: 10px;
    text-align: center;
    margin-top: -25px;
    cursor: pointer;
    color: #101010;
    z-index: 0;
    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%;
    box-shadow: 1px 1px 15px -1px rgba(16, 16, 16, 0.33);
}

.promo-blocks-template-3 .js-simple-slider-btn:hover {
    background: #101010;
    color: #fff;
}

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

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

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