.item_block {
    cursor:pointer;
}

/* Container needed to position the button. Adjust the width as needed */
.section_top_banner {
    position: relative;
}

/* Make the image responsive */
.section_top_banner img {
    width: 100%;
    height: auto;
}

/* Style the button and place it in the middle of the container/image */

@media (max-width: 1367px) {
    .section_top_banner .btn {
        top: 60% !important;
    }
}

.section_top_banner .btn {
    position: absolute;
    top: 67%;
    left: 50%;
    background-color: #555;
    color: white;
    padding: 12px 24px;
    cursor: pointer;
}

.section_top_banner .btn:hover {
    background-color: black;
}

/* баннер 12 апреля */
.top_slider_wrapp .flexslider .slides > li, .top_slider_wrapp .flexslider .slides > li {
    height: 100% !important;
}

.flexslider {
    height: 300px !important;
}

@media screen and (max-width: 767px) {
    .flexslider {
        display: none !important;
    }
}
/* баннер 12 апреля */
