
.client-slider {
	padding-bottom: 49px!important;
}
.client-slider .swiper-pagination-bullet-active{
	background-color: #FF7300 !important;
}

.client-slider  .swiper-button-next{
	right: 60px !important;
	left: unset !important;
	top: 22px !important;
	width: 52px !important;
	height: 52px !important;
	display: none;
}

.client-slider .swiper-button-prev{
	right: 0 !important;
	left: unset !important;
	top: 22px !important;
	width: 52px !important;
	height: 52px !important;
	display: none;
}

.client-slider .swiper-button-prev:after{
	content: url("/local/templates/trucksto/img/about/Btn.png") !important;
}

.client-slider .swiper-button-next:after{
	content: url("/local/templates/trucksto/img/about/Btn2.png") !important;
}

.client-slider .swiper-wrapper .img_col {
	display: flex!important;
	align-items: center;
	justify-content: flex-start;
	flex-flow: column;	
	gap: 16px 0;
}
.client-slider .swiper-pagination.second {
	top: unset!important;
	left: auto!important;
	right: auto!important;
	bottom: -50px!important;
}
.client-slider .swiper-pagination.first {
	top: unset!important;
	left: auto!important;
	right: auto!important;
	bottom: 0px!important;
}
.client-slider .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
    height: 12px;
    margin: 0 5px !important;
    background-color: #fff !important;
    opacity: 1;
}
.client-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #FF7300 !important;
}

