.address_width{
    width: 200px;
}
.name_width{
    width: 200px;
}
@media(min-width: 1200px){
    .address_width{
        width: 300px;
    }
    .name_width{
        width: 300px;
    }
}

/*swiper*/
.swiper-button-prev:after, .swiper-button-next:after {
	content: '';
}
.carousel_btn{
	background-color: rgb(255, 255, 255);
	width: 32px;
	height: 32px;
	border-radius: 50%;
	transform: translateY(-50%);
	margin-top: 0;
	color: rgb(0, 0, 0);
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	opacity: 0;
}
.btn_tab.btn_primary{
	background: rgb(222,234,245);
}
.swiper-slide.selected .btn_tab.btn_primary{
	background: rgb(67, 98, 154);
	color: rgb(255, 255, 255);
	text-shadow: none;
}
.head {
    color: rgb(152, 152, 152);
}
.swiper-slide {
    width: auto;
}