.tabs-section {
	padding-left: calc((100vw - 1280px) / 2);
	background-color: #fff;
}

.tabs-section .tabs-container {
	display: flex;
}

.tabs-container .owl-carousel.carousel-true .owl-stage-outer {
	padding-top: 25px;
	margin-top: -25px;
	padding-left: 80px;
}

.tabs-section .tabs-container .tabs-left-container {
	flex: 0 0 33.33333%;
	padding: 146px 70px 112px 0;
}

.tabs-section .tabs-head {
	display: flex;
	align-items: center;
	column-gap: 40px;
}

.tabs-section .tabs-head .tab-head {
	cursor: pointer;
	font-size: 25px;
	color: var(--4);
	font-weight: 500;
	line-height: 1.7;
	border-bottom: 3px solid transparent;
	text-transform: uppercase;
}

.tabs-section .tabs-head .tab-head.active {
	border-bottom-color: var(--1);
	color: var(--1);
}

.tabs-section .tabs-content {
	margin-top: 63px;
}

.tabs-section .tabs-content .tab-content {
	width: 293px;
	max-width: 100%;
	display: none;
}

.tabs-section .tabs-content .tab-content.active {
	display: block;
}

.tabs-section .tabs-content .tab-content .title {
	color: var(--1);
	font-size: 40px;
	font-weight: 500;
	line-height: 1.05;
	margin-bottom: 37px;
	margin-top: 0;
}

.tabs-section .tabs-content .tab-content .desc {
	font-weight: 300;
	font-size: 16px;
	color: var(--bluetext);
	margin-bottom: 92px;
	line-height: 1.69;
}

.tabs-section .tabs-container .tabs-right-container {
	flex: 0 0 66.66666%;
	max-width: 66.66666%;
	padding: 95px 0 112px 0px;
	background-image: linear-gradient(to bottom, #fff 18%, #eff1f3 74%);
}

.tabs-section .list > div:not(.active) {
	display: none;
}

.tabs-section .owl-stage {
	padding-left: 0 !important;
}

.tabs-section .owl-nav {
	display: none;
}

.tabs-section.align-center {
	padding-left: 0;
	background: none;
}

.tabs-section.align-center .tabs-container {
	flex-wrap: wrap;
}


.tabs-section.align-center .tabs-container .tabs-left-container {
	flex: 0 0 100%;
	padding: 0;
}

.tabs-section.align-center .tabs-container .tabs-right-container {
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0;
	margin-top: 24px;
	background: none;
}

.tabs-section.align-center .tabs-head {
	justify-content: center;
}

.tabs-section.align-center .tabs-content {
	margin-top: 10px;
	text-align: center;
}

.tabs-section.align-center .tabs-content .tab-content {
	width: 100%;	
}

.text-link p {
	margin: 0;
}

.list .carousel-false {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.list .carousel-false .item {
	flex: 0 0 calc(50% - 20px);
	margin-left: 10px;
	margin-right: 10px;
	height: auto;
}

.text-link a {
	text-transform: uppercase;
	color: var(--3);
	text-decoration: underline;
}

.tabs-section.align-left .owl-carousel.carousel-false {
	padding-right: 80px;
}

.tabs-section.align-left .owl-carousel.carousel-false .item {
	margin-bottom: 40px;
}

.custom-nav,
.custom-nav-tab {
	display: flex;
	align-items: center;
}

.custom-nav div,
.custom-nav-tab div {
	width: 45px;
	height: 35px;
	background: url(/wp-content/themes/alperia/media/icons/bg-chevron.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.custom-nav div.disabled,
.custom-nav-tab div.disabled {
	background: url(/wp-content/themes/alperia/media/icons/bg-chevron-grey.svg);
}

.custom-nav div.prev-btn,
.custom-nav-tab div.prev-btn {
	margin-right: 13px;
}

.custom-nav div img,
.custom-nav-tab div img {
	width: 14px;
}

.custom-nav div.prev-btn img,
.custom-nav-tab div.prev-btn img {
	transform: rotate(180deg);
}

.custom-nav div img,
.custom-nav-tab div img {
	filter: invert(1);
}

.custom-nav div.disabled img,
.custom-nav-tab div.disabled img {
	filter: invert(0);
}

.tabs-section.align-center .custom-nav-tab {
	justify-content: center;
	margin-top: 20px;
}

.tabs-section .tabs-content .tab-content .desc ~ .title {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 28px;
}

.tabs-section .tabs-content .tab-content .desc ~ .title ~ .desc {
	margin-bottom: 20px;
}

.full-btn a {
	flex: 0 0 100% !important;
}

.tab-head[tab-id="tab-21"],
.tab-head[tab-id="tab-22"],
.tab-head[tab-id="tab-23"] {
	order: -1;
	margin: 0 !important;
}

@media screen and (max-width: 1210px) {
	
	.tabs-head {
		overflow-x: scroll;
	}

	.tabs-section .tabs-container {
		flex-wrap: wrap;
	}
	
	.tabs-section .tabs-container .tabs-left-container {
		flex: 0 0 100%;
		padding-top: 40px;
		padding-right: 0;
		padding-bottom: 0;
	}
	
	.tabs-section .tabs-head {
		justify-content: space-between;
		border-bottom: 1px solid var(--4);
		column-gap: 0;
	}
	
	.tabs-section .tabs-head .tab-head {
		flex: 0 0 33.33%;
		margin-right: 0;
		text-align: center;
		padding: 20px 15px;
		font-size: 20px;
		position: relative;
		line-height: 1;
	}
	
	.tabs-section .tabs-head .tab-head:after {
		content: '';
		width: 1px;
		background-image: linear-gradient(to bottom, #eff1f3, #dadfe4);
		height: 100%;
		position: absolute;
		right: 0;
		bottom: -3px;
		opacity: .45;
	}
	
	.tabs-section .tabs-content {
		margin-top: 20px;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.tabs-section .tabs-content .tab-content .title {
		font-size: 24px;
		line-height: 1.25;
		margin-bottom: 0;
	}
	
	.tabs-section .tabs-content .tab-content {
		width: 100%;
	}
	
	.tabs-section .tabs-content .tab-content .desc {
		display: none;
	}
	
	.tabs-section .tabs-container .tabs-right-container {
		flex: 0 0 100%;
		padding: 24px 0px 85px 15px;
		max-width: 100%;
	}
	
	.custom-nav-tab {
		position: absolute;
		bottom: 30px;
		right: 50px;
	}
	
	.tabs-section.align-center .tabs-container .tabs-right-container {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.tabs-section.align-center  .tabs-content .tab-content .desc {
		display: block;
	}
	
	.list .carousel-false .item {
		flex: 0 0 100%;
		margin-bottom: 15px;
	}
	
	.tabs-container .owl-carousel.carousel-true .owl-stage-outer {
		padding-left: 0;
	}
	
	.tab-head[tab-id="tab-22"] {
		margin-right: 0 !important;
	}
}

@media screen and (max-width: 377px) {
	.tabs-section .tabs-head .tab-head {
		font-size: 18px;
		padding-left: 5px;
		padding-right: 5px;
	}
}