

/* Start:/local/components/redsoft/news.list/templates/services/style.css?16823154532444*/
.service-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.service-list-item {
    width: 50%;
    margin-bottom: 30px;
}

.service_container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 10px;
}

.service_container_img {
    width: 50%;
    overflow: hidden;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.service_container_img a {
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
    -webkit-transition:all 0.2s ease-out;
    -moz-transition:all 0.2s ease-out;
    -o-transition:all 0.2s ease-out;
    -ms-transition:all 0.2s ease-out;
    transition:all 0.2s ease-out;
}

.service_container_img:hover a {
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -o-transform:scale(1.2);
    -ms-transform:scale(1.2);
    transform:scale(1.2);
}

.service_description {
    padding: 0px 10px;
    width: 50%;
    min-height: 210px;
    position: relative;
}

.service_text {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.4;
}

.service_title {
    font-size: 17px;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: bold;
    display: inline-block;
}

.service_more_wrapper {
    display: flex;
    flex-direction: row;
    justify-content: start;
}

.price_block {
    margin: 0px 10px;
    line-height: 40px;
}

.price_block .price {
    color: #231F20;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
}

.price_block .old_price {
    color: #8e918e;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    text-decoration: line-through;
}

@media screen and (max-width: 770px){
    .service-list-item {
        width: 100%;
        margin: 10px 10px 20px;
    }
}

@media screen and (max-width: 500px){
    .service_container {
        flex-direction: column;
    }

    .service_more_wrapper {
        flex-direction: column;
    }

    .price_block {
        text-align: center;
    }

    .service_container_img a {
        min-height: 200px;
    }

    .service_container_img, .service_description {
        width: 100%;
    }

    .service_description {
        padding: 15px 0px;
        min-height: 10px;
    }

    .service-list-item .btn_framed {
        width: 100%;
    }

    .service_text {
        font-size: 16px;
    }
}
/* End */
/* /local/components/redsoft/news.list/templates/services/style.css?16823154532444 */
