@import "/public/css/swiper-js/swiper-bundle.min.css";

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

.promo-blocks-template-3 .blocks-subtitle {
    text-align: center;
    font-weight: normal;
    position: relative;
    color: #6a7f9d;
    line-height: 23px;
    margin: -10px 0 0 0;
}

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

.promo-blocks-template-3 .promo-blocks .promo-block {
    display: block;
    position: relative;
    width: 25%;
    height: 250px;
    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: cover;
}

.promo-blocks-template-3 .promo-blocks .block-title {
    position: absolute;
    background: #00000061;
    background: linear-gradient(0deg, #0000008a 30%, transparent);
    color: #FFF;
    text-align: center;
    vertical-align: middle;
    left: 10px;
    bottom: 10px;
    right: 10px;
    padding: 20px 10px;
}

.promo-blocks-template-3 .promo-blocks .block-description {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    color: #FFF;
    text-align: center;
    vertical-align: middle;
    left: 10px;
    bottom: 10px;
    right: 10px;
    top: 10px;
    line-height: 220px;
    opacity: 0;
}

.promo-blocks-template-3 .promo-blocks .block-description > span {
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
    padding: 10px;
}

.promo-blocks-template-3 .promo-blocks .block-title, .promo-blocks-template-3 .promo-blocks .block-description {
    transition: opacity 240ms ease-out;
}

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

.promo-blocks-template-3 .promo-controls {
    position: absolute;
    top: 50%;
    z-index: 1;
    left: 0;
    width: 100%;
}

.promo-blocks-template-3 .promo-control {
    position: absolute;
    display: block;
    font-size: 17px;
    color: #ffffff;
    margin: 0 0px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transition: all 240ms ease-out;
    border-radius: 100%;
    background: #4bb933;
    top: 0;
}

.promo-blocks-template-3 .promo-control:hover {
    background: #ffb619;
}

.promo-blocks-template-3 .promo-control.next {
    right: 0;
}

@media (max-width: 600px) {
    .promo-blocks-template-3 .blocks-title {
        line-height: normal;
    }
}