

/* Start:/local/templates/pharm/assets/css/productCategories.css?17455756058037*/
.main-product__cover {
	background-image: url(/local/templates/pharm/assets/css/../../assets/img/productCategories_cover.jpg);
	min-height: 540px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

@media (max-width: 425px) {
	.main-product__cover {
		min-height: 390px;
	}
}

.main-product__title {
	font-weight: 800;
	line-height: 1;
	left: 38%;
	top: 60px;
	font-size: 60px;
	position: relative;
	font-family: 'Geologica';
	color: #ffffff;
	margin: 0 40% 0 0;
}

@media (max-width: 1440px) {
	.main-product__title {
		font-size: 4.5vw;
	}
}

@media (max-width: 900px) {
	.main-product__title {
		left: 140px;
	}
}

@media (max-width: 690px) {
	.main-product__title {
		display: flex;
		justify-content: center;
		flex-direction: column;
		gap: 20px;
		margin: 0 40px;
		left: 0;
		font-size: 6.5vw;
	}
}

@media (max-width: 425px) {
	.main-product__title {
		margin: 0 20px;
	}
}

.products-link {
	font-family: 'Source Sans 3';
	font-size: 20px;
	font-weight: 500;
	line-height: 1.4;
	color: #a7bee8;
	display: block;
}

@media (max-width: 425px) {
	.products-link {
		font-size: 16px;
	}
}

.products-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 40px;
}

@media (max-width: 1024px) {
	.products-list {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 768px) {
	.products-list {
		grid-gap: 20px;
	}
}

@media (max-width: 650px) {
	.products-list {
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 40px;
	}
}

.products-item {
	cursor: pointer;
	position: relative;
	box-shadow: 6px 14px 18px -20px #2f6babde;
	background-color: #ffffff;
	overflow: hidden;
	width: 100%;
	min-height: 360px;
}

.products-item:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-blend-mode: multiply;
	background: #a7bee84d;
	transition: background 0.5s ease;
}

.products-item::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(
		180deg,
		rgba(79, 83, 140, 0.2) 0%,
		rgba(79, 83, 140, 0) 100%
	);
	mix-blend-mode: multiply;
	pointer-events: none;
	transition: hue-rotate 0.5s ease;
}

.products-img {
	display: block;
	transition: all 0.5s ease;
	width: 100%;
	height: 360px;
	mix-blend-mode: exclusion;
	filter: hue-rotate(160deg) saturate(0.5);
}

.products-item:hover .products-img,
.products-item:hover::after {
	filter: hue-rotate(120deg);
}

.products-item:hover::before {
	background-color: #00d9ff61;
}

.products-item:hover .products-img {
	transform: scale(1.1);
}

.products-item__title {
	position: absolute;
	bottom: 0;
	width: calc(100% - 40px);
	padding: 20px;
	background-color: #ffffff80;
	backdrop-filter: blur(7px);
	hyphens: auto;
}

.products-item__title b {
	text-transform: uppercase;
	font-family: 'Geologica';
	font-size: 20px;
	font-weight: 700;
	line-height: 1.25;
	color: #4f538c;
	transition: color 0.5s ease;
}

.products-item:hover .products-item__title b {
	color: #2d97c1;
}

.categories {
	display: flex;
	flex-direction: column;
	gap: 60px;
	max-width: 100%;
	margin: 60px 0 80px;
}

.categories-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 40px;
}

@media (max-width: 900px) {
	.categories-list {
		grid-template-columns: repeat(3, 1fr);
		gap: 40px 20px;
	}
}

@media (max-width: 650px) {
	.categories-list {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 425px) {
	.categories-list {
		grid-template-columns: repeat(1, 1fr);
		gap: 40px;
	}
}

.categories-item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 20px;
	min-height: 320px;
}

@media (max-width: 425px) {
	.categories-item {
		min-height: 350px;
	}
}

.categories-item__content {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin: 0;
}

.categories-item__img {
	position: relative;
	cursor: pointer;
	width: 100%;
	height: 200px;
	object-fit: contain;
	background-color: #ffffff;
	box-shadow: 0px 16px 24px -16px #332e5940;
	transition: transform 0.2s ease;
}

.categories-item__img:hover {
	transform: scale(1.1);
}

@media (max-width: 425px) {
	.categories-item__img {
		height: 240px;
	}
}

.categories-item__text,
.categories-item__text a {
	text-transform: uppercase;
	font-family: 'Source Sans 3';
	font-size: 18px;
	font-weight: 700;
	color: #4f538c;
	overflow-wrap: anywhere;
	hyphens: auto;
	-moz-hyphens: auto;
}

.categories-item__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Source Sans 3';
	font-size: 18px;
	font-weight: 500;
	color: #ffffff;
	background-color: #2d97c1;
	width: 100%;
	min-height: 40px;
	border: none;
	outline: none;
	transition: background-color 0.5s ease;
}

.categories-item__btn::after {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	border-color: #ffffff;
	border-bottom: 4px solid #ffffff;
	border-left: 4px solid #ffffff;
	margin-left: 10px;
	transform: rotate(-135deg);
}

.categories-item__btn:hover {
	background-color: #1f7aab;
}

.categories-item__pages {
	display: flex;
	align-items: flex-end;
	height: 51px;
	margin: 0;
}

@media (max-width: 620px) {
	.categories-item__pages {
		flex-direction: column;
		gap: 20px;
		margin: 0 0 50px;
	}
}

@media (max-width: 380px) {
	.categories-item__pages .more-details {
		align-self: center;
	}
}

.categories-item__pages-list {
	display: flex;
	margin: 0;
	gap: 20px;
}

@media (max-width: 620px) {
	.categories-item__pages-list {
		align-self: baseline;
		flex-wrap: wrap;
	}
}

@media (max-width: 425px) {
	.categories-item__pages-list {
		align-self: center;
		justify-content: center;
	}
}

.categories-item__pages-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Source Sans 3';
	font-size: 20px;
	font-weight: 700;
	color: #ffffff;
	width: 60px;
	height: 40px;
	border: none;
	background-color: #2d97c1;
	transition: background-color 0.5s ease;
}

.categories-item__pages-btn:hover,
.categories-item__pages-btn.active {
	background-color: #53d2eb;
}

.categories-item__pages-btn.hidden {
	display: none;
}

.categories-item__pages span {
	width: 100%;
	height: 2px;
	background: #e5e8ec;
	margin: 0 20px;
}

.categories-item__pages .next {
	border-bottom: 6px solid #ffffff;
	border-left: 6px solid #ffffff;
	margin-right: 20px;
}

.background-figure__categories--second-item {
	top: 640px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	z-index: -1;
	background: inherit;
}

.background-figure__categories--first-item {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 0;
	background: inherit;
	z-index: -1;
}

.background-figure__categories--third-item,
.background-logo__categories-item {
	display: none;
}

@media (max-width: 864px) {
	.background-figure__categories--first-item,
	.background-figure__categories--second-item {
		display: none;
	}

	.background-figure__categories--third-item,
	.background-logo__categories-item {
		display: flex;
	}
}

.background-logo__categories-item {
	position: absolute;
	left: 0;
	right: 0;
	z-index: -1;
	top: auto;
	bottom: -185px;
	margin: 0;
	background: inherit;
}

@media (max-width: 550px) {
	.background-logo__categories-item {
		width: 70%;
	}
}

.background-figure__categories--third-item {
	top: 250px;
	left: 0;
	margin-right: 0;
	position: absolute;
	right: 0;
	bottom: 0;
	background: inherit;
	z-index: -1;
}

.background-gradient__third {
	position: absolute;
	width: 1763px;
	height: 1763px;
	top: -300px;
	left: -500px;
	background: radial-gradient(
		50% 50% at 50% 50%,
		rgba(124, 235, 255, 0.15) 0%,
		rgba(124, 235, 255, 0) 100%
	);
}

/* End */
/* /local/templates/pharm/assets/css/productCategories.css?17455756058037 */
