

/* Start:/local/templates/pharm/assets/css/articles.css?17455756054564*/
.main-cover {
	background-image: url(/local/templates/pharm/assets/css/../../assets/img/servicesFooter.jpg);
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	min-height: 540px;
}

@media (max-width: 425px) {
	.main-cover {
		min-height: 390px;
	}
}

.main-news__title {
	position: relative;
	font-family: "Geologica";
	font-size: 80px;
	font-weight: 700;
	color: #ffffff;
	height: 75px;
	top: 131px;
	margin: 0;
}

@media (max-width: 1440px) {
	.main-news__title {
		left: 140px;
	}
}

@media (max-width: 900px) {
	.main-news__title {
		font-size: 60px;
	}
}

@media (max-width: 768px) {
	.main-news__title {
		font-size: 32px;
	}
}

@media (max-width: 680px) {
	.main-news__title {
		font-size: 6vw;
	}
}

@media (max-width: 585px) {
	.main-news__title {
		left: 80px;
		top: 80px;
	}
}

@media (max-width: 425px) {
	.main-news__title {
		font-size: 24px;
	}
}

@media (max-width: 425px) {
	.container-main {
		gap: 30px;
	}

	.main-cover {
		min-height: 290px;
	}
}

.main-news {
	display: flex;
	flex-direction: column;
	gap: 60px;
	max-width: 100%;
	margin: 50px 0 110px;
}

@media (max-width: 860px) {
	.main-news {
		margin: 0 0 110px;
	}
}

.main-news__list {
	display: flex;
	flex-direction: column;
	gap: 45px;
}

.main-news__item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 10px;
}

.main-news__img {
	width: 100%;
	height: 240px;
	box-shadow: 0px 24px 64px -16px rgba(167, 190, 232, 0.25);
}

.main-news__text,
.main-news__text a {
	text-transform: uppercase;
	font-family: "Source Sans 3";
	font-size: 18px;
	font-weight: 700;
	color: #4f538c;
	margin-bottom: 10px;
}

.main-news__date {
	display: flex;
	align-items: center;
	gap: 5px;
	font-family: "Source Sans 3";
	font-size: 18px;
	font-weight: 700;
	color: #ff781f;
	margin: 0;
}

.main-news__date::before {
	content: url(/local/templates/pharm/assets/css/../../assets/img/timer.svg);
	display: flex;
	align-items: center;
}

.main-news__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: 160px;
	height: 40px;
	border: none;
	outline: none;
	transition: background-color 0.5s ease;
}

.main-news__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);
}

.main-news__btn:hover {
	background-color: #1f7aab;
}

.main-news__pages {
	display: flex;
	align-items: flex-end;
	height: 51px;
	margin: 0;
}

@media (max-width: 708px) {
	.main-news__pages {
		flex-direction: column;
		gap: 20px;
	}
}

.main-news__pages-list {
	display: flex;
	margin: 0;
	gap: 20px;
}

@media (max-width: 708px) {
	.main-news__pages-list {
		align-self: baseline;
	}
}

@media (max-width: 425px) {
	.main-news__pages-list {
		align-self: center;
	}
}

.main-news__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;
}

.main-news__pages-btn:hover {
	background-color: #53d2eb;
}

.main-news__pages span {
	width: 100%;
	height: 2px;
	background: #e5e8ec;
	margin: 0 20px;
}

.main-news__pages .next {
	border-bottom: 6px solid #ffffff;
	border-left: 6px solid #ffffff;
	margin-right: 26px;
}

.background-figure--first-item {
	top: 500px;
}

.background-gradient__first {
	position: absolute;
	width: 2563px;
	height: 2563px;
	top: -1550px;
	left: -1000px;
	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-pattern__item--first {
	position: absolute;
	left: 0;
	right: 0;
	top: -1150px;
	bottom: 0;
	margin: 0;
	z-index: -1;
	background: inherit;
}

.main-links::after {
	display: none;
}

@media (max-width: 425px) {
	.main-links::after {
		display: block;
		background: linear-gradient(
			to right,
			rgba(255, 255, 255, 0),
			rgba(255, 255, 255, 1)
		) !important;
	}
	.background-gradient__second {
		display: none !important;
	}
}

@media (max-width: 380px) {
	.more-details__text {
		white-space: wrap;
	}
}

/* End */


/* Start:/local/templates/pharm/assets/css/ingastin.css?17455756057878*/
.main-cover {
	background-image: url(/local/templates/pharm/assets/css/../../assets/img/ingastin_cover.png);
}

@media (max-width: 425px) {
	.main-cover {
		min-height: 390px;
	}
}

.container {
	overflow: hidden;
}

ol li {
	list-style-type: decimal;
}

.main-about__text ul li {
	list-style-type: disc;
	margin-left: 40px;
}

.main-ingastin__title {
	position: relative;
	font-family: 'Geologica';
	font-size: 32px;
	font-weight: 700;
	line-height: 1.25;
	color: #ffffff;
	padding-top: 131px;
	padding-bottom: 60px;
	margin: 0;
}

@media (max-width: 1440px) {
	.main-ingastin__title {
		padding-left: 140px;
		padding-right: 140px;
	}
}

@media (max-width: 768px) {
	.main-ingastin__title {
		padding-left: 80px;
		padding-right: 80px;
		padding-top: 80px;
	}
}

@media (max-width: 585px) {
	.main-ingastin__title {
		font-size: 24px;
	}
}

@media (max-width: 500px) {
	.main-ingastin__title {
		font-size: 5vw;
	}
}

@media (max-width: 425px) {
	.main-ingastin__title {
		padding-top: 60px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding-right: 0;
		padding-left: 0;
		width: auto;
		margin: 0 20px;
	}
}

.title-date {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	font-family: 'Source Sans 3';
	font-size: 18px;
	font-weight: 700;
	color: #ff781f;
	width: 126px;
	height: 35px;
	margin-top: 20px;
	background-color: #1d1934;
}

.title-date::before {
	content: url(/local/templates/pharm/assets/css/../../assets/img/timer.svg);
	padding-top: 3px;
}

@media (max-width: 768px) {
	.main-links {
		margin-left: 18%;
	}
}

.main-about {
	margin: 0;
}

.main-about__content {
	display: flex;
	gap: 40px;
}

@media (max-width: 500px) {
	.main-links__container {
		justify-content: start;
	}
}

.main-about__content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin: 0 0 200px;
	gap: 40px;
}

@media (max-width: 810px) {
	.main-about__content {
		gap: 20px;
	}
}

.main-about__gallery {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin: 0;
}

.main-about__gallery-main {
	width: 100%;
	margin: 0;
	cursor: pointer;
	order: 1;
}

.gallery-main__img,
.main-about__gallery-main picture {
	display: block;
	height: 100%;
}

.gallery-main__img img:not(.full-image-container img),
.main-about__gallery-main img:not(.full-image-container img) {
	border-left: 2px solid #4f538c;
	box-shadow: 4px 2px 100px -14px rgba(160, 152, 225, 0.1);
}

.main-about__gallery-main.full-image {
	display: flex;
	position: fixed;
	left: 0;
	top: 20%;
	justify-content: center;
	width: 100%;
	height: 35vw;
	z-index: 99;
	margin: 0;
	pointer-events: none;
}

@media (max-width: 938px) {
	.main-about__gallery-main.full-image {
		height: 53vw;
	}
}

.main-about__gallery-main.full-image .gallery-main__img,
.main-about__gallery-main.full-image picture {
	margin: 0;
}

.main-about__gallery-main.full-image .gallery-main__img img,
.main-about__gallery-main.full-image img {
	width: auto;
}

.gallery-main__img img,
.main-about__gallery-main img {
	width: 100%;
	height: 100%;
	object-position: center;
}

@media (max-width: 938px) {
	.gallery-main__img img,
	.main-about__gallery-main img {
		height: 53vw;
	}
}

.main-about__gallery-list {
	display: flex;
	margin: 0;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 20px;
	order: 2;
}

.main-about__gallery-item {
	width: 120px;
	height: 60px;
	cursor: pointer;
	border-left: none !important;
}

.main-about__gallery-item img {
	width: 100%;
	height: 100%;
	box-shadow: 4px 2px 100px -14px rgba(160, 152, 225, 0.1);
}

.main-about__title {
	font-family: 'Source Sans 3';
	font-size: 26px;
	font-weight: 700;
	color: #332e59;
	line-height: 1.5;
	order: 0;
	hyphens: auto;
	-moz-hyphens: auto;
}

.production-gallery__content .main-about__title {
	margin: 0;
	font-size: 32px;
}

.production-gallery__content.main-about__content {
	gap: 100px;
}

.main-about__text {
	font-family: 'Source Sans 3';
	font-size: 20px;
	font-weight: 400;
	color: #2f2f47;
	line-height: 1.5;
	width: -webkit-fill-available;
	width: -moz-available;
}

.main-about__text p:last-child {
	margin-top: 30px;
}

.main-about__text a,
.main-about__text span {
	font-weight: 600;
	font-size: 24px;
	color: #1f7aab;
	transition: color 0.1s ease;
}

.main-about__text a:hover {
	color: #ff781f;
}

.main-about__text b {
	font-weight: 700;
	color: #2d97c1;
}

.main-about__text span {
	display: block;
	margin: 2em 0;
}

.main-about__buttons {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	margin: 20px 0 0;
}

@media (max-width: 630px) {
	.main-about__buttons {
		flex-direction: column-reverse;
		gap: 100px;
	}
}

.main-action__row {
	flex-direction: row !important;
}

@media (max-width: 880px) {
	.main-action__row {
		flex-direction: column !important;
	}
}

.main-about__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: 330px;
	height: 40px;
	border: none;
	outline: none;
	margin-left: 0;
	transition: background-color 0.5s ease;
}

@media (max-width: 425px) {
	.main-about__btn {
		width: 100%;
	}
}

.main-about__btn::before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	border-color: #ffffff;
	border-bottom: 4px solid #ffffff;
	border-left: 4px solid #ffffff;
	margin: 0 5px;
	transform: rotate(45deg);
}

.main-about__btn:hover {
	background-color: #1f7aab;
}

.background-logo__career-item {
	top: -560px;
	position: absolute;
	left: 0;
	right: 0;
	z-index: -1;
	bottom: 0;
	margin: 0;
	background: inherit;
}

@media (max-width: 768px) {
	.background-logo__career-item {
		top: -970px;
	}
}

@media (max-width: 550px) {
	.background-logo__career-item {
		width: 80%;
	}
}

.background-figure__career--first-item {
	top: 30px;
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 0;
	background: inherit;
	z-index: -1;
}

@media (max-width: 768px) {
	.background-figure__career--first-item {
		top: -970px;
	}
}

@media (max-width: 550px) {
	.background-figure__career--first-item {
		top: -1230px;
	}
}

.background-gradient {
	position: absolute;
	width: 2012px;
	height: 3012px;
	top: -2000px;
	left: -952px;
	background: radial-gradient(
		50% 50% at 50% 50%,
		rgba(116, 129, 191, 0.3) 0%,
		rgba(116, 129, 191, 0) 100%
	);
	z-index: -2;
}

.gallery-title {
	font-size: 32px;
}

.full-image-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
	cursor: pointer;
	will-change: transform, opacity;
}

.main-links::after {
	display: block;
	background: linear-gradient(
		to right,
		rgba(255, 255, 255, 0),
		rgba(255, 255, 255, 1)
	) !important;
}

.nav-button {
	position: absolute;
	top: 35%;
	transform: translateY(-35%);
	background-color: #332e59;
	color: #ffffff;
	border: none;
	font-size: 40px;
	cursor: pointer;
	pointer-events: auto;
	z-index: 99;
	display: flex;
	height: 56px;
	width: 60px;
	justify-content: center;
	align-self: center;
}

.nav-button.prev {
	left: 2%;
	transform: rotate(0);
	border: none;
}

.nav-button.next {
	right: 2%;
	margin-right: 0;
	transform: rotate(0);
	border: none;
}

@media (max-width: 938px) {
	.nav-button.prev {
		left: 30%;
		top: 110%;
	}

	.nav-button.next {
		right: 30%;
		top: 110%;
	}
}

@media print {
	.main-ingastin__title {
		width: calc(70% - 140px);
	}

	.main-about__gallery {
		display: block;
	}
}

/* End */
/* /local/templates/pharm/assets/css/articles.css?17455756054564 */
/* /local/templates/pharm/assets/css/ingastin.css?17455756057878 */
