

/* Start:/local/templates/pharm/assets/css/style.css?174661866210928*/
* {
	margin: 0 auto;
}

html {
	scrollbar-gutter: stable;
}

body {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.hidden {
	overflow: hidden;
}

a {
	text-decoration: none;
	cursor: pointer;
}

button {
	cursor: pointer;
}

img {
	object-fit: cover;
}

.main {
	position: relative;
	overflow: hidden;
}

.main-container {
	max-width: 1440px;
}

.container {
	margin: 0 140px;
}

@media (max-width: 1290px) {
	.container {
		margin: 0 40px;
	}
}

@media (max-width: 768px) {
	.container {
		margin: 0 20px;
	}
}

@media (min-width: 1440px) {
	.main-container,
	.footer-container {
		margin: 0 auto;
		max-width: 1160px;
	}
}

.main-cover__default {
	background-image: url(/local/templates/pharm/assets/css/../../assets/img/about-cover.jpg);
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: rgb(0 183 255);
	transition: all 0.5s ease;
}

.background-logo,
.background-figure--first,
.background-figure--second,
.background-figure--third,
.background-confid,
.background-pattern,
.vacancy-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	pointer-events: none;
}

.background-logo-item {
	position: absolute;
	left: 0;
	right: 0;
	z-index: -1;
	top: -1220px;
	bottom: 0;
	margin: 0;
	background: inherit;
}

.background-logo__about-item {
	position: absolute;
	left: 0;
	right: 0;
	z-index: -1;
	top: -1220px;
	bottom: 0;
	margin: 0;
	background: inherit;
}

@media (max-width: 550px) {
	.background-logo-item {
		width: 70%;
	}
}

.background-logo-item.news {
	top: -720px;
}

.background-figure--first-item {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 0;
	top: -2915px;
	background: inherit;
	z-index: -1;
}

.background-figure--second-item {
	position: absolute;
	left: 0;
	right: 0;
	top: 720px;
	bottom: 0;
	margin: 0;
	z-index: -1;
	background: inherit;
}

@media (max-width: 550px) {
	.background-figure--second-item {
		width: 100%;
	}
}

.background-figure--third-item {
	position: absolute;
	right: 0;
	top: 2035px;
	bottom: 0;
	background: inherit;
	z-index: -1;
}

.background-confid__item {
	position: absolute;
	right: 20%;
	bottom: -190px;
	margin: 0;
	background: inherit;
	z-index: -1;
}

@media (max-width: 425px) {
	.background-confid {
		display: none;
	}
}

.more-details,
.more-details__cover {
	cursor: pointer;
	display: flex;
	flex-direction: row;
	align-items: center;
	align-self: flex-end;
	gap: 10px;
	margin: 0;
	z-index: 1;
}

.more-details:hover .more-details__text:not(.slogan-text) {
	color: #4f538c;
}

.more-details:hover .more-details__btn:not(.slogan-btn),
.more-details__contacts:hover .more-details__btn {
	background: #1f7aab;
}

.more-details__text {
	text-transform: uppercase;
	font-family: 'Geologica';
	font-size: 16px;
	font-weight: 500;
	color: #231e44;
	margin: 0;
	white-space: nowrap;
}

@media (max-width: 350px) {
	.more-details__text {
		font-size: 4.5vw;
	}
}

.more-details__btn {
	display: flex;
	align-items: center;
	position: relative;
	overflow: hidden;
	min-width: 64px;
	height: 32px;
	background-color: #53d2eb;
	border: none;
	margin: 0;
}

.more-details__btn--short {
	min-width: 40px;
}

.more-details__btn::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 200%;
	height: 50%;
	background-color: #1f7aab;
	transform: translateX(-50%) scaleX(0) skew(432deg);
	opacity: 0;
	transition: transform 0.3s ease, opacity 0.3s ease;
}

.more-details__btn::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 200%;
	height: 50%;
	background-color: #1f7aab;
	transform: translateX(-50%) scaleX(0) skew(288deg);
	opacity: 0;
	transition: transform 0.3s ease, opacity 0.3s ease;
}

.more-details .more-details__btn,
.more-details__contacts .more-details__btn {
	transition: background 0.3s ease;
}

.more-details:hover .more-details__btn::before,
.more-details__contacts:hover .more-details__btn::before {
	transform: translateX(-50%) scaleX(0.5) skew(432deg);
	opacity: 1;
}
.more-details:hover .more-details__btn::after,
.more-details__contacts:hover .more-details__btn::after {
	transform: translateX(-50%) scaleX(0.5) skew(288deg);
	opacity: 1;
}

.arrow {
	position: relative;
	z-index: 1;
	width: 10px;
	height: 10px;
	border-color: #ffffff;
}

.arrow--bold {
	width: 8px;
	height: 8px;
}

.prev {
	border-bottom: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	transform: rotate(45deg);
}

.next {
	border-bottom: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	transform: rotate(-135deg);
	margin-right: 28px;
}

.next--bold {
	border-bottom: 6px solid #ffffff;
	border-left: 6px solid #ffffff;
	margin-right: 9px;
}

.content__title {
	font-family: 'Geologica';
	font-size: 32px;
	font-weight: 500;
	color: #4f538c;
	margin: 80px 0 0;
}

@media (max-width: 425px) {
	.content__title {
		font-size: 24px;
	}
}

.container-main {
	display: flex;
	flex-direction: column;
}

.main-cover {
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	min-height: 560px;
}

@media (max-width: 425px) {
	.main-cover {
		min-height: 390px;
	}
}

.main-cover--background {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #0f074dbd;
	mix-blend-mode: darken;
}

.main-action {
	display: flex;
	flex-direction: column;
	align-self: flex-start;
	gap: 20px;
	margin: 0;
}

.main-action__link {
	cursor: pointer;
	display: flex;
	gap: 10px;
	margin: 0;
	align-items: center;
	padding-right: 20px;
	background-color: inherit;
	border: none;
	outline: none;
}

.action-btn {
	display: flex;
	width: 60px;
	height: 50px;
	background: #7481bf;
	border: none;
	margin: 0;
	transition: background 0.2s ease;
}

.action-btn:hover {
	background: #4f538c;
}

.action-btn img {
	align-self: center;
	width: 31px;
	height: 31px;
}

.action-text {
	font-family: 'Geologica' !important;
	text-transform: uppercase !important;
	font-size: 18px;
	font-weight: 500 !important;
	color: #2f2f47 !important;
	margin: 0;
}

.main-links__container {
	display: flex;
	justify-content: end;
}

.main-links {
	display: flex;
	position: relative;
	align-items: center;
	gap: 20px;
	margin: 60px 0;
	justify-content: flex-start;
	width: 66%;
	align-self: flex-end;
	overflow: hidden;
}

.main-links a {
	font-family: 'Source Sans 3';
	font-size: 20px;
	font-weight: 400;
	color: #7481bf;
	outline: none;
	white-space: nowrap;
}

.main-links::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 70px;
	background: linear-gradient(
		to right,
		rgba(255, 255, 255, 0),
		rgba(255, 255, 255, 1)
	);
	pointer-events: none;
}

.main-links .arrow {
	min-width: 6px;
	max-width: 6px;
	height: 6px;
	border-color: #7481bf;
	position: relative;
	z-index: 0;
}

.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;
}

.main-aside {
	display: flex;
	max-width: 360px;
	flex-direction: column;
	gap: 32px;
	margin: 0;
}

@media (max-width: 860px) {
	.main-aside {
		max-width: 224px;
	}
}

@media (max-width: 550px) {
	.main-aside {
		max-width: none;
	}
}

.main-aside__title {
	font-family: 'Source Sans 3';
	font-size: 80px;
	font-weight: 600;
	line-height: 0.75;
	color: #53d2eb;
}

.main-aside__title span {
	color: #1f7aab;
}

@media (max-width: 860px) {
	.main-aside__title {
		font-size: 56px;
	}
}

.main-aside__text {
	font-family: 'Source Sans 3';
	font-size: 32px;
	font-weight: 600;
	line-height: 1.2;
	color: #1f7aab;
}

@media (max-width: 860px) {
	.main-aside__text {
		font-size: 24px;
	}
}

.info-content__box {
	display: flex;
	gap: 10px;
	padding: 40px 20px;
	border-left: 2px solid #4f538c;
	background-color: #ffffff;
	box-shadow: 0px 24px 64px -16px #a7bee840;
}

.info-content__box::before {
	content: url(/local/templates/pharm/assets/css/../../assets/img/text_start.svg);
}

.info-content__box::after {
	content: url(/local/templates/pharm/assets/css/../../assets/img/text_end.svg);
	align-self: flex-end;
}

.map {
	position: relative;
	width: 100%;
	height: 399px;
}

.map iframe,
.contacts-map iframe {
	width: 100%;
	height: 100%;
	border: none;
}

.map::after,
.contacts-map::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #190e71;
	mix-blend-mode: color;
	pointer-events: none;
}

.map::before,
.contacts-map::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgb(45 21 143 / 12%);
	z-index: 1;
	pointer-events: none;
}

.contacts-map.hidden-after::after {
	display: none;
}

@media print {
	.main-action {
		display: none;
	}
}

.main-search__cover {
	background-image: url(/local/templates/pharm/assets/css/../../assets/img/search_cover.png);
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	min-height: 480px;
}

.main-form-table tbody {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.main-form-row {
	display: flex;
	gap: 30px;
	margin: 0;
}

.main-form-table {
	margin: 0;
	width: 100%;
}

@media (max-width: 500px) {
	.main-form {
		margin: 0;
	}

	.main-form-row {
		flex-direction: column;
	}

	.main-form-row {
		gap: 10px;
	}
}

.main-inner input {
	margin: 0;
	outline: none;
	height: 36px;
	border: 1px solid #e5e8ec;
	width: 100%;
}

.main-form-title-col,
.main-form-main-col {
	margin: 0;
}

.main-form-main-col {
	width: 100%;
}

.main-form-title-col-inner {
	margin: 0;
	font-family: 'Source Sans 3';
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	color: #332e59;
	white-space: nowrap;
}

.auth-success {
	font-family: 'Source Sans 3';
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	color: #332e59;
}

.main-button {
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Source Sans 3';
	font-size: 18px;
	font-weight: 500;
	color: #ffffff;
	background-color: #2d97c1;
	padding: 10px 20px;
	height: 40px;
	border: none;
	outline: none;
	width: 100%;
	transition: background-color 0.5s ease;
}

.main-form-row:last-child {
	gap: 0;
}

.main-button:hover {
	background-color: #1f7aab;
}

@media (max-width: 630px) {
	.main-form-table tbody {
		flex-direction: column;
	}
}

@media print {
	.main-title {
		width: calc(70% - 140px);
	}
}

/* End */


/* Start:/local/templates/pharm/assets/fonts/fonts.css?17455756031225*/
@font-face {
	font-weight: 400;
	font-family: 'Source Sans 3';
	src: url(/local/templates/pharm/assets/fonts/SourceSans3-Regular.ttf);
}

@font-face {
	font-weight: 500;
	font-family: 'Source Sans 3';
	src: url(/local/templates/pharm/assets/fonts/SourceSans3-Medium.ttf);
}

@font-face {
	font-style: italic;
	font-weight: 500;
	font-family: 'Source Sans 3';
	src: url(/local/templates/pharm/assets/fonts/SourceSans3-MediumItalic.ttf);
}

@font-face {
	font-weight: 600;
	font-family: 'Source Sans 3';
	src: url(/local/templates/pharm/assets/fonts/SourceSans3-SemiBold.ttf);
}

@font-face {
	font-style: italic;
	font-weight: 600;
	font-family: 'Source Sans 3';
	src: url(/local/templates/pharm/assets/fonts/SourceSans3-SemiBoldItalic.ttf);
}

@font-face {
	font-weight: 700;
	font-family: 'Source Sans 3';
	src: url(/local/templates/pharm/assets/fonts/SourceSans3-Bold.ttf);
}

@font-face {
	font-weight: 400;
	font-family: 'Geologica';
	src: url(/local/templates/pharm/assets/fonts/Geologica_Auto-Regular.ttf);
}

@font-face {
	font-weight: 500;
	font-family: 'Geologica';
	src: url(/local/templates/pharm/assets/fonts/Geologica_Auto-Medium.ttf);
}

@font-face {
	font-weight: 700;
	font-family: 'Geologica';
	src: url(/local/templates/pharm/assets/fonts/Geologica-Bold.ttf);
}

@font-face {
	font-weight: 800;
	font-family: 'Geologica';
	src: url(/local/templates/pharm/assets/fonts/Geologica_Auto-ExtraBold.ttf);
}

@font-face {
	font-weight: 900;
	font-family: 'Geologica';
	src: url(/local/templates/pharm/assets/fonts/Geologica_Auto-Black.ttf);
}

/* End */


/* Start:/local/templates/pharm/assets/css/header.css?174557560512763*/
.header {
	background-color: #ffffff;
}
.header.header--sticky {
	position: sticky;
	z-index: 5;
	background-color: #ffffff;
	top: -1px;
	transition: all 0.1s;
}

.container-header {
	display: flex;
	gap: 20px;
	height: 100px;
	align-items: center;
	justify-content: space-between;
}

.header.header--sticky .container-header {
	height: 100px;
	display: block;
}

.header-logo {
	margin: 0;
}

.header.header--sticky .header-logo img {
	position: absolute;
	left: 45%;
	top: 20%;
	width: 165px;
	height: 60px;
	background-color: inherit;
}

.header-menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	margin: 0;
	width: 100%;
}

.header.header--sticky .header-menu {
	max-width: 100%;
	height: 100%;
}

.header-search,
.header-langs,
.header-authorization,
.header-nav,
.header-nav__list {
	display: flex;
	margin: 0;
}

.header-search {
	flex-grow: 2;
	align-items: center;
	position: relative;
	height: 50px;
}

.auth-personal {
	display: flex;
	align-items: center;
	margin-left: 10px;
}

.auth-personal a {
	padding-bottom: 2px;
}

.header.header--sticky .header-search {
	max-width: 200px;
	flex-grow: 0;
	order: 1;
	margin-right: auto;
	margin-left: 20px;
}

.popup-nav.mobile {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	gap: 0 30px;
}

.header-input {
	cursor: pointer;
	background: url(/local/templates/pharm/assets/css/../../assets/img/search.svg) no-repeat center left;
	border: none;
	outline: none;
	margin: 0;
	padding: 12px 30px;
	max-width: 260px;
	height: 20px;
	border-bottom: 1px solid #e5e8ec;
}

.header.header--sticky .header-input {
	order: 2;
}

.header-search::after {
	content: '';
	position: absolute;
	background: #3eb7d8;
	height: 1px;
	width: 0;
	top: 37px;
	left: 0;
	right: 0;
	bottom: 0;
	transition: width 0.2s ease-in-out;
}

input[type='search'] {
	font-family: 'Source Sans 3';
	font-size: 16px;
	font-weight: 400;
	color: #332e59;
	line-height: 1.5;
}

input::placeholder {
	font-family: 'Geologica';
	font-size: 16px;
	font-weight: 400;
	color: #cacdd3;
}

input:focus::placeholder {
	color: transparent;
}

.header-search:has(.header-input:focus)::after {
	width: 260px;
}

.header-langs {
	height: 50px;
	border-left: 1px solid #e5e8ec;
	border-right: 1px solid #e5e8ec;
}

.header.header--sticky .header-langs {
	order: 2;
	border-left: none;
	border-right: none;
}

.lang-ru,
.lang-en {
	cursor: pointer;
	display: flex;
	align-self: center;
	justify-content: center;
	width: 90px;
}

.header.header--sticky .header-langs .lang-ru,
.header.header--sticky .header-langs .lang-en {
	width: 50px;
}

.lang-ru {
	border-right: 1px solid #e5e8ec;
}

.header.header--sticky .header-langs .lang-en {
	border-right: 1px solid #e5e8ec;
}

.lang-btn {
	width: 30px;
	height: 20px;
	border: none;
	outline: none;
	padding: 0;
	background: inherit;
	transition: all 0.6s ease;
	box-shadow: 15px 59px 62px -44px;
}

.lang-btn:hover {
	filter: brightness(140%);
	transform: translateY(-2px);
}

.header-authorization {
	max-width: 222px;
	border-top: none;
	height: 50px;
}

.header.header--sticky .header-authorization {
	order: 3;
}

.entrance,
.registration {
	display: flex;
	height: 20px;
	align-self: center;
}

.entrance {
	border-right: 1px solid #e5e8ec;
	flex-grow: 1;
}

.registration {
	flex-grow: 2;
	margin: 0;
}

.header-search.mobile,
.header-langs.mobile,
.header-authorization.mobile,
.more-details.mobile {
	display: none;
}

.header-nav--hover {
	position: relative;
}

.header-nav--hover::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0%;
	height: 1px;
	background-color: #3eb7d8;
	transition: width 0.5s ease, left 0.5s ease;
}

.header-nav--hover:hover::after {
	width: 100%;
	left: 0;
}

.header-nav--hover:hover {
	color: #231e44;
}

.header-entrance__btn,
.header-registration__btn {
	border: none;
	background: inherit;
	padding-bottom: 22px;
	margin: 0 14px;
}

.header.header--sticky .header-entrance__btn {
	margin: 0;
}

.header-text {
	font-family: 'Geologica';
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 400;
	color: #50536f;
}

.header-nav {
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #e5e8ec;
	width: 100%;
}

.header.header--sticky .header-nav {
	max-width: 110px;
	order: 0;
	border-top: none;
}

.header-nav__btn {
	display: flex;
	flex-direction: column;
	align-self: center;
	justify-content: center;
	gap: 2px;
	width: 20px;
	height: 20px;
	margin: 0;
	overflow: hidden;
}

.header-nav__btn:hover {
	color: #332e59;
}

.header-nav__btn-span {
	position: relative;
	right: 0;
	width: 20px;
	height: 1px;
	background: #3eb7d8;
}

.header-nav__btn-span.top {
	transition: right 0.5s ease;
}
.header-nav__btn-span.middle {
	transition: right 0.5s ease 0.05s;
}
.header-nav__btn-span.bottom {
	transition: right 0.5s ease 0.1s;
}

.header-nav__btn-span.top.popup-burger,
.header-nav__btn-span.middle.popup-burger,
.header-nav__btn-span.bottom.popup-burger {
	right: -20px;
}

.header-nav__btn-span.top::before {
	content: '';
	position: absolute;
	background: #d44f0c;
	height: 1px;
	top: -17px;
	right: 20px;
	width: 20px;
	transform: rotate(45deg);
	transition: all 0.5s ease;
}

.header-nav__btn-span.top::after {
	content: '';
	position: absolute;
	transform: rotate(-45deg);
	background: #d44f0c;
	height: 1px;
	bottom: 17px;
	left: 20px;
	width: 20px;
	transition: all 0.5s ease;
}

.header-nav__btn-span.top.popup-burger::before {
	top: 3px;
	right: 20px;
}

.header-nav__btn-span.top.popup-burger::after {
	bottom: -3px;
	left: -20px;
}

.header-nav__btn-title {
	height: 20px;
	overflow: hidden;
}

.header-nav__btn-title {
	position: relative;
	overflow: hidden;
	margin: 0;
}

.header-nav__btn-title p {
	display: flex;
	position: relative;
	width: 97px;
	top: 0;
	transition: top 0.5s ease-in-out;
}

.header-nav__btn-title p.header-btn--hide {
	position: relative;
	left: 0;
	top: 20px;
}

.header-nav__btn-title p:active {
	color: #3eb7d8;
}

.header-nav__btn-title p::after {
	content: 'ЗАКРЫТЬ';
	position: absolute;
	color: #50536f;
	transition: top 1s ease-in-out;
	top: -20px;
}

.header-nav__btn-title p:active:after {
	color: #d44f0c;
}

.header-nav__menu:focus .header-nav__btn-title p::after {
	position: absolute;
	left: 0;
}

.header-nav__menu {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin: 0;
	gap: 10px;
	border-right: 1px solid #e5e8ec;
	height: 49px;
	border-top: none;
	border-bottom: none;
	border-left: none;
	outline: none;
	background: inherit;
}

.header.header--sticky .header-nav__menu {
	border-right: none;
}

.header-nav__menu:hover {
	color: #332e59;
}

.header-nav__list {
	gap: 20px;
	align-items: center;
}

.header.header--sticky .header-nav__list {
	display: none;
}

.header-nav__link {
	float: right;
	margin: 0;
	text-decoration: none;
	padding-bottom: 2px;
	white-space: nowrap;
}

.popup-menu {
	position: absolute;
	display: flex;
	flex-wrap: wrap;
	max-height: 0;
	top: 100px;
	overflow: auto;
	z-index: 4;
	left: 0;
	right: 0;
	background-color: white;
	transition: max-height 1s ease-in-out;
	scrollbar-width: none;
}

.popup-menu.popup-show {
	max-height: 93vh;
}

.popup-menu::-webkit-scrollbar {
	width: 0;
	height: 0;
}

.header.header--sticky .popup-menu {
	top: 80px;
}

.container-popup {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	justify-content: center;
	padding-top: 40px;
	margin: 0 40px 100px;
	width: 100%;
}

.container-popup > div,
h2,
ul,
li,
p,
a {
	margin: 0;
	list-style-type: none;
	padding: 0;
}

.popup-list {
	display: flex;
	flex-direction: column;
	width: 260px;
	gap: 20px;
}

.popup-title,
.popup-title a {
	text-transform: uppercase;
	font-family: 'Geologica';
	font-size: 24px;
	font-weight: 700;
	color: #000000;
}

.footer-contacts__phone.popup {
	text-transform: uppercase;
}

.popup-link {
	text-transform: uppercase;
	font-family: 'Geologica';
	font-size: 16px;
	font-weight: 400;
	color: #50536f;
}

.popup-link:hover {
	color: #231e44;
}

.popup-social {
	margin: 0;
	width: 60px;
	height: 50px;
}

.popup-more {
	font-size: 16px;
	font-weight: 500;
	color: #53d2eb;
	margin-right: 7px;
}

.popup-item__btn:hover .popup-more {
	color: #1f7aab;
}

.popup-more__btn {
	background: #53d2eb;
	width: 16px;
	height: 16px;
	border: none;
	outline: none;
	padding: 3.5px;
	margin: 0;
}

.popup-item__btn {
	display: flex;
	align-items: center;
}

.popup-item__btn:hover .popup-more__btn {
	background: #1f7aab;
}

.popup-more__btn .next {
	width: 5px;
	height: 5px;
	margin-left: 0;
}

.popup-shadow {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #332e59c9;
	opacity: 0;
	z-index: 3;
	pointer-events: none;
	transition: opacity 1s ease;
}

.popup-shadow.popup-show {
	opacity: 1;
	pointer-events: auto;
}

@media (max-width: 1024px) {
	.header {
		position: sticky;
		top: 0;
		z-index: 5;
	}

	.header.header--sticky .container-header {
		height: 80px;
	}

	.container-header {
		height: 80px;
		display: block;
	}

	.header.header--sticky .header-logo img {
		top: 13%;
	}

	.header-logo img {
		position: absolute;
		left: 45%;
		top: 13%;
		width: 165px;
		height: 60px;
	}

	.header-menu {
		max-width: 100%;
		height: 100%;
	}

	.header-search {
		max-width: 200px;
		flex-grow: 0;
		order: 1;
		margin-right: auto;
		margin-left: 20px;
	}

	.header-input {
		order: 2;
	}

	.header-langs {
		order: 2;
		border-left: none;
		border-right: none;
	}

	.header-langs .lang-ru,
	.header-langs .lang-en {
		width: 50px;
	}

	.lang-en {
		border-right: 1px solid #e5e8ec;
	}

	.header-authorization {
		order: 3;
	}

	.header-entrance__btn,
	.header-registration__btn {
		margin: 0;
	}

	.header-nav {
		max-width: 110px;
		order: 0;
		border-top: none;
	}

	.header-nav__menu {
		border-right: none;
	}

	.header-nav__list {
		display: none;
	}

	.popup-menu {
		top: 80px;
	}
}

@media (max-width: 1140px) {
	.header-text {
		font-size: 14px;
	}
}

@media (max-width: 1024px) and (min-width: 900px) {
	.header-input {
		width: 220px;
	}

	.header-search:has(.header-input:focus)::after {
		width: calc(100% + 56px);
	}
}

@media (max-width: 900px) {
	.header.header--sticky .header-logo img,
	.header-logo img {
		left: 42%;
	}

	.header.header--sticky .header-menu,
	.header-menu {
		justify-content: space-between;
	}

	.header-langs {
		max-width: 113px;
		border-left: none;
		border-bottom: none;
	}

	.lang-ru,
	.lang-en {
		justify-content: end;
	}

	.lang-ru {
		padding-right: 18px;
	}

	.lang-btn {
		margin: 0;
	}

	.header.header--sticky .header-search.mobile,
	.header-search.mobile {
		display: flex;
		width: 100%;
		border-left: none;
		margin-right: 15px;
	}

	.header-search.desktop {
		display: none;
		margin-right: 0;
	}

	.header-langs.desktop {
		display: none;
	}
	.header-langs.mobile {
		display: flex;
	}
}

@media (max-width: 768px) {
	.container-header .header-nav {
		border-top: none;
	}

	.popup-menu {
		max-width: 768px;
	}

	.container-popup {
		margin: 0 20px 150px;
	}
}

@media (max-width: 680px) {
	.header.header--sticky .header-logo img,
	.header-logo img {
		left: 35%;
	}

	.popup-nav.mobile {
		margin: 20px 20px 0;
		max-width: 360px;
	}

	.container-popup {
		flex-direction: column;
	}
}

@media (max-width: 550px) {
	.header.header--sticky .container-header,
	.container-header {
		display: flex;
	}

	.header.header--sticky .header-logo,
	.header-logo {
		order: 2;
	}

	.header.header--sticky .header-logo img,
	.header-logo img {
		position: static;
	}

	.header.header--sticky .header-authorization.mobile,
	.header-authorization.mobile {
		order: 0;
	}

	.header.header--sticky .header-langs.mobile,
	.header-langs.mobile {
		order: 1;
	}

	.header.header--sticky .header-search.mobile,
	.header-search.mobile {
		order: 2;
	}

	.header.header--sticky .header-search.mobile,
	.header-search.mobile {
		margin-left: 0;
	}

	.entrance {
		padding-right: 10px;
	}

	.registration {
		padding-left: 10px;
	}

	.header-authorization.mobile {
		display: flex;
		width: 190px;
	}

	.header-authorization.desktop {
		display: none;
	}

	.header-nav__menu {
		align-items: flex-end;
	}

	.header-nav__btn {
		height: 71%;
		justify-content: flex-end;
		padding-bottom: 4px;
	}
}

@media (max-width: 425px) {
	.header-search {
		padding-left: 0;
		margin-left: 0;
	}

	.header-input {
		width: 349px;
		max-width: none;
	}

	.header-authorization {
		order: -1;
		width: 220px;
		border-bottom: none;
	}
}

@media (max-width: 390px) {
	.header.header--sticky .container-header,
	.container-header {
		gap: 0;
	}

	.popup-menu {
		max-width: 390px;
	}
}

@media print {
	.header {
		display: none;
		/* position: static; */
	}
/* 
	.header-logo img {
		top: 10px;
	}

	.header.header--sticky {
		position: static;
	}

	.header.header--sticky .header-logo img {
		top: 20px;
	} */
}

/* End */


/* Start:/local/templates/pharm/assets/css/footer.css?17455756053313*/
.footer {
	position: relative;
	background: #332e59;
	max-width: 100%;
}

.footer-container {
	padding: 60px 0;
}

.footer-content {
	display: flex;
	justify-content: space-between;
	padding-bottom: 20px;
	gap: 60px;
	border-bottom: 1px solid #4f538c;
}

@media (max-width: 974px) {
	.footer-content {
		gap: 30px;
	}
}

@media (max-width: 700px) {
	.footer-content {
		gap: 20px;
	}
}

@media (max-width: 624px) {
	.footer-content {
		flex-direction: column;
		gap: 40px;
	}
}

.footer-link {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin: 0;
}

.footer-text {
	font-family: 'Geologica';
	font-size: 16px;
	font-weight: 500;
	color: #ffa556;
	margin: 0;
}

.footer-logo,
.footer-nav,
.footer-nav__item,
.footer-link__social {
	margin: 0;
}

.footer-nav__list {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-around;
	list-style-type: none;
	gap: 30px;
	height: 170px;
}

@media (max-width: 1250px) {
	.footer-nav__list {
		height: auto;
		gap: 10px;
	}
}

@media (max-width: 768px) {
	.footer-nav__list {
		max-width: 140px;
		gap: 10px;
	}
}

@media (max-width: 425px) {
	.footer-nav__list {
		gap: 20px;
	}
}

.footer-nav__item a {
	font-family: 'Geologica';
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	color: #7481bf;
	transition: color .5s ease;
}

.footer-nav__item:hover a {
	color: #f5f8fc;
}

@media (max-width: 1250px) {
	.footer-nav__item a {
		font-size: 18px;
	}
}

@media (max-width: 768px) {
	.footer-nav__item a {
		font-size: 14px;
	}
}

.footer-contacts {
	display: flex;
	flex-direction: column;
	max-width: 281px;
	gap: 10px;
	margin: 0;
}

.footer-contacts .footer-text {
	font-size: 14px;
}

.footer-contacts__places {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	width: 228px;
	margin: 0;
}

.places-item {
	font-family: 'Geologica';
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	color: #4f538c;
	margin: 0;
	margin-right: 15px;
}

.places-item:focus {
	color: #f5f8fc;
}

.footer-contacts__address,
.footer-contacts__phone,
.footer-phone__link {
	font-family: 'Source Sans 3';
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
	margin: 0;
}

.footer-contacts__address p:first-child,
.footer-contacts__phone p:first-child {
	font-family: 'Geologica';
	font-weight: 500;
	color: #53d2eb;
}

.footer-data {
	display: flex;
	gap: 20px;
	margin-top: 20px;
}

@media (max-width: 437px) {
	.footer-data {
		flex-direction: column-reverse;
		gap: 10px;
	}
}

.footer-data__item {
	font-family: 'Source Sans 3';
	font-size: 20px;
	font-weight: 400;
	color: #4f538c;
	margin: 0;
}

.details-hidden {
	display: none;
}

@media print {
	.footer-container {
		margin: 0;
		padding: 20px 0;
	}

	.footer-content {
		padding-bottom: 10px;
		border-bottom: none;
	}

	.footer-link,
	.footer-nav,
	.footer-contacts {
		margin-bottom: 20px;
	}

	.footer-nav__list {
		display: block;
		height: auto;
	}

	.footer-nav__item a {
		font-size: 18px;
	}

	.footer-contacts {
		max-width: 100%;
	}

	.footer-contacts__places {
		width: 100%;
	}

	.footer-data {
		margin-top: 10px;
	}
}

/* End */


/* Start:/local/templates/pharm/assets/css/modal.css?17455756059485*/
.modal-wrapper {
	display: flex;
	justify-content: center;
}

.modal-registration,
.modal-authorization,
.modal-warning,
.modal-recovery,
.modal-message,
.modal-share {
	display: flex;
	position: fixed;
	justify-content: center;
	flex-direction: column;
	gap: 30px;
	background-color: #ffffff;
	border-bottom: 2px solid #3eb7d8;
	padding: 20px;
	opacity: 0;
	transition: opacity 0.5s ease;
	z-index: 20;
	pointer-events: none;
}

/* .modal-recovery {
	width: 294px;
	top: 30%;
} */

.modal-message {
	width: 353px;
	top: 30%;
	gap: 50px;
}

.modal-registration {
	width: 384px;
	top: 10%;
	overflow: auto;
}

.modal-authorization {
	width: 353px;
	top: 25%;
}

.modal-warning {
	width: 720px;
	height: 364px;
	top: 28%;
}

.modal-share {
	width: 290px;
	height: 94px;
	top: 35%;
}

.modal-share__list {
	display: flex;
	gap: 10px;
}

.modal-share__item {
	width: 40px;
	height: 40px;
	background: #332e59;
	align-items: center;
	transition: background 0.1s ease;
}

.modal-share__item a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	transition: transform 0.3s ease;
}

.modal-share__item:nth-child(1):hover {
	background: #0077ff;
}

.modal-share__item:nth-child(2):hover,
.modal-share__item:nth-child(3):hover {
	background: #f7931e;
}

.modal-share__item:nth-child(4):hover {
	background: #000000;
}

.modal-share__item:nth-child(5):hover {
	background: #79d624;
}

.modal-share__item:nth-child(6):hover {
	background: #0d425a;
}

.modal-share__item a:hover {
	transform: scale(1.1);
}

.modal-registration.open-modal,
.modal-authorization.open-modal,
.modal-warning.open-modal,
/* .modal-recovery.open-modal, */
.modal-share.open-modal,
.modal-message.send-message {
	opacity: 1;
	pointer-events: auto;
}

.modal-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #332e59c9;
	opacity: 0;
	z-index: 10;
	pointer-events: none;
	transition: opacity 0.5s ease;
	top: 0;
	left: 0;
}

.modal-overlay.open-modal {
	opacity: 1;
	pointer-events: auto;
}

.modal__title {
	display: flex;
	flex-direction: row;
	gap: 10px;
	font-family: 'Geologica';
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	color: #4f538c;
	align-self: center;
	margin-left: 40px;
	white-space: nowrap;
}

.modal-warning .modal__title {
	margin-left: 0;
	white-space: wrap;
}

/* .modal-recovery .modal__title {
	margin-left: 20px;
} */

.modal-close__btn {
	cursor: pointer;
	display: flex;
	flex-direction: column;
	align-self: end;
	justify-content: center;
	gap: 2px;
	width: 20px;
	height: 20px;
	margin: 0;
	overflow: hidden;
}

.modal-close__btn-item {
	position: absolute;
	width: 20px;
	height: 1px;
	background-color: #ad1700;
	transition: background 0.3s ease;
}

.modal-close__btn-item:first-child {
	transform: rotate(-45deg);
}

.modal-close__btn-item:last-child {
	transform: rotate(45deg);
}

.modal-close__btn:hover .modal-close__btn-item {
	background-color: #ff781f;
}

.modal-form {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin: 0;
}

.modal-input {
	border: none;
	border-bottom: 1px solid #e5e8ec;
	padding-bottom: 10px;
	margin: 0;
	outline: none;
}

.modal-label__password,
.modal-label__checkbox,
.modal-warning__text,
.modal-message__text,
input[type='tel'],
input[type='text'],
input[type='email'] {
	font-family: 'Source Sans 3';
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
	color: #2f2f47;
}

input[type='checkbox']::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
	border: 2px solid #4f538c;
	background-color: #d3dff3;
	transition: background 0.3s ease, border 0.3s ease;
	overflow: hidden;
}

input[type='checkbox']:hover::after {
	border: 2px solid #332e59;
	background-color: #a7bee8;
}

input[type='checkbox']:checked:hover::after {
	background-color: #ffca89;
	border: 2px solid #d44f0c;
	transition: all 0.3s ease;
}

input[type='checkbox']:checked::after {
	background-color: #ffe9cf;
	border: 2px solid #ff781f;
}

input[type='checkbox'] {
	position: absolute;
	outline: none;
	cursor: pointer;
	height: 28px;
	width: 28px;
	left: 0;
	overflow: hidden;
}

input[type='checkbox']::before {
	content: '';
	position: absolute;
	top: -14px;
	left: 7px;
	width: 12px;
	height: 6px;
	border-bottom: 2px solid #4f538c;
	border-left: 2px solid #4f538c;
	transform: rotate(-45deg);
	transition: top 0.3s ease, background 0.3s ease;
	display: flex;
	z-index: 10;
}

input[type='checkbox']:checked::before {
	border-bottom: 2px solid #ff781f;
	border-left: 2px solid #ff781f;
	top: 8px;
}

input[type='checkbox']:hover::before {
	border-bottom: 2px solid #d44f0c;
	border-left: 2px solid #d44f0c;
}

.modal-warning__text,
.modal-message__text {
	text-align: center;
}

.modal-label__checkbox {
	position: relative;
	display: inline-block;
	padding-left: 35px;
	cursor: pointer;
	user-select: none;
}

.modal-label__password {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin: 0;
}

.modal-label__password a {
	align-self: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.25;
	color: #2f2f47;
}

.modal-label__password:hover a {
	color: #4f538c;
}

.modal-registration__btn,
.modal-authorization__btn,
.modal-сonfirmation__btn,
.modal-back__btn,
.modal-recovery__btn,
.modal-message__btn {
	min-height: 40px;
	border: none;
	background-color: #2d97c1;
	font-family: 'Geologica';
	font-size: 16px;
	font-weight: 500;
	line-height: 1.25;
	color: #ffffff;
}

.modal-back__btn a {
	color: #ffffff;
}

.modal-back__btn {
	width: 315px;
	background-color: #ff781f;
}

.modal-recovery__buttons {
	margin: 0;
	display: flex;
	justify-content: space-between;
}

.modal-recovery__buttons .modal-back__btn {
	width: 107px;
	margin: 0;
}

.modal-warning__buttons {
	display: flex;
	gap: 20px;
}

.modal-registration__btn,
.modal-recovery__btn,
.modal-message__btn {
	width: 160px;
}

.modal-recovery__btn {
	margin: 0;
}

.modal-authorization__btn {
	width: 106px;
}

.modal-сonfirmation__btn {
	width: 173px;
}

.modal-registration__btn::after,
.modal-authorization__btn::after,
.modal-сonfirmation__btn::after,
.modal-recovery__btn::after {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	border-color: #ffffff;
	border-bottom: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	transform: rotate(-135deg);
}

.modal-back__btn::before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	border-color: #ffffff;
	border-bottom: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	transform: rotate(45deg);
}

.email-tooltip,
.password-tooltip,
.recovery-tooltip,
.username-tooltip,
.address-tooltip,
.phone-tooltip,
.checkbox-tooltip {
	display: none;
	font-family: 'Source Sans 3';
	font-size: 16px;
	font-weight: 400;
	line-height: 1.25;
	color: #ad1700;
	text-align: center;
	margin-top: -10px;
}

.hint {
    font-size: 12px;
    color: #6c757d;
    margin-top: 5px;
    display: block;
}

.checkbox-tooltip {
	margin-top: 10px;
	margin-right: 35px;
}

@media (max-width: 768px) {
	.modal-registration {
		width: 280px;
		top: 5%;
	}

	.modal-registration .modal-form {
		max-height: 452px;
		overflow-y: auto;
	}

	.modal__title {
		font-size: 20px;
	}

	.modal-label__password,
	.modal-label__checkbox,
	.modal-warning__text {
		font-size: 16px;
	}

	.modal-registration__btn,
	.modal-authorization__btn,
	.modal-message__btn {
		width: 100%;
	}

	.modal-authorization {
		width: 280px;
		top: 20%;
	}

	.modal-warning__buttons .modal-back__btn {
		width: 100%;
		height: 50px;
	}

	.modal-recovery,
	.modal-message {
		width: 280px;
	}

	.modal-message .modal__title {
		margin-left: 20px;
	}

	.modal-warning {
		width: 280px;
		height: 540px;
		gap: 16px;
		top: 10%;
	}

	.modal__title {
		text-align: center;
	}

	.modal-warning__text {
		font-size: 16px;
	}

	.modal-warning__buttons {
		flex-direction: column;
	}

	.modal-message .modal-back__btn {
		width: 100%;
		height: 60px;
	}

	.modal-сonfirmation__btn {
		width: 100%;
	}

	.modal-share {
		width: 280px;
	}
}

.checkbox {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.custom-checkbox {
	position: absolute;
	top: 23%;
	left: 0;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
	border: 2px solid #4f538c;
	background-color: #d3dff3;
	transition: background 0.3s ease, border 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}

.checkbox:checked + .custom-checkbox::after {
	content: '';
	width: 12px;
	height: 6px;
	border-bottom: 2px solid #ff781f;
	border-left: 2px solid #ff781f;
	transform: rotate(-45deg);
	transition: top 0.3s ease, background 0.3s ease;
}

.checkbox:hover + .custom-checkbox {
	border: 2px solid #332e59;
	background-color: #a7bee8;
}

.checkbox:checked:hover + .custom-checkbox {
	background-color: #ffca89;
	border: 2px solid #d44f0c;
}

.checkbox:checked + .custom-checkbox {
	background-color: #ffe9cf;
	border: 2px solid #ff781f;
}


/* End */


/* Start:/local/templates/pharm/assets/css/info.css?17455756056261*/
.main-cover__default {
	background-image: url(/local/templates/pharm/assets/css/../../assets/img/about-cover.png);
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	min-height: 540px;
}

@media (max-width: 425px) {
	.main-cover__default {
		min-height: 390px;
	}
}

.main-innovation__title {
	position: relative;
	font-family: 'Geologica';
	font-size: 80px;
	font-weight: 700;
	color: #ffffff;
	height: 75px;
	top: 131px;
	margin: 0;
}

@media (max-width: 1439px) {
	.main-innovation__title {
		left: 140px;
	}
}

@media (max-width: 1290px) {
	.main-innovation__title {
		width: 75%;
	}
}

@media (max-width: 860px) {
	.main-innovation__title {
		font-size: 40px;
	}
}

@media (max-width: 680px) {
	.main-innovation__title {
		font-size: 6vw;
	}
}

@media (max-width: 585px) {
	.main-innovation__title {
		left: 80px;
		top: 80px;
	}
}

@media (max-width: 425px) {
	.main-innovation__title {
		font-size: 24px;
	}
}

.default-page {
	margin: 0;
	display: flex;
	flex-direction: column;
	margin: 0 0 100px;
	gap: 30px;
}

.appeal-about__links {
	display: flex;
	justify-content: space-between;
	gap: 40px;
	margin: 0;
}

.default-page blockquote {
	display: flex;
	gap: 20px;
	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;
	border-left: 2px solid #4f538c;
}

@media (max-width: 425px) {
	.default-page blockquote {
		padding: 20px 10px;
		gap: 10px;
	}
}

@media (max-width: 425px) {
	.default-page blockquote {
		padding: 20px 10px;
		gap: 10px;
	}
}

@media (max-width: 380px) {
	.default-page blockquote {
		font-size: 18px;
		hyphens: auto;
		-moz-hyphens: auto;
	}
}

.default-page blockquote::before {
	content: url(/local/templates/pharm/assets/css/../../assets/img/text_start.svg);
}

.default-page blockquote::after {
	content: url(/local/templates/pharm/assets/css/../../assets/img/text_end.svg);
	align-self: flex-end;
}

.default-page h3:first-child {
	font-family: 'Geologica';
	font-size: 48px;
	font-weight: 500;
	color: #332e59;
	margin: 0 0 30px 0;
	text-align: center;
}

.default-page h3 {
	font-family: 'Geologica';
	font-size: 40px;
	font-weight: 500;
	color: #332e59;
	margin: 30px 0 0 0;
}

@media (max-width: 624px) {
	.default-page h3:first-child {
		font-size: 32px;
	}

	.default-page h3:first-child {
		font-size: 28px;
	}
}

@media (max-width: 390px) {
	.default-page h3 {
		font-size: 24px;
	}

	.default-page h3 {
		font-size: 20px;
	}
}

.default-page p,
.default-page center {
	display: flex;
	flex-direction: column;
	font-family: 'Source Sans 3';
	font-size: 20px;
	font-weight: 400;
	color: #2f2f47;
	line-height: 1.5;
}

@media (max-width: 390px) {
	.default-page p {
		font-size: 16px;
	}
}

.search-page {
	display: flex;
	flex-direction: column;
	gap: 5px;
	max-width: 100%;
}

.search-page form {
	display: flex;
	gap: 20px;
	margin: 0;
}

.search-page input,
.search-page select {
	margin: 0;
}

.search-page select {
	display: none;
}

.search-page select {
	font-family: 'Source Sans 3';
	font-size: 18px;
	font-weight: 500;
	color: #ffffff;
	background-color: #2d97c1;
	grid-area: select;
	width: 150px;
	height: 40px;
	border: none;
	outline: none;
	transition: background-color 0.5s ease;
}

.search-page p:last-child {
	display: flex;
	flex-direction: row;
	gap: 10px;
	align-items: center;
}

.search-page input[type='text'] {
	outline: none;
	border: 1px solid #e5e8ec;
	grid-area: input;
	width: 598px;
}

.search-page input[type='submit'],
.personal-main-logout a {
	display: flex;
	align-items: center;
	justify-content: center;
	grid-area: submit;
	font-family: 'Source Sans 3';
	font-size: 18px;
	font-weight: 500;
	color: #ffffff;
	background-color: #2d97c1;
	width: 150px;
	padding: 0 10px;
	height: 40px;
	border: none;
	outline: none;
	transition: background-color 0.5s ease;
}

.personal-main-logout {
	margin-top: 30px;
	margin-bottom: 70px;
}

.search-page input[type='submit']:hover,
.personal-main-logout a:hover {
	background-color: #1f7aab;
}

.search-page .text {
	margin: 0;
}

.search-page .text,
.personal-main-title {
	font-family: 'Source Sans 3';
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	color: #332e59;
}

.search-page a {
	margin: 0;
	font-family: 'Source Sans 3';
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	color: #332e59;
}

.notetext {
	font-family: 'Source Sans 3';
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	color: green;
}

.search-page b {
	margin: 0;
	text-transform: uppercase;
	font-family: 'Geologica';
	font-size: 16px;
	line-height: 20px;
	color: #3e3965;
	background-color: inherit;
}

.search-language-guess {
	font-family: 'Geologica';
	font-size: 16px;
	line-height: 20px;
	color: #3e3965;
	background-color: inherit;
}

.search-page small {
	font-family: 'Source Sans 3';
	font-weight: 700;
	font-size: 20px;
	line-height: 28.48px;
	color: #7481bf;
	margin: 0;
}

.info-about__links {
	margin: 0;
	display: flex;
}

@media (max-width: 768px) {
	.search-page form {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 1fr 1fr;
		grid-template-areas: 'input input' 'select submit';
	}

	.search-page input[type='text'] {
		width: calc(100% - 6px);
	}

	.search-page input[type='submit'],
	.search-page select,
	.personal-main-logout a  {
		width: 100%;
	}
	
	.personal-main-logout {
		margin: 0 60px;
		text-align: center;
	}

	.personal-main-logout a {
		padding: 0;
	}

	.personal-main-logout {
		margin-top: 0;
		margin-bottom: 40px;
	}
}

@media (max-width: 425px) {
	.search-page .text,
	.search-page a,
	.search-page b,
	.search-page small {
		font-size: 16px;
	}

	.personal-main-logout {
		margin: 0;
	}

	.personal-main-logout a {
		margin-top: 10px;
	}
}

.default-page:has(.personal-main-logout) {
	margin: 0;
}

@media (min-width: 425px) {
	.main-links::after {
		display: none;
	}
}


/* End */


/* Start:/local/templates/pharm/template_styles.css?1745575605228*/
.main-error {margin-bottom: 16px; padding: 10px; background: #faded0; color: #ff0000; border: 1px solid #ff0000;}

.main-success {margin-bottom: 16px; padding: 10px; background: #e8ffd4; color: green; border: 1px solid green;}
/* End */
/* /local/templates/pharm/assets/css/style.css?174661866210928 */
/* /local/templates/pharm/assets/fonts/fonts.css?17455756031225 */
/* /local/templates/pharm/assets/css/header.css?174557560512763 */
/* /local/templates/pharm/assets/css/footer.css?17455756053313 */
/* /local/templates/pharm/assets/css/modal.css?17455756059485 */
/* /local/templates/pharm/assets/css/info.css?17455756056261 */
/* /local/templates/pharm/template_styles.css?1745575605228 */
