/*
Theme Name: agrolg
Author: Ivan Brausov
Author URI: https://brausov.ru/
Description: agrolg theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
.list-rozh li{
	list-style:none;
	position:relative;
	}
.list-rozh li:before{
	content:'';
	width:20px;
	height:20px;
	display:block;
	background: url('assets/img/semena-rzhi.png') center no-repeat;
	background-size:100%;
	position:absolute;
	left:-40px;
}
.float_button {
    position: fixed;
    left: 30px;
    bottom: 30px;
    width: 100px;
	display:flex;
	align-items:center;
	justify-content:center;
    padding:10px 15px;;
    border-radius: 6px;
    background-color: #f6ae2b;
    z-index: 2;
	color:#fff;
}

