*{
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;
}
.container{
max-width: 1400px;
padding: 0 20px;
margin: 0 auto;
}

.hidden-desktop{
	display: none;
}

.testimonial{
	padding: 120px 0;
	background: #F2F5FF;
}
.heading{
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
}
h2{
	font-size: 52px;
font-style: normal;
font-weight: 700;
line-height: 120%; /* 62.4px */
text-transform: uppercase;
}
.testi-slider{
	margin: 60px 0 0;
}
.testi-item.mrg{
	margin: 30px 0 0;
}
.testi-top{
	background: #fff;
	padding: 30px 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 30px;
}
.testi-info{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	gap: 15px;
}
.testi-bottom{
	padding: 15px 20px;
	background: #081539;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	font-size: 18px;
	line-height: 120%;
font-style: normal;
font-weight: 600;
}
.testi-product{
	color: #fff;
}
.testimonial .swiper{
	overflow: visible;
}
.testi-pagination{
	display: flex;
	justify-content: center;
	margin: 40px 0 0;
}
.swiper-pagination-bullet{
	width: 15px;
	height: 5px;
	border-radius: 100px;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: #000;
}

@media (max-width: 1280px){

}

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

@media (max-width: 768px){
.testi-item.mrg{
	margin: 0 0 0;
}
}

@media (max-width: 479px){
.testimonial{
	padding: 50px 0;
}
.testi-slider{
	margin: 40px 0 0;
}
h2{
	font-size: 32px;
}
}