

/* Start:/bitrix/templates/detmed/components/bitrix/catalog.section.list/service_2_level/style.css?17189724471194*/
.service_btns_item{
    display: block;
    width: 100%;
    margin-bottom: 1rem;
    position: relative;
    font-size: 90%;
    overflow: hidden;
    box-sizing:border-box;
    background: #EBF5FB;
    color:#175573;
    font-weight: 600;    
    border-radius: 0.5rem; 
}
.service_btns_item:hover{
    background: #2174A0;
    color:#fff;
}
.service_btns_item span{
	display:block;
	padding:1.5rem;
	padding-right: 3rem;
	word-wrap: break-word;
}
@media screen and (min-width: 992px) {
	.service_btns_item{
		padding-top:100%;
	}
.service_btns_item span{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	box-sizing:border-box;
	word-wrap: break-word;
	padding:1.5rem;
	padding-right: 3rem;
}
}


.service_btns_item:after{
    content:"";
    position: absolute;
    right:1rem;
    bottom:1rem;
    width: 20px;
    height:20px;
    background: #F898A6;
    border-radius: 50%;
    color:#fff;
    content:"\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    text-align: center;
    line-height: 20px;
}
.service_btns_item:hover:after{
    background: #fff;
    border-radius: 50%;
    color:#F898A6; 
}
/* End */
/* /bitrix/templates/detmed/components/bitrix/catalog.section.list/service_2_level/style.css?17189724471194 */
