.promo-blocks-template-7.promo-blocks-container {
    position: relative;
    padding: 5px 0 50px 0;
}

.promo-blocks-template-7 .page-h2 {
    font-size: 32px;
    text-align: center;
    margin: 30px 0 30px 0;
    line-height: 51px;
    position: relative;
    font-family: 'Proxima Nova';
    font-weight: 100;
}

.promo-blocks-template-7 .block-slide {
    width: auto;
    padding: 0 5px;
    cursor: pointer;
}

.promo-blocks-template-7 .block-image {
    position: relative;
    height: 260px;
}

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

.promo-blocks-template-7 .block-control-container {
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -30px;
}

.promo-blocks-template-7 .block-control {
    position: absolute;
    font-size: 38px;
    height: 48px;
    width: 48px;
    line-height: 48px;
    z-index: 10;
    text-align: center;
    cursor: pointer;
    transition: all 240ms ease-out;
    overflow: hidden;
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 100%;
}

.promo-blocks-template-7 .block-control:before {
    content: '';
    font-family: 'Material Icons';
    font-feature-settings: 'liga';
}

.promo-blocks-template-7 .block-control.control-prev:before {
    content: 'keyboard_arrow_left';
    position: relative;
    left: -1px;
}

.promo-blocks-template-7 .block-control.control-next:before {
    content: 'keyboard_arrow_right';
    position: relative;
    left: 1px;
}

.promo-blocks-template-7 .block-control.control-prev {
    left: 0;
}

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

.promo-blocks-template-7 .block-control:hover {
    color: #d1160d;
    border-color: #d1160d;
}

.promo-blocks-template-7 .block-pagination {
    bottom: 20px;
    width: 100%;
}

.promo-blocks-template-7 .swiper-pagination-bullet {
    margin: 0 3px;
    opacity: 1;
    background: #d2d2d2;
}

.promo-blocks-template-7 .swiper-pagination-bullet:hover {
    background: #d43a33;
}

.promo-blocks-template-7 .swiper-pagination-bullet-active {
    background: #d1160d;
}
