

/* Start:/bitrix/templates/sovdom/components/bitrix/news.detail/new_about/style.css?17296280113816*/
.news_about h1 {
                                              font-weight: normal;
                                              font-size: 28px;
                                              /*color: #ffb100;*/
                                              margin-bottom: 5px;
                                          }

.news_about .text {
}

.tabs_services {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 25px;
}

.tabs_services .tab_link {
    line-height: 60px;
    height: 60px;
    border: solid #d1d1d1 1px;
    border-radius: 5px;
    width: 49%;
    font-size: 18px;
    cursor: pointer;
    color: #2793e6;
    display: flex;
}
.tabs_services .tab_link div {
    display: inline-block;
}
.tabs_services .tab_link .tab_img {
    height: 60px;
    width: 70px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    margin-right: 20px;
}
.tabs_services .tab_link .tab_img.service {
    background-image: url(/bitrix/templates/sovdom/components/bitrix/news.detail/new_about/service.png);
}
.tabs_services .tab_link:hover  .tab_img.service,
.tabs_services .tab_link.active  .tab_img.service
{
    background-image: url(/bitrix/templates/sovdom/components/bitrix/news.detail/new_about/service_active.png);
}

.tabs_services .tab_link .tab_img.return {
    background-image: url(/bitrix/templates/sovdom/components/bitrix/news.detail/new_about/return.png);
}
.tabs_services .tab_link:hover .tab_img.return,
.tabs_services .tab_link.active .tab_img.return
{
    background-image: url(/bitrix/templates/sovdom/components/bitrix/news.detail/new_about/return_active.png);
}
.tabs_services .tab_link:hover,
.tabs_services .tab_link.active
{
    color: #14419a;
    background-color: #eee;
}

.tab_content {
    display: none;
    margin-bottom: 30px;
}
.tab_content.active {
    display: block;
}

.tab_content .service_item {
    display: flex;
    padding: 15px 0px;
    height: 100px;
    border-bottom: 1px solid #e7e5e5;
}
.tab_content .service_item:first-of-type {
    border-top: 1px solid #e7e5e5;
}
.tab_content .service_item > div{
    display: inline-block;
    height: 100px;
}
.tab_content .service_item .service_img{
    border-radius: 5px;
}
.tab_content .service_item .service_inner{
    padding-left: 40px;
}
.tab_content .service_item .service_inner .title{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}
.tab_content .service_item .service_inner .text{
    color: rgb(143,143,143);
}
.tab_content .service_item .service_order{
    position: relative;
    right: 0px;
}
.tab_content .service_item .service_order .price{
    color: #ad0101;
    font-size: 24px;
    font-weight: bold;
    margin: 20px 0px;
}

.tab_content .service_item .service_order .service_order_link{
    display: block;
    width: 100px;
    height: 40px;
    float: right;
    background-image: -webkit-linear-gradient( 90deg, rgb(217,217,217) 0%, rgb(217,217,217) 0%, rgb(255,255,255) 100%);
    background-image: -moz-linear-gradient( 90deg, rgb(217,217,217) 0%, rgb(217,217,217) 0%, rgb(255,255,255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(217,217,217) 0%, rgb(217,217,217) 0%, rgb(255,255,255) 100%);
    line-height: 40px;
    box-sizing: border-box;
    color: rgb(118, 118, 118);
    text-align: center;
    position: relative;
    border-radius: 4px;
    border-width: 1px;
    box-shadow: inset 0px 2px 4px 0px rgba(137, 142, 149, 0.65);
}
.tab_content .service_item .service_order .service_order_link:hover {
    color: #fff;
    box-shadow: inset 0px 2px 4px 0px rgba(70, 0, 5, 0.65);
    background-image: -webkit-linear-gradient( 90deg, rgb(163,0,4) 0%, rgb(163,0,4) 0%, rgb(200,0,6) 100%);
    background-image: -moz-linear-gradient( 90deg, rgb(163,0,4) 0%, rgb(163,0,4) 0%, rgb(200,0,6) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(163,0,4) 0%, rgb(163,0,4) 0%, rgb(200,0,6) 100%);
}
/* End */
/* /bitrix/templates/sovdom/components/bitrix/news.detail/new_about/style.css?17296280113816 */
