/* Block Peptides (Products block on front page) */
.adns_block_services {
	padding-top: 40px;
	padding-bottom: 40px;
}
.adns_block_services .adns2_container {
	overflow: visible;
	padding: 0 16px;
}
.adns_block_services .tab-panel {
	display: none;
}
.adns_block_services .tab-panel.active {
	display: block;
	margin: 0 -16px;
}
.adns_block_services .tabs-container_services-main .tabs-nav {
	display: flex;
	justify-content: start;
	list-style: none;
	padding: 0;
	margin: 45px 0;
	gap: 14px;
}
.adns_block_services .title_block {
	font-weight: 500;
	font-size: 60px;
	line-height: 54px;
	padding-bottom: 0;
}
.adns_block_services .tabs-container-wrapper .tab-btn {
	display: flex;
	align-items: center;
	gap: 5px;
	padding: 15px 20px 15px 0px;
	border: none;
	border-radius: 50px;
	background: #ffffff;
	color: #333;
	font-size: 14px;
	line-height: 15px;
	font-weight: 500;
	cursor: pointer;
	height: 72px;
	border: solid #D6DAF1 1px;
	overflow: hidden;
}
.adns_block_services .tabs-container-wrapper .tab-btn.no-picture {
	justify-content: center;
	gap: 0;
	text-align: center;
	padding: 15px 20px;
}
.adns_block_services .tabs-container-wrapper .tab-btn.active,
.adns_block_services .tabs-container-wrapper .tab-btn:hover {
	background: #032279;
}
.adns_block_services .tabs-container-wrapper .tab-btn.active .tab-name_services-main,
.adns_block_services .tabs-container-wrapper .tab-btn:hover .tab-name_services-main {
	color: white;
}
.adns_block_services .tab-picture_services-main img {
	width: 70px;
	height: 88px;
	object-fit: contain;
	flex-shrink: 0;
}
.adns_block_services .tab-name_services-main {
	width: max-content;
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0%;
	color: #032279;
}
.adns_block_services .adns2_services_card {
	overflow: hidden;
	width: 340px;
	position: relative;
	height: 580px;
	border-radius: 16px;
}
.adns_block_services .adns2_services_card a {
	text-decoration: none;
	display: flex;
	flex-direction: column;
	height: 100%;
}
.adns_block_services .adns2_services_img {
	height: 330px;
	border-radius: 16px;
}
.adns_block_services .adns2_services_image {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	margin-top: 0;
	margin-left: 0;
	transition: 0.4s;
}
.adns_block_services .adns2_services_placeholder {
	width: 100%;
	height: 100%;
	min-height: 200px;
	background: rgba(3, 34, 121, 0.1);
}
/* .adns_block_services .adns2_services_card:hover .adns2_services_image {
	margin-top: -1%;
	margin-left: -1%;
	height: 102%;
	width: 102%;
	transition: 0.4s;
} */
.adns_block_services .adns2_services_card:hover {
	background-color: #032279;
}
.adns_block_services .adns2_services_card:hover .adns2_services_card_content {
	color: white;
}
.adns_block_services .adns2_services_card:hover .service-price__btn {
	background-color: white;
	color: #032279;
	justify-content: space-between;
}
.adns_block_services .adns2_services_card:hover .service-price__btn-icon {
	display: flex;
}
.adns_block_services .adns2_services_card_content {
	padding: 20px;
	color: #032279;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	gap: 15px;
	height:244px;
}
.adns_block_services .adns2_services_direction {
	font-weight: 600;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #3a60b5;
}
.adns_block_services .adns2_services_title {
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: 0%;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.adns_block_services .adns2_services_price {
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0%;
	min-height: 24px;
}
.adns_block_services .adns2_services_description {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	min-height: 44px;
}
.adns_block_services .adns2_services_link_service-main {
	position: absolute;
	bottom: 50px;
	right: 20px;
}
.adns_block_services .grid-list-services {
	display: flex;
	flex-wrap: nowrap;
	gap: 20px;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	padding-bottom: 12px;
	scrollbar-width: none;
	-ms-overflow-style: none;
	width: max-content;
}
.adns_block_services .grid-list-services::-webkit-scrollbar {
	display: none;
}
.adns_block_services .tabs-nav li {
	list-style: none;
}
.adns_block_services .tabs-nav li:before {
	content: none !important;
}

.adns_block_services .service-price__btn {
	font-weight: 400;
	width: 100%;
	color: white;
	background: #032279;
	font-size: 18px;
	padding: 12px 24px;
	border-radius: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 12px;
	border: none;
	margin-top: auto;
	margin-bottom: 15px;
}
.adns_block_services .service-price__btn-icon {
	display: none;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	border: 1px solid #032279;
	align-items: center;
	justify-content: center;
	flex: 0 0 24px;
}


@media (max-width: 991px) {
	.adns_block_services .adns2_container{
		padding: 0;
	}
	.adns_block_services {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.adns_block_services .adns2_services_card {
		flex: 0 0 auto;
		width: 256px;
		height: 602px;
	}
	.tabs-container-wrapper{
		margin: 0 -16px;
	}
	.adns_block_services .tabs-container_services-main .tabs-nav {
		gap: 12px;
		margin: 15px 0;
		width: 100%;
		padding: 0;
		overflow-x: scroll;
		scrollbar-width: none;
		-ms-overflow-style: none;
		-webkit-overflow-scrolling: touch;
		padding: 0 16px;
	}
	.adns_block_services .tab-picture_services-main img {
		width: 54px;
		height: 68px;
		object-fit: contain;
		flex-shrink: 0;
		max-width: none;
	}
	.adns_block_services .tab-name_services-main {
		font-size: 16px;
		line-height: 20px;
	}
	.adns_block_services .tabs-container_services-main .tabs-nav::-webkit-scrollbar {
		display: none;
	}
	.adns_block_services .title_block {
		font-size: 36px;
	}
}
