

/* Start:/local/templates/pharm/assets/css/products.css?17455756056874*/
.main-products__cover {
	background-image: url(/local/templates/pharm/assets/css/../../assets/img/products_cover.jpg);
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	min-height: 540px;
}

@media (max-width: 570px) {
	.main-products__cover {
		min-height: 390px;
	}
}

.main-products__cover--background {
	background-color: inherit;
	position: absolute;
	width: 100%;
	height: 100%;
	mix-blend-mode: darken;
}

.main-products__title {
	height: auto;
	position: relative;
	font-family: 'Geologica';
	font-size: 80px;
	font-weight: 700;
	color: #ffffff;
	top: 131px;
	margin: 0;
}

.main-links::after {
	display: none !important;
}

@media (max-width: 390px) {
	.main-links::after {
		display: block !important;
		background: linear-gradient(
			to right,
			rgba(239, 244, 249, 0),
			rgba(239, 244, 249, 1)
		) !important;
	}
}

@media (max-width: 1440px) {
	.main-products__title {
		left: 140px;
	}
}

@media (max-width: 768px) {
	.main-products__title {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
}

@media (max-width: 721px) {
	.main-products__title {
		left: 80px;
	}
}

@media (max-width: 680px) {
	.main-products__title {
		font-size: 11.5vw;
	}
}

@media (max-width: 570px) {
	.main-products__title {
		top: 80px;
	}
}

@media (max-width: 425px) {
	.main-products__title {
		font-size: 24px;
	}
}

@media (max-width: 380px) {
	.main-products__title {
		left: 0;
		margin: 0 20px;
	}
}

.main-subtitle {
	font-family: 'Geologica';
	font-size: 40px;
	font-weight: 700;
	line-height: 1;
	color: #ff781f;
	margin-top: 40px;
	margin-left: 20px;
	white-space: nowrap;
}

.main-subtitle p {
	font-size: 48px;
	margin-left: 20px;
}

@media (max-width: 680px) {
	.main-subtitle {
		font-size: 5.5vw;
	}

	.main-subtitle p {
		font-size: 6vw;
	}
}

@media (max-width: 570px) {
	.main-subtitle {
		font-size: 20px;
		margin-top: 10px;
	}

	.main-subtitle p {
		font-size: 24px;
	}
}

@media (max-width: 425px) {
	.main-subtitle {
		margin-left: 5px;
	}

	.main-subtitle p {
		font-size: 24px;
	}
}

.main-products {
	display: flex;
	flex-direction: column;
	margin-bottom: 150px;
	max-width: 100%;
}

.products-description {
	font-family: 'Source Sans 3';
	font-size: 20px;
	font-weight: 400;
	color: #2f2f47;
	line-height: 1.5;
	align-self: flex-end;
	width: 66%;
	margin: 0;
}

@media (max-width: 620px) {
	.products-description {
		width: 100%;
	}
}

.products-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 40px;
	margin: 100px 0 80px;
}

@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%;
}

.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;
}

.products-pages {
	display: flex;
	align-items: flex-end;
	height: 51px;
	margin: 0;
}

@media (max-width: 620px) {
	.products-pages {
		flex-direction: column;
		gap: 20px;
	}
}

.products-pages .more-details__text {
	font-family: 'Source Sans 3';
	font-size: 18px;
	font-weight: 700;
	white-space: nowrap;
}

@media (max-width: 390px) {
	.products-pages .more-details__text {
		font-family: 'Source Sans 3';
		font-size: 18px;
		font-weight: 700;
		white-space: wrap;
	}
}

.products-pages__list {
	display: flex;
	margin: 0;
	gap: 20px;
}

@media (max-width: 620px) {
	.products-pages__list {
		align-self: baseline;
	}
}

@media (max-width: 425px) {
	.products-pages__list {
		align-self: center;
	}
}

.products-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;
}

.products-pages__btn:hover {
	background-color: #53d2eb;
}

.products-pages span {
	width: 569px;
	height: 2px;
	background: #e5e8ec;
	margin: 0 20px;
}

.products-pages__ .next {
	border-bottom: 6px solid #ffffff;
	border-left: 6px solid #ffffff;
	margin-right: 20px;
}

.arrow--bold,
.next--bold {
	margin-right: auto;
}

.background-figure--second-item {
	top: 657px;
}

.background-gradient {
	position: absolute;
	width: 2020px;
	height: 2020px;
	top: -257px;
	left: -934px;
	background: radial-gradient(
		50% 50% at 50% 50%,
		rgba(109, 99, 191, 0.15) 0%,
		rgba(109, 99, 191, 0) 100%
	);
}

.background-figure--third,
.background-logo {
	display: none;
}

@media (max-width: 864px) {
	.background-figure--first,
	.background-figure--second {
		display: none;
	}

	.background-figure--third,
	.background-logo {
		display: flex;
	}
}

.background-logo-item {
	top: auto;
	bottom: -185px;
}

.background-figure--third-item {
	top: 250px;
	left: 0;
}

.background-gradient__third {
	position: absolute;
	width: 1763px;
	height: 1763px;
	top: -900px;
	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/products.css?17455756056874 */
