.stories-index-index .columns .column.main, .stories-index-view .columns .column.main {
    padding: 0;
}

.stories-index-index .row.subtopMenu, .stories-index-view .row.subtopMenu {
    margin-bottom: 0
}

.stories {
    background: #F4F4F4;
}

.stories .top {
    margin-top: 20px;
}

.stories .top h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    color: #C8102E;
    margin-bottom: 0;
}

.stories .top h1 {
    font-size: 46px;
    font-weight: 700;
    line-height: 56px;
    text-align: center;
    color: #4C4C4C;
    margin-top: 10px;
    margin-bottom: 10px;
}

.stories .top p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    color: #515151;
    margin-bottom: 20px;
}

.stories .searcher {
    margin-bottom: 50px;
}

.stories .searcher form {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.stories .searcher form .combo {
    max-width: 300px;
    border: 1px solid #000;
    border-radius: 5px;
    margin-right: 10px;
}

.stories .list .story {
    display: inline-block;
    padding: 20px;
    width: 33%;
}

@media (max-width:800px) {
    .stories .list .story {
        padding: 10px;
        width: calc(50% - 20px);
    }
}

@media (max-width:500px) {
    .stories .list .story {
        width: 100%;
        padding: 5px;
    }
}

.stories .list .story .image {
    overflow: hidden;
    height: 277px;
    display: flex;
    justify-content: center;
    position:relative;
}



.stories .list .story .image img {
    width: 100%;
    height: initial;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width:769px) {
    .stories .list .story .image img {
        height: 100%;
        width: auto;
        max-width: initial;
    }
}

@media (max-width:500px) {
    .stories .list .story .image img {
        width: 100%;
        height: auto;
    }
}

.stories .list .story .content {
    position: relative;
}

.stories .list .story .content:hover {
    text-decoration: underline;
}

.stories .list .story .content.active .description {
    opacity: 1;
}

.stories .list .story .content .description {
    display: none;
    background-color: rgba(200, 16, 46, 0.76);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #FFF;
    display: flex;
    opacity: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media (max-width:500px) {
    .stories .list .story .content .description {
        gap: 10px;
    }
}

.stories .list .story .content .description a {
    color: #fff;
}

.stories .list .story .content .description h4 {
    font-size: 1.8rem;
}

.stories .list .story .content .description .solution {
    font-weight: bold;
    font-size: 1.4em;
}

.stories .list .story .content .description .location {
    font-size: 1.4em;
}

.stories .list .story:hover .description {
    opacity: 1;
}

.stories .container {
    padding-bottom: 60px;
}

.stories .bottom_block {
    background-color: #fff;
    padding-top: 40px;
}

.stories .sucess_bottom_text {
    font-size: 46px;
    font-weight: 700;
    line-height: 56px;
    text-align: center;
    color: #4C4C4C;
    padding-bottom: 30px;
}

.stories .logos {
    display: flex;
    justify-content: space-between;
}

@media (max-width:500px) {
    .stories .logos {
        display: block;
        text-align: center;
    }
}

.stories .pagination {
    text-align: center;
    margin-top: 30px;
}

.stories .pagination #loadmore {
    padding: 16px 24px;
    border-radius: 25px;
    border: solid 1px #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    text-align: center;
}


.story .slider {
    margin-bottom: 40px;
}

.story .image1 {
    margin-top: 40px;
}

.story h1,
.story .h1 {
    font-size: 22px;
    font-weight: 700;
    line-height: 56px;
    text-align: left;
    color: #C8102E;
    margin: 0;
}

.story h2 {
    font-size: 46px;
    font-weight: 700;
    line-height: 56px;
    text-align: left;
    color: #4C4C4C;
    margin: 0 0 10px 0;
}

.story .description2 {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
}

.story .description2 .row {
    margin-bottom: 30px;
}

.story .grey {
    background-color: #79797917;
    padding-top: 30px;
}

.story .col-right {
    text-align: right;
}

@media (max-width:1023px) {
    .story .col-right {
        text-align: center;
    }
}

.story .col-left {
    text-align: left;
}

@media (max-width:1023px) {
    .story .col-left {
        text-align: center;
    }
}

.story .succes_image img {
}

@media (min-width:1024px) {
    .story .succes_image img {
        margin-top: -40px;
    }
}

.story .testimonial {
    max-width: 800px;
    margin: 0 auto;
    padding-bottom: 30px;
}

.story .testimonial .h1,
.story .testimonial h2,
.story .testimonial .description2 {
    text-align: center;
}

.story .section {
    margin-top: 30px;
}

.story .section1 {
}

@media (min-width: 1024px) {
    .story .section1 {
        margin-top: 60px;
    }
}

.story .instalation .h1,
.story .instalation h2,
.story .instalation .description2 {
    text-align: center;
}

.story .form {
    margin-top: 40px;
}

.story .form .field {
    width: 50%;
    display: inline-block;
    padding-right: 10px;
}

.story .form .action.asfinfo_btn.primary {
    background-color: #C8102E;
    margin-top: 30px;
    font-weight: normal;
}

.story .form h3 {
    font-size: 26px;
    font-weight: bold;
}

.story .success_gallery {
    background: linear-gradient(to bottom, white 20%, #C8102E 0);
    border-bottom-left-radius: 25px;
    padding-top: 30px;
}

@media (min-width: 1024px) {
    .story .success_gallery {
        margin-bottom: -40px;
    }
}

@media (max-width: 1200px) {
    .story .success_gallery {
        padding-top: 30px;
    }
}

.story .owl-carousel .owl-item {
    -webkit-box-shadow: 10px 10px 9px -8px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 9px -8px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 9px -8px rgba(0, 0, 0, 0.75);
}

.story .owl-carousel .owl-nav button {
    font-size: 60px;
}

.story .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 30%;
    right: -30px;
}

@media (max-width: 1200px) {
    .story .owl-carousel .owl-nav button.owl-next {
        right: 0;
        top: -30%;
    }
}

.story .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 30%;
    left: -30px;
}

@media (max-width: 1200px) {
    .story .owl-carousel .owl-nav button.owl-prev {
        left: 0;
        top: -30%;
    }
}

.story .testimonial_content iframe {
    border-radius: 15px;
}

.story .popup-image {
    cursor: pointer;
    height: 260px;
}

#image-popup-modal {
    text-align: center;
}

