

/* Start:/local/templates/pharm/assets/css/about.css?174651477135743*/
.main-production__cover {
	background-image: url(/local/templates/pharm/assets/css/../../assets/img/about-cover.jpg);
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	min-height: 540px;
}

@media (max-width: 425px) {
	.main-production__cover {
		min-height: 390px;
	}
}

.main-cover__production--background {
	position: absolute;
	width: 100%;
	height: 100%;
	mix-blend-mode: darken;
	background-color: #1d16576e;
}

.main-about__title {
	position: relative;
	font-family: 'Geologica';
	font-size: 80px;
	font-weight: 700;
	color: #ffffff;
	height: 75px;
	top: 131px;
	margin: 0;
	white-space: nowrap;
}

@media (max-width: 680px) {
	.main-about__title {
		font-size: 9vw;
	}
}

@media (max-width: 640px) {
	.main-about__title {
		top: 80px;
	}
}

@media (max-width: 585px) {
	.main-about__title {
		left: 80px;
	}
}

@media (max-width: 425px) {
	.main-about__title {
		font-size: 40px;
		top: 40px;
		left: 82px;
	}
}

.main-cover__content {
	position: relative;
	width: 100%;
	top: 170px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.main-cover__content-title {
	font-family: 'Geologica';
	font-size: 40px;
	font-weight: 700;
	line-height: 1.25;
	color: #7481bf;
}

.main-cover__list {
	display: flex;
	justify-content: space-between;
	gap: 30px;
}

.main-cover__item {
	display: flex;
	gap: 10px;
}

.main-cover__num {
	font-family: 'Geologica';
	font-size: 70px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	color: transparent;
	-webkit-text-stroke: 2px #ff781f;
	margin: 0;
	min-width: 110px;
}

.main-cover__item:nth-child(2) .main-cover__num {
	min-width: 140px;
}

.main-cover__border {
	width: 2px;
	height: 160px;
	background-color: #a7bee8;
	border-radius: 2px 0px 0px 0px;
	margin: 0;
}

.main-cover__text {
	font-family: 'Source Sans 3';
	font-size: 24px;
	font-weight: 600;
	line-height: 1.4;
	color: #a7bee8;
	align-self: flex-end;
}

:target {
	scroll-margin-top: 100px; /* Задайте значение равное высоте вашего фиксированного меню */
}

.about-description {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin: 100px 0 130px;
}

.about-description__title {
	font-family: Geologica;
	font-size: 40px;
	font-weight: 800;
	line-height: 50px;
	color: #3e3965;
	margin: 0;
}

.about-background__item {
	position: absolute;
	top: -11px;
	opacity: 0.5;
	z-index: -1;
	width: 100%;
	max-width: 1160px;
}

.about-background__item.en {
	opacity: 1;
}

.about-background {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	pointer-events: none;
}

.about-description {
	font-family: 'Source Sans 3';
	font-size: 24px;
	font-weight: 500;
	line-height: 1.5;
	color: #2f2f47;
}

.about-main__wrapper {
	display: block;
	width: 100%;
	min-height: 400px;
}

.about-main__wrapper video {
	height: 100%;
	width: auto;
}

@media (min-width: 1900px) {
	.about-main__wrapper video {
		width: 100%;
	}
}

.about-mission {
	display: flex;
	flex-direction: column;
	margin: 60px 0 0;
}

.about-mission__popup {
	display: flex;
	position: relative;
	margin: 50px 0;
	max-height: 0;
	justify-content: end;
	overflow-y: hidden;
	transition: max-height 0.3s ease-in-out;
}

.about-mission__popup-text {
	font-family: 'Source Sans 3';
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
	color: #2f2f47;
	width: 66%;
	margin: 0;
}

.about-mission__popup.popup-article__show {
	max-height: 500px;
}

.section-header {
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	gap: 20px;
	margin: 0;
}

.section-title {
	font-family: 'Geologica';
	font-size: 48px;
	font-weight: 500;
	color: #332e59;
	margin: 0;
	white-space: nowrap;
}

.section-header span {
	height: 2px;
	width: 1000px;
	background-color: #e5e8ec;
}

.more-details__btn.btn-popup {
	background-color: #53d2eb;
	transition: background 0.3s ease;
}

.more-details__btn.btn-popup.popup-article__show {
	background-color: #ff781f;
}

.more-details__btn.btn-popup::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 200%;
	height: 50%;
	background-color: #d44f0c;
	transform: translateX(-50%) scaleX(0) skew(432deg);
	opacity: 0;
	transition: transform 0.3s ease, opacity 0.3s ease;
}

.more-details__btn.btn-popup::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 200%;
	height: 50%;
	background-color: #d44f0c;
	transform: translateX(-50%) scaleX(0) skew(288deg);
	opacity: 0;
	transition: transform 0.3s ease, opacity 0.5s ease;
}

.more-details__popup:hover .btn-popup {
	background: #d44f0c;
}

.more-details__popup:hover .more-details__btn.btn-popup::before {
	transform: translateX(-50%) scaleX(0.5) skew(432deg);
	opacity: 1;
}
.more-details__popup:hover .more-details__btn.btn-popup::after {
	transform: translateX(-50%) scaleX(0.5) skew(288deg);
	opacity: 1;
}

.more-details__btn.btn-popup .arrow.next {
	border-bottom: 6px solid #ffffff;
	border-left: 6px solid #ffffff;
	margin-right: 34%;
	margin-bottom: 5px;
	transform: rotate(-45deg);
	transition: transform 0.5s ease, margin-bottom 0.3s ease;
}

.more-details__btn.btn-popup.popup-article__show .next {
	margin-bottom: -5px;
	transform: rotate(135deg);
}

.about-values {
	margin-bottom: 150px;
}

.about-values__popup {
	position: relative;
	margin: 0;
	max-height: 0;
	overflow-y: hidden;
	transition: max-height 0.3s ease-in-out;
}

.about-values__popup.popup-article__show {
	max-height: 2000px;
}

.about-values__popup-list {
	display: flex;
	flex-direction: column;
	margin: 40px 0 10px;
	border-left: 2px solid #332e59;
}

.about-values__popup-item {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-areas: 'title text text';
	gap: 60px;
	padding: 10px 20px;
	border-bottom: 1px solid #ffffff;
	background-color: #eff0fd;
}

.about-values__popup-item:nth-child(even) {
	background-color: #dee0f4;
}

.about-values__popup-item-title {
	grid-area: title;
	align-self: center;
	text-align: end;
	font-family: 'Geologica';
	font-size: 24px;
	font-weight: 800;
	line-height: 1.25;
	color: #4f538c;
	min-width: 229px;
}

.about-values__popup-item-text {
	grid-area: text;
	font-family: 'Source Sans 3';
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
	color: #4f538c;
}

.about-history {
	display: flex;
	flex-direction: column;
}

.about-history__content .info-content__box {
	margin: 100px 0 150px;
}

.info-content__box {
	font-family: 'Source Sans 3';
	font-size: 20px;
	font-weight: 500;
	color: #2f2f47;
	line-height: 1.5;
}

.about-history__content {
	display: flex;
	flex-direction: column;
	width: 66%;
	margin: 0;
	align-self: flex-end;
}

.about-history__timeline {
	margin: 0 0 150px;
	overflow-x: auto;
}

@-moz-document url-prefix() {
	.about-history__timeline {
		scrollbar-color: #2d97c1 #e5e8ec;
	}
}

.about-history__timeline::-webkit-scrollbar {
	height: 10px;
	width: 620px;
}

.about-history__timeline::-webkit-scrollbar-track {
	background-color: #e5e8ec;
	border-radius: 30px;
}

.about-history__timeline::-webkit-scrollbar-thumb {
	cursor: pointer;
	width: 60px;
	height: 32px;
	background-color: #2d97c1;
	border-radius: 30px;
}

.about-history__timeline::-webkit-scrollbar-button {
	width: 64px;
	height: 32px;
}

.about-history__list {
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	gap: 80px;
	margin: 0 140px;
	width: fit-content;
}

.about-history__item {
	width: fit-content;
	user-select: none;
}

.about-history__list-border {
	position: absolute;
	background: linear-gradient(90deg, #53d2eb 0%, #7481bf 50%, #ffa556 100%);
	width: 100%;
	height: 2px;
	bottom: 200px;
}

.about-history__date-header {
	display: flex;
	justify-content: end;
	gap: 20px;
	margin: 0;
}

.about-history__date-title {
	font-family: 'Geologica';
	font-size: 32px;
	font-weight: 800;
	line-height: 1.25;
	color: #3e3965;
	white-space: nowrap;
	border-bottom: 2px solid #e5e8ec;
	width: 100%;
	margin: 0 0 20px;
}

.about-history__item-text,
.about-history__item-text p {
	font-family: 'Source Sans 3';
	font-size: 20px;
	font-weight: 400;
	line-height: 1.5;
	color: #332e59;
	margin: 0;
	position: relative;
	width: clamp(320px - 40px, 80vw, 1000px);
}

.about-history__item-text li {
	list-style-type: disc;
	margin-left: 30px;
}

.about-history__item-text b {
	font-weight: 800;
}

.about-history__item-text span,
.about-history__item-text li::marker {
	color: #ff781f;
}

.about-history__item-date {
	font-family: 'Geologica';
	font-size: 160px;
	font-weight: 900;
	line-height: 1.25;
	background-clip: text;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.about-history__item-date p {
	display: inline-block;
	font-size: 55px;
	font-weight: 900;
	line-height: 1;
	white-space: wrap;
	width: min-content;
	text-transform: uppercase;
}

.about-history__item-arrow {
	width: 2px;
	height: 40px;
	margin: 0 0 9px 0;
}

.about-history__item:nth-child(1) .about-history__item-date {
	background: linear-gradient(360deg, #53d2eb 0%, rgba(83, 210, 235, 0) 100%);
	background-clip: text;
	color: transparent;
}

.about-history__item:nth-child(1) .about-history__item-arrow {
	border-right: 2px solid #53d2eb;
}

.about-history__item:nth-child(3) .about-history__item-date {
	background: linear-gradient(360deg, #5ac1e2 0%, rgba(90, 193, 226, 0) 100%);
	background-clip: text;
	color: transparent;
}

.about-history__item:nth-child(3) .about-history__item-arrow {
	border-right: 2px solid #5ac1e2;
}

.about-history__item:nth-child(5) .about-history__item-date {
	background: linear-gradient(360deg, #63acd6 0%, rgba(99, 172, 214, 0) 100%);
	background-clip: text;
	color: transparent;
}

.about-history__item:nth-child(5) .about-history__item-arrow {
	border-right: 2px solid #63acd6;
}

.about-history__item:nth-child(7) .about-history__item-date {
	background: linear-gradient(360deg, #6b98cb 0%, rgba(107, 152, 203, 0) 100%);
	background-clip: text;
	color: transparent;
}

.about-history__item:nth-child(7) .about-history__item-arrow {
	border-right: 2px solid #6b98cb;
}

.about-history__item:nth-child(9) .about-history__item-date {
	background: linear-gradient(360deg, #7483c0 0%, rgba(116, 131, 192, 0) 100%);
	background-clip: text;
	color: transparent;
}

.about-history__item:nth-child(9) .about-history__item-arrow {
	border-right: 2px solid #7483c0;
}

.about-history__item:nth-child(11) .about-history__item-date {
	background: linear-gradient(360deg, #9489a6 0%, rgba(148, 137, 166, 0) 100%);
	background-clip: text;
	color: transparent;
}

.about-history__item:nth-child(11) .about-history__item-arrow {
	border-right: 2px solid #9489a6;
}

.about-history__item:nth-child(13) .about-history__item-date {
	background: linear-gradient(360deg, #bf9486 0%, rgba(191, 148, 134, 0) 100%);
	background-clip: text;
	color: transparent;
}

.about-history__item:nth-child(13) .about-history__item-arrow {
	border-right: 2px solid #bf9486;
}

.about-history__item:nth-child(15) .about-history__item-date {
	background: linear-gradient(180deg, #d99b74 0%, rgba(217, 155, 116, 0) 100%);
	background-clip: text;
	color: transparent;
}

.about-history__item:nth-child(15) .about-history__item-arrow {
	border-right: 2px solid #d99b74;
}

.about-history__item:nth-child(16) .about-history__item-date {
	background: linear-gradient(180deg, #f3a25f 0%, rgba(243, 162, 95, 0) 100%);
	background-clip: text;
	color: transparent;
}

.about-history__item:nth-child(16) .about-history__item-arrow {
	border-right: 2px solid #f3a25f;
}

.about-history__item:nth-child(17) .about-history__item-date {
	background: linear-gradient(360deg, #ffa556 0%, rgba(255, 165, 86, 0) 100%);
	background-clip: text;
	color: transparent;
}

.about-history__item:nth-child(17) .about-history__item-arrow {
	border-right: 2px solid #ffa556;
}

.about-history__item:nth-child(19) .about-history__item-date {
	background: linear-gradient(180deg, #f49a5f 0%, rgba(255, 205, 126, 0) 100%);
	background-clip: text;
	color: transparent;
}

.about-history__item:nth-child(19) .about-history__item-arrow {
	border-right: 2px solid #f49a5f;
}

.about-history__item:nth-child(18) .about-history__item-date {
	background: linear-gradient(360deg, #ff9e3d 0%, rgba(255, 158, 61, 0) 100%);
	background-clip: text;
	color: transparent;
}

.about-history__item:nth-child(18) .about-history__item-arrow {
	border-right: 2px solid #ff9e3d;
}

.about-history__item:nth-child(2) .about-history__item-date {
	background: linear-gradient(180deg, #55cde8 0%, rgba(85, 205, 232, 0) 100%);
	background-clip: text;
	color: transparent;
}

.about-history__item:nth-child(2) .about-history__item-arrow {
	border-right: 2px solid #55cde8;
}

.about-history__item:nth-child(4) .about-history__item-date {
	background: linear-gradient(180deg, #5eb8dd 0%, rgba(94, 184, 221, 0) 100%);
	background-clip: text;
	color: transparent;
}

.about-history__item:nth-child(4) .about-history__item-arrow {
	border-right: 2px solid #5eb8dd;
}

.about-history__item:nth-child(6) .about-history__item-date {
	background: linear-gradient(180deg, #68a0d0 0%, rgba(104, 160, 208, 0) 100%);
	background-clip: text;
	color: transparent;
}

.about-history__item:nth-child(6) .about-history__item-arrow {
	border-right: 2px solid #68a0d0;
}

.about-history__item:nth-child(8) .about-history__item-date {
	background: linear-gradient(180deg, #708bc4 0%, rgba(112, 139, 196, 0) 100%);
	background-clip: text;
	color: transparent;
}

.about-history__item:nth-child(8) .about-history__item-arrow {
	border-right: 2px solid #708bc4;
}

.about-history__item:nth-child(10) .about-history__item-date {
	background: linear-gradient(180deg, #8685b1 0%, rgba(134, 133, 177, 0) 100%);
	background-clip: text;
	color: transparent;
}

.about-history__item:nth-child(10) .about-history__item-arrow {
	border-right: 2px solid #8685b1;
}

.about-history__item:nth-child(12) .about-history__item-date {
	background: linear-gradient(180deg, #aa8f96 0%, rgba(170, 143, 150, 0) 100%);
	background-clip: text;
	color: transparent;
}

.about-history__item:nth-child(12) .about-history__item-arrow {
	border-right: 2px solid #aa8f96;
}

.about-history__item:nth-child(14) .about-history__item-date {
	background: linear-gradient(180deg, #ce987b 0%, rgba(206, 152, 123, 0) 100%);
	background-clip: text;
	color: transparent;
}

.about-history__item:nth-child(14) .about-history__item-arrow {
	border-right: 2px solid #ce987b;
}

.about-history__quote {
	display: flex;
	gap: 80px;
	margin-bottom: 150px;
}

.about-history__quote-photo {
	position: relative;
	min-width: 320px;
	height: 370px;
	border-left: 2px solid #4f538c;
	box-shadow: 0px 24px 64px -16px #a7bee840;
	margin: 0;
}

.about-history__quote-photo img {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	object-position: right;
}

.about-history__quote-mask {
	position: absolute;
	width: 100%;
	height: 100%;
	background: radial-gradient(
		89.94% 33.4% at 74.03% 103.15%,
		#4f538c 0%,
		rgba(79, 83, 140, 0) 100%
	);
}

.about-history__quote-person {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0 10px 5px 0;
	font-family: 'Source Sans 3';
	font-weight: 700;
	line-height: 1.5;
	color: #ffffff;
	text-align: end;
}

.about-history__quote-person b {
	font-size: 24px;
}

.about-history__quote-person p {
	font-size: 12px;
}

.about-history__quote-content {
	display: flex;
	flex-direction: column;
	gap: 30px;
	border-left: 2px solid #4f538c;
	background-color: #ffffff;
	box-shadow: 0px 24px 64px -16px #a7bee840;
}

.info-content__box-quote {
	display: flex;
	padding: 20px 10px;
	gap: 20px;
}

.info-content__box-quote::before {
	content: url(/local/templates/pharm/assets/css/../../assets/img/text_start.svg);
}

.info-content__box-quote::after {
	content: url(/local/templates/pharm/assets/css/../../assets/img/text_end.svg);
	align-self: flex-end;
	position: relative;
	top: 10px;
}

.about-history__quote-text {
	font-family: 'Source Sans 3';
	font-size: 24px;
	font-style: italic;
	font-weight: 700;
	line-height: 1.5;
	color: #332e59;
	margin: 10px 0;
}

.about-history__quote-link {
	display: flex;
	gap: 10px;
	margin: 0;
	align-items: center;
	align-self: flex-start;
	margin: 0 0 20px 35px;
}

.link-btn {
	width: 60px;
	height: 40px;
	background: #7481bf;
	border: none;
	margin: 0;
	transition: background 0.2s ease;
}

.about-history__quote-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: 20px;
	font-weight: 500;
	color: #2f2f47;
	margin: 0;
}

.production-content {
	display: grid;
	grid-template-columns: 320px 1fr 1fr;
	grid-template-areas:
		'image text text'
		'wrapper wrapper wrapper';
	gap: 40px 70px;
	margin: 150px 0;
}

.production-content__img {
	width: 320px;
	height: 280px;
	grid-area: image;
	border-left: 4px solid #7481bf;
}

.production-content__img img {
	width: 100%;
	height: 100%;
}

.production-content__text {
	grid-area: text;
	display: flex;
	flex-direction: column;
	gap: 20px;
	font-family: 'Source Sans 3';
	font-size: 20px;
	font-weight: 500;
	color: #2f2f47;
	line-height: 1.5;
}

.production-content__wrapper {
	grid-area: wrapper;
	background-image: url(/local/templates/pharm/assets/css/../../assets/img/production_wrapper.png);
	background-position-x: center;
	background-position-y: 58%;
	width: 100%;
	height: 190px;
	position: relative;
}

.content-wrapper--mask {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #b9d0fb54;
}

.production-content__wrapper::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #0056f34d;
	background-blend-mode: color;
}

.content-wrapper--mask::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fdfdfda6;
}

.quality-content {
	display: grid;
	grid-template-columns: 320px 1fr 1fr;
	grid-template-areas:
		'image text text'
		'wrapper wrapper wrapper';
	gap: 40px 70px;
	margin: 150px 0;
}

.quality-content__img {
	width: 320px;
	height: 213px;
	grid-area: image;
	border-left: 4px solid #7481bf;
}

.quality-content__img img {
	width: 100%;
	height: 100%;
}

.quality-content__text {
	grid-area: text;
	font-family: 'Source Sans 3';
	font-size: 20px;
	font-weight: 500;
	color: #2f2f47;
	line-height: 1.5;
}

.quality-content__wrapper {
	grid-area: wrapper;
	background-image: url(/local/templates/pharm/assets/css/../../assets/img/quality_wrapper.png);
	background-position-x: center;
	background-position-y: 28%;
	width: 100%;
	height: 190px;
	position: relative;
}

.quality-content__wrapper::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #0056f34d;
	background-blend-mode: color;
}

.team {
	display: flex;
	flex-direction: column;
}

.team-content {
	display: flex;
	flex-direction: column;
	margin: 150px 0 0;
}

.team-content__text {
	display: flex;
	flex-direction: column;
	width: 66%;
	margin: 0;
	align-self: flex-end;
	font-family: 'Source Sans 3';
	font-size: 20px;
	font-weight: 500;
	color: #2f2f47;
	line-height: 1.5;
}

.team-content__wrapper {
	position: relative;
	background-image: url(/local/templates/pharm/assets/css/../../assets/img/about_team.png);
	background-size: cover;
	width: 100%;
	height: 540px;
	border-left: 4px solid #7481bf;
	background-position: center;
	margin: 50px 0 150px;
}

.team-content__wrapper img {
	width: 100%;
	height: 100%;
}

.team-content__wrapper-mask {
	position: absolute;
	width: 100%;
	height: 100%;
	background: radial-gradient(
			99.23% 141.04% at 7.19% -41.04%,
			#ffffff 0%,
			rgba(255, 255, 255, 0) 100%
		),
		radial-gradient(
			83.89% 125.83% at 95.97% 151.46%,
			#4f538c 0%,
			rgba(79, 83, 140, 0) 100%
		);
}

.team-vacancy {
	display: flex;
	flex-direction: column;
	width: 66%;
	align-self: flex-end;
	margin: 0 0 50px;
	gap: 50px;
}

.team-vacancy__title {
	font-family: 'Geologica';
	font-size: 32px;
	font-weight: 800;
	line-height: 1.25;
	color: #3e3965;
	margin: 0;
}

.team-vacancy__text {
	font-family: 'Source Sans 3';
	font-size: 20px;
	font-weight: 500;
	color: #2f2f47;
	line-height: 1.5;
}

.team-vacancy__list {
	display: flex;
	width: 66%;
	align-self: flex-end;
	flex-direction: column;
	gap: 20px;
	margin: 0 0 100px;
}

.team-vacancy__item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 20px;
	background-color: #ffffff;
	box-shadow: 0px 24px 64px -16px #a7bee840;
	border-left: 2px solid #4f538c;
}

.team-vacancy__item-content {
	display: flex;
	justify-content: space-between;
	margin: 0;
	gap: 10px;
}

.team-vacancy__item-title {
	text-transform: uppercase;
	font-family: 'Geologica';
	font-size: 20px;
	font-weight: 700;
	color: #332e59;
	word-break: break-word;
}

.team-vacancy__item-title span {
	white-space: nowrap;
}

.more-details__btn {
	transition: background 1s ease;
}

.more-details.more-details--mobile {
	display: none;
}

.team-vacancy__item-title .more-details__btn {
	background-color: #1f7aab;
}

.team-vacancy__item .next {
	border-bottom: 6px solid #ffffff;
	border-left: 6px solid #ffffff;
	margin-right: 34%;
	margin-bottom: 5px;
	transform: rotate(-45deg);
	transition: transform 0.5s ease, margin-bottom 0.3s ease;
}

.vacancy-popup .next.popup-article__show .team-vacancy__item .next {
	margin-bottom: -5px;
	transform: rotate(135deg);
}

.team-vacancy__item-content.popup-article__show .more-details__btn {
	background-color: #1f7aab;
}

.team-vacancy__item-content.popup-article__show .arrow.next {
	margin-bottom: -5px;
	transform: rotate(135deg);
}

.vacancy-popup {
	display: flex;
	flex-direction: column;
	margin: 0;
	gap: 20px;
	overflow-y: hidden;
	max-height: 0;
	transition: max-height 0.3s ease-in-out;
}

.vacancy-popup.popup-article__show {
	max-height: 3000px;
}

.vacancy-popup__description {
	font-family: 'Source Sans 3';
	font-size: 20px;
	font-weight: 700;
	line-height: 1.25;
	color: #ff781f;
	margin: 0;
}

.vacancy-popup__titles,
.vacancy-popup__content {
	display: grid;
	grid-template-columns: 290px 1fr;
	margin: 0;
	padding: 0 0 10px;
	border-bottom: 2px solid #e5e8ec;
}

.vacancy-popup__titles p {
	font-family: 'Source Sans 3';
	font-size: 18px;
	font-weight: 700;
	line-height: 1.25;
}

.vacancy-popup__titles p:first-child {
	color: #1f7aab;
}

.vacancy-popup__titles p:last-child {
	color: #332e59;
}

.vacancy-popup__content-title {
	color: #3eb7d8;
	line-height: 1.25;
	font-family: 'Source Sans 3';
	font-size: 20px;
	font-weight: 400;
}

.vacancy-popup__content-description ul {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.vacancy-popup__content-description b {
	margin: 0;
}

.vacancy-popup__content-description {
	font-family: 'Source Sans 3';
	font-size: 20px;
	color: #4f538c;
	line-height: 1.25;
	hyphens: auto;
	-moz-hyphens: auto;
}

.more-details__popup {
	cursor: pointer;
	display: flex;
	flex-direction: row;
	align-items: center;
	align-self: flex-end;
	gap: 10px;
	margin: 10px 0 0;
	z-index: 1;
}

.more-details__popup .more-details__text {
	text-transform: none;
}

.more-details__btn.btn-popup .arrow.next.popup-next {
	margin-bottom: 0;
	transform: rotate(-135deg);
	margin-right: 40%;
	width: 8px;
	height: 8px;
}

.arrow__bold {
	width: 8px;
	height: 8px;
}

.about-wrapper {
	position: relative;
	background-image: url(/local/templates/pharm/assets/css/../../assets/img/cover.jpg);
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	min-height: 600px;
	margin-bottom: 150px;
}

.about-wrapper--mask {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #0f074dbd;
}

.about-wrapper__content {
	position: absolute;
	width: 590px;
	background-blend-mode: color;
	background: #1f7aabd9;
	background-blend-mode: screen;
	background: #1f7aabcc;
	background-blend-mode: lighten;
	background: #052537;
	background: #16bec026;
	backdrop-filter: blur(7px);
	border-left: 2px solid #57d0eb;
	padding: 10px 20px 20px 40px;
	margin-left: 15%;
	transition: padding 0.3s ease;
}

.about-wrapper__content:has(.about-wrapper__list:hover) {
	padding-right: 50px;
}

.about-wrapper__list {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.about-wrapper__item {
	list-style-type: disc;
	padding: 10px 0;
	color: #e3fbff;
	transform-origin: left;
	transition: transform 0.3s ease;
}

.about-wrapper__text {
	cursor: pointer;
	font-family: 'Source Sans 3';
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
}

.about-wrapper__item:hover {
	transform: scale(1.1);
}

.about-wrapper__item:not(:first-child) {
	border-top: 1px solid #1f7aab33;
}

.management-content {
	display: flex;
	flex-direction: row;
	margin: 80px 0 80px;
	justify-content: flex-end;
}

.management-content__list {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 20px;
	box-shadow: 0px 24px 64px -16px #a7bee840;
	border-left: 2px solid #7481bf;
	background-color: #ffffff;
	width: 62%;
}

.management-content__item {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.management-content__item-name {
	font-family: 'Geologica';
	font-size: 28px;
	font-weight: 700;
	line-height: 1.5;
	color: #332e59;
	margin: 0;
}

.management-content__item-title {
	font-family: 'Source Sans 3';
	font-size: 20px;
	font-weight: 400;
	line-height: 1.5;
	color: #2d97c1;
	margin: 0;
}

.background-confid__item {
	right: 300px;
	bottom: -280px;
}

.background-figure__about--second-item {
	position: absolute;
	left: 0;
	right: 0;
	top: -115px;
	box-shadow: none;
	color: #868aa0;
	bottom: 0;
	margin: 0;
	z-index: -1;
	background: inherit;
}

.background-figure__about--third-item {
	position: absolute;
	left: -140px;
	right: auto;
	top: -1300px;
	z-index: -1;
	background: inherit;
	box-shadow: none;
	margin: 0;
}

.background-pattern__item--first {
	position: absolute;
	left: 0;
	right: 0;
	top: 100px;
	bottom: 0;
	margin: 0;
	z-index: -2;
	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: -100px;
	bottom: 0;
	margin: 0;
	z-index: -2;
	background: inherit;
}

.background-pattern__item--third {
	position: absolute;
	left: 0;
	right: 0;
	top: -1180px;
	bottom: 0;
	margin: 0;
	z-index: -2;
	background: inherit;
}

.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;
	left: -300px;
	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: -500px;
	left: -1281px;
	background: radial-gradient(
		50% 50% at 50% 50%,
		rgba(167, 190, 232, 0.3) 0%,
		rgba(167, 190, 232, 0) 100%
	);
}

.background-logo__about-item {
	top: -350px;
	box-shadow: none;
	position: absolute;
	left: 0;
	right: 0;
	z-index: -1;
	bottom: 0;
	margin: 0;
	background: inherit;
}

.vacancy-wrapper {
	z-index: -3;
}

@media (max-width: 1290px) {
	.main-about__title {
		left: 140px;
	}

	.about-history__list {
		margin: 0 40px;
	}
}

@media (max-width: 1152px) {
	.about-background {
		display: none;
	}
}

@media (max-width: 1024px) {
	.main-about__title {
		left: 0;
		display: flex;
		justify-content: center;
	}

	.main-cover__list {
		flex-direction: column;
		gap: 15px;
		width: 100%;
	}

	.main-cover__content-title {
		position: absolute;
		right: 20%;
		font-size: 24px;
	}

	.main-cover__item {
		max-width: 320px;
		align-self: flex-start;
	}

	.main-cover__item:nth-child(2) {
		align-self: center;
		margin-left: 10px;
	}

	.main-cover__item:nth-child(3) {
		align-self: flex-end;
		margin-left: 20px;
	}

	.main-cover__num {
		font-size: 48px;
		min-width: 70px;
	}

	.main-cover__item:nth-child(2) .main-cover__num {
		min-width: 90px;
	}

	.main-cover__border {
		height: 78px;
	}

	.main-cover__text {
		font-size: 18px;
	}
}

@media (max-width: 860px) {
	.about-description {
		margin: 70px 0;
	}

	.about-history__quote-photo {
		min-width: 229px;
		height: 240px;
	}

	.production-content,
	.quality-content {
		grid-template-columns: 229px 1fr 1fr;
		gap: 40px 20px;
		margin: 60px 0 100px;
	}

	.production-content__img,
	.quality-content__img {
		width: 229px;
		height: 240px;
	}

	.team-content {
		margin-top: 100px;
	}

	.team-content__wrapper {
		height: 480px;
	}

	.team-vacancy__list {
		align-self: auto;
		width: auto;
	}

	.about-wrapper {
		min-height: 480px;
	}

	.about-wrapper__content {
		margin-left: 0;
	}

	.about-wrapper__item {
		padding: 5px 0;
	}

	.about-wrapper__text {
		line-height: 1.25;
	}

	.management-content {
		margin: 80px 0 150px;
	}
}

@media (max-width: 768px) {
	.main-about__title {
		font-size: 60px;
	}

	.about-history__item:nth-child(15) .about-history__item-text {
		display: flex;
		gap: 20px;
		align-self: flex-end;
	}
	.about-history__list {
		margin: 0 20px;
	}

	.about-history__item:has(.text-split) {
		min-width: 160vw;
	}

	.about-history__item-text:has(.text-split) {
		column-count: 2;
		column-gap: 20px;
		column-width: clamp(320px - 40px, 80vw, 1000px);
	}

	.text-split {
		display: block;
		break-before: column;
	}
}

@media (max-width: 690px) {
	.main-about__title {
		top: 80px;
		font-size: 40px;
	}

	.main-cover__content {
		top: 60px;
	}

	.main-cover__content-title {
		position: static;
	}

	.about-history__quote {
		gap: 20px;
	}

	.team-content {
		margin-top: 20px;
	}

	.team .more-details.more-details--desktop {
		display: none;
	}

	.team .more-details.more-details--mobile {
		display: flex;
		margin-top: 20px;
	}

	.about-wrapper__content {
		margin: 10% 50px;
		width: auto;
	}

	.about-wrapper__text {
		font-size: 16px;
	}
}

@media (max-width: 640px) {
	.about-values {
		margin-bottom: 80px;
	}

	.about-history__item-date {
		font-size: 120px;
	}

	.about-history__list-border {
		bottom: 150px;
	}

	.about-history__quote {
		flex-direction: column;
	}

	.about-history__quote-photo {
		height: 370px;
	}

	.production-content,
	.quality-content {
		grid-template-columns: 229px 1fr;
		grid-template-areas:
			'image text '
			'image button'
			'wrapper wrapper';
	}

	.production .more-details.more-details--desktop {
		display: none;
	}

	.production .more-details.more-details--mobile {
		display: flex;
		justify-content: flex-end;
		grid-area: button;
	}

	.quality .more-details.more-details--desktop {
		display: none;
	}

	.quality .more-details.more-details--mobile {
		display: flex;
		justify-content: flex-end;
		grid-area: button;
	}

	.vacancy-popup__titles,
	.vacancy-popup__content {
		grid-template-columns: 150px 1fr;
	}

	.about-wrapper__content {
		margin: 10% 20px;
	}
}

@media (max-width: 550px) {
	.about-description__title,
	.section-title {
		font-size: 32px;
	}

	.about-mission__popup {
		margin: 25px 0 50px;
	}

	.about-description,
	.about-mission__popup-text,
	.about-values__popup-item-text,
	.info-content__box,
	.about-history__item-text,
	.about-history__item-text p,
	.about-history__quote-text,
	.production-content__text,
	.quality-content__text,
	.team-content__text,
	.vacancy-popup__description,
	.vacancy-popup__content-title,
	.vacancy-popup__content-description > * {
		font-size: 16px;
	}

	.about-values__popup-item-title {
		font-size: 20px;
	}

	.about-values__popup-item {
		grid-template-columns: 1fr;
		grid-template-rows: 40px 1fr;
		grid-template-areas:
			'title'
			'text';
		gap: 10px;
	}

	.about-values__popup-item-title {
		text-align: start;
	}

	.about-history__content {
		width: 100%;
	}

	.about-history__quote-author {
		font-size: 20px;
		line-height: 28px;
	}

	.about-history__quote-author span {
		font-size: 16px;
		line-height: 20px;
	}

	.production-content,
	.quality-content {
		grid-template-columns: 1fr;
		grid-template-areas: 'image' 'text' 'button' 'wrapper';
		margin: 25px 0 50px;
	}

	.production-content__img,
	.quality-content__img {
		width: 100%;
	}

	.team-content__text {
		width: 100%;
	}

	.team-content__wrapper {
		margin: 20px 0 70px;
	}

	.team-vacancy {
		width: 100%;
	}

	.about-wrapper {
		margin-bottom: 70px;
	}

	.management-content__list {
		width: 100%;
	}
}

@media (max-width: 425px) {
	.main-about__title {
		top: 30px;
	}

	.main-cover__content {
		top: 0;
	}

	.main-cover {
		min-height: 390px;
	}

	.main-cover__list {
		gap: 10px;
	}

	.main-cover__text {
		font-size: 16px;
	}

	.section-header {
		gap: 10px;
	}

	.about-mission__popup-text {
		width: 100%;
	}

	.about-main__wrapper {
		height: 320px;
	}

	.about-history__quote-text {
		font-size: 16px;
	}

	.team-content__wrapper {
		height: 350px;
	}

	.team-content__text {
		width: 100%;
	}

	.team-vacancy__item-title {
		font-size: 16px;
	}

	.vacancy-popup__titles p {
		font-size: 16px;
	}

	.vacancy-popup__content-item,
	.vacancy-popup__content-list b {
		font-size: 16px;
	}

	.about-wrapper__text {
		font-size: 12px;
	}

	.management-content {
		margin: 60px 0 150px;
	}

	.management-content__item-name {
		font-size: 20px;
	}

	.management-content__item-title {
		font-size: 16px;
	}
}

@media (max-width: 379px) {
	.section-title {
		font-size: 7vw;
	}

	.link-text {
		font-size: 14px;
	}

	.about-history__item-date {
		font-size: 110px;
	}

	.vacancy-popup__titles,
	.vacancy-popup__content {
		grid-template-columns: 130px 1fr;
	}

	.about-history__list-border {
		bottom: 140px;
	}
}

/* @-moz-document url-prefix() {
	@media (max-width: 768px) {
		.about-history__item-text:has(.text-split), .about-history__item-text:has(.text-split) p  {
			column-count: 2;
			column-gap: 20px;
			column-width: clamp(320px - 40px, 80vw, 1000px);
			width: clamp(640px - 80px, 160vw, 2000px);
			flex-direction: row-reverse;
			display: flex;
		}
	}
} */

/* End */
/* /local/templates/pharm/assets/css/about.css?174651477135743 */
