

/* Start:/bitrix/templates/detmed/components/bitrix/catalog.section.list/analyzes_inside/style.css?1723537874828*/
.btns_item{
    display: block;
    width: 100%;
    margin-bottom: 1rem;
    position: relative;
    font-size: 90%;
    overflow: hidden;
    padding: 2rem 1rem;
    background: #EBF5FB;
    color:#175573;
    font-weight: 600;
    padding-right: 3rem;
    border-radius: 0.5rem;   
    word-wrap: break-word;    
}
.btns_item:hover{
	background: #2174A0;
    color:#fff;
}
.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;
}
.btns_item:hover:after{
    background: #fff;
    border-radius: 50%;
    color:#F898A6; 
}
/* End */
/* /bitrix/templates/detmed/components/bitrix/catalog.section.list/analyzes_inside/style.css?1723537874828 */
