

/* Start:/local/templates/pharm/assets/css/confidentiality.css?174557560511413*/
.main-cover {
	background-image: url(/local/templates/pharm/assets/css/../../assets/img/confidCover.png);
}

@media (max-width: 425px) {
	.main-cover {
		min-height: 290px;
	}
}

.main-confidentiality__title {
	display: table-caption;
	position: relative;
	font-family: 'Geologica';
	font-size: 80px;
	font-weight: 700;
	color: #ffffff;
	height: 75px;
	top: 131px;
	margin: 0;
}

@media (max-width: 1440px) {
	.main-confidentiality__title {
		left: 140px;
	}
}

@media (max-width: 768px) {
	.main-confidentiality__title {
		font-size: 60px;
	}
}

@media (max-width: 680px) {
	.main-confidentiality__title {
		font-size: 9vw;
	}
}

@media (max-width: 585px) {
	.main-confidentiality__title {
		left: 80px;
	}
}

@media (max-width: 425px) {
	.main-confidentiality__title {
		font-size: 24px;
		top: 80px;
		left: 82px;
		width: 158px;
	}
}

.main-info {
	display: flex;
	margin-bottom: 60px;
	gap: 40px;
}

@media (max-width: 1024px) {
	.main-info {
		gap: 20px;
	}
}

@media (max-width: 650px) {
	.main-info {
		flex-direction: column;
	}
}

.main-info__img img {
	max-width: 360px;
	height: 290px;
	border-left: 4px solid #4f538c;
}

@media (max-width: 1024px) {
	.main-info__img img {
		max-width: 229px;
		height: 185px;
	}
}

@media (max-width: 650px) {
	.main-info__img img {
		max-width: 100%;
		height: 240px;
	}
}

.main-info__content {
	display: flex;
	flex-direction: column;
	gap: 60px;
}

.main-info__box {
	display: flex;
	gap: 10px;
	padding: 40px 20px;
	background-color: #ffffff;
	box-shadow: 0px 24px 64px -16px #a7bee840;
	font-family: 'Source Sans 3';
	font-size: 20px;
	font-style: italic;
	font-weight: 600;
	line-height: 1.5;
	color: #4f538c;
}

@media (max-width: 425px) {
	.main-info__box {
		padding: 30px 20px;
	}
}

@media (max-width: 380px) {
	.main-info__box {
		font-size: 18px;
		hyphens: auto;
		-moz-hyphens: auto;
	}
}

.main-info__content p {
	font-family: 'Source Sans 3';
	font-size: 20px;
	font-weight: 400;
	line-height: 1.5;
	color: #2f2f47;
}

.main-info__content b {
	font-weight: 700;
	color: #2d97c1;
}

.main-info__box::before {
	content: url(/local/templates/pharm/assets/css/../../assets/img/text_start.svg);
}

.main-info__box::after {
	content: url(/local/templates/pharm/assets/css/../../assets/img/text_end.svg);
	align-self: flex-end;
}

.main-certificates {
	margin: 0 0 40px;
}

.main-certificates__list {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: auto;
	gap: 20px;
}

.main-certificate__content {
	margin: 0;
}

.main-certificates__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;
}

.more-details__btn {
	transition: background 1s ease;
}

.main-certificates__item-content.popup-article__show .more-details__btn,
.main-network__item-content.popup-article__show .more-details__btn {
	background-color: #1f7aab;
}

.main-certificates__item-content.popup-article__show .arrow.next,
.main-network__item-content.popup-article__show .arrow.next {
	margin-bottom: -5px;
	transform: rotate(135deg);
}

.main-certificates__item-title,
.main-network__item-title {
	text-transform: uppercase;
	font-family: 'Geologica';
	font-size: 24px;
	font-weight: 700;
	color: #4f538c;
	margin-bottom: 10px;
}

@media (max-width: 425px) {
	.main-certificates__item-title,
	.main-network__item-title {
		word-break: break-word;
		hyphens: auto;
		-moz-hyphens: auto;
	}
}

.main-certificates__item .next,
.main-network__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;
}

.certificates-popup {
	position: relative;
	margin: 0;
	max-height: 0;
	overflow-y: scroll;
	transition: max-height 0.3s ease-in-out;
}

.certificates-popup.popup-article__show {
	max-height: 100%;
}

.certificates-popup__description {
	font-family: 'Source Sans 3';
	font-size: 24px;
	font-weight: 600;
	color: #7481bf;
}

.certificates-popup__list {
	display: flex;
	flex-direction: column;
	margin: 40px 0 10px;
	overflow-x: scroll;
}

.certificates-popup__item {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: 1fr auto auto;
	gap: 40px;
	padding: 20px;
	border-bottom: 1px solid #615c8e;
}

.certificates-popup__item-title,
.certificates-popup__item-text,
.certificates-popup__item-download {
	font-family: 'Source Sans 3';
	font-size: 20px;
	font-weight: 400;
	line-height: 1.5;
	color: #2f2f47;
}

@media (max-width: 425px) {
	.certificates-popup__item-title,
	.certificates-popup__item-text,
	.certificates-popup__item-download {
		font-size: 16px;
	}
}

.certificates-popup__item-more {
	display: grid;
	font-family: 'Source Sans 3';
	grid-template-columns: auto 1fr;
	text-align: start;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.5;
	color: #7481bf;
	width: 100%;
	border: none;
	background-color: inherit;
	grid-column: 1;
	grid-row: 2;
	transition: color 0.1s ease;
}

.certificates-popup__item-more::after {
	content: '';
	border-bottom: 3px solid #7481bf;
	border-left: 3px solid #7481bf;
	transform: rotate(315deg);
	margin-left: 10px;
	position: relative;
	z-index: 1;
	width: 8px;
	height: 8px;
	top: 10px;
	transition: transform 0.5s ease, top 0.5s ease;
}

.certificates-popup__item-more.popup-article__show,
.certificates-popup__item-more:hover {
	color: #2f2f47;
}

.certificates-popup__item-more:hover::after {
	border-bottom: 3px solid #2f2f47;
	border-left: 3px solid #2f2f47;
}

.certificates-popup__item-more.popup-article__show::after {
	transform: rotate(135deg);
	border-bottom: 3px solid #2f2f47;
	border-left: 3px solid #2f2f47;
	top: 15px;
}

.popup-more__documents {
	grid-row: 3;
	grid-column: 1 / 4;
	position: relative;
	margin: 0;
	max-height: 0;
	overflow-y: scroll;
	transition: max-height 0.5s ease;
	margin: 20px;
}

.popup-more__documents a {
	font-family: 'Source Sans 3';
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: #2f2f47;
}

@media (max-width: 425px) {
	.popup-more__documents a {
		font-size: 12px;
	}
}

.popup-more__documents p {
	display: flex;
	justify-content: space-between;
	padding: 20px;
}

.popup-more__documents p:nth-child(odd) {
	background-color: #ffffff;
}

.popup-more__documents p:nth-child(even) {
	background-color: #f5f8fc;
}

.popup-more__documents.popup-article__show {
	max-height: 5000px;
}

@media (max-width: 1024px) {
	.certificates-popup__item {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
}

@media (max-width: 650px) {
	.certificates-popup__item {
		width: 768px;
	}
	.certificates-popup__item-title {
		max-width: 290px;
	}
}

.certificates-popup__item:nth-child(odd) {
	background-color: #f5f8fc;
}

@media (max-width: 1024px) {
	.certificates-popup__item-download {
		display: flex;
		justify-content: end;
		grid-column-start: 2;
	}
}

.certificates-popup__item-download::before {
	content: url(/local/templates/pharm/assets/css/../../assets/img/doc.png);
	margin-right: 10px;
}

.main-network {
	margin: 0;
}

.main-warning {
	display: flex;
	justify-content: flex-end;
	gap: 10px;
	margin-bottom: 60px;
	margin-left: 20%;
}

.main-warning p {
	font-family: 'Source Sans 3';
	font-size: 20px;
	font-weight: 400;
	line-height: 1.5;
	max-width: 70%;
}

@media (max-width: 550px) {
	.main-warning {
		margin-left: 7%;
	}
}

.main-warning__icon {
	display: flex;
	min-width: 60px;
	height: 50px;
	background-color: #7481bf;
	margin: 0;
}

.main-warning__icon img {
	align-self: center;
	width: 38px;
	height: 38px;
}

.main-network__title {
	font-family: 'Geologica';
	font-size: 80px;
	font-weight: 500;
	line-height: 1.25;
	color: #0f0b2b;
	white-space: nowrap;
}

@media (max-width: 960px) {
	.main-network__title {
		font-size: 8vw;
	}
}

@media (max-width: 520px) {
	.main-network__title {
		font-size: 32px;
		min-width: 0;
		white-space: wrap;
	}
}

.main-network__content {
	display: flex;
	justify-content: space-between;
	margin: 60px 0 200px;
	gap: 40px;
}

.main-network__links {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 40px;
	margin: 0;
}

.main-network__links-info {
	display: flex;
	flex-direction: column;
	align-self: flex-start;
	gap: 20px;
	margin: 0;
}

.info-about__links {
	display: flex;
}

.main-network__links-info .more-details {
	align-self: flex-start;
}

.main-network__list--desktop {
	display: flex;
	flex-direction: column;
	width: 760px;
	gap: 20px;
}

.main-network__list--tablet {
	display: none;
}

@media (max-width: 1024px) {
	.main-network__list--desktop {
		display: none;
	}

	.main-network__list--tablet {
		display: flex;
		flex-direction: column;
		height: auto;
		width: auto;
		gap: 20px;
		margin-top: 60px;
		margin-bottom: 100px;
	}
}

.main-network__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 #3eb7d8;
}

.main-certificates__item-content,
.main-network__item-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	margin: 0;
}

.network-popup {
	position: relative;
	margin: 0;
	max-height: 0;
	overflow-y: hidden;
	transition: max-height 0.3s ease-in-out;
}

.network-popup.popup-article__show {
	max-height: 2000px;
}

.network-popup__list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.network-popup__item {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 10px;
	box-shadow: 0px 24px 64px -16px #a7bee840;
}

.network-popup__item-title {
	font-family: 'Source Sans 3';
	font-size: 18px;
	font-weight: 700;
	color: #332e59;
	display: flex;
	gap: 10px;
	margin: 0;
}

.network-popup__item-title::before {
	content: url(/local/templates/pharm/assets/css/../../assets/img/doc_icon.svg);
}

.network-popup__item-info {
	font-family: 'Geologica';
	font-size: 14px;
	font-weight: 400;
	color: #7481bf;
	display: flex;
	gap: 20px;
	align-self: flex-end;
	align-items: center;
	margin: 0;
}

@media (max-width: 585px) {
	.network-popup__item-info {
		flex-direction: column;
		gap: 8px;
	}
}

.info-date,
.info-weight {
	display: flex;
	gap: 10px;
}

.info-file {
	display: flex;
	gap: 20px;
}

.network-popup__item-info p {
	text-transform: uppercase;
	color: #ff781f;
}

.download {
	display: flex;
	gap: 10px;
}

.download::before {
	content: url(/local/templates/pharm/assets/css/../../assets/img/download.svg);
}

.background-figure--first-item {
	top: 0;
}

@media (max-width: 1024px) {
	.main-network__content {
		display: block;
	}

	.main-network__links {
		gap: 0;
	}
}

@media (max-width: 425px) {
	.more-details__text {
		white-space: wrap;
	}
}

@media print {
	.certificates-popup,
	.network-popup {
		display: none;
	}

	.certificates-popup.popup-article__show,
	.network-popup.popup-article__show {
		display: block;
	}

	.main-network__title {
		white-space: wrap;
	}
}

/* End */
/* /local/templates/pharm/assets/css/confidentiality.css?174557560511413 */
