

/* Start:/local/components/redsoft/news.detail/templates/services/style.css?17405702992183*/
.price_wrapper {
    display: flex;
    flex-direction: column;
    background-color: #f0f3f3;
    padding: 40px 20px!important;
}

.price_wrapper .detail_price {
    display: flex;
    flex-direction: row;
    font-weight: 700;
    background-color: #f0f3f3;
    font-size: 20px;
    padding: 20px 0px;
}

.price_wrapper .detail_price .old_price {
    color: #8e918e;
    text-decoration: line-through;
    margin-left: 10px;
}

.service_description {
    margin: 20px 0px;
    font-size: 16px;
    line-height: 1.4;
    padding: 0px 10px;
    width: 50%;
    min-height: 210px;
    position: relative;
}
.service_description .preview {
    font-weight: bold;
    margin-bottom: 20px;
}

.service_description p {
    margin-bottom: 15px;
}
.service_title {
    font-size: 17px;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: bold;
    display: inline-block;
}
.service_text {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.4;
}
.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;
}
.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_more_wrapper {
    display: flex;
    flex-direction: row;
    justify-content: start;
}
.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.2sease-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.2sease-out;
}

/* End */
/* /local/components/redsoft/news.detail/templates/services/style.css?17405702992183 */
