.banner-developer {
	height: 100vh;
	width: 100%;
	background-position: center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: relative;
	overflow: hidden;
	margin-top: -70px;
}

.banner-developer .content-developer {
	max-width: 1400px;
	margin: 0 auto;
	position: absolute;
	top: 17%;
}

.banner-developer .title h1 {
	margin-bottom: 1.1vw;
	font-size: 4.3vw;
	line-height: 5vw;
}

.banner-developer .subtitle p {
	font-size: 1.7vw;
	color: #4F4F4F;
	margin: 0;
}

.banner-developer .banner-btn {
	margin-bottom: 1.6vw;
	margin-top: 1vw;
}

.page-template-tmpl-developers .banner-btn a span {
	background: white;
}

.page-template-tmpl-developers .banner-btn a {
	background: #082655;
	color: white;
	width: 18%;
	margin: auto;
}

.page-template-tmpl-developers .banner-btn p {
	color: white;
	font-family: Roboto, serif;
	font-size: 0.8vw;
	padding-right: 1.6vw;
	font-weight: 500;
	margin: 0;
}


.tab-developer {
	padding: 0px 20px;
	font-family: Roboto, serif;
}

.content-tab {
	max-width: 1620px;
	width: 100%;
	margin: auto;
}

.items-tab {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 2.2vw;
	gap: 3vw;
}

.item-tab {
	padding: 0.5vw 1.3vw;
	border: 1px solid #082655;
	border-radius: 96px;
	color: #082655;
	font-weight: 500;
	font-size: 1.4vw;
	cursor: pointer;
	transition: all 0.3s ease;
}

.item-tab.active {
	background-color: #082655;
	color: #fff;
	border-color: #082655;
}

.items-content {
	position: relative;
	overflow: hidden;
	transition: height 0.3s ease;
}

.item-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	transform: translateX(100%);
	transition: all 0.6s ease;
	display: flex;
	align-items: flex-end;
	gap: 20px;
	flex-wrap: nowrap;
	justify-content: center;
	z-index: 0;
	pointer-events: none;
	visibility: hidden;
}

.item-content.active {
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
	z-index: 2;
	pointer-events: auto;
	display: flex;
	align-items: flex-end;
}

.item-content.slide-out-right {
	transform: translateX(100%);
	opacity: 0;
	z-index: 1;
	visibility: hidden;
	pointer-events: none;
}

.item-content.pre-active {
	transform: translateX(-100%);
	opacity: 0;
	visibility: visible;
	z-index: 1;
	pointer-events: none;
}

.section-text-tab {
	background: #ECEDEF;
	padding: 40px;
	border-radius: 30px;
	max-width: 890px;
}

.section-text-tab .title h3 {
	margin-bottom: 15px;
}

.page-template-tmpl-developers .resources .title h3 {
	margin: 0;
}

.description-tab {
	margin-bottom: 20px;
}

.description-tab span {
	display: block;
	font-weight: 500;
	margin-bottom: 6px;
	color: #082655;
	font-size: 1.4vw;
}

.description-tab p {
	font-family: Roboto, serif;
	color: #4F4F4F;
	font-size: 1vw;
	line-height: 1.5;
}


.resources {
	padding: 0 20px;
	font-family: Roboto, serif;
}

.container-res {
	max-width: 1620px;
	margin: auto;
}

.content-res {
	display: flex;
	margin-top: -40px;
	gap: 20px;
	flex-wrap: wrap;
	width: 100%;
	align-content: center;
	align-items: flex-end;
}

.img-res img {
	max-width: 100%;
	height: auto;
	border-radius: 16px;
}

.items-res {
	display: flex;
	flex-direction: column;
	gap: 16px;
	width: 100%;
	flex: 1;
}

.item-res {
	background: #FCFCFC;
	border: 1px solid #88A6D5;
	border-radius: 1.6vw;
	padding: 1.9vw;
	position: relative;
	cursor: pointer;
	transition: all 0.3s ease;
}

.header-section-res {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.img-open,
.img-close {
	width: 20px;
	height: 20px;
}

.page-template-tmpl-developers .resources .banner-btn a {
	background: #082655;
	color: white;
	width: 25%;
	margin: unset;
}

.page-template-tmpl-developers .resources .title h2 {
	margin: 30px 0;
}

.page-template-tmpl-developers .resources .banner-btn {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease, opacity 0.3s ease;
	opacity: 0;
	padding-top: 0;
}

.page-template-tmpl-developers .resources .item-res.active .banner-btn {
	max-height: 80px;
	opacity: 1;
	padding-top: 16px;
}

.item-res.active {
	background: #ECEDEF;
	border: solid 1px #ECEDEF;
}

.img-open {
	display: none;
}

.item-res.active .img-close {
	display: none;
}

.item-res.active .img-open {
	display: block;
}

.developers-start {
	background: #ECEDEF;
	margin-top: 100px;
}

.developers-start .title h3 {
	padding-bottom: 0.5vw;
	font-weight: 700;
}

.container-developers-start {
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
	padding: 7vw;
	max-width: 1620px;
	margin: auto;
}

.page-template-tmpl-developers .developers-start .banner-btn a {
	width: 28%;
}

@media (min-width: 990px) and (max-width: 1439px) {
	.item-content.active {
		display: grid;
		justify-items: center;
	}

	.content-res {
		display: grid;
		align-content: center;
		align-items: flex-end;
		justify-items: center;
	}
}
@media (min-width: 990px) {
	.item-tab:hover {
		background-color: #082655;
		color: #fff;
		border-color: #082655;
	}
}
@media (max-width: 990px) {
	.developers-section .title h2 {
		padding-top: 80px;
		padding-bottom: 50px;
	}
	.banner-developer {
		background-position: bottom right;
	}
	.banner-developer .title h1 {
		margin-bottom: 10px;
		font-size: 40px;
		line-height: 100%;
		max-width: 350px;
		width: 100%;
	}
	.banner-developer .subtitle p {
		font-size: 16px;
		margin-bottom: 15px;
		max-width: 350px;
		text-align: center;
	}
	.page-template-tmpl-developers .banner-btn a {
		width: 100%;
		max-width: 126px;
	}
	.page-template-tmpl-developers .banner-btn p {
		font-size: 14px;
		padding-right: 30px;
	}
	.developers-start .title h3 {
		text-align: center;
		font-size: 40px;
		line-height: 100%;
	}
	.container-developers-start {
		padding: 40px 10px 40px 10px;
		height: 424px;
		margin: auto;
	}
	.page-template-tmpl-developers .developers-start .banner-btn a {
		width: 100%;
		max-width: 126px;
	}
	.page-template-tmpl-developers .resources .title h2 {
		max-width: 320px;
		margin: 50px auto;
		padding: 10px 10px 30px 10px;
		line-height: 100%;
	}
	.item-res {
		border-radius: 30px;
		padding: 20px;
	}
	.page-template-tmpl-developers .resources .banner-btn a {
		width: 100%;
		max-width: 176px;
	}
	.item-content.active {
		flex-direction: column-reverse;
	}
	.item-content img {
		width: 100%;
	}

	.description-tab span {
		font-size: 23px;
		line-height: 27px;
		margin-bottom: 15px;
	}
	.description-tab p {
		font-size: 19px;
		line-height: 30px;
	}

	.tab-developer .swiper-wrapper {
		display: flex;
	}
	.item-tab {
		padding: 10px 0px 10px 0px;
		font-size: 20px;
		width: 100%;
	}
	.items-tab {
		display: flex;
		margin-bottom: 10px;
		gap: 10px;
		text-align: center;
		justify-content: center;
		align-items: center;
	}
	.section-text-tab {
		padding: 20px;
	}

}

@media (max-width: 390px) {
	.item-tab {
		font-size: 20px;
	}
}

@media (max-width: 370px) {
	.item-tab {
		font-size: 18px;
	}
}





