

/* Start:/local/templates/pharm/assets/css/preparation.css?174557560520383*/
.container-about {
	display: flex;
	flex-direction: column;
}

.preparation-about .main-links {
	display: flex;
	align-items: center;
	position: relative;
	gap: 20px;
	margin: 60px 0;
	justify-content: flex-start;
	width: 66%;
	align-self: flex-end;
	overflow: hidden;
}

.preparation-about .main-links::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 70px;
	background: linear-gradient(
		to right,
		rgba(239, 246, 252, 0),
		rgba(239, 246, 252, 1)
	);
	pointer-events: none;
	z-index: 1;
}

@media (max-width: 874px) {
	.preparation-about .main-links::after {
		background: linear-gradient(
			to right,
			rgba(246, 254, 255, 0),
			rgba(246, 254, 255, 1)
		);
	}
}

@media (max-width: 470px) {
	.preparation-about .main-links::after {
		background: linear-gradient(
			to right,
			rgba(255, 255, 255, 0),
			rgba(255, 255, 255, 1)
		);
	}
}

@media (max-width: 500px) {
	.preparation-about .main-links {
		margin: 40px 0;
	}
}

.preparation-about .main-links a {
	font-family: 'Source Sans 3';
	font-size: 20px;
	font-weight: 400;
	color: #7481bf;
	outline: none;
	white-space: nowrap;
}

.preparation-about .main-links .arrow {
	min-width: 6px;
	max-width: 6px;
	height: 6px;
	border-color: #7481bf;
}

.main-links .next {
	border-bottom: 3px solid #7481bf;
	border-left: 3px solid #7481bf;
	transform: rotate(-135deg);
	margin: 0;
}

.main-links a:last-child {
	color: #332e59;
}

.preparation-about {
	background: linear-gradient(
		180deg,
		rgba(167, 190, 232, 0.15) 0%,
		rgba(167, 190, 232, 0) 100%
	);
}

@media (max-width: 874px) {
	.preparation-about {
		background: #ffffff;
	}
}

.preparation-about__content {
	display: flex;
	gap: 80px;
	padding: 50px 0 80px;
	margin: 0;
}

@media (max-width: 874px) {
	.preparation-about__content {
		gap: 20px;
		padding: 0 0 40px;
	}
}

.preparation-about__card {
	display: flex;
	height: 420px;
	gap: 100px;
	margin: 0;
	overflow: hidden;
}

.preparation-about__card .swiper {
	width: auto;
	height: 100%;
	position: relative;
}

.preparation-about__card .swiper-wrapper {
	overflow: hidden;
	position: relative;
	top: 30px;
}

.swiper-card-button-prev,
.swiper-card-button-next {
	display: flex;
	align-items: center;
	position: fixed;
	background-color: #f5f8fc;
	border: none;
	margin: 0;
}

.swiper-card-button-prev {
	top: 0;
	box-shadow: 0px 8px 15px -5px rgb(24 35 171 / 21%);
}

.swiper-card-button-next {
	bottom: 0;
	box-shadow: 0px -8px 15px -5px rgb(24 35 171 / 21%);
}

.swiper-card-button-prev .prev {
	transform: rotate(135deg);
	margin-top: 6px;
}

.swiper-card-button-next .next {
	transform: rotate(315deg);
	margin-right: 34px;
	margin-bottom: 6px;
}

.swiper-card-button-prev .prev,
.swiper-card-button-next .next {
	border-bottom: 3px solid #4f538c;
	border-left: 3px solid #4f538c;
}

.swiper-card-button-prev:hover,
.swiper-card-button-next:hover {
	background: #4f538c;
}

.swiper-card-button-prev:hover .prev,
.swiper-card-button-next:hover .next {
	border-bottom: 3px solid #f5f8fc;
	border-left: 3px solid #f5f8fc;
}

.preparation-about__card-list {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-self: flex-end;
	gap: 15px;
	margin: 0;
}

@media (max-width: 978px) {
	.preparation-about__card-list {
		flex-direction: row;
		align-self: center;
		order: 2;
	}
}

@media (max-width: 724px) {
	.preparation-about__card-list {
		flex-direction: column;
		order: 0;
	}
}

.preparation-about__card-main {
	display: flex;
	width: 304px;
	max-height: 420px;
	background-color: #ffffff;
	padding: 20px 30px;
	position: relative;
	cursor: pointer;
}

.preparation-about__card-main picture {
	display: flex;
	align-items: center;
	margin: 0;
}

.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;
}

.preparation-about__card-main.full-image {
	display: flex;
	position: fixed;
	top: 20%;
	justify-content: center;
	z-index: 99;
	margin: 0;
	max-width: none;
}

.preparation-about__card-main img {
	max-width: 304px;
	max-height: 420px;
	object-fit: contain;
}

@media (max-width: 874px) {
	.preparation-about__card-main,
	.preparation-about__card-main img {
		max-height: 317px;
		max-width: 229px;
	}
}

@media (max-width: 724px) {
	.preparation-about__card {
		height: auto;
	}

	.preparation-about__card-main {
		align-self: flex-end;
		width: 229px;
		max-height: 316px;
	}

	.preparation-about__card-main img {
		max-width: 229px;
	}
}

.preparation-about__card-item,
.preparation-about__card-item.swiper-slide {
	cursor: pointer;
	display: flex;
	width: 90px;
	height: 90px;
	background-color: #f5f8fc;
	margin-bottom: unset !important;
	margin-right: unset !important;
}

.preparation-about__card-item picture {
	display: flex;
	align-content: center;
}

@media (max-width: 874px) {
	.preparation-about__card-item {
		width: 70px;
		height: 70px;
	}
}

@media (max-width: 724px) {
	.preparation-about__card-item {
		width: 105px;
		height: 105px;
	}
}

.preparation-about__card-item img {
	align-self: center;
	height: 67px;
}

@media (max-width: 874px) and (min-width: 643px) {
	.preparation-about__card-item img {
		height: 52px;
	}
}

.preparation-about__description {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin: 0;
	width: 408px;
}

@media (max-width: 874px) {
	.preparation-about__description {
		align-self: center;
	}
}

@media (max-width: 724px) {
	.preparation-about__description {
		width: 100%;
	}
}

.preparation-about__title {
	display: flex;
	align-items: center;
	gap: 20px;
	margin: 0;
	font-family: 'Geologica';
	font-size: 60px;
	font-weight: 600;
	line-height: 1.25;
	color: #1d1934;
	margin-bottom: 20px;
	justify-content: center;
}

.preparation-about__title p {
	overflow-wrap: anywhere;
	hyphens: auto;
	-moz-hyphens: auto;
}

@media (max-width: 724px) {
	.preparation-about__title {
		font-size: 40px;
	}
}

.preparation-about__title-volume {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 66px;
	height: 35px;
	background-color: #53d2eb;
	border-left: 2px solid #1f7aab;
	font-family: 'Geologica';
	font-size: 20px;
	font-weight: 400;
	line-height: 1.25;
	color: #ffffff;
	margin: 0;
}

.preparation-about__list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.preparation-about__item {
	font-family: 'Source Sans 3';
	font-size: 20px;
	font-weight: 500;
	line-height: 1.4;
	color: #2f2f47;
	padding-top: 10px;
}

.preparation-about__item:not(:first-child) {
	border-top: 1px solid #e5e8ec;
}

.preparation-about__item b {
	margin-right: 10px;
	float: left;
	font-weight: 700;
	color: #7481bf;
	white-space: nowrap;
}

.preparation-about__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	height: 60px;
	border: none;
	font-family: 'Geologica';
	font-size: 16px;
	font-weight: 500;
	line-height: 1.25;
	padding: 0 20px;
	margin: 20px 0 0 0;
}

@media (max-width: 724px) {
	.preparation-about__btn {
		width: 100%;
	}
}

@media (max-width: 425px) {
	.preparation-about__btn {
		font-size: 14px;
	}
}

.preparation-about__btn a {
	display: flex;
	width: 121px;
	color: #ffffff;
	text-align: start;
}

.preparation-about__btn {
	background-color: #2d97c1;
}

.preparation-about__btn::after {
	content: url(/local/templates/pharm/assets/css/../../assets/img/амикацин_инструкция_RU.svg);
}

.preparation-about__text {
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-self: flex-end;
	width: 66%;
	margin: 0 0 100px;
}

@media (max-width: 978px) {
	.preparation-about__text {
		margin: 40px 0 100px;
	}
}

@media (max-width: 874px) {
	.preparation-about__text {
		margin: 0 0 60px;
	}
}

@media (max-width: 724px) {
	.preparation-about__text {
		width: 100%;
	}
}

.preparation-about__text {
	font-family: 'Source Sans 3';
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
	color: #2f2f47;
}

.preparation-about__text-title {
	font-family: 'Source Sans 3';
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
	color: #7481bf;
	margin: 0;
}

.preparation-description {
	background-color: #332e59;
	min-height: 320px;
	margin-bottom: 150px;
}

.preparation-description__content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 5px;
	padding: 60px 0;
	overflow-x: hidden;
}

.preparation-description__content-list {
	display: flex;
	justify-content: space-between;
	min-width: 1000px;
}

@media (max-width: 1290px) {
	.preparation-description__content-list {
		gap: 10px;
	}
}

.preparation-description__content-list:not(:nth-child(1)) {
	border-bottom: 1px solid #4f538c;
}

.preparation-description__content-list:nth-child(1)
	.preparation-description__content-item {
	color: #ffffff !important;
	white-space: nowrap;
}

.preparation-description__content-list:nth-child(even) {
	color: #7481bf;
}

.preparation-description__content-list:nth-child(odd) {
	color: #a7bee8;
}

.preparation-description__content-item {
	position: relative;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	min-height: 40px;
	font-family: 'Source Sans 3';
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
	left: 5px;
	min-width: 200px;
	width: 100px;
}

@media (max-width: 890px) {
	.preparation-description__content-item {
		font-size: 16px;
	}
}

.preparation-other {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-bottom: 100px;
}

.preparation-other__header {
	display: flex;
	justify-content: flex-end;
	align-self: flex-end;
	gap: 20px;
	width: 66%;
	margin: 0;
}

@media (min-width: 1440px) {
	.preparation-other__header {
		justify-content: normal;
	}
}

.preparation-other__header--mobile {
	display: none;
}

@media (max-width: 450px) {
	.preparation-other__header--mobile {
		display: flex;
		justify-content: flex-end;
		gap: 20px;
		width: 100%;
		margin: 0;
	}

	.preparation-other__header .preparation-other__btn {
		display: none;
	}

	.preparation-other__header {
		align-self: normal;
		width: 100%;
	}
}

.preparation-other__title {
	font-family: 'Geologica';
	font-size: 32px;
	font-weight: 800;
	line-height: 1.25;
	color: #3e3965;
	border-bottom: 2px solid #e5e8ec;
	width: 580px;
	margin: 0;
}

@media (max-width: 550px) {
	.preparation-other__title {
		font-size: 24px;
	}
}

.preparation-other__header--mobile .preparation-other__title {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
}

.preparation-other__btn {
	display: flex;
	gap: 10px;
	align-self: flex-end;
	margin: 0;
}

@media (max-width: 440px) {
	.preparation-other__title {
		border-bottom: none;
	}

	.preparation-other__header--mobile .preparation-other__title {
		width: auto;
		text-align: center;
	}

	.preparation-other__header--mobile .preparation-other__btn {
		align-self: center;
	}
}

.more-details__btn.preparation-prev,
.more-details__btn.preparation-next {
	background: #f5f8fc;
}

.more-details__btn.preparation-prev .prev,
.more-details__btn.preparation-next .next {
	border-bottom: 2px solid #4f538c;
	border-left: 2px solid #4f538c;
}

.more-details__btn.preparation-prev .prev {
	margin-left: 22px;
}

.more-details__btn.preparation-next .next {
	margin-right: 22px;
}

.more-details__btn.preparation-prev:hover,
.more-details__btn.preparation-next:hover {
	background: #4f538c;
}

.more-details__btn.preparation-prev:hover .prev,
.more-details__btn.preparation-next:hover .next {
	border-bottom: 2px solid #f5f8fc;
	border-left: 2px solid #f5f8fc;
}

.container-about:has(.preparation-other__list) {
	align-items: flex-end;
}

.preparation-other__list {
	display: flex;
	gap: 40px;
	margin: 100px 0 70px;
	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.swiper {
	width: 66%;
	margin: 0;
}

.swiper-wrapper {
	width: 100%;
}

.swiper-slide.preparation-other__item {
	width: 260px !important;
	margin-right: unset !important;
}

.swiper-slide img {
	display: block;
	object-fit: cover;
}

@media (max-width: 450px) {
	.preparation-other__list {
		margin: 50px 0;
	}
}

.preparation-other__item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 20px;
	min-height: 320px;
}

@media (max-width: 450px) {
	.preparation-other__item {
		width: 100%;
	}
}

.preparation-other__item-content {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin: 0;
}

.preparation-other__item-content picture {
	background: #ffffff;
}

.preparation-other__item-img {
	width: 260px;
	height: 200px;
	box-shadow: 0px 16px 24px -16px #332e5940;
}

@media (max-width: 450px) {
	.swiper {
		width: 100%;
	}
}

.preparation-other__item-text {
	text-transform: uppercase;
	font-family: 'Source Sans 3';
	font-size: 18px;
	font-weight: 700;
	color: #4f538c;
	overflow-wrap: anywhere;
	hyphens: auto;
	-moz-hyphens: auto;
}

.preparation-other__item-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: 100%;
	height: 40px;
	border: none;
	outline: none;
	transition: background-color 0.5s ease;
}

.preparation-other__item-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);
}

.preparation-other__item-btn:hover {
	background-color: #1f7aab;
}

.background-figure--first-item {
	top: -40px;
}

.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: -20px;
}

.background-gradient__third {
	position: absolute;
	width: 1763px;
	height: 1763px;
	top: -400px;
	left: 100px;
	background: radial-gradient(
		50% 50% at 50% 50%,
		rgba(124, 235, 255, 0.15) 0%,
		rgba(124, 235, 255, 0) 100%
	);
}

.background-figure--second-item {
	top: -250px;
}

.background-gradient {
	position: absolute;
	width: 2012px;
	height: 2012px;
	top: -150px;
	left: -802px;
	background: radial-gradient(
		50% 50% at 50% 50%,
		rgba(116, 129, 191, 0.3) 0%,
		rgba(116, 129, 191, 0) 100%
	);
}

@media (max-width: 724px) {
	.preparation-about__content {
		flex-direction: column;
	}
}

@media (max-width: 1130px) {
	.preparation-description__content {
		overflow-x: auto;
		scrollbar-color: #2d97c1 #e5e8ec;
	}

	ul:nth-child(1)
		.preparation-description__content-item:not(:nth-child(1)):after {
		width: 728px;
	}

	.preparation-description__content::-webkit-scrollbar {
		height: 10px;
		width: 620px;
	}

	.preparation-description__content::-webkit-scrollbar-track {
		background-color: #e5e8ec;
		border-radius: 30px;
	}

	.preparation-description__content::-webkit-scrollbar-thumb {
		cursor: pointer;
		height: 32px;
		background-color: #2d97c1;
		border-radius: 30px;
	}

	.preparation-description__content::-webkit-scrollbar-button {
		width: 64px;
		height: 32px;
	}
}

@media (max-width: 978px) and (min-width: 724px), (max-width: 385px) {
	.preparation-about__card-main {
		order: 0;
	}

	.preparation-about__card .swiper {
		display: flex;
		flex-direction: row;
		min-height: 90px;
		height: 90px;
		order: 1;
	}

	.preparation-about__card .swiper-wrapper {
		order: 0;
	}
}

@media (max-width: 1065px) {
	.preparation-about__card {
		gap: 20px;
	}
}

@media (max-width: 978px) {
	.preparation-about__card {
		flex-direction: column;
	}
}

@media (max-width: 724px) {
	.preparation-about__card {
		flex-direction: row;
		align-self: center;
	}
}

@media (max-width: 390px) {
	.preparation-about__title {
		font-size: 10vw;
	}

	.preparation-about__item {
		white-space: wrap;
		hyphens: auto;
		-moz-hyphens: auto;
	}
}

.swiper-card-button-prev,
.swiper-card-button-next {
	position: absolute;
	width: 100%;
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
	z-index: 2;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-card-button-prev.swiper-button-disabled,
.swiper-card-button-next.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}
.swiper-card-button-prev.swiper-button-hidden,
.swiper-card-button-next.swiper-button-hidden {
	opacity: 0;
	cursor: auto;
	pointer-events: none;
}
.swiper-card-button-prev svg,
.swiper-card-button-next svg {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transform-origin: center;
}
.swiper-rtl .swiper-card-button-prev svg,
.swiper-rtl .swiper-card-button-next svg {
	transform: rotate(180deg);
}
.swiper-card-button-lock {
	display: none;
}
.swiper-card-button-prev:after,
.swiper-card-button-next:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1;
}

@media (max-width: 978px) and (min-width: 725px), (max-width: 440px) {
	.preparation-about__card-main {
		order: 0;
	}

	.preparation-about__card {
		overflow-y: hidden;
	}

	.preparation-about__card .swiper {
		display: flex;
		flex-direction: row;
		min-height: 90px;
		height: 90px;
		order: 1;
	}

	.preparation-about__card .swiper-wrapper {
		order: 0;
		top: 0;
		left: 30px;
		min-width: min-content;
	}

	.swiper-card-button-prev,
	.swiper-card-button-next {
		width: var(--swiper-navigation-size);
		height: 100%;
	}

	.swiper-card-button-prev {
		box-shadow: 8px 0px 15px -5px rgb(24 35 171 / 21%);
	}

	.swiper-card-button-next {
		box-shadow: -8px 0px 15px -5px rgb(24 35 171 / 21%);
		right: 0;
	}

	.swiper-card-button-prev .prev {
		transform: rotate(45deg);
		margin-top: 0;
		margin-left: 4px;
	}

	.swiper-card-button-next .next {
		transform: rotate(225deg);
		margin-bottom: 0;
		margin-right: 4px;
	}
}

@media (max-width: 1065px) {
	.preparation-about__card {
		gap: 20px;
	}
}

@media (max-width: 978px) {
	.preparation-about__card {
		flex-direction: column;
		height: auto;
	}
}

@media (max-width: 724px) {
	.preparation-about__card {
		flex-direction: row;
		align-self: center;
		height: 356px;
	}
}

@media (max-width: 440px) {
	.preparation-about__card {
		flex-direction: column;
		height: auto;
	}

	.preparation-about__card-list {
		flex-direction: row;
		order: 1;
	}

	.preparation-about__card-item {
		width: 90px;
		height: 90px;
	}

	.preparation-about__card .swiper {
		max-width: 335px;
	}

	.preparation-other__header--mobile {
		flex-direction: column;
	}
}

.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: -100px;
	transform: rotate(0);
	border: none;
}

.nav-button.next {
	right: -100px;
	margin-right: 0;
	transform: rotate(0);
	border: none;
}

@media (max-width: 500px) {
	.nav-button.prev {
		left: 25%;
		top: 110%;
	}

	.nav-button.next {
		right: 25%;
		top: 110%;
	}
}

/* End */
/* /local/templates/pharm/assets/css/preparation.css?174557560520383 */
