.widget.c-widget.c-widget-buttontop .widget-button {
    display: none;
    width: 52px;
    height: 52px;
    background-image: url(/bitrix/templates/universelite_s1/components/intec.universe/widget/buttontop/images/top.png);
    background-position: center;
    background-repeat: no-repeat;
    position: fixed;
    bottom: 50px;
    right: 31px;
    cursor: pointer;
    z-index: 75;
}
@media all and (max-width: 768px) {
	.widget.c-widget.c-widget-buttontop .widget-button{
	   /* left: 31px;   
		right: auto;	*/
	}
}
@media all and (max-width: 720px) {
	.widget.c-widget.c-widget-buttontop .widget-button {
		bottom: 30px;
		right: 20px;
	}
}

/*# sourceMappingURL=style.css.map */
