

/* Start:/local/templates/kronopharm/components/bitrix/system.pagenavigation/modern-custom/style.min.css?16975556362554*/
.modern-page-navigation{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-top:100px}.modern-page-navigation a,.modern-page-navigation span{font-size:var(--fz-30);line-height:var(--lh-37);color:var(--color-secondary);-webkit-transition:var(--trans-main);-o-transition:var(--trans-main);transition:var(--trans-main)}.modern-page-navigation a:hover,.modern-page-navigation span:hover{color:var(--color-primary)}.modern-page-navigation a:not(:first-child,.modern-page-next),.modern-page-navigation span:not(:first-child,.modern-page-next){padding-left:16px;padding-right:16px}.modern-page-arrow{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:52px;height:52px;border:1px solid rgba(153,173,187,0.5);border-radius:100%;-webkit-transition:var(--trans-main);-o-transition:var(--trans-main);transition:var(--trans-main)}.modern-page-arrow svg{width:20px;height:10px;fill:var(--color-gray);-webkit-transition:var(--trans-main);-o-transition:var(--trans-main);transition:var(--trans-main)}.modern-page-next{margin-left:49px}.modern-page-previous{margin-right:49px}.modern-page-previous svg{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.modern-page-arrow:hover{border-color:var(--color-primary)}.modern-page-arrow:hover svg{fill:var(--color-primary)}span.modern-page-current{color:var(--color-primary)}@media screen and (max-width:1060px){.modern-page-next{margin-left:20px}.modern-page-previous{margin-right:20px}.modern-page-navigation{padding-top:60px}}@media screen and (max-width:768px){.modern-page-navigation a,.modern-page-navigation span{font-size:var(--fz-24);line-height:var(--lh-29)}.modern-page-navigation a:not(:first-child,.modern-page-next),.modern-page-navigation span:not(:first-child,.modern-page-next){padding-left:10px;padding-right:10px}.modern-page-arrow{width:52px;height:52px;border:none}}@media screen and (max-width:480px){.modern-page-navigation a,.modern-page-navigation span{font-size:var(--fz-16);line-height:var(--lh-20)}.modern-page-navigation a:not(:first-child,.modern-page-next),.modern-page-navigation span:not(:first-child,.modern-page-next){padding-left:8px;padding-right:8px}.modern-page-arrow{width:20px;height:20px}.modern-page-next{margin-left:15px}.modern-page-previous{margin-right:15px}}
/* End */


/* Start:/local/templates/kronopharm/assets/css/components/drugs/_drugs.css?17555894864363*/
.drugs__wrapper {
	border-top: 1px solid var(--color-fourth);
}
.drugs__sort {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 40px;
	padding-bottom: 30px;
}
.drugs__sort-reset {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 60px;
	cursor: pointer;
}
.drugs__sort-reset span{
	color: var(--color-gray);
	font-size: var(--fz-14);
	line-height: var(--lh-18);
	margin-right: 10px;
	-webkit-transition: all 350ms;
	-o-transition: all 350ms;
	transition: all 350ms;
}
.drugs__sort-reset button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: transparent;
	border: none;
	outline: none;
}
.drugs__sort-reset button svg {
	width: 16px;
	height: 16px;
	stroke: var(--color-primary);
}
.drugs__search {
	position: relative;
	max-width: 381px;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	margin-right: 20px;
}
.drugs__select {
	opacity: 0;
}
.drugs__select+.select2 {
	max-width: 274px;
}
.drugs__select#status_select + .select2, .drugs__select#recipe_select + .select2 {
	margin-right: 20px;
}
.drugs__search::-webkit-input-placeholder {
	color: var(--color-gray);
}
.drugs__search::-moz-placeholder {
	color: var(--color-gray);
}
.drugs__search:-ms-input-placeholder {
	color: var(--color-gray);
}
.drugs__search::-ms-input-placeholder {
	color: var(--color-gray);
}
.drugs__search::placeholder {
	color: var(--color-gray);
}
.drugs__search-element {
	position: absolute;
	border: none;
	background: transparent;
	outline: none;
	cursor: pointer;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 18px;
}
.drugs__search-loupe svg{
	width: 20px;
	height: 20px;
	stroke: var(--color-text-gray);
	fill: transparent;
}
.drugs__search .input__item:focus + .drugs__search-loupe svg {
	stroke: var(--color-primary);
}

.drugs__search-cross {
	display: none;
}
.drugs__search-cross svg {
	width: 24px;
	height: 24px;
	stroke: var(--color-primary);
}
.drugs__search-list {
	display: none;
	position: absolute;
	width: 100%;
	background-color: var(--color-third);
	top: 54px;
	z-index: 2;
}
.drugs__search-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 12px 12px 20px 12px;
	cursor: pointer;
}
.drugs__search-item:not(:last-child) {
	border-bottom: 1px solid var( --color-fourth);
}
.drugs__search-item::after {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	background: #EEF5FA;
	border: 1px solid #99ADBB;
	border-radius: 32px;
	-webkit-transition: all 350ms;
	-o-transition: all 350ms;
	transition: all 350ms;
}
.drugs__search-item:hover::after {
	background-image: url(/local/templates/kronopharm/assets/img/icons/select_galochka.svg);
	background-color: #99ADBB !important;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.drugs__search-link {
	color: var(--color-primary);
	font-size: var(--fz-14);
	font-family: var(--ff-tt-medium);
	font-weight: 500;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.select2-results__option:first-child {
	opacity: 0.5;
	position:relative;
}

.select2-results__option:first-child::before{
	content:"";
	display:block;
	position: absolute;
	top: 12px;
    right: 18px;
    height: 20px;
    width: 20px;
    background: var(--color-third);
}
@media screen and (max-width: 1060px) {
	.drugs__select+.select2 {
		max-width: 210px;
	}
}
@media screen and (max-width: 768px) {
	.drugs__wrapper {
		border-top: none;
	}
	.drugs__sort {
		padding-top: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.drugs__sort-reset {
		margin-bottom: 30px;
	}
	.drugs__select+.select2 {
		max-width: 100%;
	}
	.drugs__select#category_select + .select2, .drugs__select#recipe_select + .select2 {
		margin-right: 0;
		margin-bottom: 10px;
	}
	.drugs__search {
		max-width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
}
/* End */


/* Start:/local/templates/kronopharm/assets/css/components/form/_form.css?169755563010643*/
.feedback__wrapper {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 40% 139px 1fr;
	grid-template-columns: 40% 1fr;
	gap: 139px;
}

.feedback__text {
	max-width: 350px;
	line-height: var(--lh-24);
}
.form {
	padding-right: 135px;
}
.form__modal {
	display: none;
	padding: 60px 30px 60px 30px;
}
.form__submit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.form__button {
	padding: 16px 56px 16px 56px;
	margin-right: 26px;
}

.form__success {
	display: none;
}
.form__success.fancybox__content,
.form__modal.fancybox__content .form__success{
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 60px 177px;
}
.form__success-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 100%;
	width: 106px;
	height: 106px;
	border: 2px solid #B3CCDE;
	margin-bottom: 40px;
}
.form__success-icon svg {
	width: 46px;
	min-width: 46px;
	height: 33px;
	fill: transparent;
}
.form__success-gratitude {
	font-family: var(--ff-inter-semibold);
	font-weight: var(--fw-600);
	font-size: var(--fz-40);
	line-height: var(--lh-50);
	color: var(--color-primary);
	margin-bottom: 20px;
}
.form__success-text {
	font-family: var(--ff-inter-medium);
	font-weight: var(--fw-500);
	font-size: var(--fz-24);
	line-height: var(--lh-29);
	color: var(--color-primary);
	margin-bottom: 60px;
	text-align: center;
}

.form__success.fancybox__content .f-button.is-close-btn,
.form__modal.fancybox__content .f-button.is-close-btn{
	--f-button-width: 34px !important;
	--f-button-height: 34px !important;
	--f-button-color: #99ADBB !important;
	--f-button-hover-color: #D9D9D9 !important;
	-webkit-transition: all 350ms;
	-o-transition: all 350ms;
	transition: all 350ms;
	position: absolute;
	top: 30px !important;
	right: 30px !important;
	opacity: 1 !important;
	--f-button-svg-width: 22px !important;
	--f-button-svg-height: 22px !important;
	background: transparent !important;
	border-radius: unset !important;
}
.form__success-button.button {
	padding: 16px 63px;
}
.input {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.input__item {
	padding: 18px 20px 18px 20px;
	width: 100%;
	font-size: var(--fz-14);
	line-height: var(--lh-17);
	color: var(--color-primary);
	background: var(--color-third);
	border: none;
	outline: none;
}
.input__item::-webkit-input-placeholder {
	color: var(--color-gray);
}
.input__item::-moz-placeholder {
	color: var(--color-gray);
}
.input__item:-ms-input-placeholder {
	color: var(--color-gray);
}
.input__item::-ms-input-placeholder {
	color: var(--color-gray);
}
.input__item::placeholder {
	color: var(--color-gray);
}
.policy,
.input__error {
	font-size: var(--fz-12);
	line-height: var(--lh-15);
	color: var( --color-text-gray);
	max-width: 303px;
}
.input__error {
	margin: 10px 0 10px 0;
	color: var(--color-error);
	max-width: 100%;
}

/*Отключение крестика в search инпуте*/

input[type=text]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=text]::-ms-reveal {  display: none; width : 0; height: 0; }
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

input[type=text]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=text]::-ms-reveal {  display: none; width : 0; height: 0; }
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }


/*Select2*/
.select2-container {
	width: 100% !important;
	background: var(--color-third);
}
.select2-container .select2-selection--single {
	height: unset !important;
	padding: 15.8px 20px;
}

.select2-container--default .select2-selection--single {
	background-color: transparent !important;
	border: none !important;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
	border-radius: 25px !important;
	border-bottom: none !important;
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
	border-radius: 25px !important;
	border-top: none !important;
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	padding: unset !important;
	color: var(--color-primary) !important;
	font-family: var(--ff-tt-medium);
	font-weight: 500;
	font-size: 14px;
	line-height: 18px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 20px !important;
	top: 50% !important;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 20px !important;
	width: 20px;
	z-index: 1;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: unset !important;
	border-style: none !important;
	border-width: unset !important;
	height: 7px !important;
	width: 12px !important;
	margin-top: -3px !important;
	background: url(/local/templates/kronopharm/assets/img/icons/select-arrow_active.svg) center center/cover no-repeat !important;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	background: url(/local/templates/kronopharm/assets/img/icons/select-arrow_active.svg) center center/cover no-repeat !important;
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.select2-dropdown {
	border: none !important;
	top: 0;
}
.select2-results {
	padding-top: 2px;
}
.select2-container--open .select2-dropdown.select2-dropdown--above .select2-results{
	padding-top: 30px;
	padding-bottom: 0;
}
.select2-search--dropdown {
	display: none !important;
}
.select2-results__option {
	color: var(--color-primary) !important;
	padding: 12px 20px 12px 20px !important;
	font-family: var(--ff-tt-medium);
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
}
.select2-results__option:not(:last-child) {
	border-bottom: 1px solid #DBEAF4;
}
.select2-results__option:last-child {
	padding: 12px 20px 25px 20px !important;
}
.select2-results__option:only-child {
	padding: 12px 20px 12px 20px !important;
}
.select2-results__option--selectable {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background: transparent !important;
	color: var(--color-primary) !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable:not(.select2-results__option--selected)::after {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	background: #EEF5FA;
	border: 1px solid #99ADBB;
	border-radius: 32px;
}
.select2-container--default .select2-results__option--selected {
	background: transparent !important;
}
.select2-container--default .select2-results__option--selected::after {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	border: 1px solid #99ADBB;
	border-radius: 32px;
	background-image: url(/local/templates/kronopharm/assets/img/icons/select_galochka.svg);
	background-color: #99ADBB !important;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.select2-container--default .select2-results>.select2-results__options {
	scrollbar-width: thin;
	scrollbar-color: var(--color-primary) var(--color-white);
	background: var(--color-third);
}
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar{
	width: 5px;
}
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track {
	background: var(--color-white);
}
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
	background-color: var(--color-primary);
}


@media screen and (max-width: 1440px){
	.feedback__wrapper {
		gap: calc(50px + (139 - 50) * ((100vw - 1060px) / (1440 - 1060)));
	}
	.form {
		padding-right: calc(70px + (135 - 70) * ((100vw - 1060px) / (1440 - 1060)));
	}
	.form__modal {
		padding: 60px 30px 60px 30px;
	}
}
@media screen and (max-width: 768px) {
	.feedback__wrapper {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		gap: 40px;
	}
	.form__modal.fancybox__content .form__success{
		padding: 60px 60px;
	}
}
@media screen and (max-width: 576px) {
	.form__submit {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.form__button.button {
		border-radius: unset;
		width: 100%;
		margin-right: 0;
		margin-bottom: 16px;
	}
	.form__submit .policy {
		max-width: 100%;
		text-align: center;
	}

	.form__success.fancybox__content {
		padding: 60px 60px;
	}
	.form__success.fancybox__content .f-button.is-close-btn,
	.form__modal.fancybox__content .f-button.is-close-btn{
		top: 20px !important;
		right: 20px !important;
	}
}
@media screen and (max-width: 480px) {
	.input__error {
		margin: 5px 0 5px 0;
	}
	.form__success.fancybox__content,
	.form__modal.fancybox__content .form__success {
		padding: 60px 25px;
	}
	.form__success-button {
		width: 100%;
	}
}
/* End */


/* Start:/local/templates/kronopharm/assets/css/plugins/select2.css?169755563016263*/
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline;list-style:none;padding:0}.select2-container .select2-selection--multiple .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;margin-left:5px;padding:0;max-width:100%;resize:none;height:18px;vertical-align:bottom;font-family:sans-serif;overflow:hidden;word-break:keep-all}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option--selectable{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px;padding-right:0px}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;padding-bottom:5px;padding-right:5px;position:relative}.select2-container--default .select2-selection--multiple.select2-selection--clearable{padding-right:25px}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;font-weight:bold;height:20px;margin-right:10px;margin-top:5px;position:absolute;right:0;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:inline-block;margin-left:5px;margin-top:5px;padding:0;padding-left:20px;position:relative;max-width:100%;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap}.select2-container--default .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-right:1px solid #aaa;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#999;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px;position:absolute;left:0;top:0}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus{background-color:#f1f1f1;color:#333;outline:none}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-left:1px solid #aaa;border-right:none;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear{float:left;margin-left:10px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--group{padding:0}.select2-container--default .select2-results__option--disabled{color:#999}.select2-container--default .select2-results__option--selected{background-color:#ddd}.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0;padding-bottom:5px;padding-right:5px}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;display:inline-block;margin-left:5px;margin-top:5px;padding:0}.select2-container--classic .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#888;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555;outline:none}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option--group{padding:0}.select2-container--classic .select2-results__option--disabled{color:grey}.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}
/* End */
/* /local/templates/kronopharm/components/bitrix/system.pagenavigation/modern-custom/style.min.css?16975556362554 */
/* /local/templates/kronopharm/assets/css/components/drugs/_drugs.css?17555894864363 */
/* /local/templates/kronopharm/assets/css/components/form/_form.css?169755563010643 */
/* /local/templates/kronopharm/assets/css/plugins/select2.css?169755563016263 */
