body  .swiper-container{
	width:50%;
	margin-left:25%;
	position:relative;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	  display: flex;
	  justify-content: center;
	  align-items: center;
}
.swiper-slide img {
	display: block;
	width: 100%;
	height: auto;
	/*width: auto;
	height: 400px;*/
	
	height: 400px;
	object-fit: contain;
	object-position: center center;
	/*object-fit: cover;*/
	display: inline-block;
	vertical-align: middle;
	border: none;
	border-radius: 0;
	box-shadow: none;
}	
/*.swiper-slide-image{
	height:400px;
}*/
.swiper-but-prev:hover svg,
.swiper-but-next:hover svg{
	fill:#ff7700;
}
.swiper-but-prev{
	left: -30px;
	top: 50%;
	transform: translate(0px, -50%);
	position: absolute;
	transition-duration: .25s;
	z-index: 2;
	font-size: 30px;
	width: 30px;
	height: 30px;
	cursor:pointer;
}
.swiper-but-next{
	right: -30px;
	top: 50%;
	transform: translate(0px, -50%);
	position: absolute;
	transition-duration: .25s;
	z-index: 2;
	font-size: 30px;
	width: 30px;
	height: 30px;
	cursor:pointer;
}
body .tabs-container h2.tab_title{
	font-size:24px;
	font-weight:900;
	color: #FF7700;
	margin-bottom: 5px;
}
body .tabs-container h4.carusel_item-title{
	font-size:18px;
	font-weight:700;
	margin-top: 20px;
}


.tabs { display: flex; list-style: none; padding: 0; }
.tab { padding: 10px 15px; cursor: pointer; border-bottom: 0; border-radius: 3px 3px 0 0; background-color: #efefef; color: #565969; margin-right: 3px;}
.tab.active { font-weight: bold; background-color: #ff7700; color: #fff; }
.tabs-content { border: 1px solid #ccc; padding: 30px; border-radius: 0 3px 3px 3px;}
.tab-content { display: none; }
.tab-content.active { display: block; }
.tab-gallery { display: flex; gap: 10px; margin-top: 10px; }
.tab-gallery img { max-width: 100px; height: auto; border-radius: 5px; }
.accordion-wrapper {
	font-family: Arial, sans-serif;
}			

@media (max-width: 768px) {
	.tabs {
		overflow-x: auto;
		display: flex;
		flex-wrap: nowrap;
		scroll-snap-type: x mandatory;
		padding-bottom: 5px;
	}
	.tab {
		min-width: 120px;
		text-align: center;
		scroll-snap-align: start;
		display: flex;
		align-items: center;
	}
	.tabs-content {
		padding: 15px;
	}
	body  .swiper-container{
		width:80%;
		margin-left:10%;
	}
	
	.swiper-slide img {
		height:200px;
	}
}
.accordion {
	width: 100%;
}
.paragraf {
	font-size: 16px;
	color: #333;
	/* 	border-bottom: 1px solid #EFF2F1; */
}
.accordion-item {
	display: flex;
	padding-top:10px;
	margin-bottom:-10px;
	flex-direction: column;
	justify-content: center;
	border-top: 1px solid #EFF2F1;
}
.accordion-header:hover {
	background-color:#fff;
	color: #565969;
}
.accordion-header:focus{
	background-color:#fff;
	color: #565969;
}
.accordion-header {
	display: flex;
	align-items: center; /* це і вирівнює по центру вертикалі */
	width: 100%;
	background: none;
	border: none;
	text-transform: uppercase;
	color: #565969;
	cursor: pointer;
	padding: 25px 10px;
	margin-bottom:-30px;
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
}
@media (max-width: 767px) {
	.accordion-header {
		font-size: 18px;
	}
}
.accordion-icon {
	font-size: 20px;
	margin-right: 15px;
	color:#08275e;
}
.accordion-icon:before{
	font-family: "untitled-font-6" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	content: "\42";
}
.accordion-header.active .accordion-icon {
	/*   transform: rotate(180deg); стрілка вгору */
	opacity:0;
}
.accordion-title {
	flex: 1;
	text-align: left;
}
.accordion-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease;
	font-size: 18px;
	color: #565969;
	line-height: 27px;
	font-weight:400;
	margin-top: 10px;
}