*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
a{
	color: #000;
	text-decoration: none;
}
img{
    max-width: 100%;
    display:block;
}
body{
font-family: Inter, sans-serif;
font-size: 16px;
line-height: 26px;
font-weight: 400;
color: #000;
background: #fff;
margin: 0;
overflow-x: hidden;
}
.page_08-container{
max-width: 1400px;
padding: 0 20px;
margin: 0 auto;
}

.hidden-desktop{
	display: none;
}

/* TESTED */
.page_08-tested{
	padding: 60px 0;
	background: #EAE9E1;
	overflow: hidden;
}
.page_08-tested-heading{
	max-width: 1354px;
}
.page_08-tested-heading p{
	color: #005A26;
	font-size: 24px;
	line-height: 130%;
}
.page_08-tested-slider{
	margin: 60px 0 0;
}
.page_08-tested-item{
	display: flex;
	flex-direction: column;
	gap: 35px;
}
.page_08-tested-item img{
	border-radius: 10px;
}
.page_08-tested-info{
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.page_08-tested-info h3{
	color: #005A26;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	line-height: 130%;
}
.page_08-tested-info p{
	font-size: 14px;
	line-height: 130%;
}
.page_08-tested .page_08-container{
	max-width: 100%;
	padding: 0 30px;
}
.page_08-tested-pagination{
	display: none;
	margin: 30px 0 0;
}
.page_08-tested-nav{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	margin: 40px 0 0;
}
.page_08-tested-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: #005A26;
}
.page_08-tested-prev,
.page_08-tested-next{
	cursor: pointer;
}
.page_08-tested .swiper{
	overflow: visible;
}
.page_08-tested .swiper-slide.swiper-slide-active{
	opacity: 1;
}
.page_08-tested .swiper-slide{
	opacity: .5;
}

@media (max-width: 1280px){
.page_08-tested .page_08-container{
	padding: 0 20px;
}
}

@media (max-width: 992px){
.hidden-desktop{
	display: block;
}
.hidden-mobile{
	display: none;
}
}

@media (max-width: 768px){
}

@media (max-width: 479px){
}