.page-main{
	display:block;
	width:100%;
}
.block-background-white{
	display:block;
	width:100%;
	background:#fff;
}
.block-background-black{
	display:block;
	width:100%;
	background: linear-gradient(180deg, #4a4a4a, #1c1c1c);
}
.block-background-grey{
	display:block;
	width:100%;
	background:#f5f5f5;
}
.block-main{
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	padding: 0px 20px;
	box-sizing: border-box;
}
h1{
	font-size: 28px;
	font-weight: 600;
	color: #000;
	text-transform: uppercase;
	margin: 0px;
	padding-top: 50px;
	box-sizing: border-box;
	text-align: center;
}
h2{
	font-size: 24px;
	font-weight: 600;
	color: #000;
	text-transform: uppercase;
	margin: 0px;
	padding: 50px 0px;
	box-sizing: border-box;
}
.block-text{
	display:block;
	width:100%;
	padding:50px 0px;
	box-sizing:border-box;
}
.block-text p{
	margin: 0px;
	margin-bottom: 15px;
	font-weight: 300;
	line-height: 32px;
}
.block-text p:last-child{
	margin-bottom:0px;
}
.block-text p a{
	text-decoration:underline;
	color: #000;
}
.block-text p a:hover{
	text-decoration:none;
}
.block-text ol {
	list-style-type: none;
	counter-reset: num;
	margin: 0px;
	padding: 0px;
	padding-bottom: 30px;
}
.block-text ol li {
	position: relative;
	margin: 0px;
	padding: 25px 0px 0px 40px;
	font-size: 17px;
	font-weight: 300;
	color: #000;
}
.block-text ol li:before {
	content: counter(num);
	counter-increment: num;
	display: inline-block;
	position: absolute;
	top: 8px;
	left: 0px;
	width: auto;
	color: #86b200;
	text-align: center;
	font-size: 40px;
	font-weight: 800;
}
.block-text ol li a{
	color:#000;
	text-decoration:underline;
}
.block-text ol li a:hover{
	text-decoration:none;
}
.block-text ul{
	margin: 0px;
	padding: 25px 0px;
	box-sizing: border-box;
}
.block-text ul li{
	display: block;
	font-size: 17px;
	font-weight: 300;
	color: #000;
	background: url(/wp-content/uploads/2025/05/icon-yes.svg) 0 6px no-repeat;
	padding: 10px 0px 10px 40px;
	box-sizing: border-box;
}
.block-text ul li a{
	color:#000;
	text-decoration:underline;
}
.block-text ul li a:hover{
	text-decoration:none;
}
.block-big-four-block{
	display:block;
	width:100%;
	padding:50px 0px;
	box-sizing:border-box;
}
.block-big-four-block-items{
	display:flex;
	width:100%;
	flex-wrap:wrap;
	justify-content: center;
}
.block-big-four-block-items-item{
	display:block;
	width:100%;
	flex-basis: 22%;
	padding: 20px;
	margin: 10px;
	box-sizing: border-box;
	text-align: right;
}
.block-big-four-block-items-item h2{
	font-size: 22px;
	font-weight: 600;
	color: #000;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	text-align: center;
	line-height: 32px;
}
.block-big-four-block-items-item img{
	width: auto;
	max-width: 150px;
}
.block-big-four-block-items-item-name{
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 0px 20px 0px;
	box-sizing: border-box;
	height: 100px;
}
.block-big-four-block-items-item-info{
	display: block;
	width: 100%;
	text-align: left;
	font-size: 17px;
	font-weight: 300;
	color: #fff;
}
.bbfbii-white{
	background: #fff;
}
.bbfbii-greenone{
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	background: linear-gradient(70deg, #86b200, #759b00);
}
.bbfbii-greentwo{
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	background: linear-gradient(70deg, #698b00, #5e7d00);
}
.bbfbii-greenthree{
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	background: linear-gradient(70deg, #516b00, #415600);
}
.block-six-items{
	display: block;
	width: 100%;
	padding: 50px 0px;
	box-sizing: border-box;
}
.block-six-items h2{
	font-size: 24px;
	font-weight: 600;
	color: #000;
	text-transform: uppercase;
	margin: 0px;
	padding-bottom: 50px;
	padding-top: 0px;
	box-sizing: border-box;
	text-align:center;
}
.block-six-items-items{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.block-six-items-items-item{
	display:flex;
	flex-basis:33%;
	align-items: center;
	padding: 20px;
	box-sizing: border-box;
}
.block-six-items-items-item-cifra{
	display: block;
	font-size: 50px;
	font-weight: 300;
	color: #4a4a4a;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px #aaa;
	padding-right: 15px;
	box-sizing: border-box;
	border-right: 1px solid #ccc;
	margin-right: 15px;
}
.block-six-items-items-item-meta{
	display: block;
	width: 100%;
	box-sizing: border-box;
}
.block-six-items-items-item-meta-name{
	display: block;
	width: 100%;
	font-size: 15px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
	padding-bottom: 10px;
	box-sizing: border-box;
}
.block-six-items-items-item-meta-info{
	display: block;
	width: 100%;
	font-size: 17px;
	font-weight: 300;
	color: #000;
}
@media (max-width: 992px){
	.block-big-four-block-items-item{
		flex-basis: 45%;
	}
	.block-six-items-items-item{
		flex-basis: 50%;
	}
}
@media (max-width: 600px){
	.block-big-four-block-items-item{
		flex-basis: 100%;
		margin: 10px 0px;
		text-align: center;
	}
	.bbfbii-white{
		padding: 50px 0px;
	}
	.block-big-four-block-items-item-name{
		height: auto;
	}
	.block-six-items-items-item{
		flex-basis: 100%;
		padding: 20px 0px;
	}
}