

/* Start:/local/templates/pharm/assets/css/main.css?174557560521570*/
.main-cover {
	display: flex;
	position: relative;
	width: 100%;
	height: 560px;
	overflow: hidden;
}

.cover-slider {
	position: relative;
	height: 560px;
	width: 100%;
	overflow: hidden;
	display: flex;
}

.slider-img {
	position: absolute;
	width: 100%;
	height: 560px;
	object-fit: cover;
}
.slider-mobile {
	display: none;
}

.slider-mobile:first-child  {
	    transform: translateX(0);
}

.slider-desktop:not(:first-child),
.slider-mobile:not(:first-child) {
    transform: translateX(100%);
}

.slider-img__item {
	width: 100%;
	height: 100%;
}

.cover-slogan__title {
	pointer-events: none;
}

.cover-slogan__title.slider-show {
	pointer-events: auto;
}

.cover-slogan__title.slider-show,
.cover-slogan__num.slider-show,
.cover-slogan__border.slider-show {
	opacity: 1;
	position: static;
	visibility: visible;
}

.cover-slogan__title.slider-show {
	top: 0;
}

.cover-slogan__num.slider-show {
	bottom: 40%;
}

.main-cover__content {
	position: absolute;
	right: 0;
	height: 100%;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin: 0;
	z-index: 1;
	width: 56%;
	background: #0f074dbd;
	transition: background 0.5s ease;
}

.main-cover__content:hover {
	background: #0f033de0;
}

.main-cover__content:hover {
	backdrop-filter: blur(4px);
}

.cover-controls {
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	right: calc(56% + 20px);
	top: 460px;
	gap: 15px;
	margin: 0;
	z-index: 2;
}

.main-cover__content .more-details__cover {
	padding: 30px 40px;
}

.main-cover__content .more-details__text {
	font-size: 18px;
	color: #ffffff;
}

.main-cover__content .more-details__btn {
	background: #4f538c;
	transition: background 0.5s ease;
	padding: 0;
}

.main-cover__content:hover .more-details__btn {
	background: #53d2eb;
}

.cover-btn {
	z-index: 1;
	display: flex;
	gap: 10px;
	margin: 0;
}

.cover-btn--prev,
.cover-btn--next {
	width: 60px;
	height: 60px;
	border: none;
	margin: 0;
	outline: none;
	background: #332e59;
	padding: 0;
	transition: background 0.5s ease;
}

.cover-btn--prev:hover,
.cover-btn--next:hover {
	background: #7481bf;
}
.cover-btn--prev:active,
.cover-btn--next:active {
	background: #4f538c;
}

.cover-btn--prev .prev,
.cover-btn--next .next {
	border-bottom: 3px solid #ffffff;
	border-left: 3px solid #ffffff;
	width: 20px;
	height: 20px;
	transition: background 0.5s ease;
}

.cover-btn--prev .prev {
	margin-left: 25px;
}

.cover-btn--next .next {
	margin-right: 25px;
}

.cover-btn--prev:hover .prev,
.cover-btn--next:hover .next {
	border-bottom: 3px solid #332e59;
	border-left: 3px solid #332e59;
}

.cover-progressbar {
	position: relative;
	z-index: 1;
	display: flex;
	gap: 8px;
	margin: 0;
	align-self: end;
}

.cover-progressbar__item {
	width: 60px;
	height: 2px;
	background-color: #ffffff;
	margin: 0;
}

.cover-progressbar__item::after {
	content: '';
	position: relative;
	width: 0;
	height: 2px;
	background-color: #ff781f;
	transition: width 3s linear;
}

.cover-progressbar__item.slider-show::after {
	position: absolute;
	width: 60px;
}

.cover-slogan {
	position: relative;
	display: flex;
	text-transform: uppercase;
	font-family: 'Geologica';
	font-size: 42px;
	font-weight: 700;
	color: #ffffff;
	padding: 40px 20px;
	height: 190px;
}

.cover-slogan a {
	color: #ffffff;
}

.cover-slogan__title {
	position: absolute;
	display: flex;
	flex-direction: column-reverse;
	padding-left: 10px;
	opacity: 0;
	top: -10%;
	left: 115px;
	bottom: 50px;
	height: 200px;
	max-width: 600px;
	transition: opacity 0.5s linear, top 0.5s linear;
}

.cover-slogan__border {
	position: absolute;
	background: #ffffff;
	width: 2px;
	height: 100%;
	opacity: 0;
}

.cover-slogan__num {
	position: absolute;
	padding-right: 15px;
	color: transparent;
	-webkit-text-stroke: 2px #ffffff;
	opacity: 0;
	bottom: 0;
	transition: opacity 0.5s ease, bottom 0.5s ease;
}

.main-about {
	margin-top: 100px;
	display: flex;
	flex-direction: column;
}

.main-about .section-title {
	min-width: 297px;
}

.section-header {
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	height: 51px;
	margin: 0;
}

.section-title {
	font-family: 'Geologica';
	font-size: 48px;
	font-weight: 500;
	color: #332e59;
	margin: 0;
}

.section-header span {
	width: 100%;
	height: 2px;
	background: #e5e8ec;
	margin: 0 20px 10px;
}

.about-content__text {
	font-family: 'Source Sans 3';
	font-size: 20px;
	font-weight: 500;
	color: #2f2f47;
	line-height: 1.5;
	margin: 40px 0;
}

.about-content__list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	row-gap: 60px;
	column-gap: 100px;
}

.about-content__item {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.about-content__item img {
	width: 100%;
	height: 220px;
	border-left: 2px solid #4f538c;
}

.about-content__item picture {
	margin: 0;
}

.about-content__item--text {
	font-family: 'Source Sans 3';
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 700;
	color: #4f538c;
	margin: 0;
}

.main-products {
	margin-top: 150px;
}

.main-picture__img {
	width: 100%;
	height: 352px;
}

.main-description {
	display: flex;
	flex-direction: column;
}

.products-description__title {
	display: flex;
	flex-direction: row;
	gap: 50px;
	margin: 0;
}

.products-description__title--text {
	width: calc(100% - 36%);
	margin: 0;
	font-family: 'Geologica';
	font-size: 20px;
	font-weight: 500;
	text-align: left;
	color: #4f538c;
	border-right: 2px solid #4f538c;
	padding-right: 20px;
	line-height: 1.4;
}

.products-description__title--text p:nth-child(1) {
	font-size: 26.5px;
}

.products-description__title--text p:nth-child(2) {
	font-size: 43px;
}

.products-description__title--text p:nth-child(3) {
	font-size: 34px;
}

.products-description__title--text p:nth-child(4) {
	font-size: 20px;
	color: #2f2f47;
}

.products-description__title--article {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	gap: 50px;
	max-width: 343px;
}

.products-description__title--link {
	display: flex;
	gap: 10px;
	margin: 0;
	align-items: center;
	align-self: end;
	padding-right: 20px;
}

.link-btn {
	width: 60px;
	height: 40px;
	background: #7481bf;
	border: none;
	margin: 0;
	transition: background 0.2s ease;
}

.products-description__title--link .link-text {
	white-space: nowrap;
}

.link-btn:hover {
	background: #4f538c;
}

.link-btn img {
	width: 25px;
	height: 25px;
}

.link-text {
	font-family: 'Geologica';
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
	color: #2f2f47;
	margin: 0;
}

.products-description__title--content {
	font-family: 'Geologica';
	font-size: 20px;
	font-weight: 500;
	text-align: left;
	color: #332e59;
	padding-right: 20px;
	cursor: auto;
}

.products-description__video {
	margin: 50px 0;
	width: 100%;
}

.products-description__text {
	display: flex;
	flex-direction: column;
	gap: 10px;
	font-family: 'Source Sans 3';
	font-size: 20px;
	font-weight: 500;
	color: #2f2f47;
	line-height: 1.5;
}

.swiper {
	width: 100%;
	overflow: hidden;
}

.swiper-slide {
	width: 275px !important;
	margin-right: unset !important;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.products-services {
	display: flex;
	flex-direction: column;
	margin-top: 180px;
}

.products-title__text {
	min-width: 720px;
}

.products-services__text {
	font-family: 'Source Sans 3';
	font-size: 20px;
	font-weight: 500;
	color: #2f2f47;
	line-height: 1.5;
	margin-top: 40px;
}

.products-services__header {
	display: flex;
	margin: 85px 0 50px 0;
	align-items: flex-end;
}

.products-services__btn {
	display: flex;
	align-items: flex-end;
	gap: 10px;
}

.products-services__header span {
	width: 100%;
	height: 2px;
	background: #e5e8ec;
	margin-right: 20px;
}

.more-details__btn.services-prev,
.more-details__btn.services-next {
	background: #f5f8fc;
}

.products-btn .next {
	margin-right: 22px;
}

.more-details__btn.services-prev .prev,
.more-details__btn.services-next .next {
	border-bottom: 2px solid #4f538c;
	border-left: 2px solid #4f538c;
}

.more-details__btn.services-prev .prev {
	margin-right: 23px;
}

.more-details__btn.services-prev:hover,
.more-details__btn.services-next:hover {
	background: #4f538c;
}

.more-details__btn.services-prev:hover .prev,
.more-details__btn.services-next:hover .next {
	border-bottom: 2px solid #f5f8fc;
	border-left: 2px solid #f5f8fc;
}

.more-details__btn.services-prev img {
	transform: rotate(180deg);
}

.products-services__list {
	display: flex;
	gap: 20px;
	margin-bottom: 100px;
	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.products-services__item {
	cursor: pointer;
	box-shadow: 0px 8px 15px -5px rgb(28 132 211 / 20%);
	background-color: #ffffff;
	width: 275px;
}

.products-services__item--wrapper {
	position: relative;
	display: flex;
	align-items: end;
	width: 275px;
	height: 275px;
	overflow: hidden;
}

.services-img {
	display: block;
	transition: all 0.5s ease;
	overflow: hidden;
}

.products-services__item:hover .overlay {
	opacity: 0.4;
}

.products-services__item:hover .services-img {
	transform: scale(1.1);
}

.products-services__item--title {
	position: absolute;
	display: flex;
	flex-direction: column;
	gap: 5px;
	padding: 10px 20px 20px;
	background: #110c3780;
	backdrop-filter: blur(7px);
	margin: 0;
	width: 235px;
}

.products-services__item--title b {
	text-transform: uppercase;
	font-family: 'Geologica';
	font-size: 16px;
	font-weight: 700;
	color: #ffffff;
	margin: 0;
}

.products-services__item--title p {
	text-transform: uppercase;
	font-family: 'Source Sans 3';
	font-size: 14px;
	font-weight: 500;
	color: #a7bee8;
	border-left: 1px solid #a7bee8;
	padding-left: 10px;
	margin: 0;
}

.products-services__item--content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 233px;
	padding: 20px;
}

.products-services__item--content-text {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.products-services__item--content-text b {
	font-family: 'Geologica';
	font-size: 14px;
	font-weight: 700;
	color: #332e59;
	transition: color 0.5s ease;
}

.products-services__item:hover .products-services__item--content-text b {
	color: #2d97c1;
}

.products-services__item--content-text p {
	font-family: 'Source Sans 3';
	font-size: 16px;
	font-weight: 500;
	color: #868aa0;
}

.products-services__item-btn {
	display: flex;
	gap: 10px;
	justify-content: center;
	width: 100%;
	height: 40px;
	border: none;
	background: #332e59;
	font-family: 'Geologica';
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
	margin: 0;
	align-items: center;
	transition: background 0.5s ease;
}

.products-services__item-btn .next {
	margin: 0;
}

.products-services__item:hover .products-services__item-btn {
	background: #2d97c1;
}
.main-news {
	display: flex;
	flex-direction: column;
	margin-top: 200px;
}

.main-news .section-title {
	min-width: 460px;
}

.news-article {
	display: flex;
	flex-direction: column;
	max-width: 720px;
	align-self: flex-end;
	margin: 120px 0 0;
}

.news-article__title.news-article__title {
	margin: 0 0 50px;
}

.news-article__list {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.news-article__item {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 20px;
	margin: 0;
	border-left: 2px solid #3eb7d8;
	background-color: #ffffff;
	box-shadow: 0px 24px 64px -16px #a7bee840;
}

.news-article__item--title {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	margin: 0;
}

.news-article__item--heading,
.news-article__item--heading a {
	font-family: 'Geologica';
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 700;
	color: #4f538c;
	margin: 0;
}

.news-article__item--text {
	font-family: 'Source Sans 3';
	font-size: 20px;
	font-weight: 500;
	color: #2f2f47;
	line-height: 1.5;
}

.news-article__item--date {
	font-family: 'Geologica';
	font-size: 20px;
	font-weight: 700;
	color: #ffa556;
	margin: 0;
}

.main-info {
	margin-top: 200px;
}

.info-content {
	display: flex;
	margin: 100px 0 0;
	padding-bottom: 200px;
	gap: 70px;
}

.info-content__text {
	font-family: 'Source Sans 3';
	font-size: 20px;
	font-weight: 500;
	color: #2f2f47;
	line-height: 1.5;
}

.info-content__img {
	min-width: 320px;
	height: 240px;
	border-left: 4px solid #4f538c;
}

.info-content:last-child .info-content__img {
	height: 380px;
}

.info-content__img img {
	width: 100%;
	height: 100%;
}

.disclosure-title.section-header {
	height: 96px;
}

.disclosure-title.section-header .more-details {
	margin-bottom: 20px;
}

.more-details.more-details--mobile {
	display: none;
}

.disclosure-title.section-header span {
	margin-bottom: 20px;
}

.disclosure-title .section-title {
	width: 316px;
}

.text-start {
	display: flex;
	align-self: flex-start;
	height: 27px;
}

.text-end {
	display: flex;
	align-self: flex-end;
}

.text-end.height {
	height: 51px;
}

.map-contacts {
	display: flex;
	flex-direction: column;
	gap: 20px;
	position: absolute;
	left: 140px;
	top: 140px;
	max-width: 358px;
	width: 358px;
	background-color: #ffffff;
	border-left: 2px solid #3eb7d8;
	z-index: 1;
	padding: 20px;
}

.map-contacts__address,
.map-contacts__phone {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 0;
}

.map-contacts__address span,
.map-contacts__phone span {
	font-family: 'Geologica';
	font-weight: 700;
	font-size: 20px;
	line-height: 25px;
	color: #3eb7d8;
	margin: 0;
}

.map-contacts__address-item,
.map-contacts__phone-item {
	font-family: 'Source Sans 3';
	font-weight: 500;
	font-size: 20px;
	line-height: 28.48px;
	color: #4f538c;
}

.background-pattern__item--first {
	position: absolute;
	left: 0;
	right: 0;
	top: 450px;
	bottom: 0;
	margin: 0;
	z-index: -1;
	background: inherit;
	box-shadow: 65px 0px 100px 100px rgba(195, 224, 246, 0.2),
		100px 1000px 100px 1000px rgba(195, 224, 246, 0.2) inset;
}

.background-pattern__item--second {
	position: absolute;
	left: 0;
	right: 0;
	top: 40px;
	bottom: 0;
	margin: 0;
	z-index: -1;
	background: inherit;
	box-shadow: 65px 0px 100px 100px rgba(195, 224, 246, 0.2),
		100px 1000px 100px 1000px rgba(195, 224, 246, 0.2) inset;
}

.background-gradient__first {
	position: absolute;
	width: 2563px;
	height: 2563px;
	top: 100px;
	left: -1581px;
	background: radial-gradient(
		50% 50% at 50% 50%,
		rgba(167, 190, 232, 0.3) 0%,
		rgba(167, 190, 232, 0) 100%
	);
	z-index: -1;
}

.background-gradient__second {
	position: absolute;
	width: 1763px;
	height: 1763px;
	top: -600px;
	right: -1000px;
	background: radial-gradient(
		50% 50% at 50% 50%,
		rgba(124, 235, 255, 0.15) 0%,
		rgba(124, 235, 255, 0) 100%
	);
	z-index: -1;
}

.background-gradient__third {
	position: absolute;
	width: 2563px;
	height: 2563px;
	top: 400px;
	left: -1081px;
	z-index: -1;
	background: radial-gradient(
		50% 50% at 50% 50%,
		rgba(167, 190, 232, 0.3) 0%,
		rgba(167, 190, 232, 0) 100%
	);
}

@media (max-width: 1290px) {
	.map-contacts {
		left: 40px;
	}
}

@media (max-width: 1250px) {
	.cover-slogan__title {
		font-size: 36px;
	}
}

@media (max-width: 1100px) {
	.products-title__text {
		min-width: 400px;
	}
}

@media (max-width: 1024px) {
	.slider-desktop {
		display: none;
	}

	.slider-mobile {
		display: block;
	}

	.cover-slogan__title {
		font-size: 32px;
	}

	.about-content__list {
		gap: 20px 40px;
	}

	.products-description__title {
		flex-direction: column;
		gap: 15px;
	}

	.products-description__title--text {
		width: 100%;
		border-right: none;
		border-bottom: 2px solid #4f538c;
		padding-bottom: 15px;
	}

	.products-description__title--article {
		max-width: 1024px;
		flex-direction: row;
		justify-content: space-between;
		align-self: auto;
		margin: 0;
	}

	.products-description__title--link {
		justify-content: end;
		order: 1;
		padding: 0;
	}
}

@media (max-width: 868px) {
	.cover-slogan__title {
		font-size: 28px;
	}

	.info-content {
		gap: 20px;
	}
}

@media (max-width: 800px) {
	.cover-slogan__title {
		font-size: 24px;
	}
}

@media (max-width: 768px) {
	.products-description__title--content {
		max-width: auto;
	}

	.products-description__video {
		margin: 25px 0;
	}

	.products-description__text .products-description__title--link {
		align-self: flex-end;
	}

	.products-title.section-header span {
		width: 0;
	}

	.products-title {
		height: 80px;
	}

	.products-title .more-details {
		align-self: flex-start;
	}

	.products-services__btn span {
		width: 540px;
	}

	.news-title.section-header span {
		width: 43px;
	}

	.info-title.section-header span {
		width: 115px;
	}

	.info-content__img {
		width: 229px;
	}

	.map-contacts {
		left: 20px;
	}
}

@media (max-width: 720px) {
	.main-cover {
		flex-direction: column;
	}

	.slider-img {
		width: auto;
		height: 100%;
	}

	.main-cover__content {
		width: 100%;
		height: 50%;
		bottom: 0;
	}

	.cover-controls {
		top: auto;
		right: 20px;
		bottom: 15px;
	}

	.main-cover__content .more-details__cover {
		display: none;
	}

	.cover-btn {
		display: none;
	}

	.cover-slogan {
		padding: 20px;
	}

	.cover-slogan__title {
		height: auto;
	}

	.products-services__item:hover .overlay {
		opacity: 0;
	}

	.products-services__item:hover .services-img {
		transform: none;
	}

	.products-services__item:hover .products-services__item-btn {
		background: #332e59;
	}

	.products-services__item:hover .products-services__item--content-text b {
		color: #332e59;
	}

	.news-title .more-details.more-details--desktop {
		display: none;
	}
	.news-article .more-details.more-details--mobile {
		display: flex;
		margin-top: 20px;
	}
}

@media (max-width: 674px) {
	.info-content {
		flex-direction: column;
	}

	.info-content__img {
		width: 100%;
	}

	.more-details.more-details--desktop {
		display: none;
	}
	.more-details.more-details--mobile {
		display: flex;
		margin-top: 20px;
		justify-content: flex-end;
	}

	.about-content__list {
		grid-template-columns: repeat(1, 1fr);
	}
}

@media (max-width: 580px) {
	.main-cover__content .more-details__text {
		display: none;
	}

	.products-description__title--text {
		padding-right: 0;
	}

	.products-description__title--article {
		flex-direction: column;
		gap: 20px;
		margin-bottom: 20px;
	}

	.products-description__title--link {
		align-self: flex-start;
	}
}

@media (max-width: 550px) {
	.products-description__title--text p:nth-child(1) {
		font-size: 20px;
	}

	.products-description__title--text p:nth-child(2) {
		font-size: 32px;
	}

	.products-description__title--text p:nth-child(3) {
		font-size: 18px;
	}

	.products-description__title--text p:nth-child(4) {
		font-size: 18px;
	}

	.about-content__text,
	.products-description__text,
	.products-services__text,
	.news-article__item--text,
	.info-content__text {
		font-size: 16px;
	}
}

@media (max-width: 520px) {
	.main-news .section-title {
		min-width: auto;
	}

	.map-contacts {
		width: auto;
	}
}

@media (max-width: 425px) {
	.main-cover {
		height: 390px;
	}

	.cover-slogan__title {
		margin-bottom: 30px;
	}

	.cover-slider {
		height: 390px;
	}

	.slider-img {
		max-width: 425px;
	}

	.main-cover__content .more-details__cover {
		padding: 10px 15px;
	}

	.cover-slogan {
		font-size: 36px;
		padding: 20px 5px;
	}

	.cover-slogan__title {
		left: 100px;
		bottom: 30px;
		font-size: 18px;
	}

	.main-about {
		margin-top: 50px;
	}

	.section-title {
		font-size: 32px;
	}

	.about-content__item img {
		font-size: 16px;
		height: 160px;
	}

	.about-content__item--text {
		font-size: 16px;
	}

	.products-description__title--text p:nth-child(1) {
		font-size: 13.4px;
	}

	.products-description__title--text p:nth-child(2) {
		font-size: 21.8px;
	}

	.products-description__title--text p:nth-child(3) {
		font-size: 17.3px;
	}

	.products-description__title--text p:nth-child(4) {
		font-size: 16px;
	}

	.products-description__title--link {
		order: 2;
	}

	.products-description__video {
		margin: 20px 0;
	}

	.main-news {
		margin-top: 100px;
	}

	.news-article {
		margin: 40px 0 0;
	}

	.news-article__item--heading a {
		font-size: 16px;
	}

	.news-article__item--date {
		font-size: 14px;
	}

	.info-content__img {
		min-width: auto;
	}

	.map-contacts {
		right: 20px;
		top: auto;
		bottom: 20px;
	}
}

@media (max-width: 380px) {
	.news-article__item {
		gap: 30px;
	}

	.news-article__item--title {
		flex-direction: column-reverse;
	}
}

@media (max-width: 350px) {
	.more-details__text {
		font-size: 14px;
	}
}

/* End */
/* /local/templates/pharm/assets/css/main.css?174557560521570 */
