

/* Start:/local/templates/farmacia/css/jquery-ui.css?173927917036099*/
/*! jQuery UI - v1.13.2 - 2022-07-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	-ms-filter: "alpha(opacity=0)"; /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	-ms-filter: "alpha(opacity=25)"; /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: pointer;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}
/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	-ms-filter: "alpha(opacity=70)"; /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	-ms-filter: "alpha(opacity=35)"; /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	-ms-filter: "alpha(opacity=35)"; /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("/local/templates/farmacia/css/images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("/local/templates/farmacia/css/images/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("/local/templates/farmacia/css/images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("/local/templates/farmacia/css/images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("/local/templates/farmacia/css/images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("/local/templates/farmacia/css/images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
	background-image: url("/local/templates/farmacia/css/images/ui-icons_777777_256x240.png");
}

/* positioning */
/* Three classes needed to override `.ui-button:hover .ui-icon` */
.ui-icon-blank.ui-icon-blank.ui-icon-blank {
	background-image: none;
}
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	-ms-filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}

/* End */


/* Start:/local/templates/farmacia/css/jquery.custom-scroll.css?17392791701160*/
.custom-scroll_container {
	overflow: hidden !important;
	position: relative;
}

.custom-scroll_inner {
	overflow-y: scroll;
	overflow-x: hidden;
	height: 100%;
	*position: absolute; /* ie7 fix */
	*left: 0;
	*right: 0;
}
.custom-scroll_inner::-webkit-scrollbar { width: 0; height: 0; }
.custom-scroll_inner{ -ms-overflow-style: none; }


.custom-scroll_bar-y,
.custom-scroll_bar-x {
	cursor: default;
	position: absolute;
	border-radius: 1px;
	z-index: 1;
	background: #888;
	-webkit-user-select: none;
	 -khtml-user-select: none;
	   -moz-user-select: none;
	     -o-user-select: none;
	        user-select: none;

	transition: opacity .2s;
}
.custom-scroll_bar-y {
	top: 0;
	right: 1px;
	width: 5px;
	background: #C1E0CA;
	border-radius: 6px;
}
.custom-scroll_bar-x {
	left: 0;
	bottom: 1px;
	height: 6px;
	display: none;
}

.custom-scroll_bar-y:hover,
.custom-scroll_bar-x:hover {
	opacity: .7;
}
.custom-scroll_bar-y:active,
.custom-scroll_bar-x:active {
	opacity: 1;
}

.custom-scroll_hidden-y > .custom-scroll_bar-y,
.custom-scroll_hidden-x > .custom-scroll_bar-x {
	opacity: 0;
	visibility: hidden;
	transition: opacity .2s, visibility step-end .3s;
}

/* End */


/* Start:/local/templates/farmacia/css/fancyapps.css?173927917015598*/
.carousel{position:relative;box-sizing:border-box}.carousel *,.carousel *:before,.carousel *:after{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:grab}.carousel.is-dragging{cursor:move;cursor:grabbing}.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;width:var(--carousel-slide-width, 60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}.has-dots{margin-bottom:calc(0.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + 0.5rem);left:0;right:0;display:flex;justify-content:center;list-style:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background-color:currentColor;opacity:.25;transition:opacity .15s ease-in-out}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{width:var(--carousel-button-width, 48px);height:var(--carousel-button-height, 48px);padding:0;border:0;display:flex;justify-content:center;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color, currentColor);background:var(--carousel-button-bg, transparent);border-radius:var(--carousel-button-border-radius, 50%);box-shadow:var(--carousel-button-shadow, none);transition:opacity .15s ease}.carousel__button.is-prev,.carousel__button.is-next{position:absolute;top:50%;transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{width:var(--carousel-button-svg-width, 50%);height:var(--carousel-button-svg-height, 50%);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width, 1.5);stroke-linejoin:bevel;stroke-linecap:round;filter:var(--carousel-button-svg-filter, none);pointer-events:none}html.with-fancybox{scroll-behavior:auto}body.compensate-for-scrollbar{overflow:hidden !important;touch-action:none}.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;margin:0;padding:env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);box-sizing:border-box;display:flex;flex-direction:column;color:var(--fancybox-color, #fff);-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:hidden;z-index:1050;outline:none;transform-origin:top left;--carousel-button-width: 48px;--carousel-button-height: 48px;--carousel-button-svg-width: 24px;--carousel-button-svg-height: 24px;--carousel-button-svg-stroke-width: 2.5;--carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container :focus{outline:none}body:not(.is-using-mouse) .fancybox__container :focus{box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94))}@media all and (min-width: 1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-bg, rgba(24, 24, 27, 0.92))}.fancybox__carousel{position:relative;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(0.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:flex;height:100%}.fancybox__slide{flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px 8px;position:relative;overscroll-behavior:contain;display:flex;flex-direction:column;outline:0;overflow:auto;--carousel-button-width: 36px;--carousel-button-height: 36px;--carousel-button-svg-width: 22px;--carousel-button-svg-height: 22px}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}@media all and (min-width: 1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{margin:0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);padding:36px;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);position:relative;align-self:center;display:flex;flex-direction:column;z-index:20}.fancybox__content :focus:not(.carousel__button.is-close){outline:thin dotted;box-shadow:none}.fancybox__caption{align-self:center;max-width:100%;margin:0;padding:1rem 0 0 0;line-height:1.375;color:var(--fancybox-color, currentColor);visibility:visible;cursor:auto;flex-shrink:0;overflow-wrap:anywhere}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{top:100%;color:var(--fancybox-color, #fff)}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top, 0px) + 8px);right:calc(env(safe-area-inset-right, 0px) + 8px);z-index:40}@media all and (min-width: 1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{position:absolute;top:-40px;right:0;color:var(--fancybox-color, #fff)}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:50px;height:50px;color:var(--fancybox-color, currentColor)}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{animation:fancybox-rotate 2s linear infinite;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@keyframes fancybox-rotate{100%{transform:rotate(360deg)}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.fancybox__backdrop,.fancybox__caption,.fancybox__nav,.carousel__dots,.carousel__button.is-close{opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close{animation:.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .carousel__button.is-close{animation:.15s ease both fancybox-fadeOut}.fancybox-fadeIn{animation:.15s ease both fancybox-fadeIn}.fancybox-fadeOut{animation:.1s ease both fancybox-fadeOut}.fancybox-zoomInUp{animation:.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{animation:.15s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{animation:.15s ease both fancybox-throwOutUp}.fancybox-throwOutDown{animation:.15s ease both fancybox-throwOutDown}@keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-zoomInUp{from{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes fancybox-zoomOutDown{to{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}}@keyframes fancybox-throwOutUp{to{transform:translate3d(0, -30%, 0);opacity:0}}@keyframes fancybox-throwOutDown{to{transform:translate3d(0, 30%, 0);opacity:0}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__image{transform-origin:0 0;user-select:none;transition:none}.has-image .fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__content{flex-direction:row;flex-wrap:wrap}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;max-height:100%;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{max-width:100%;height:auto}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{width:100%;height:100%}.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;object-fit:cover}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{width:100%;height:80%}.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.fancybox__thumbs{flex:0 0 auto;position:relative;padding:0px 3px;opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{flex:0 0 auto;width:var(--fancybox-thumbs-width, 96px);margin:0;padding:8px 3px;box-sizing:content-box;display:flex;align-items:center;justify-content:center;overflow:visible;cursor:pointer}.fancybox__thumbs .carousel__slide .fancybox__thumb::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-width:5px;border-style:solid;border-color:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));opacity:0;transition:opacity .15s ease;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;user-select:none}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));background-size:cover;background-position:center center;background-color:rgba(255,255,255,.1);background-repeat:no-repeat;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background:linear-gradient(to top, hsla(0deg, 0%, 0%, 0) 0%, hsla(0deg, 0%, 0%, 0.006) 8.1%, hsla(0deg, 0%, 0%, 0.021) 15.5%, hsla(0deg, 0%, 0%, 0.046) 22.5%, hsla(0deg, 0%, 0%, 0.077) 29%, hsla(0deg, 0%, 0%, 0.114) 35.3%, hsla(0deg, 0%, 0%, 0.155) 41.2%, hsla(0deg, 0%, 0%, 0.198) 47.1%, hsla(0deg, 0%, 0%, 0.242) 52.9%, hsla(0deg, 0%, 0%, 0.285) 58.8%, hsla(0deg, 0%, 0%, 0.326) 64.7%, hsla(0deg, 0%, 0%, 0.363) 71%, hsla(0deg, 0%, 0%, 0.394) 77.5%, hsla(0deg, 0%, 0%, 0.419) 84.5%, hsla(0deg, 0%, 0%, 0.434) 91.9%, hsla(0deg, 0%, 0%, 0.44) 100%);padding:0;touch-action:none;display:flex;justify-content:space-between;--carousel-button-svg-width: 20px;--carousel-button-svg-height: 20px;opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4))}@media all and (min-width: 1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{position:absolute;left:50%;transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media(max-width: 640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height, 48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased}.fancybox__progress{background:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:30;user-select:none}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}
/* End */


/* Start:/local/templates/farmacia/css/style.css?1753359932144948*/
@font-face {
    font-family: "Uni Neue";
    src: url("/local/templates/farmacia/css/../fonts/UniNeueHeavy.eot");
    src: local("Uni Neue Heavy"), local("UniNeueHeavy"), url("/local/templates/farmacia/css/../fonts/UniNeueHeavy.eot?#iefix") format("embedded-opentype"), url("/local/templates/farmacia/css/../fonts/UniNeueHeavy.woff2") format("woff2"), url("/local/templates/farmacia/css/../fonts/UniNeueHeavy.woff") format("woff"), url("/local/templates/farmacia/css/../fonts/UniNeueHeavy.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: "Uni Neue Book";
    src: url("/local/templates/farmacia/css/../fonts/UniNeueBook.eot");
    src: local("Uni Neue Book"), local("UniNeueBook"), url("/local/templates/farmacia/css/../fonts/UniNeueBook.eot?#iefix") format("embedded-opentype"), url("/local/templates/farmacia/css/../fonts/UniNeueBook.woff2") format("woff2"), url("/local/templates/farmacia/css/../fonts/UniNeueBook.woff") format("woff"), url("/local/templates/farmacia/css/../fonts/UniNeueBook.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Uni Neue";
    src: url("/local/templates/farmacia/css/../fonts/UniNeueRegular.eot");
    src: local("Uni Neue Regular"), local("UniNeueRegular"), url("/local/templates/farmacia/css/../fonts/UniNeueRegular.eot?#iefix") format("embedded-opentype"), url("/local/templates/farmacia/css/../fonts/UniNeueRegular.woff2") format("woff2"), url("/local/templates/farmacia/css/../fonts/UniNeueRegular.woff") format("woff"), url("/local/templates/farmacia/css/../fonts/UniNeueRegular.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Uni Neue";
    src: url("/local/templates/farmacia/css/../fonts/UniNeueLight-Italic.eot");
    src: local("Uni Neue Light Italic"), local("UniNeueLight-Italic"), url("/local/templates/farmacia/css/../fonts/UniNeueLight-Italic.eot?#iefix") format("embedded-opentype"), url("/local/templates/farmacia/css/../fonts/UniNeueLight-Italic.woff2") format("woff2"), url("/local/templates/farmacia/css/../fonts/UniNeueLight-Italic.woff") format("woff"), url("/local/templates/farmacia/css/../fonts/UniNeueLight-Italic.ttf") format("truetype");
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: "Uni Neue";
    src: url("/local/templates/farmacia/css/../fonts/UniNeueLight.eot");
    src: local("Uni Neue Light"), local("UniNeueLight"), url("/local/templates/farmacia/css/../fonts/UniNeueLight.eot?#iefix") format("embedded-opentype"), url("/local/templates/farmacia/css/../fonts/UniNeueLight.woff2") format("woff2"), url("/local/templates/farmacia/css/../fonts/UniNeueLight.woff") format("woff"), url("/local/templates/farmacia/css/../fonts/UniNeueLight.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Uni Neue";
    src: url("/local/templates/farmacia/css/../fonts/UniNeueBold.eot");
    src: local("Uni Neue Bold"), local("UniNeueBold"), url("/local/templates/farmacia/css/../fonts/UniNeueBold.eot?#iefix") format("embedded-opentype"), url("/local/templates/farmacia/css/../fonts/UniNeueBold.woff2") format("woff2"), url("/local/templates/farmacia/css/../fonts/UniNeueBold.woff") format("woff"), url("/local/templates/farmacia/css/../fonts/UniNeueBold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Uni Neue";
    src: url("/local/templates/farmacia/css/../fonts/UniNeueHeavy-Italic.eot");
    src: local("Uni Neue Heavy Italic"), local("UniNeueHeavy-Italic"), url("/local/templates/farmacia/css/../fonts/UniNeueHeavy-Italic.eot?#iefix") format("embedded-opentype"), url("/local/templates/farmacia/css/../fonts/UniNeueHeavy-Italic.woff2") format("woff2"), url("/local/templates/farmacia/css/../fonts/UniNeueHeavy-Italic.woff") format("woff"), url("/local/templates/farmacia/css/../fonts/UniNeueHeavy-Italic.ttf") format("truetype");
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: "Uni Neue Book";
    src: url("/local/templates/farmacia/css/../fonts/UniNeueBook-Italic.eot");
    src: local("Uni Neue Book Italic"), local("UniNeueBook-Italic"), url("/local/templates/farmacia/css/../fonts/UniNeueBook-Italic.eot?#iefix") format("embedded-opentype"), url("/local/templates/farmacia/css/../fonts/UniNeueBook-Italic.woff2") format("woff2"), url("/local/templates/farmacia/css/../fonts/UniNeueBook-Italic.woff") format("woff"), url("/local/templates/farmacia/css/../fonts/UniNeueBook-Italic.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: "Uni Neue";
    src: url("/local/templates/farmacia/css/../fonts/UniNeueBlack-Italic.eot");
    src: local("Uni Neue Black Italic"), local("UniNeueBlack-Italic"), url("/local/templates/farmacia/css/../fonts/UniNeueBlack-Italic.eot?#iefix") format("embedded-opentype"), url("/local/templates/farmacia/css/../fonts/UniNeueBlack-Italic.woff2") format("woff2"), url("/local/templates/farmacia/css/../fonts/UniNeueBlack-Italic.woff") format("woff"), url("/local/templates/farmacia/css/../fonts/UniNeueBlack-Italic.ttf") format("truetype");
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: "Uni Neue";
    src: url("/local/templates/farmacia/css/../fonts/UniNeueBold-Italic.eot");
    src: local("Uni Neue Bold Italic"), local("UniNeueBold-Italic"), url("/local/templates/farmacia/css/../fonts/UniNeueBold-Italic.eot?#iefix") format("embedded-opentype"), url("/local/templates/farmacia/css/../fonts/UniNeueBold-Italic.woff2") format("woff2"), url("/local/templates/farmacia/css/../fonts/UniNeueBold-Italic.woff") format("woff"), url("/local/templates/farmacia/css/../fonts/UniNeueBold-Italic.ttf") format("truetype");
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: "Uni Neue";
    src: url("/local/templates/farmacia/css/../fonts/UniNeueRegular-Italic.eot");
    src: local("Uni Neue Regular Italic"), local("UniNeueRegular-Italic"), url("/local/templates/farmacia/css/../fonts/UniNeueRegular-Italic.eot?#iefix") format("embedded-opentype"), url("/local/templates/farmacia/css/../fonts/UniNeueRegular-Italic.woff2") format("woff2"), url("/local/templates/farmacia/css/../fonts/UniNeueRegular-Italic.woff") format("woff"), url("/local/templates/farmacia/css/../fonts/UniNeueRegular-Italic.ttf") format("truetype");
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: "Uni Neue";
    src: url("/local/templates/farmacia/css/../fonts/UniNeueThin.eot");
    src: local("Uni Neue Thin"), local("UniNeueThin"), url("/local/templates/farmacia/css/../fonts/UniNeueThin.eot?#iefix") format("embedded-opentype"), url("/local/templates/farmacia/css/../fonts/UniNeueThin.woff2") format("woff2"), url("/local/templates/farmacia/css/../fonts/UniNeueThin.woff") format("woff"), url("/local/templates/farmacia/css/../fonts/UniNeueThin.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: "Uni Neue";
    src: url("/local/templates/farmacia/css/../fonts/UniNeueBlack.eot");
    src: local("Uni Neue Black"), local("UniNeueBlack"), url("/local/templates/farmacia/css/../fonts/UniNeueBlack.eot?#iefix") format("embedded-opentype"), url("/local/templates/farmacia/css/../fonts/UniNeueBlack.woff2") format("woff2"), url("/local/templates/farmacia/css/../fonts/UniNeueBlack.woff") format("woff"), url("/local/templates/farmacia/css/../fonts/UniNeueBlack.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "Uni Neue";
    src: url("/local/templates/farmacia/css/../fonts/UniNeueThin-Italic.eot");
    src: local("Uni Neue Thin Italic"), local("UniNeueThin-Italic"), url("/local/templates/farmacia/css/../fonts/UniNeueThin-Italic.eot?#iefix") format("embedded-opentype"), url("/local/templates/farmacia/css/../fonts/UniNeueThin-Italic.woff2") format("woff2"), url("/local/templates/farmacia/css/../fonts/UniNeueThin-Italic.woff") format("woff"), url("/local/templates/farmacia/css/../fonts/UniNeueThin-Italic.ttf") format("truetype");
    font-weight: 100;
    font-style: italic;
}

.up {
    text-transform: uppercase;
}

.none {
    text-decoration: none;
}

.th {
    font-weight: 100;
}

.el {
    font-weight: 200;
}

.l {
    font-weight: 300;
}

.reg {
    font-weight: 400;
}

.med {
    font-weight: 500;
}

.sb {
    font-weight: 600;
}

.bold {
    font-weight: 700;
}

.eb {
    font-weight: 800;
}

.black {
    font-weight: 900;
}

.un {
    text-decoration: underline;
}

.in {
    display: inline-block;
}

.vam {
    vertical-align: middle;
}

.rel {
    position: relative;
}

.bl {
    display: block;
}

.abs {
    position: absolute;
}

.tr {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.try {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.trx {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.tc {
    display: table-cell;
    vertical-align: middle;
}

.dn {
    display: none;
}

.tac {
    text-align: center;
}

.tal {
    text-align: left;
}

.tar {
    text-align: right;
}

.taj {
    text-align: justify;
}

.it {
    font-style: italic;
}

.sn {
    font-style: normal;
}

.popup {
    position: fixed;
    width: 120%;
    height: 100%;
    left: -10%;
    top: 0;
    overflow-y: scroll;
    background: rgba(1, 1, 1, 0.7);
    z-index: 11;
    display: none;
}

.b0 {
    border: 0;
}

.bn {
    background: none;
}

.w100 {
    width: 100%;
}

.h100 {
    height: 100%;
}

.wa {
    width: auto;
}

.p0 {
    padding: 0;
}

.m0 {
    margin: 0;
}

.poi {
    cursor: pointer;
}

.auto {
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
}

.noup {
    text-transform: none;
}

.fix {
    position: fixed;
}

.tn {
    transform: none;
}

.bf {
    background: #fff;
}

.cf {
    color: #fff;
}

.c0 {
    color: #000;
}

.ap {
    appearance: none;
}

.nw {
    white-space: nowrap;
}

.ma {
    margin: 0 auto;
}

.oh {
    overflow: hidden;
}

.pen {
    pointer-events: none;
}

body,
html {
    width: 100%;
    height: 100%;
}

body {
    background: #fbfcfb;
    overflow-x: hidden;
}

body,
th,
td {
    font-family: "Uni Neue";
    font-size: 14px;
    color: #000;
}

body,
form,
object,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

img,
table {
    border: none;
}

table {
    border-collapse: collapse;
}

table td {
    padding: 0;
}

a {
    color: #000;
    cursor: pointer;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

a:hover {
    text-decoration: none;
}

input,
textarea,
button,
select {
    margin: 0;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    border: 0;
    font-family: "Uni Neue";
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder,
button:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder,
button:focus::-moz-placeholder,
select:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder,
button:focus:-moz-placeholder,
select:focus:-moz-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder,
button:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder {
    color: transparent;
}

button,
input[type="submit"] {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    cursor: pointer;
    border: 0;
}

ol,
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

img {
    max-width: 100%;
}

.an {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

section,
header,
footer,
nav,
main {
    display: block;
}

textarea {
    resize: vertical;
}

.wrap {
    margin: 0 auto;
    width: 1440px;
}

* {
    outline: none !important;
    scroll-behavior: smooth;
    scroll-padding-top: 130px;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

.top-page-line {
    background: #f9f9f9;
    padding: 19px 0;
}

.top-pagelink {
    align-items: center;
}

.top-pagelink-date {
    text-align: center;
}

.top-pagelink-date p {
    color: #9d9d9d;
    font-size: 12px;
}

.top-page-line .links .city {
    display: inline-block;
    text-decoration: none;
    font-size: 12px;
    line-height: 16px;
    color: #828282;
    padding: 1px 0 1px 22px;
    background: url("/local/templates/farmacia/css/../img/city.svg") no-repeat 0 0;
    cursor: default;
}

.top-page-line .links ul {
    display: inline-block;
}

.top-page-line .links ul li {
    display: inline-block;
    margin-left: 46px;
}

.top-page-line .links ul li a {
    display: block;
    text-decoration: none;
    font-size: 12px;
    line-height: 16px;
}

.top-page-line .phone {
    text-decoration: none;
    padding: 0 0 0 26px;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.05em;
    background: url("/local/templates/farmacia/css/../img/phone.svg") no-repeat 0 0;
}

.is-sticky .header {
    box-shadow: 0px 7px 13px rgba(0, 0, 0, 0.08);
}

.header {
    padding: 20px 0;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    z-index: 12 !important;
    background: #fff;
    position: relative;
}

.header .wrap {
    position: relative;
}

.header .logo a {
    display: inline-block;
    width: 170px;
    height: 83px;
    background: url("/local/templates/farmacia/css/../img/logo.png");
}

.header .catalog-button {
    margin-top: 15px;
    color: #fff;
    background: #0ba536;
    border-radius: 9px;
    width: 168px;
    height: 61px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
}

.header .catalog-button.active {
    background: #046201;
}

.header .catalog-button.active span {
    background: url("/local/templates/farmacia/css/../img/x.svg") no-repeat center;
}

.header .catalog-button:hover {
    background: #046201;
}

.header .catalog-button span {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: url("/local/templates/farmacia/css/../img/catalog.svg");
    margin: -2px 8px 0 0;
}

.header form {
    margin-top: 15px;
    width: 723px;
    height: 61px;
    position: relative;
}

.header form input[type="text"] {
    width: 100%;
    height: 100%;
    /* box-shadow: 0px 0px 6px rgb(0 0 0 / 14%); */
    border-radius: 12px;
    padding: 0 62px 0 53px;
    font-weight: 700;
    font-size: 16px;
    background: url("/local/templates/farmacia/css/../img/search.svg") no-repeat 22px 50%;
    position: relative;
    z-index: 4;
}

.header form button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 6px;
    border-radius: 11px;
    width: 46px;
    height: 46px;
    background: #0ba536 url("/local/templates/farmacia/css/../img/arrow.svg") no-repeat center;
    z-index: 5;
}

.header form button:hover,
button.search_page__submit:hover {
    background: #046201 url("/local/templates/farmacia/css/../img/arrow.svg") no-repeat center;
}

.header form input[type="text"]:focus + .list {
    display: block;
}

.title-search-result .list .item {
    padding: 20px 0;
    border-bottom: 1px solid #e7e7e7;
    flex-wrap: nowrap !important;
    align-items: center !important;
}

.title-search-result .list .item:last-child {
    border-bottom: 0;
}

.title-search-result .list .item .name div {
    display: table-cell;
    vertical-align: middle;
}

.title-search-result .list .item .name div img {
    min-width: 58px;
    max-height: 58px;
    width: 58px;
    margin-right: 10px;
    object-fit: contain;
}

.title-search-result .list .item .name div a {
    display: inline;
    text-decoration: none;
    padding: 3px 0;
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
}

.title-search-result .list .item .name div a b b {
    font-weight: inherit;
}

.title-search-result .list .item button {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    transform: none;
    background: #0ba536;
    border-radius: 5px;
    min-width: 123px;
    width: 123px;
    height: 30px;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    margin-top: 5px;
    margin-left: 5px;
    white-space: nowrap;
}

.title-search-result .list .item button[type="submit"] {
    width: 185px;
    height: 35px;
    border: 1px solid #47bd4d;
    border-radius: 5px;
    background: #fff;
    display: flex;
    color: #0ba536;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.title-search-result .list .item button:hover {
    background: #046201;
}

.title-search-result .list .item button[type="submit"]:hover {
    background: #fff;
}

.header .links {
    padding-top: 22px;
    /*margin-left: 60px;*/
}

.header .links a {
    display: inline-block;
    text-decoration: none;
    position: relative;
    padding-top: 36px;
    font-size: 12px;
    line-height: 16px;
    color: #9d9d9d;
}

.header .links a:not(:last-child) {
    margin-right: 20px;
}

.header .links a.basket_header__personal {
    background: url("/local/templates/farmacia/css/../img/order-name3.svg") no-repeat 50% 5px;
}

.header .links a.basket_header__wishlist {
    background: url("/local/templates/farmacia/css/../img/header-link1.svg") no-repeat 50% 5px;
}

.header .links a.basket_header__cart {
    background: url("/local/templates/farmacia/css/../img/header-link2.svg") no-repeat 50% 0;
}

.header .links a:hover {
    color: #000;
}

.header .links a span {
    position: absolute;
    right: -2px;
    top: -4px;
    width: 21px;
    height: 21px;
    line-height: 21px;
    text-align: center;
    color: #fff;
    background: #0ba536;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 11.2px;
}

.header .catalog {
    position: absolute;
    left: 0;
    top: 100%;
    width: 677px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    z-index: 10;
    box-shadow: 0px 35px 67px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    padding: 70px 30px 60px 55px;
    display: none;
}

.header .catalog.opened {
    display: block;
    min-height: 650px;
}

.header .catalog ul {
    padding-right: 50%;
    position: relative;
    min-height: 520px;
}

.header .catalog ul li:hover a {
    color: #fff;
}

.header .catalog ul li:hover ul {
    opacity: 1;
    z-index: 0;
}

.header .catalog ul li a {
    display: block;
    text-decoration: none;
    padding: 8px 20px;
    font-weight: 700;
    font-size: 17px;
    line-height: 23px;
    position: relative;
}

.header .catalog > ul li a {
    position: relative;
}

.header .catalog ul li ul {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    overflow-y: scroll;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 2%;
    display: block;
    opacity: 0;
    z-index: -1;
}

.header .catalog ul li ul li a {
    font-weight: 500;
    color: #595959 !important;
    background: none !important;
}

.header .catalog ul li ul li a:hover {
    color: #0D7D01 !important;
}

.header .menu-button {
    width: 30px;
    height: 16px;
    position: relative;
    display: inline-block;
    display: none;
    width: 38px;
    height: 34px;
    background: url("/local/templates/farmacia/css/../img/menu-button.svg");
}

.header-links {
    padding: 7px 0 40px;
}

.header-links .list a {
    display: block;
    text-decoration: none;
    padding: 5px 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    margin-right: 69px;
    border-bottom: 2px solid #fff;
}

.header-links .list a:hover {
    border-bottom: 2px solid #d0d0d0;
}

.header-links .list .slick-prev,
.header-links .list .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    font-size: 0;
    z-index: 2;
    width: 33px;
    height: 33px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.11);
}

.header-links .list .slick-prev {
    left: -60px;
    background: #fff url("/local/templates/farmacia/css/../img/prev.svg") no-repeat center;
}

.header-links .list .slick-next {
    right: -60px;
    background: #fff url("/local/templates/farmacia/css/../img/next.svg") no-repeat center;
}

.index-page-slider {
    margin-bottom: 62px;
}

.index-page-slider .item {
    opacity: 0.3;
}

.index-page-slider .item.slick-current {
    opacity: 1;
}

.index-page-slider .big-item {
    width: 952px;
    height: 401px;
    margin: 0 12px;
    position: relative;
    border-radius: 8px;
}

.index-page-slider .big-item .text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 320px;
    left: 83px;
    color: #fff;
}

.index-page-slider .big-item .text .name {
    margin-bottom: 30px;
    font-weight: 800;
    font-size: 30px;
    line-height: 38px;
    text-transform: uppercase;
    width: 70%;
}

.index-page-slider .big-item .text p {
    margin-bottom: 52px;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
}

.index-page-slider .big-item .text a.button {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background: #fff;
    color: #0ba536;
    width: 188px;
    height: 50px;
    border-radius: 10px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
}

.index-page-slider .big-item .text a.button:hover {
    color: #fff;
    background: #046201;
}

.index-page-slider .big-item .text a.button .fa {
    vertical-align: middle;
    font-size: 18px;
    margin: -2px 0 0 10px;
}

.index-page-slider .big-item .image {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 143px;
}

.index-page-slider .blocks {
    margin: 0 12px;
    width: 460px;
}

.index-page-slider .blocks .block {
    display: block;
    height: 190px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 20px;
    position: relative;
}

.index-page-slider .blocks .block:last-child {
    margin-bottom: 0;
}

.index-page-slider .blocks .block .text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 36px;
    width: 260px;
    color: #fff;
    font-size: 14px;
    line-height: 17px;
}

.index-page-slider .blocks .block .text span {
    display: block;
    margin-bottom: 20px;
    font-weight: 800;
    font-size: 25px;
    line-height: 28px;
}

.index-page-slider .blocks .block .image {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 32px;
}

.index-page-slider .slick-dots {
    width: 1440px;
    margin: 0 auto;
    padding-top: 27px;
}

.index-page-slider .slick-dots li {
    display: inline-block;
    margin-right: 5px;
}

.index-page-slider .slick-dots li.slick-active button {
    background: #0ba536;
}

.index-page-slider .slick-dots li button {
    padding: 0;
    font-size: 0;
    z-index: 2;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 9px;
    height: 9px;
    background: #d9d9d9;
}

.index-catalog-block {
    padding-bottom: 60px;
}

.index-catalog-block.bf {
    background: #fff;
    padding: 57px 0 43px;
}

.index-catalog-block .wrap {
    position: relative;
}

.index-catalog-block .block-name {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 37px;
    line-height: 50px;
}

.index-catalog-block .top-link {
    position: absolute;
    right: 0;
    top: 0;
    color: #0ba536;
    background: #fff;
    padding: 57px 0 43px;
    width: 199px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    text-decoration: none;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.04);
    border-radius: 17px;
    padding: 0;
}

.index-catalog-block .top-link:hover {
    color: #fff;
    background: #0ba536;
}

.index-catalog-block .list {
    margin: 0 -20px;
}

.index-catalog-block .list .site-item {
    margin: 20px;
    display: flex;
    flex-direction: column;
    height: auto;
}

.index-catalog-block .list .slick-prev,
.index-catalog-block .list .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    font-size: 0;
    z-index: 2;
    width: 43px;
    height: 43px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.11);
}

.index-catalog-block .list .slick-prev {
    left: -60px;
    background: #fff url("/local/templates/farmacia/css/../img/prev2.svg") no-repeat center;
}

.index-catalog-block .list .slick-next {
    right: -60px;
    background: #fff url("/local/templates/farmacia/css/../img/next2.svg") no-repeat center;
}

.index-catalog-block .list .slick-dots {
    text-align: center;
    padding-top: 10px;
}

.index-catalog-block .list .slick-dots li {
    display: inline-block;
    margin-right: 5px;
}

.index-catalog-block .list .slick-dots li.slick-active button {
    background: #0ba536;
}

.index-catalog-block .list .slick-dots li button {
    padding: 0;
    font-size: 0;
    z-index: 2;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 9px;
    height: 9px;
    background: #d9d9d9;
}

.site-item {
    background: #fff;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    padding: 25px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.site-item:hover {
    box-shadow: 0px 7px 20px rgba(41, 111, 69, 0.07);
}

.site-item .badges {
    position: absolute;
    left: 25px;
    top: 20px;
}

.site-item .badges a {
    display: inline-block;
    text-decoration: none;
    margin-right: 5px;
    font-weight: 500;
    font-size: 12px;
    line-height: 10px;
    padding: 7px 12px;
    border-radius: 8px;
}

.site-item .badges a.color1 {
    color: #fff;
    background: #0ba536;
}

.site-item .badges a.color2 {
    background: #f3f4ab;
}

.site-item .badges a.color3 {
    color: #fff;
    background: #ff0000;
    font-size: 14px;
    padding: 10px 10px;
}

.fav-link {
    position: absolute;
    z-index: 10;
    right: 25px;
    top: 22px;
    width: 26px;
    height: 26px;
    background: url("/local/templates/farmacia/css/../img/fav.svg");
}

.item-page .photos .fav-link {
    right: 0px;
    top: 0px;
}

.fav-link.active {
    background: url("/local/templates/farmacia/css/../img/fav2.svg");
}

.fav-link.hidden {
    display: none !important;
}

.site-item .image {
    height: 250px;
    line-height: 250px;
    text-align: center;
}

.site-item .image img {
    display: inline-block;
    vertical-align: middle;
}

.site-item .name {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 16px;
    /* margin-bottom: auto; */
}

.site-item .country {
    margin-bottom: 18px;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #ababab;
    /* margin-top: auto; */
    flex: 1;
}

.site-item .price {
    padding-top: 3px;
    margin-bottom: 20px;
    font-weight: 800;
    font-size: 26px;
    line-height: 14px;
}

.site-item .price .old {
    display: inline-block;
    margin-left: 5px;
    text-decoration: line-through;
    font-weight: 700;
    font-size: 16px;
    line-height: 14px;
    color: #b0b0b0;
    vertical-align: middle;
}

.site-item .discount {
    margin-bottom: 28px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    width: 50px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: #e53838;
    border-radius: 8px;
}

.site-item button {
    color: #fff;
    background: #0ba536;
    border-radius: 9px;
    width: 168px;
    height: 45px;
    font-weight: 700;
    font-size: 15px;
}

.site-item button:hover {
    background: #046201;
}

.site-item button span {
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 21px;
    background: url("/local/templates/farmacia/css/../img/cart.svg");
    margin: -2px 8px 0 0;
}

.index-advantages-block {
    padding-bottom: 64px;
}

.index-advantages-block .item {
    width: 18.5%;
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid #f8f8f8;
    box-shadow: 0px 60px 80px rgba(131, 131, 131, 0.07), 0px 20px 13px rgba(131, 131, 131, 0.035);
    border-radius: 20px;
    padding: 43px 26px 40px 26px;
    font-weight: 700;
    font-size: 13px;
    line-height: 14px;
    color: #9098ac;
}

.index-advantages-block .item span {
    display: block;
    margin: 30px 0 15px;
    color: #000;
    font-size: 17px;
    line-height: 19px;
}

.index-steps-block {
    background: url("/local/templates/farmacia/css/../img/steps-block.png") center / cover;
    padding: 60px 0 90px;
}

.index-steps-block .block-name {
    margin-bottom: 60px;
    font-weight: 500;
    font-size: 37px;
    line-height: 50px;
}

.index-steps-block .item {
    width: 21%;
    margin-bottom: 30px;
}

.index-steps-block .item div {
    display: table-cell;
    vertical-align: middle;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
}

.index-steps-block .item div span {
    display: inline-block;
    margin-right: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #000000;
    box-shadow: 3px 4px 2px rgba(0, 0, 0, 0.08);
    font-weight: 800;
    font-size: 28px;
}

.index-news-banner .mini-banner {
    display: none;
}

.index-news-block {
    padding: 50px 0 45px;
}

.index-news-block.news-block {
    padding: 5px 0 45px;
}

.index-news-block .wrap {
    position: relative;
}

.index-news-block .block-name {
    margin-bottom: 50px;
    font-weight: 500;
    font-size: 37px;
    line-height: 50px;
}

.index-news-block .top-link {
    position: absolute;
    right: 0;
    top: 0;
    color: #0ba536;
    background: #fff;
    width: 199px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    text-decoration: none;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.04);
    border-radius: 17px;
    padding: 0;
}

.index-news-block .top-link:hover {
    color: #fff;
    background: #0ba536;
}

.index-news-block .item {
    margin-bottom: 30px;
    width: 19.7%;
}

.index-news-block .item img {
    width: 100%;
    margin-bottom: 24px;
    border-radius: 5px;
}

.index-news-block .item .date {
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 135%;
    color: #898989;
}

.index-news-block .item .name {
    display: block;
    text-decoration: none;
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 18px;
    line-height: 125%;
}

.index-news-block .item p {
    font-size: 15px;
    line-height: 135%;
    color: #6b6b6b;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.index-faq-block {
    padding-bottom: 90px;
}

.index-faq-block .faq {
    width: 46.5%;
}

.index-faq-block .faq .block-name {
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 37px;
    line-height: 50px;
}

.index-faq-block .faq .block-name:not(:first-child) {
    margin-top: 50px;
}

.index-faq-block .faq .block-name a {
    display: inline-block;
    text-decoration: none;
    color: #0ba536;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    padding: 16px 43px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.04);
    border-radius: 17px;
    vertical-align: middle;
    margin-left: 65px;
}

.index-faq-block .faq .block-name a:hover {
    color: #fff;
    background: #0ba536;
}

.index-faq-block .faq .item {
    margin-bottom: 10px;
    border: 1px solid #e0e0e0;
    box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.04);
    border-radius: 4px;
    padding: 22px 20px 22px 34px;
}

.index-faq-block .faq .item .name {
    cursor: pointer;
    padding: 5px 40px 5px 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    background: url("/local/templates/farmacia/css/../img/faq1.svg") no-repeat right;
}

.index-faq-block .faq .item .name.active {
    background: url("/local/templates/farmacia/css/../img/faq2.svg") no-repeat right;
}

.index-faq-block .faq .item .text {
    padding-top: 15px;
    font-size: 15px;
    line-height: 22px;
    color: #4a4a4a;
    display: none;
}

.index-faq-block .faq .item .text a {
    color: #0ba536;
}

.index-faq-block .faq .br {
    height: 40px;
}

.index-faq-block .form {
    width: 49%;
}

.index-faq-block .form.inner form {
    height: auto;
}

.index-faq-block .form.inner form .woman {
    right: 0;
}

.index-faq-block .form .block-name {
    margin-bottom: 52px;
    font-weight: 500;
    font-size: 37px;
    line-height: 50px;
}

.index-faq-block .form form {
    height: 402px;
    background: url("/local/templates/farmacia/css/../img/form.png") center / cover;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 57px 67px;
    color: #fff;
    position: relative;
}

.index-faq-block .form form .name {
    text-transform: uppercase;
    font-size: 17px;
    line-height: 23px;
    margin-bottom: 5px;
}

.index-faq-block .form form .name span {
    display: block;
    font-weight: 800;
    font-size: 39px;
    line-height: 53px;
}

.index-faq-block .form form p {
    font-weight: 700;
    font-size: 17px;
    line-height: 150%;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.index-faq-block .form form .form__line {
    margin-bottom: 75px;
    width: 179px;
    height: 30px;
    background: url("/local/templates/farmacia/css/../img/input.svg") no-repeat bottom;
    color: #fff;
}

.index-faq-block .form form button {
    background: #fff;
    display: block;
    color: #0ba536;
    width: 255px;
    height: 55px;
    border-radius: 9px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
}

.index-faq-block .form form button:hover {
    opacity: 0.8;
}

.index-faq-block .form form button span {
    display: inline-block;
    vertical-align: middle;
    width: 23px;
    height: 24px;
    background: url("/local/templates/farmacia/css/../img/btn.svg");
    margin: -2px 10px 0 0;
}

.index-faq-block .form form .woman {
    position: absolute;
    right: 28px;
    bottom: 0;
}

.footer {
    background: #0ba536;
    color: #fff;
    padding: 102px 0 30px;
}

.footer .contacts {
    margin-bottom: 30px;
    margin-right: 50px;
}

.footer .contacts .name {
    margin-bottom: 28px;
    font-weight: 700;
    font-size: 19px;
    line-height: 22px;
}

.footer .contacts .phone {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    margin: 0 0 2px -26px;
    padding: 0 0 0 26px;
    background: url("/local/templates/farmacia/css/../img/phone2.svg") no-repeat 0 4px;
    font-weight: 700;
    font-size: 21px;
    line-height: 24px;
}

.footer .contacts p {
    margin-bottom: 65px;
    font-size: 13px;
    line-height: 13px;
}

.footer .contacts .social {
    margin-bottom: 62px;
}

.footer .contacts .social a {
    display: inline-block;
    margin-right: 28px;
}

.footer .contacts .social a:last-child {
    margin-right: 0;
}

.footer .contacts button {
    background: #fff;
    width: 268px;
    height: 50px;
    border-radius: 8px;
    color: #0ba536;
    font-weight: 500;
    font-size: 16px;
}

.footer .contacts button span {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 16px;
    background: url("/local/templates/farmacia/css/../img/btn2.svg");
    margin: -2px 12px 0 0;
}

.footer nav p {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 27px;
    font-size: 19px;
    line-height: 22px;
}

.footer nav ul {
    padding-bottom: 10px;
}

.footer nav ul li {
    margin-bottom: 20px;
}

.footer nav ul li a {
    display: inline;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
}

.footer .contacts2 {
    margin-left: 50px;
    margin-bottom: 175px;
}

.footer .contacts2 .name {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 27px;
    font-size: 19px;
    line-height: 22px;
}

.footer .contacts2 ul {
    padding-bottom: 45px;
}

.footer .contacts2 ul li {
    margin-bottom: 20px;
}

.footer .contacts2 ul li a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
}

.footer .contacts2 p {
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 19px;
    line-height: 22px;
}

.footer .contacts2 form {
    margin-bottom: 18px;
    width: 342px;
    position: relative;
}

.footer .contacts2 form input[type="text"] {
    width: 100%;
    height: 46px;
    color: #000;
    margin-bottom: 20px;
    border: 0.958333px solid #3eca45;
    border-radius: 7.66667px;
    padding: 0 82px 0 50px;
    background: #fff url("/local/templates/farmacia/css/../img/search2.svg") no-repeat 20px 50%;
}

.footer .contacts2 form input[type="text"]:focus {
    border: 2px solid #0ba536;
}

.footer .contacts2 form .question-button {
    position: absolute;
    top: 23px;
    transform: translateY(-50%);
    right: 6px;
    border-radius: 4px;
    width: 52px;
    height: 32px;
    background: #0ba536 url("/local/templates/farmacia/css/../img/arrow2.svg") no-repeat center;
}

.footer .contacts2 form button:hover {
    background: #046201 url("/local/templates/farmacia/css/../img/arrow2.svg") no-repeat center;
}

.footer .contacts2 .checkbox {
    display: none;
}

.footer .contacts2 .checkbox + label {
    display: block;
    cursor: pointer;
    padding: 0 0 0 24px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 19px;
    background: url("/local/templates/farmacia/css/../img/checkbox.svg") no-repeat 0 2px;
}

.footer .contacts2 .checkbox + label a {
    color: #fff;
}

.footer .contacts2 .checkbox:checked + label {
    background: url("/local/templates/farmacia/css/../img/checkbox2.svg") no-repeat 0 2px;
}

.footer .bottom {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
}

.footer .bottom a {
    color: #fff;
}

.bottom-att-block {
    color: #fff;
    text-transform: uppercase;
    background: #1e7333;
    padding: 20px 0;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.73);
}

.mobile-menu {
    position: fixed;
    width: 280px;
    height: 100%;
    top: 0;
    left: -280px;
    background: #fff;
    z-index: 20;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.mobile-menu .city {
    display: inline-block;
    text-decoration: none;
    font-size: 12px;
    line-height: 16px;
    color: #828282;
    padding: 1px 0 1px 22px;
    background: url("/local/templates/farmacia/css/../img/city.svg") no-repeat 0 0;
    margin: 20px;
}

.mobile-menu ul li a {
    display: inline-block;
    position: relative;
    text-decoration: none;
    font-size: 12px;
    line-height: 16px;
    padding: 10px 20px;
}

.mobile-menu ul li a span {
    position: absolute;
    right: -4px;
    top: 0px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    color: #fff;
    background: #0ba536;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 10px;
}

.mobile-menu .phone {
    text-decoration: none;
    padding: 1px 0 1px 26px;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.05em;
    background: url("/local/templates/farmacia/css/../img/phone.svg") no-repeat 0 0;
    margin: 20px 20px 10px 20px;
    display: block;
}

.mobile-menu .phonedate {
    line-height: 16px;
    padding: 0px 20px 10px;
}

.navi {
    margin-bottom: 27px;
    margin-top: 27px;
    font-size: 15px;
    line-height: 20px;
    color: #bdbdbd;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.navi a {
    text-decoration: none;
    color: #bdbdbd;
    vertical-align: middle;
    display: inline-block;
    margin-right: 4px;
}

.navi a.home {
    width: 13px;
    height: 14px;
    background: url("/local/templates/farmacia/css/../img/home.svg");
}

.navi span {
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    background: url("/local/templates/farmacia/css/../img/navi.svg");
    margin-right: 4px;
}

h1 {
    /*margin-bottom: 75px;*/
    margin-bottom: 60px;
    font-size: 43px;
    line-height: 58px;
}

.shops-page {
    padding-bottom: 160px;
}

.shops-page form {
    position: relative;
    margin-bottom: 55px;
}

.shops-page form input[type="text"] {
    width: 100%;
    height: 58px;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    padding: 0 30px;
    font-size: 21px;
}

.shops-page form button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 25px;
    height: 25px;
    background: url("/local/templates/farmacia/css/../img/search3.svg");
}

.shops-page .filter {
    padding-bottom: 52px;
}

.shops-page .filter select {
    color: #000;
    width: 25%;
    height: 58px;
    margin-bottom: 20px;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    appearance: none;
    padding: 0 50px 0 68px;
    font-weight: 700;
    font-size: 21px;
    background: url("/local/templates/farmacia/css/../img/map.svg") no-repeat 16px 50%, url("/local/templates/farmacia/css/../img/select.svg") no-repeat right 20px top 50%;
}

.shops-page .filter input[type="text"] {
    width: 72%;
    height: 58px;
    margin-bottom: 20px;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    font-weight: 700;
    font-size: 21px;
    padding: 0 20px 0 60px;
    background: url("/local/templates/farmacia/css/../img/search4.svg") no-repeat 16px 50%;
}

.shops-page .map {
    margin-bottom: 85px;
    height: 560px;
}

.shops-page h2 {
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 37px;
    line-height: 50px;
}

.shops-page table {
    width: 100%;
    margin-bottom: 65px;
}

.shops-page table tr {
    background: #f4f4f4;
}

.shops-page table tr:nth-child(2n) {
    background: #f8f8f8;
}

.shops-page table tr td {
    padding: 32px 50px;
    font-size: 14px;
    line-height: 22px;
}

.shops-page table tr td:nth-child(4) {
    white-space: nowrap;
}

.shops-page table tr td:nth-child(3) {
    white-space: nowrap;
}

.shops-page table tr td .adress {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
}

.shops-page table tr td a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background: #0ba536;
    font-weight: 700;
    font-size: 15px;
    line-height: 10px;
    padding: 17px 45px;
    border-radius: 9px;
}

.shops-page table tr td a:hover {
    background: #046201;
}

.shops-page .bottom-link {
    text-align: center;
}

.shops-page .bottom-link a {
    display: inline-block;
    text-decoration: none;
    color: #0ba536;
    font-weight: 700;
    font-size: 19px;
    line-height: 10px;
    padding: 24px 80px;
    border-radius: 9px;
    border: 1px solid #0ba536;
}

.shops-page .bottom-link a:hover {
    color: #fff;
    background: #0ba536;
}

.available-shop .available-text {
    background-color: #333333;
    color: #FFFFFF;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 10px;
    white-space: nowrap;
    position: absolute;
    z-index: 1;
    transform: translate(-45%, -210%);
    display: none;
}

@media (max-width: 730px) {
    .available-shop .available-text {
        transform: translate(-80%, -210%);

    }
}

.available-toggle:hover + .available-text,
.available-toggle:focus + .available-text {
    display: block;
}

.contacts-page {
    padding-bottom: 136px;
}

.contacts-page .map {
    margin-bottom: 110px;
    height: 568px;
    position: relative;
}

.contacts-page .map .but {
    position: absolute;
    z-index: 3;
    right: 16px;
    bottom: 16px;
    background: #0ba536;
    color: #fff;
    border-radius: 8px;
    width: 384px;
    height: 76px;
    font-weight: 700;
    font-size: 20px;
}

.contacts-page .map .but:hover {
    background: #046201;
}

.contacts-page .map .but span {
    display: inline-block;
    vertical-align: middle;
    width: 27px;
    height: 26px;
    background: url("/local/templates/farmacia/css/../img/btn3.svg");
    margin: -2px 8px 0 0;
}

.contacts-page h2 {
    margin-bottom: 60px;
    font-weight: 500;
    font-size: 37px;
    line-height: 50px;
}

.contacts-page .info {
    width: 46%;
}

.contacts-page .info .item {
    margin-bottom: 35px;
    font-weight: 500;
    font-size: 18px;
    line-height: 125%;
    color: #727272;
    padding-right: 50%;
}

.contacts-page .info .item.small {
    padding-right: 0;
    font-size: 14px;
    line-height: 125%;
}

.contacts-page .info .item p {
    color: #000;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 18px;
    line-height: 125%;
}

.contacts-page .info .item a {
    color: #0ba536;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
}

.contacts-page .map2 {
    width: 48%;
    height: 467px;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 100px;
}

.contacts-page form {
    background: #fff;
    background: #ffffff;
    border: 1px solid #f0f0f0;
    padding: 50px 74px;
}

.contacts-page form .name {
    color: #0ba536;
    margin-bottom: 42px;
    font-weight: 700;
    font-size: 35px;
    line-height: 47px;
}

.contacts-page form .fields {
    width: 32%;
}

.contacts-page form .fields p {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.25px;
    color: #828282;
}

.contacts-page form .fields p span {
    color: red;
}

.contacts-page form .fields .field {
    position: relative;
    margin-bottom: 20px;
}

.contacts-page form .fields .field input[type="text"] {
    width: 100%;
    height: 44px;
    background: rgba(242, 242, 242, 0.4);
    border: 0.5px solid #ffffff;
    border-radius: 5px;
    padding: 0 12px;
    font-size: 15px;
    letter-spacing: 0.15px;
}

.contacts-page form .fields .field .clear {
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    height: 44px;
    background: url("/local/templates/farmacia/css/../img/clear.svg");
    opacity: 0;
    pointer-events: none;
}

.contacts-page form .fields .field input[type="text"]:valid + .clear {
    pointer-events: all;
    opacity: 1;
}

.contacts-page form .fields .agree {
    padding-top: 12px;
}

.contacts-page form .fields .agree .checkbox {
    display: none;
}

.contacts-page form .fields .agree .checkbox + label {
    display: block;
    cursor: pointer;
    padding: 1px 0 1px 24px;
    font-size: 12px;
    line-height: 16px;
    background: url("/local/templates/farmacia/css/../img/checkbox3.svg") no-repeat 0 2px;
}

.contacts-page form .fields .agree .checkbox + label a {
    color: #0ba536;
}

.contacts-page form .fields .agree .checkbox:checked + label {
    background: url("/local/templates/farmacia/css/../img/checkbox4.svg") no-repeat 0 2px;
}

.contacts-page form .text {
    width: 65%;
    margin-bottom: 36px;
}

.contacts-page form .text p {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.25px;
    color: #828282;
}

.contacts-page form .text p span {
    color: red;
}

.contacts-page form .text textarea {
    width: 100%;
    height: 313px;
    min-height: 313px;
    max-height: 400px;
    border: 0.5px solid #dbdbdb;
    border-radius: 5px;
    padding: 12px;
    font-size: 15px;
    letter-spacing: 0.15px;
}

.contacts-page form .button {
    text-align: right;
}

.contacts-page form .button .letter-button {
    color: #fff;
    background: #0ba536;
    width: 242px;
    height: 48px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 16px;
}

.contacts-page form .button button:hover {
    background: #046201;
}

.finish-page {
    padding: 95px 0 200px;
}

.finish-page .content {
    padding: 0 122px;
}

.finish-page .content div {
    display: table-cell;
    vertical-align: middle;
}

.finish-page .content div img {
    max-width: 100000px;
    margin-right: 18px;
}

.finish-page .content div .thanks {
    display: block;
    margin-bottom: 37px;
    font-size: 30px;
    line-height: 41px;
    text-transform: uppercase;
    color: #1c1c1c;
}

.finish-page .content div .number {
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px;
    line-height: 41px;
}

.finish-page .content div p {
    margin-top: 37px;
    font-size: 18px;
    line-height: 24px;
    width: 70%;
}

.finish-page .content div p a {
    color: #0ba536;
}

.fav-page {
    padding-bottom: 140px;
}

.fav-page .flex2 .site-item {
    width: 23%;
    margin-bottom: 40px;
    margin-right: 2.666667%;
    display: flex;
    flex-direction: column;
}

.fav-page .flex2 .site-item:nth-child(4n) {
    margin-right: 0;
}

.catalog-page {
    padding-bottom: 60px;
    width: 100%;
}

.catalog-page .filter-button {
    width: 100%;
    padding: 15px 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    background: #0ba536;
    display: none;
}

.catalog-page .filter {
    width: 15.5%;
}

.catalog-page .filter .item {
    margin-bottom: 10px;
}

.catalog-page .filter .item .name {
    cursor: pointer;
    font-weight: 700;
    font-size: 16px;
    line-height: 33px;
}

.catalog-page .filter .item .name.active .fa {
    transform: rotate(180deg);
}

.catalog-page .filter .item .name .fa {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.catalog-page .filter .item .content {
    padding: 5px 0 10px;
    display: none;
}

.catalog-page .filter .item .content .price-slider .ui-widget.ui-widget-content {
    border: 0;
}

.catalog-page .filter .item .content .price-slider .ui-widget-content {
    background: #d6d6d6;
    border-radius: 8px;
}

.catalog-page .filter .item .content .price-slider .ui-slider-horizontal {
    height: 4px;
}

.catalog-page .filter .item .content .price-slider .ui-widget-header {
    background: #0ba536;
}

.catalog-page .filter .item .content .price-slider .ui-state-default,
.catalog-page .filter .item .content .price-slider .ui-widget-content .ui-state-default,
.catalog-page .filter .item .content .price-slider .ui-widget-header .ui-state-default,
.catalog-page .filter .item .content .price-slider .ui-button,
.catalog-page .filter .item .content .price-slider html .ui-button.ui-state-disabled:hover,
.catalog-page .filter .item .content .price-slider html .ui-button.ui-state-disabled:active {
    border: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #0ba536;
    width: 16px;
    height: 16px;
    margin: -2px 0 0 -8px;
}

.catalog-page .filter .item .content .price-slider .flex {
    padding-top: 15px;
}

.catalog-page .filter .item .content .price-slider .flex input[type="text"] {
    width: 48%;
    height: 36px;
    border: 1px solid #c1e0ca;
    border-radius: 6px;
    padding: 0 10px;
    font-weight: 700;
}

.catalog-page .filter .item .content .search {
    margin-bottom: 10px;
}

.catalog-page .filter .item .content .search input[type="text"] {
    width: 100%;
    height: 36px;
    padding: 0 10px;
    border: 1px solid #c1e0ca;
    border-radius: 6px;
}

.catalog-page .filter .item .content .checks {
    border: 1px solid #c1e0ca;
    border-radius: 6px;
    padding: 15px;
}

.catalog-page .filter .item .content .checks .checkbox {
    display: none;
}

.catalog-page .filter .item .content .checks .checkbox + label {
    display: block;
    cursor: pointer;
    margin-bottom: 12px;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #3c3c3c;
    padding: 0 0 0 24px;
    background: url("/local/templates/farmacia/css/../img/checkbox5.svg") no-repeat 0 2px;
}

.catalog-page .filter .item .content .checks .checkbox + label:last-child {
    margin-bottom: 0;
}

.catalog-page .filter .item .content .checks .checkbox:checked + label {
    background: url("/local/templates/farmacia/css/../img/checkbox6.svg") no-repeat 0 2px;
}

.catalog-page .filter .item .content .checks .scroll {
    max-height: 300px;
    overflow-y: scroll;
}

.catalog-page .filter .item .content .checks .scroll::-webkit-scrollbar {
    width: 5px;
}

.catalog-page .filter .item .content .checks .scroll::-webkit-scrollbar-track {
    background: #fff;
}

.catalog-page .filter .item .content .checks .scroll::-webkit-scrollbar-thumb {
    background: #c1e0ca;
    border-radius: 6px;
}

.catalog-page .filter .buttons button {
    width: 100%;
    height: 36px;
    margin-top: 10px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 13px;
}

.catalog-page .filter .buttons button:nth-child(1) {
    color: #fff;
    background: #0ba536;
}

.catalog-page .filter .buttons button:nth-child(1):hover {
    background: #046201;
}

.catalog-page .filter .buttons button:nth-child(2) {
    background: none;
    border: 1px solid #0ba536;
    color: #0ba536;
}

.catalog-page .filter .buttons button:nth-child(2):hover {
    color: #fff;
    background: #0ba536;
}

.catalog-page .list {
    width: 76.5%;
}

.catalog-page .search-list {
    width: 100%;
}

.catalog-page .list.wishlist {
    width: 100%;
}

.related-list-container {
    width: 100% !important;
}

.catalog-page .list .sort {
    margin-bottom: 60px;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #0ba536;
}

.catalog-page .list .sort a {
    margin-left: 28px;
    border-bottom: 1px dashed rgba(11, 165, 54, 0.84);
    text-decoration: none;
    color: #0ba536;
}

.catalog-page .list .sort a.active {
    border-bottom: 0;
    padding: 3px 15px;
    background: #f4f4f4;
    border-radius: 6px;
    color: #000;
}

.catalog-page .list .sort a.active span {
    display: inline-block;
    vertical-align: middle;
    width: 19px;
    height: 19px;
    background: url("/local/templates/farmacia/css/../img/sort.svg");
    margin-left: 5px;
}

.catalog-page .list .site-item {
    width: calc(33.3333% - 60px);
    margin: 0 30px 40px;
    display: flex;
    flex-direction: column;
}

.catalog-page .list.wishlist .site-item,
.catalog-page .search-list .site-item {
    width: calc(25% - 60px);
}

.catalog-page .list .pages {
    padding: 30px 0 96px;
    text-align: center;
}

.catalog-page .list .pages a {
    display: inline-block;
    text-decoration: none;
    margin: 0 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #0ba536;
    font-weight: 700;
    font-size: 22px;
}

.catalog-page .list .pages a:hover {
    color: #e53838;
}

.catalog-page .list .pages a .active {
    background: #ffffff;
    box-shadow: 0px 1px 4px rgba(10, 27, 14, 0.11);
    border-radius: 22px;
    padding: 8px 18px 8px 18px;
}

.catalog-page .list .pages a .fa {
    color: #000;
    font-size: 25px;
    vertical-align: middle;
    margin-top: -4px;
}

.catalog-page .list .bottom-text p {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 22px;
}

.catalog-page .list .bottom-text .name {
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
}

.item-page {
    padding-bottom: 76px;
    background: #fff;
}

.item-page .top-nav {
    padding-bottom: 25px;
}

.item-page .top-nav a {
    display: inline-block;
    text-decoration: none;
    margin: 0 35px 10px 0;
    border-bottom: 1px dashed #c6c6c6;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
}

.item-page .top-nav a:hover {
    color: #7c7c7c;
    border-bottom: 1px dashed transparent;
}

.item-page .photos {
    width: 35%;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

.item-page .photos .badges {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
}

.item-page .photos .badges a {
    display: inline-block;
    text-decoration: none;
    margin-right: 5px;
    font-weight: 500;
    font-size: 12px;
    line-height: 10px;
    padding: 7px 12px;
    border-radius: 8px;
}

.item-page .photos .badges a.color1 {
    color: #fff;
    background: #0ba536;
}

.item-page .photos .badges a.color2 {
    background: #f3f4ab;
}

.item-page .photos .badges a.color3 {
    color: #fff;
    background: #ff0000;
    font-size: 14px;
    padding: 10px 10px;
}

.item-page .photos img {
    display: inline-block;
}

.item-page .photos .slider-nav {
    margin: 10px -5px 0 -5px;
}

.item-page .photos .slider-nav .item {
    margin: 0 5px;
    cursor: pointer;
    opacity: 0.5;
}

.item-page .photos .slider-nav .item.slick-current {
    opacity: 1;
}

.item-page .info1 {
    width: 21%;
}

.item-page .info1 .price {
    margin-bottom: 14px;
    overflow: hidden;
    border: 1px solid #f0f0f0;
    box-shadow: 0px 0px 4px rgba(231, 231, 231, 0.33);
    border-radius: 8px;
}

.item-page .info1 .price .name {
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    padding: 18px 10px;
    background: #f4f4f4;
}

.item-page .info1 .price .content {
    text-align: center;
    padding: 20px 10px 27px 10px;
}

.item-page .info1 .price .content .prices {
    display: inline-block;
    text-align: left;
}

.item-page .info1 .price .content .prices .old {
    text-decoration: line-through;
    font-weight: 700;
    font-size: 16px;
    line-height: 14px;
    color: #d0d0d0;
}

.item-page .info1 .price .content .prices .new {
    font-weight: 800;
    font-size: 28px;
    line-height: 38px;
}

.item-page .info1 .price .content .br {
    height: 11px;
}

.item-page .info1 .price .content .number {
    display: inline-block;
    white-space: nowrap;
}

.item-page .info1 .price .content .number span {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 22px;
    height: 22px;
}

.item-page .info1 .price .content .number span.minus {
    background: url("/local/templates/farmacia/css/../img/minus.svg");
}

.item-page .info1 .price .content .number span.plus {
    background: url("/local/templates/farmacia/css/../img/plus.svg");
}

.item-page .info1 .price .content .number input[type="text"] {
    vertical-align: middle;
    margin: 0 12px;
    text-align: center;
    width: 114px;
    height: 48px;
    border: 1px solid #c1e0ca;
    border-radius: 6px;
    font-weight: 700;
    font-size: 21px;
}


.title-search-result .list .conflict-button {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    transform: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #f0f0f0;
    background: #fff;
    color: #949494;
    white-space: nowrap;


    border-radius: 5px;
    min-width: 170px;
    width: 170px;
    height: 30px;

    font-weight: 500;
    font-size: 15px;
    margin-top: 5px;
    margin-left: 5px;
}

@media (max-width: 600px) {
    .title-search-result .list .conflict-button {
        min-width: 110px;
        width: 110px;
        font-size: 11px;
    }
}


.list .site-item .conflict-button {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #f0f0f0;
    white-space: nowrap;
    background: #fff;
    color: #949494;
    cursor: default;
    border-radius: 9px;
    width: 220px;
    height: 45px;
    font-weight: 700;
    font-size: 15px;
}

.list .site-item .conflict-button span {
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 21px;
    background: url(/local/templates/farmacia/css/../img/cart-gray.svg);
    margin: -2px 8px 0 0;
}


.item-page .conflict-button {
    align-items: center;
    display: flex;
    justify-content: center;
    border: 3px solid #f0f0f0;
    white-space: nowrap;
    background: #fff;
    color: #949494;
    cursor: default;

    height: 53px;
    margin-bottom: 11px;
    border-radius: 9px;
    font-weight: 700;
    font-size: 19px;
}

.item-page .conflict-button span {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 8px 0 0;
    width: 21px;
    height: 21px;
    background: url("/local/templates/farmacia/css/../img/btn4-gray.svg");
}


.item-page .info1 .buttons {
    padding-bottom: 22px;
}

.item-page .info1 .buttons button {
    width: 100%;
    height: 53px;
    margin-bottom: 11px;
    border-radius: 9px;
    font-weight: 700;
    font-size: 19px;
}

.item-page .info1 .buttons button:nth-child(1) {
    color: #fff;
    background: #0ba536;
}

.item-page .info1 .buttons button:nth-child(1):hover {
    background: #046201;
}

.item-page .info1 .buttons button:nth-child(1) span {
    width: 21px;
    height: 21px;
    background: url("/local/templates/farmacia/css/../img/btn4.svg");
}

.item-page .info1 .buttons button:nth-child(2) {
    background: #fff;
    border: 1px solid #0ba536;
    color: #0ba536;
}

.item-page .info1 .buttons button:nth-child(2) span {
    width: 20px;
    height: 20px;
    background: url("/local/templates/farmacia/css/../img/btn5.svg");
}

.item-page .info1 .buttons button span {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 8px 0 0;
}

.item-page .info1 ul {
    padding-bottom: 15px;
}

.item-page .info1 ul li {
    margin-bottom: 15px;
    padding: 1px 0 1px 36px;
}

.item-page .info1 ul li:nth-child(1) {
    background: url("/local/templates/farmacia/css/../img/item-icon1.svg") no-repeat 0 0;
}

.item-page .info1 ul li:nth-child(2) {
    background: url("/local/templates/farmacia/css/../img/item-icon3.svg") no-repeat 0 0;
}

.item-page .info1 ul li:nth-child(3) {
    background: url("/local/templates/farmacia/css/../img/item-icon2.svg") no-repeat 0 0;
}

.item-page .info1 ul li p,
.item-page .info1 ul li p a {
    display: inline-block;
    color: #0ba536;
    font-size: 16px;
    line-height: 22px;
    border-bottom: 1px dashed rgba(71, 189, 77, 0.38);
    text-decoration: none;
}

.item-page .info1 ul li p span {
    font-weight: 700;
}

.item-page .info2 {
    width: 32%;
}

.item-page .info2 .content {
    background: #fbfbfb;
    border-radius: 8px;
    padding: 50px 42px;
}

.item-page .info2 .content .item {
    margin-bottom: 12px;
    clear: both;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.item-page .info2 .content .item:before {
    content: "";
    position: absolute;
    top: 14px;
    left: 0;
    width: 100%;
    border-bottom: 1px dashed rgba(200, 200, 200, 0.66);
}

.item-page .info2 .content .item div {
    display: inline-block;
    font-size: 15px;
    line-height: 20px;
    color: #949494;
    background: #fbfbfb;
    position: relative;
    z-index: 2;
    padding-right: 5px;
}

.item-page .info2 .content .item p {
    overflow-wrap: break-word;
    float: right;
    position: relative;
    z-index: 2;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    max-width: 200px;
    text-align: end;
}

.item-page .info2 .content .item p span {
    background: #fbfbfb;
    padding-left: 5px;
}

.item-page .image-block {
    text-align: center;
    margin: 20px 0 30px;
}

.item-page .image-block span {
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
    color: #a29e9e;
    padding: 1px 0 2px 40px;
    background: url("/local/templates/farmacia/css/../img/image.svg") no-repeat 0 0;
}

.item-page .main-info {
    background: #f3f3f3;
    border-radius: 6px;
    padding: 66px 160px 20px 60px;
    margin-bottom: 80px;
    font-size: 16px;
}

.item-page .main-info .name {
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 32px;
    line-height: 43px;
}

.item-page .main-info .name2 {
    margin-bottom: 18px;
    font-weight: 500;
    font-size: 27px;
    line-height: 36px;
}

.item-page .main-info p {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
}

.item-page .main-info#main-info table tbody tr td p {
    display: block;
    margin-bottom: 0;
}

.item-page .main-info#main-info table tbody tr {
    display: flex;
}

.item-page .main-info#main-info table tbody tr td {
    padding: 10px 20px;
    width: 100%;
}

.item-page .main-info#main-info table {
    width: 100% !important;
    margin-bottom: 30px;
}

.item-page h2 {
    margin-bottom: 65px;
    font-weight: 700;
    font-size: 32px;
    line-height: 43px;
}

.item-page table {
    width: 100%;
    margin-bottom: 42px;
}

.item-page table thead tr td {
    padding: 0 50px 20px 50px;
    font-weight: 700;
    font-size: 19px;
    white-space: nowrap;
}

.item-page table tbody tr {
    border: 1px solid #e9e9e9;
}

.item-page table tbody tr td {
    background: #fdfdfd;
    padding: 40px 50px;
    font-size: 14px;
    line-height: 22px;
}

.item-page table tbody tr td p {
    display: none;
}

.item-page table tbody tr td .adress {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
}

.item-page table tbody tr td .adress a {
    text-decoration: none;
}

.item-page table tbody tr td .adress a:hover {
    color: #0ba536;
}

.item-page table tbody tr td button {
    width: 168px;
    height: 45px;
    background: #0ba536;
    border-radius: 9px;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
}

.item-page table tbody tr td button:hover {
    background: #046201;
}

.item-page .bottom-button {
    text-align: center;
}

.item-page .bottom-button span {
    display: inline-block;
    text-decoration: none;
    color: #0ba536;
    border: 1px solid #0ba536;
    font-weight: 700;
    font-size: 19px;
    line-height: 10px;
    padding: 24px 80px;
    border-radius: 9px;
    cursor: pointer;
    text-align: center;
}

.item-page .bottom-button a:hover {
    color: #fff;
    background: #0ba536;
}

.cart-page {
    padding-bottom: 156px;
}

.cart-page .top-block {
    border: 1px solid #e1e4e8;
    padding: 35px 40px;
    background: #ffffff;
    border-radius: 4px 4px 0px 0px;
}

.cart-page .top-block .field {
    width: 225px;
    height: 38px;
    position: relative;
}

.cart-page .top-block .field input[type="text"] {
    width: 100%;
    height: 100%;
    border: 1px solid #e1e4e8;
    border-radius: 3px;
    padding: 0 10px;
    background: none;
    color: #a4aeba;
    font-weight: 500;
    font-size: 15px;
}

.cart-page .top-block .field .clear {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 11px;
    height: 11px;
    background: url("/local/templates/farmacia/css/../img/clear2.svg");
}

.cart-page .top-block p {
    font-weight: 500;
    font-size: 18px;
    line-height: 38px;
    color: #a4aeba;
}

.cart-page table {
    width: 100%;
    margin-bottom: 50px;
    background: #fff;
}

.cart-page table tr {
    border: 1px solid #e1e4e8;
}

.cart-page table tr:first-child {
    border-top: none;
}

.cart-page table tr td {
    padding: 40px 20px;
    text-align: center;
}

.cart-page table tr td .name {
    text-align: left;
}

.cart-page table tr td .name a {
    text-decoration: none;
}

.cart-page table tr td .name div {
    display: table-cell;
    vertical-align: middle;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
}

.cart-page table tr td .name div img {
    width: 90px;
    max-width: 90px;
    height: 90px;
    max-height: 90px;
    margin-right: 48px;
    object-fit: contain;
}

.cart-page table tr td .price {
    text-align: right;
    display: inline-block;
    white-space: nowrap;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
}

.cart-page table tr td .price span {
    display: block;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #a4aeba;
}

.cart-page table tr td .number {
    white-space: nowrap;
    display: inline-block;
}

.cart-page table tr td .number span {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 22px;
    height: 22px;
}

.cart-page table tr td .number span.minus {
    background: url("/local/templates/farmacia/css/../img/minus2.svg");
}

.cart-page table tr td .number span.plus {
    background: url("/local/templates/farmacia/css/../img/plus2.svg");
}

.cart-page table tr td .number input[type="text"] {
    vertical-align: middle;
    margin: 0 12px;
    text-align: center;
    width: 114px;
    height: 48px;
    border: 1px solid #d0d0d0;
    border-radius: 6px;
    font-weight: 700;
    font-size: 21px;
}

.cart-page table tr td .delete {
    display: inline-block;
    width: 11px;
    height: 11px;
    background: url("/local/templates/farmacia/css/../img/clear2.svg");
}

.cart-page .bottom-block {
    /*padding: 0 120px;*/
    text-align: right;
}

.cart-page .bottom-block .result {
    /*display: inline-block;*/
    /*width: 303px;*/
}

.cart-page .bottom-block .result .total-box__sum {
    margin-bottom: 65px;
    font-weight: 800;
    font-size: 34px;
    line-height: 46px;
    white-space: nowrap;
    flex: 1;
}

.cart-page .bottom-block .result .basket-total__btn {
    width: 100%;
    height: 58px;
    margin-bottom: 17px;
    border-radius: 9px;
    font-weight: 700;
    font-size: 19px;
    padding: 0;
    color: #fff;
    background: #0ba536;
    max-width: 303px;
}

.cart-page .bottom-block .result .basket-total__btn:not(:last-child) {
    margin-right: 30px;
}

.cart-page .bottom-block .result .basket-total__btn:hover {
    background: #046201;
}

.cart-page .bottom-block .result .basket-total__btn span {
    width: 21px;
    height: 21px;
    background: url("/local/templates/farmacia/css/../img/btn4.svg");
}

.cart-page .bottom-block .result .basket-total__btn.warehouse span {
    width: 23px;
    height: 22px;
    background: url("/local/templates/farmacia/css/../img/warehouse.svg");
}

/*.cart-page .bottom-block .result button:nth-child(3) {*/
/*    background: #fff;*/
/*    border: 1px solid #0ba536;*/
/*    color: #0ba536;*/
/*}*/

/*.cart-page .bottom-block .result button:nth-child(3) span {*/
/*    width: 20px;*/
/*    height: 20px;*/
/*    background: url("/local/templates/farmacia/css/../img/btn5.svg");*/
/*}*/

.cart-page .bottom-block .result .basket-total__btn span {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 8px 0 0;
}

.order-page {
    padding-bottom: 180px;
}

.order-page .fields {
    width: 74%;
}

.order-page .fields .block {
    border: 1px solid #e1e4e8;
    border-radius: 4px;
    padding: 47px 73px;
    background-color: #fff;
}

.order-page .fields .block:not(#bx-soa-orderSave) {
    margin-bottom: 20px;
}

.order-page .fields .block:last-child {
    margin-bottom: 0;
}

.order-page .fields .block .name {
    margin-bottom: 33px;
    font-weight: 800;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    position: relative;
}

.order-page .fields .block .name img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -40px;
}

.order-page .fields .block .radio {
    display: none;
}

.order-page .fields .block .radio + label {
    display: block;
    cursor: pointer;
    margin-bottom: 14px;
    padding: 0 0 0 31px;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    background: url("/local/templates/farmacia/css/../img/radio.svg") no-repeat 0 0;
}

.order-page .fields .block .radio + label:last-child {
    margin-bottom: 0;
}

.order-page .fields .block .radio:checked + label {
    background: url("/local/templates/farmacia/css/../img/radio2.svg") no-repeat 0 0;
}

.order-page .fields .block .shops {
    margin-left: -40px;
}

.order-page .fields .block .shops table {
    width: 100%;
}

/*.order-page .fields .block .shops table tr:nth-child(2n) {*/
/*    background: #E7FDED;*/
/*}*/

.order-page .fields .block .shops table tr td {
    padding: 16px 25px;
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
}

.order-page .fields .block .shops table tr td:last-child {
    text-align: right;
}

.order-page .fields .block .shops table tr td button {
    background: #0ba536;
    color: #fff;
    border-radius: 9px;
    width: 151px;
    height: 35px;
    font-weight: 700;
    font-size: 15px;
}

.order-page .fields .block .shops table tr td button:hover,
.order-page .fields .block .shops table tr.warehouse_item__active td button {
    background: #046201;
}

.order-page .fields .block .shops .bottom-button {
    text-align: center;
    padding-top: 35px;
}

.order-page .fields .block .shops .bottom-button a {
    display: inline-block;
    text-decoration: none;
    color: #0ba536;
    border: 1px solid #0ba536;
    font-weight: 700;
    font-size: 19px;
    line-height: 10px;
    padding: 24px 80px;
    border-radius: 9px;
}

.order-page .fields .block .shops .bottom-button a:hover {
    color: #fff;
    background: #0ba536;
}

.order-page .fields .block .inputs p {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.25px;
    color: #828282;
}

.order-page .fields .block .inputs p span {
    color: red;
}

.order-page .fields .block .inputs .field {
    position: relative;
    margin-bottom: 20px;
}

.order-page .fields .block .inputs .field input[type="text"] {
    width: 100%;
    height: 38px;
    border: 1px solid #e1e4e8;
    border-radius: 5px;
    padding: 0 12px;
    font-size: 15px;
    letter-spacing: 0.15px;
}

.order-page .fields .block .inputs .field select {
    width: 100%;
    height: 38px;
    border: 1px solid #e1e4e8;
    border-radius: 5px;
    padding: 0 12px;
    font-size: 15px;
    letter-spacing: 0.15px;
}

.order-page .fields .block .inputs .field textarea {
    width: 100%;
    height: 126px;
    min-height: 126px;
    max-height: 300px;
    border: 1px solid #e1e4e8;
    border-radius: 5px;
    padding: 12px;
    font-size: 15px;
    letter-spacing: 0.15px;
}

.order-page .fields .block .inputs .field .clear {
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    height: 38px;
    background: url("/local/templates/farmacia/css/../img/clear.svg") center;
    opacity: 0;
    pointer-events: none;
}

.order-page .fields .block .inputs .field input[type="text"]:valid + .clear {
    pointer-events: all;
    opacity: 1;
}

.order-page .agree-container {
    width: 48%;
}

.order-page .fields .block .bottom-block :is(.agree,.agree-email,.agree-sms) {
    margin-bottom: 15px;
    padding: 5px;
    border: 1px solid transparent;
    border-radius: 10px;
}

.order-page .fields .block .bottom-block :is(.agree,.agree-email,.agree-sms) .checkbox {
    display: none;
}

.order-page .fields .block .bottom-block :is(.agree,.agree-email,.agree-sms) .checkbox + label {
    display: block;
    cursor: pointer;
    padding: 0 0 0 31px;
    font-size: 12px;
    line-height: 16px;
    color: rgba(1, 1, 1, 0.5);
    background: url("/local/templates/farmacia/css/../img/checkbox7.svg") no-repeat 0 0;
}

.order-page .fields .block .bottom-block :is(.agree,.agree-email,.agree-sms) .checkbox + label a {
    color: #0ba536;
    text-decoration: none;
}

.order-page .fields .block .bottom-block :is(.agree,.agree-email,.agree-sms) .checkbox:checked + label {
    background: url("/local/templates/farmacia/css/../img/checkbox8.svg") no-repeat 0 0;
}

.order-page .fields .block .bottom-block button {
    width: 34%;
    height: 58px;
    border-radius: 9px;
    font-weight: 700;
    font-size: 19px;
    color: #fff;
    background: #0ba536;
}

.order-page .fields .block .bottom-block button:hover {
    background: #046201;
}

.order-page .fields .block .bottom-block button span {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 8px 0 0;
    width: 21px;
    height: 21px;
    background: url("/local/templates/farmacia/css/../img/btn4.svg");
}

.order-page .result {
    width: 23%;
}

.order-page .result .sticky {
    background: #fff;
    border: 1px solid #e1e4e8;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    padding: 32px 22px 24px 22px;
    /*position: sticky;*/
    /*top: 140px;*/
}

.order-page .result .sticky-block {
    position: sticky;
    top: 140px;
}

.order-page .result .sticky .name {
    margin-bottom: 20px;
    font-weight: 800;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
}

.order-page .result .sticky table {
    width: 100%;
}

.order-page .result .sticky table tr td {
    padding: 0 10px 12px 0;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
}

.order-page .result .sticky table tr td:last-child {
    text-align: right;
    padding-right: 0;
}

.order-page .result .sticky .res {
    margin-top: 36px;
    border-top: 2px solid #e1e4e8;
    padding-top: 20px;
    margin-bottom: 42px;
    font-weight: 700;
    font-size: 19px;
    line-height: 26px;
}

.order-page .result .sticky button {
    width: 100%;
    height: 58px;
    border-radius: 9px;
    font-weight: 700;
    font-size: 19px;
    color: #fff;
    background: #0ba536;
}

.order-page .result .sticky button:hover {
    background: #046201;
}

.order-page .result .sticky button span {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 8px 0 0;
    width: 21px;
    height: 21px;
    background: url("/local/templates/farmacia/css/../img/btn4.svg");
}

.mobile-bottom-menu {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    z-index: 12;
    box-shadow: 0px -7px 13px rgba(0, 0, 0, 0.07);
    border-radius: 6px 6px 0px 0px;
    padding: 10px 25px 6px 25px;
    display: none;
}

/* CSS specific to iOS devices */
@supports (-webkit-overflow-scrolling: touch) {
    .mobile-bottom-menu {
        padding: 10px 25px 15px 25px;
    }
}

.mobile-bottom-menu a {
    display: block;
    text-decoration: none;
    text-align: center;
    padding-top: 25px;
    position: relative;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #0ba536;
}

.mobile-bottom-menu a img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}

#title-search-mobile {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: calc(100% - 15px * 2);
    height: 100vh;
    background-color: #fff;
    z-index: 300;
    padding: 20px 15px 0;
}

.title-search-mobile__header-title {
    text-align: center;
    margin-bottom: 20px;
    font-size: 18px;
}

.title-search-mobile__close-btn {
    all: unset;
    position: absolute;
    left: 0;
    height: 24px;
}

.title-search-mobile__header {
    position: relative;
}

#title-search-mobile #title-search-input-mobile {
    all: unset;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
}

#title-search-mobile form {
    width: 100%;
    position: relative;
}

#title-search-mobile #title-search-input {
    border: 1px solid #dbdbdb;
    border-radius: 5px;
}

#title-search-mobile form .title-search-result {
    position: relative !important;
    padding: 0 !important;
    border: none !important;
    height: auto !important;
}

.title-search-result {
    position: absolute;
    top: 0 !important;
    left: 0 !important;
    display: block;
    /*display: block !important;*/
    /* box-shadow: 0px 0px 6px rgb(0 0 0 / 14%); */
    border-radius: 12px;
    /* height: 61px; */
    overflow: hidden;
    transition: 0.5s;
    width: 100% !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 55px 44px 0 44px;
    background: #fff;
    border: 3px solid #ededed;
}

.list.no-results .item {
    font-size: 16px;
}

@media (max-width: 1470px) {
    .wrap {
        width: 1170px;
    }

    .header form {
        width: 500px;
    }

    .title-search-result {
        padding: 55px 25px 0 25px;
    }

    .header .links {
        margin-left: 0;
    }

    .index-page-slider .slick-dots {
        width: 1170px;
    }

    .index-page-slider .big-item {
        width: 680px;
    }

    .index-page-slider .big-item .text {
        left: 40px;
    }

    .index-page-slider .big-item .image {
        right: 40px;
    }

    .index-advantages-block .item {
        padding: 20px;
    }

    .index-advantages-block .item span {
        margin: 15px 0;
    }

    .site-item {
        padding: 20px;
    }

    .index-steps-block .item {
        width: 23%;
    }

    .index-news-block .item {
        width: 23%;
    }

    .index-faq-block .faq .block-name a {
        margin: 10px 0 0 0;
    }

    .index-faq-block .faq .block-name span {
        display: block;
    }

    .bottom-att-block {
        padding: 15px 0;
        text-align: center;
    }

    .bottom-att-block p {
        width: 100%;
        margin: 5px 0;
    }

    .index-faq-block .form form {
        padding: 50px 30px;
    }

    .index-faq-block .form.inner form .woman {
        display: none;
    }

    .shops-page table tr td {
        padding: 30px;
    }

    .finish-page .content {
        padding: 0;
    }

    .catalog-page .filter {
        width: 18%;
    }

    .item-page .info1 {
        width: 25%;
    }

    .item-page .image-block span {
        font-size: 13px;
    }

    .item-page table thead tr td {
        padding: 0 20px 20px 20px;
    }

    .item-page table tbody tr td {
        padding: 20px;
    }

    .order-page .fields .block {
        padding: 30px;
    }

    .order-page .fields .block .name {
        margin-left: 40px;
    }

    .order-page .fields .block .shops {
        margin-left: 0;
    }

    .catalog-page .catalog-section {
        margin-right: -15px;
        margin-left: -15px;
    }

    .catalog-page .list .site-item {
        width: calc(33% - 30px);
        margin: 0 15px 40px;
    }

    .catalog-page .list.wishlist .site-item {
        width: calc(25% - 30px);
    }
}

@media (max-width: 1200px) {
    .title-search-result .list .item {
        flex-wrap: wrap !important;
    }

    .wrap {
        width: 970px;
    }

    .header form {
        width: 395px;
    }

    .header .links a:not(:last-child) {
        margin-right: 10px;
    }

    .title-search-result {
        padding: 55px 15px 0 15px;
    }

    .header-links .list a {
        margin-right: 30px;
    }

    .header .catalog {
        width: 500px;
        padding: 30px;
    }

    .index-page-slider .slick-dots {
        width: 970px;
    }

    .index-page-slider .big-item {
        width: 500px;
    }

    .index-page-slider .big-item .text {
        width: 200px;
        left: 30px;
    }

    .index-page-slider .big-item .image {
        right: 30px;
    }

    .index-page-slider .big-item .text .name {
        width: auto;
        font-size: 25px;
        line-height: 28px;
    }

    .index-page-slider .big-item .text p {
        margin-bottom: 30px;
    }

    .index-steps-block .item {
        width: 48%;
    }

    .index-faq-block .form form .woman {
        display: none;
    }

    .footer .contacts {
        margin-right: 0;
    }

    .footer .contacts2 {
        margin-left: 0;
    }

    .footer .contacts button {
        width: 200px;
    }

    .footer .contacts2 form {
        width: 300px;
    }

    .finish-page .content div p {
        width: auto;
    }

    .fav-page .flex2 .site-item {
        width: 32%;
        margin-right: 2%;
    }

    .fav-page .flex2 .site-item:nth-child(4n) {
        margin-right: 2%;
    }

    .fav-page .flex2 .site-item:nth-child(3n) {
        margin-right: 0;
    }

    .catalog-page .filter {
        width: 22%;
    }

    .catalog-page .list {
        width: 75%;
    }

    .catalog-page .list .site-item,
    .catalog-page .list.wishlist .site-item {
        width: calc(50% - 30px);
    }

    .item-page .info1 {
        width: 28%;
    }

    .item-page .info2 .content {
        padding: 20px;
    }

    .order-page .fields {
        width: 70%;
    }

    .order-page .result {
        width: 27%;
    }
}

@media (max-width: 991px) {
    .wrap {
        width: 747px;
    }

    .header form {
        display: none;
    }

    .index-page-slider .big-item {
        width: 100%;
    }

    .index-page-slider .blocks {
        width: 100%;
        margin-top: 20px;
        display: none;
    }

    .index-page-slider .big-item .text {
        left: 30px;
    }

    .index-page-slider .big-item .image {
        right: 30px;
    }

    .index-page-slider .item {
        width: 747px;
    }

    .index-page-slider .slick-dots {
        width: 100%;
        text-align: center;
    }

    .index-advantages-block .item {
        width: 48%;
        margin: 0 auto 30px auto;
    }

    .index-news-block .item {
        width: 48%;
    }

    .index-faq-block .faq .item {
        padding: 20px;
    }

    .footer .flex .contacts {
        order: 3;
        width: 100%;
        text-align: center;
    }

    .footer .flex nav:nth-child(2) {
        order: 0;
    }

    .footer .flex nav:nth-child(3) {
        order: 1;
    }

    .footer .flex .contacts2 {
        order: 2;
        margin-bottom: 50px;
    }

    .footer .contacts .phone {
        margin: 0 0 5px 0;
    }

    .footer .contacts p {
        margin-bottom: 30px;
    }

    .footer .contacts .social {
        margin-bottom: 30px;
    }

    .footer .bottom .name {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .shops-page table tr td {
        padding: 20px;
    }

    .shops-page table tr td .adress {
        font-size: 16px;
        line-height: 20px;
    }

    .shops-page table tr td a {
        padding: 16px 20px;
    }

    .shops-page .filter select {
        width: 100%;
    }

    .shops-page .filter input[type="text"] {
        width: 100%;
    }

    .contacts-page .info .item {
        padding: 0;
    }

    .contacts-page form {
        padding: 30px;
    }

    .finish-page .content div img {
        max-width: 400px;
    }

    .finish-page .content div .thanks {
        margin-bottom: 20px;
    }

    .finish-page .content div p {
        margin-top: 20px;
    }

    .fav-page .flex2 .site-item {
        width: 48%;
        margin-right: 4%;
    }

    .fav-page .flex2 .site-item:nth-child(3n) {
        margin-right: 4%;
    }

    .fav-page .flex2 .site-item:nth-child(2n) {
        margin-right: 0;
    }

    .catalog-page .filter {
        width: 25%;
    }

    .catalog-page .list {
        width: 72%;
    }

    .item-page .top-nav a {
        margin: 0 10px 10px 0;
    }

    .item-page .photos {
        width: 48%;
    }

    .item-page .info1 {
        width: 48%;
    }

    .item-page .info2 {
        width: 100%;
    }

    .item-page .main-info {
        padding: 20px 20px 1px 20px;
    }

    .item-page .main-info-open img.rotated-arrow {
        position: relative;
        transition: 0.5s;
        transform: none;
    }

    .item-page .main-info-open.active img.rotated-arrow {
        transform: rotate(180deg);
    }

    .item-page .main-info-open {
        cursor: pointer;
        text-align: center;
    }

    .item-page table thead tr td {
        font-size: 16px;
    }

    .item-page table tbody tr td button {
        width: 140px;
    }

    .cart-page table tr td .name div img {
        margin-right: 0px;
    }

    .cart-page table tr td .number input[type="text"] {
        width: 100px;
    }

    .order-page .fields {
        width: 64%;
    }

    .order-page .result {
        width: 33%;
    }

    .order-page .fields .block .shops table tr td {
        padding: 16px;
    }

    .order-page .fields .block .shops table tr td button {
        width: 120px;
    }

    .order-page .agree-container {
        width: 100%;
    }

    .order-page .fields .block .bottom-block button {
        width: 100%;
    }

    .cart-page table tr td .name div .basket_item__name {
        font-size: 16px;
        line-height: 18px;
        padding-left: 18px;
    }

    .cart-page table tr td:first-child {
        padding-right: 0;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .header {
        padding: 20px 0 60px;
    }

    .header .logo a {
        background-repeat: no-repeat;
        background-size: 150px 73px;
        display: inline-block;
        width: 150px;
        height: 73px;
        background-image: url(/local/templates/farmacia/css/../img/logo.png);
    }

    .header form {
        height: 34px;
        left: 0;
        top: 78px;
        position: absolute;
        display: block;
        width: 100%;
    }

    .header form button {
        width: 26px;
        height: 26px;
        border-radius: 4px;
        background: #0ba536 url(/local/templates/farmacia/css/../img/arrow3.svg) no-repeat center;
    }

    .header form input[type="text"] {
        background: none;
        padding: 0 38px 0 12px;
        font-size: 14px;
        font-weight: 500;
    }

    div.title-search-result {
        border: 1px solid #dbdbdb;
        border-radius: 5px;
        padding: 33px 12px 0;

    }
}

@media (max-width: 767px) {
    .header .catalog-button {
        width: 135px;
    }

    .wrap {
        width: 556px;
    }

    .top-page-line .links ul li {
        margin-left: 10px;
    }

    .index-faq-block .faq {
        width: 100%;
        padding-bottom: 20px;
    }

    .index-faq-block .form {
        width: 100%;
    }

    .footer nav {
        width: 100%;
        text-align: center;
    }

    .footer .contacts2 {
        width: 100%;
        text-align: center;
    }

    .footer .contacts2 form {
        margin: 0 auto 20px auto;
    }

    .footer .contacts2 .checkbox + label {
        display: inline-block;
    }

    h1 {
        margin-bottom: 50px;
    }

    .shops-page form {
        margin-bottom: 30px;
    }

    .shops-page table tr {
        display: block;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-bottom: 1px solid #ccc;
        padding: 20px 20px 10px 20px;
    }

    .shops-page table tr:last-child {
        border-bottom: 0;
    }

    .shops-page table tr td {
        display: block;
        padding: 0 0 10px 0;
    }

    .shops-page table tr td:first-child {
        width: 100%;
    }

    .contacts-page .info {
        width: 100%;
    }

    .contacts-page .map2 {
        width: 100%;
        height: 300px;
    }

    .contacts-page form .fields {
        width: 100%;
    }

    .contacts-page form .text {
        width: 100%;
        padding-top: 30px;
    }

    .finish-page .content div img {
        max-width: 200px;
    }

    .catalog-page .filter {
        width: 100%;
        display: none;
        padding-top: 20px;
    }

    .catalog-page .filter.opened {
        display: block;
    }

    .catalog-page .list {
        width: 100%;
        padding-top: 30px;
    }

    .catalog-page .filter-button {
        display: block;
    }

    .item-page .photos {
        width: 100%;
    }

    .item-page .info1 {
        width: 100%;
    }

    .item-page table thead {
        display: none;
    }

    .item-page table tbody tr {
        display: block;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 20px 20px 10px 20px;
    }

    .item-page .main-info#main-info table tbody tr {
        padding: 0;
        flex-wrap: nowrap;
    }

    .item-page .main-info#main-info table {
        display: block;
        overflow-x: auto;
        width: 100%;
        max-width: 100%;
    }

    .item-page table tbody tr td {
        display: block;
        padding: 0 0 10px 0;
        width: 48%;
    }

    .item-page table tbody tr td .adress {
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
    }

    .item-page table tbody tr td p {
        display: block;
        font-weight: 700;
        margin-bottom: 5px;
    }

    .item-page table tbody tr td:last-child {
        width: 100%;
    }

    .item-page table tbody tr td button {
        width: 100%;
    }

    .cart-page table tr {
        display: block;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 20px 20px 10px 20px;
        position: relative;
    }

    .cart-page table tr:not(:last-child) {
        border-bottom: none;
    }

    .cart-page table tr td {
        display: block;
        padding: 0 0 10px 0;
    }

    .cart-page table tr td:first-child {
        width: 100%;
    }

    .cart-page table tr td:last-child {
        position: absolute;
        right: 10px;
        top: 10px;
    }

    .cart-page table tr td .price.res {
        padding-top: 10px;
    }

    .order-page .fields {
        width: 100%;
        margin-bottom: 30px;
    }

    .order-page .result {
        width: 100%;
    }

    .index-page-slider .item {
        width: 576px;
    }

    .index-news-block .block-name.news-may {
        font-size: 26px;
    }
}

@media (max-width: 575px) {
    .wrap {
        width: auto;
        padding: 0 10px;
    }

    .index-news-block .block-name.news-may {
        font-size: 30px;
    }

    .menubg {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(1, 1, 1, 0.7);
        z-index: 13;
        display: none;
    }

    .top-page-line {
        display: none;
    }

    .header .catalog-button {
        margin-top: 0;
        height: 42px;
        width: 150px;
    }

    .header .links {
        display: none;
    }

    .header .menu-button {
        display: block;
    }

    .mobile-menu.opened {
        left: 0;
    }

    .header-links .list .slick-prev,
    .header-links .list .slick-next {
        display: none !important;
    }

    .header-links {
        padding: 10px 0 20px;
    }

    .header-links .wrap {
        padding: 0 0 0 10px;
    }

    .index-page-slider .big-item {
        width: 280px;
        margin: 0 3px;
        height: 391px;
    }

    .index-page-slider .big-item .image {
        display: none;
    }

    .index-page-slider .big-item .text {
        left: 0;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 20px;
    }

    .index-page-slider .big-item .text .name {
        width: auto;
        margin-bottom: 20px;
    }

    .index-page-slider .big-item .text p {
        margin-bottom: 20px;
    }

    .index-page-slider .blocks {
        width: 280px;
        margin: 0 3px;
    }

    .index-page-slider .blocks .block {
        margin-bottom: 10px;
    }

    .index-page-slider .blocks .block .image {
        display: none;
    }

    .index-page-slider .blocks .block .text {
        left: 0;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 20px;
    }

    .index-catalog-block .top-link {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        margin-bottom: 10px;
        display: block;
        text-align: center;
        margin-top: 30px;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .header {
        padding: 10px 0;
    }

    .index-advantages-block .item {
        width: 100%;
    }

    .index-advantages-block {
        padding-bottom: 30px;
    }

    .index-catalog-block .block-name {
        font-size: 30px;
        line-height: 36px;
    }

    .index-catalog-block.bf {
        padding: 50px 0;
    }

    .index-steps-block {
        padding: 50px 0 20px;
    }

    .index-steps-block .item {
        width: 100%;
    }

    .index-steps-block .block-name {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 30px;
    }

    .index-news-block .block-name {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 30px;
    }

    .index-news-block .item {
        width: 100%;
    }

    .index-news-block .top-link {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        margin-bottom: 10px;
        display: block;
        text-align: center;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .index-faq-block .faq .block-name {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 30px;
    }

    .index-faq-block .form .block-name {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 30px;
    }

    .index-faq-block .form form .name span {
        font-size: 32px;
        line-height: 40px;
    }

    .index-faq-block .form form p {
        margin-bottom: 20px;
    }

    .index-faq-block .form form input[type="text"] {
        margin-bottom: 30px;
    }

    .index-faq-block .form form {
        height: auto;
        padding: 20px;
    }

    .index-faq-block {
        padding-bottom: 50px;
    }

    .footer {
        padding: 50px 0 30px;
    }

    .footer .contacts2 .checkbox + label {
        font-size: 13px;
    }

    .footer .bottom .copy {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .footer .bottom .dev {
        width: 100%;
        text-align: center;
    }

    .bottom-att-block {
        font-size: 14px;
        line-height: 20px;
    }

    .header .catalog {
        width: 320px;
        padding: 10px;
    }

    .header .catalog ul li a {
        font-size: 13px;
        line-height: 17px;
        padding: 4px 10px;
    }

    .header .catalog ul li ul {
        padding: 0;
    }

    h1 {
        margin-bottom: 30px;
        font-size: 30px;
        line-height: 36px;
    }

    .shops-page h2 {
        font-size: 30px;
        line-height: 36px;
    }

    .shops-page table tr td:nth-child(2) {
        width: 100%;
    }

    .shops-page table tr td:nth-child(3) {
        padding-top: 10px;
    }

    .shops-page table {
        margin-bottom: 30px;
    }

    .shops-page {
        padding-bottom: 50px;
    }

    .shops-page .bottom-link a {
        padding: 20px 60px;
    }

    .shops-page .filter select {
        font-size: 18px;
    }

    .shops-page .filter input[type="text"] {
        font-size: 18px;
    }

    .shops-page .filter {
        padding-bottom: 10px;
    }

    .shops-page .map {
        height: 300px;
        margin-bottom: 30px;
    }

    .contacts-page .map {
        height: 300px;
        margin-bottom: 30px;
    }

    .contacts-page .map .but {
        font-size: 16px;
        width: 270px;
        height: 50px;
    }

    .contacts-page h2 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .contacts-page .map2 {
        margin-bottom: 30px;
    }

    .contacts-page form {
        padding: 20px;
    }

    .contacts-page form .name {
        margin-bottom: 20px;
        font-size: 24px;
        line-height: 30px;
    }

    .contacts-page form .text textarea {
        height: 120px;
    }

    .contacts-page {
        padding-bottom: 50px;
    }

    .finish-page {
        padding: 0 0 50px 0;
    }

    .finish-page .content div {
        display: block;
    }

    .finish-page .content .thanksimg {
        text-align: center;
    }

    .finish-page .content div img {
        /* max-width: 100%; */
        max-width: 70%;
        margin: 0 0 20px 0;
    }

    .finish-page .content div .thanks {
        font-size: 24px;
        line-height: 30px;
    }

    .finish-page .content div .number {
        font-size: 24px;
        line-height: 30px;
    }

    .fav-page .flex2 .site-item {
        width: 100%;
        margin: 0 0 30px 0 !important;
    }

    .fav-page {
        padding-bottom: 20px;
    }

    .catalog-page .list .sort {
        margin-bottom: 30px;
    }

    .catalog-page .list .sort a {
        margin-left: 8px;
    }

    .catalog-page .list .sort a.active span {
        display: none;
    }

    .catalog-page .list .sort a.active {
        padding: 0;
        background: none;
    }

    .catalog-page .list .site-item,
    .catalog-page .list.wishlist .site-item {
        width: calc(100% - 30px);
        margin-bottom: 30px;
    }

    .catalog-page .list .pages a {
        font-size: 18px;
        margin: 0 7px;
    }

    .catalog-page .list .pages {
        padding: 0 0 30px 0;
    }

    .catalog-page {
        padding-bottom: 10px;
    }

    .item-page .main-info {
        margin-bottom: 30px;
    }

    .item-page h2 {
        margin-bottom: 30px;
        font-size: 24px;
        line-height: 30px;
    }

    .item-page .bottom-button a {
        padding: 20px 60px;
    }

    .item-page {
        padding-bottom: 50px;
    }

    .cart-page .top-block {
        padding: 20px;
    }

    .cart-page .top-block .field {
        width: 100%;
        margin-bottom: 10px;
    }

    .cart-page table tr td:nth-child(4) {
        display: none;
    }

    .cart-page table tr td .number input[type="text"] {
        width: 80px;
    }

    .cart-page .bottom-block {
        padding: 0;
    }

    .cart-page table {
        margin-bottom: 30px;
    }

    .cart-page .bottom-block .result .total-box__sum {
        margin-top: 20px;
        margin-bottom: 30px;
        font-size: 24px;
        line-height: 30px;
    }

    .cart-page {
        padding-bottom: 50px;
    }

    .order-page .fields .block {
        padding: 20px;
    }

    .order-page .fields .block .name {
        margin-bottom: 25px;
    }

    .order-page .fields .block .shops table tr {
        display: block;
        padding: 20px 20px 10px 20px;
    }

    .order-page .fields .block .shops table tr td {
        display: block;
        padding: 0 0 10px 0;
    }

    .order-page .fields .block .shops table tr td button {
        width: 100%;
    }

    .order-page .fields .block .shops .bottom-button {
        padding-top: 20px;
    }

    .order-page .fields .block .shops .bottom-button a {
        padding: 20px 40px;
    }

    .order-page {
        padding-bottom: 50px;
    }

    .index-page-slider .item {
        width: auto;
    }

    .index-page-slider .big-item {
        width: auto;
        height: auto;
        margin: 0 10px;
    }

    .index-page-slider .big-item .text {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        transform: none;
        width: 260px;
        padding: 40px 20px;
    }

    .navi {
        /*margin-right: -10px;*/
        /*overflow-x: scroll;*/
        /*white-space: nowrap;*/
        /*padding-bottom: 10px;*/
        /*margin-bottom: 20px;*/
    }

    .header .catalog-button {
        display: none;
    }

    .header .logo a {
        width: 65px;
        height: 32px;
        background: url("/local/templates/farmacia/css/../img/logo.png") center / cover;
    }

    .header form {
        display: block;
        width: 206px;
        height: 34px;
        margin-top: 0;
        position: absolute;
        transition: 0.5s;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        text-align: center;
        z-index: 10;
    }

    .title-search-result .list .item .name div a {
        font-size: 12px;
        line-height: 16px;
    }

    .header form input[type="text"] {
        background: none;
        padding: 0 38px 0 12px;
        font-size: 14px;
        font-weight: 500;
    }

    div.title-search-result {
        border: 1px solid #dbdbdb;
        border-radius: 5px;
        padding: 33px 12px 0;
        /*padding: 33px 44px 0 44px;*/
        /*height: 0 !important;*/
        /*overflow: hidden;*/
        /*overflow: auto;*/
    }

    .title-search-result .list .item button {
        font-size: 12px;
        margin-left: 10px;
        width: auto;
        min-width: 102px;
    }

    .title-search-result .list {
        padding: 0;
    }

    .title-search-result .list .item {
        flex-wrap: nowrap !important;
    }

    .header form button {
        width: 26px;
        height: 26px;
        border-radius: 4px;
        background: #0ba536 url("/local/templates/farmacia/css/../img/arrow3.svg") no-repeat center;
    }

    .bottom-att-block {
        padding: 15px 0 70px;
    }

    .mobile-bottom-menu {
        display: block;
    }

    .header form button:hover {
        background: #046201 url("/local/templates/farmacia/css/../img/arrow3.svg") no-repeat center;
    }
}

.box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    position: fixed;
    z-index: 888;
    top: 0;
    right: 0;
    height: 0;
    width: 100%;
    background: #ffffff;
    overflow: hidden;
    -webkit-transition: all 0.6s ease-out 0.1s;
    transition: all 0.6s ease-out 0.1s;
    opacity: 0;
    padding: 0;
}

.box.box_scroll {
    overflow-y: scroll;
}

.box.active {
    height: 100%;
    opacity: 1;
    padding: 50px 0;
}

.box.active .box__hamburger {
    position: absolute;
    right: 10%;
    top: 2%;
    z-index: 1001;
    margin-left: 20px;
    cursor: pointer;
}

.box.active .box__hamburger .hamburger__line {
    width: 22px;
    margin: 7px auto;
    height: 1px;
    background-color: #000;
    -webkit-transition: opacity 0.15s ease-in, background-color 0.2s ease, -webkit-transform 0.15s ease-in;
    transition: opacity 0.15s ease-in, background-color 0.2s ease, -webkit-transform 0.15s ease-in;
    transition: transform 0.15s ease-in, opacity 0.15s ease-in, background-color 0.2s ease;
    transition: transform 0.15s ease-in, opacity 0.15s ease-in, background-color 0.2s ease, -webkit-transform 0.15s ease-in;
}

.box.active .box__hamburger .hamburger__line:first-child {
    -webkit-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
}

.box.active .box__hamburger .hamburger__line:nth-child(2) {
    opacity: 0;
}

.box.active .box__hamburger .hamburger__line:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
}

.box .box_content__name {
    font-size: 36px;
    line-height: 1.4;
    font-weight: normal;
    color: #000000;
    margin-bottom: 20px;
    font-weight: 700;
}

.box .label {
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #000000;
    opacity: 0.8;
    margin: 0 0 8px;
    text-align: left;
}

.box input[type="text"] {
    background: #fcfcfc;
    border: 1px solid #dddddd;
    border-radius: 4px;
    width: 100%;
    height: 48px;
    margin: 0 0 25px;
    padding: 0 20px;
}

.box input[type="text"]:focus {
    border: 1px solid #a4a5a6;
}

.box textarea {
    width: 100%;
    height: 116px;
    padding: 20px;
    border: 1px solid #e1e4e8;
    border-radius: 3px;
    margin: 0 0 27px;
}

.box textarea:focus {
    border: 1px solid #a4a5a6;
}

.box .question-button {
    margin: 40px 0;
    border: none;
    color: #fff;
    background: #0ba536;
    width: 250px;
    height: 50px;
    font-size: 18px;
    border-radius: 7px;
}

.box .question-button:hover {
    opacity: 0.8;
}

.box form,
.agreement__text {
    max-width: 630px;
    display: inline-block;
    margin: 0 10px;
}

.box .box_content {
    margin: auto;
    display: flex;
    width: 1410px;
    color: #737373;
    text-align: center;
    flex-direction: column;
    justify-content: center;
}

input,
textarea {
    outline: none;
}

/*preloader*/
.loader {
    overflow: hidden;
    font-size: 10px;
    margin: 50px auto;
    text-indent: -9999em;
    width: 11em;
    height: 11em;
    border-radius: 50%;
    background: #0ba536;
    background: -moz-linear-gradient(left, #0ba536 10%, rgba(101, 171, 248, 0) 42%);
    background: -webkit-linear-gradient(left, #0ba536 10%, rgba(101, 171, 248, 0) 42%);
    background: -o-linear-gradient(left, #0ba536 10%, rgba(101, 171, 248, 0) 42%);
    background: -ms-linear-gradient(left, #0ba536 10%, rgba(101, 171, 248, 0) 42%);
    background: linear-gradient(to right, #0ba536 10%, rgba(101, 171, 248, 0) 42%);
    position: relative;
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.loader:before {
    width: 50%;
    height: 50%;
    background: #0ba536;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
}

.loader:after {
    background: white;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.smart_filter__label {
    display: block;
    cursor: pointer;
    margin-bottom: 12px;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #3c3c3c;
    background: url(/local/templates/farmacia/css/img/checkbox5.svg) no-repeat 0 2px;
}

.wrap h1 {
    font-weight: bold;
}

@-webkit-keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes shake {
    0% {
        transform: translate(3px, 3px) rotate(0deg);
    }
    10% {
        transform: translate(-3px, -4px) rotate(-1deg);
    }
    20% {
        transform: translate(-5px, 0px) rotate(1deg);
    }
    30% {
        transform: translate(5px, 4px) rotate(0deg);
    }
    40% {
        transform: translate(3px, -3px) rotate(1deg);
    }
    50% {
        transform: translate(-3px, 4px) rotate(-1deg);
    }
    60% {
        transform: translate(-4px, 3px) rotate(0deg);
    }
    70% {
        transform: translate(4px, 3px) rotate(-1deg);
    }
    80% {
        transform: translate(-3px, -3px) rotate(1deg);
    }
    90% {
        transform: translate(3px, 4px) rotate(0deg);
    }
    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}

@keyframes BadgeWave {
    0% {
        box-shadow: 0 0 0 0 rgba(11, 165, 54, 0.2);
    }
    100% {
        box-shadow: 0 0 0 20px rgba(11, 165, 54, 0);
    }
}

.cover::before,
.cover-right::before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    right: 15px;
    background: #0ba536;
    border-radius: 6px;
}

.cover::after {
    content: " ";
    position: absolute;
    width: 30px;
    height: 30px;
    right: 5px;
    top: 4px;
    background: #0ba536;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 6px;
}

.cover,
.cover-right {
    opacity: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    border-radius: 6px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    z-index: -1;
}

.header .catalog ul li:hover .cover,
.header .catalog ul li:hover .cover-right {
    opacity: 1;
}

.catalog-block.index-advantages-block .item span {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    margin: 30px 0 0px;
}

.catalog-block.index-advantages-block .item:hover {
    padding: 35px 26px 25px;
    box-shadow: 0px 60px 70px rgba(131, 131, 131, 0.14);
}

.catalog-block.index-advantages-block .item img {
    max-height: 55px;
}

.index-advantages-block__row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.catalog-block.index-advantages-block .item {
    padding: 35px 26px 25px;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(20% - 30px);
    text-decoration: none;
}

@media (max-width: 991px) {
    .catalog-block.index-advantages-block .item {
        width: calc(50% - 30px);
    }
}

.slick-track {
    display: flex !important;
}

.catalog-page .catalog-section {
    display: flex;
    flex-wrap: wrap;
    margin-right: -30px;
    margin-left: -30px;
}

@media (max-width: 1470px) {
    .catalog-page .catalog-section {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media (max-width: 575px) {
    .index-advantages-block .item {
        width: 100%;
    }
}

.new-product .slick-track {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.news .slick-track {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.new-item .new-item-img {
    vertical-align: top;
    display: inline-block;
    width: 33.3333%;
    margin-bottom: 20px;
}

.new-item .new-item-text {
    display: inline-block;
    width: calc(66.6666% - 35px);
    padding-left: 30px;
    margin-bottom: 20px;
    font-size: 16px;
}

.new-item .new-item-text p {
    color: #2d304f;
    margin: 0 0 20px;
    text-align: justify;
}

.new-item .new-item-text h4 {
    margin: 0 0 20px;
    text-align: justify;
}

.new-item .new-item-text ul {
    margin: 0 0 20px;
    list-style-type: disc;
    padding-left: 20px;
    color: #2d304f;
}

.new-item .new-item-text ol {
    margin: 0 0 20px;
    list-style-type: auto;
    padding-left: 20px;
}

.new-item .new-item-text .new-item-title {
    font-weight: 500;
    font-size: 27px;
    color: #000000;
    margin-bottom: 20px;
}

.new-item-text img {
    max-height: 600px;
    margin-bottom: 50px;
}

.new-item-text .news-img {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.new-item .col {
    padding: 15px;
    width: 20%;
    max-width: 100%;
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #e0e0e0;
    z-index: 1001;
    opacity: 0.5;
}

.preloader__row {
    position: relative;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    margin-top: -35px;
    margin-left: -35px;
    text-align: center;
    animation: preloader-rotate 2s infinite linear;
}

.preloader__item {
    position: absolute;
    display: inline-block;
    top: 0;
    background-color: #0ba536;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    animation: preloader-bounce 2s infinite ease-in-out;
}

.preloader__item:last-child {
    top: auto;
    bottom: 0;
    animation-delay: -1s;
}

@keyframes preloader-rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes preloader-bounce {
    0%,
    100% {
        transform: scale(0);
    }

    50% {
        transform: scale(1);
    }
}

.loaded_hiding .preloader {
    transition: 0.3s opacity;
    opacity: 0;
}

.loaded .preloader {
    display: none;
}

@media (max-width: 1070px) {
    .new-item .col {
        width: 25%;
    }

    .catalog-items .news-menu {
        display: flex;
    }
}

@media (max-width: 860px) {
    .new-item .col {
        width: 33.3333%;
    }
}

@media (max-width: 620px) {
    .new-item .col {
        width: 50%;
    }
}

@media (max-width: 780px) {
    .new-item .new-item-img {
        display: block;
        width: 100%;
    }

    .new-item .new-item-text {
        display: block;
        width: 100%;
        padding-left: 0px;
    }
}

@media (max-width: 450px) {
    .new-item .col {
        width: 100%;
    }
}

.row.fluid {
    margin-right: -16px;
    margin-left: -16px;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.news-block .col {
    width: 100%;
    padding: 0 13px;
    max-width: 33.33%;
    box-sizing: border-box;
}

@media (max-width: 575px) {
    .news-block .col {
        width: 100%;
        padding: 0 13px;
        max-width: 50%;
        box-sizing: border-box;
    }
}

.news-block__item {
    display: flex;
    font-size: 20px;
    color: #000000;
    text-decoration: none;
    padding-bottom: 50px;
    flex-direction: column;
    height: 100%;
}

.news-block__item .news-block__image {
    height: 270.25px;
    border-radius: 7px;
    background-position: center center;
    background-size: cover;
    margin-bottom: 29px;
    display: block;
}

.news-block__item .news-block__title {
    font-family: "Uni Neue";
    font-weight: 500;
    line-height: 27px;
    padding-bottom: 13px;
    display: block;
    color: #000;
}

.news-block__item .news-block__date {
    font-size: 16px;
    color: #6a6a6a;
}

.news-block .item p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.index-news-block__pagination .pages {
    padding: 30px 0 10px;
    text-align: center;
}

.index-news-block__pagination .pages a {
    display: inline-block;
    text-decoration: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #0ba536;
    font-weight: 700;
    font-size: 22px;
    padding: 8px 18px;
}

.index-news-block__pagination .pages a:hover {
    color: #e53838;
}

.index-news-block__pagination .pages a.active {
    background: #ffffff;
    box-shadow: 0px 1px 4px rgba(10, 27, 14, 0.11);
    border-radius: 22px;
}

.index-news-block__pagination .pages a .fa {
    color: #000;
    font-size: 25px;
    vertical-align: middle;
    margin-top: -4px;
}

@media (max-width: 767px) {
    .index-news-block__pagination .pages a {
        font-size: 18px;
        padding: 7px 14px;
    }
}

.cart-page .bottom-block .result button a.basket-total-order__create {
    height: inherit;
    width: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.basket-total-order__create {
    color: white;
    text-decoration: none;
}

.store-more {
    display: none;
}

.smartfilter {
    transition: 0.5s;
}

.preloader-filter {
    opacity: 0.5;
    pointer-events: none;
}

.cart_converted {
    background-color: white !important;
    border: 2px solid #0ba536;
    color: #0ba536 !important;
}

.search_page__input {
    width: 100%;
    max-width: 723px;
    height: 61px;
    /* box-shadow: 0px 0px 6px rgb(0 0 0 / 14%); */
    border: 3px solid #ededed;
    border-radius: 12px;
    padding: 0 62px 0 53px;
    font-weight: 700;
    font-size: 16px;
    background: url("/local/templates/farmacia/css/../img/search.svg") no-repeat 22px 50%;
    position: relative;
    z-index: 4;
}

.search_page__submit {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 6px;
    border-radius: 11px;
    width: 46px;
    height: 46px;
    background: #0ba536 url("/local/templates/farmacia/css/../img/arrow.svg") no-repeat center;
    z-index: 5;
}

.search_page_input__wrapper {
    margin-bottom: 70px;
}

.links {
    cursor: default;
}

.page-text-content {
    padding-bottom: 80px;
    font-size: 17px;
}

.page-text-content p:not(:last-child) {
    margin-bottom: 20px;
}

.page-text-content ol {
    list-style: none;
    counter-reset: li;
}

.page-text-content ol li {
    line-height: 1.4;
    margin-bottom: 15px;
}

.page-text-content ol li:before {
    counter-increment: li;
    content: counters(li, ".") ". ";
    font-weight: bold;
}

.page-text-content .important-text {
    padding: 20px;
    background: #f5f7d96e;
    border-radius: 4px;
    color: #382c0c;
    text-align: left;
    margin-top: 20px;
}

.page-text-content .important-text.center {
    text-align: center;
}

.page-text-content h2 {
    font-size: 42px;
    margin: 50px 0 40px;
}

.page-text-content h3 {
    font-size: 30px;
    margin: 50px 0 40px;
}

.page-text-content ul {
    list-style-position: inside;
    margin-left: 0px;
    color: black;
    margin-bottom: 20px;
    list-style-type: disc;
}

.search_page_input__wrapper form {
    position: relative;
    width: 100%;
    max-width: 723px;
    margin: auto;
}

.error-404-page ul {
    margin-bottom: 25px;
    list-style-type: disc;
    padding-left: 23px;
    color: #6e7174;
    line-height: 28px;
}

.error-404-page h3 {
    text-transform: uppercase;
    font-weight: 450;
    margin-bottom: 20px;
}

.error-404-page a {
    line-height: 30px;
    color: #393939;
    text-decoration: underline;
}

.error-404-page {
    margin-bottom: 120px;
    font-size: 18px;
}

.error-404-page li::marker {
    color: #0ba536;
}

.order-page .bx-soa-pp .bx-soa-pp-company {
    z-index: 1;
}

.warehouse-table__work-time {
    display: flex;
}

.warehouse-table__work-time .work-time__col-today p,
.warehouse-table__work-time .work-time__col-days p {
    font-family: "Uni Neue Book";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #1c1c1c;
    margin-bottom: 0;
}

.work-time__col-today {
    margin-right: 36px;
}

.work-time__col-today p:nth-child(2) {
    font-family: "Uni Neue";
    font-weight: 600;
    line-height: 23px;
}

.work-time__col-days__windows {
    display: flex;
    justify-content: space-between;
    width: 100%;
    min-width: 80px;
}

.warehouse-table__work-time .work-time__col-days p {
    margin-bottom: 7px;
}

.work-time__col-days__windows span {
    width: 9px;
    height: 9px;
    background: #0ba536;
    border-radius: 2px;
}

.work-time__col-days__windows span.active {
    width: 7px;
    height: 7px;
    background: #ffffff;
    border: 1px solid #0ba536;
}

.work-time__col-days__windows span.weekend {
    background: #d9d9d9;
}

.mb-30 {
    margin-bottom: 30px;
}

.mt-20 {
    margin-top: 20px;
}

.item-page #main-info.main-info > :is(h1, h2, h3, h4, h5, h6) {
    font-size: 24px;
    font-weight: bold;
    margin: 20px 0 15px;
    line-height: 22px;
}

.item-page #main-info.main-info :is(p, strong, a, span, u, i, em) {
    font-family: "Uni Neue" !important;
}

.item-page #main-info.main-info ul {
    font-size: 16px;
    list-style-type: disc;
    margin-bottom: 20px;
    padding-left: 20px;
}

.item-page #main-info.main-info ol {
    font-size: 16px;
    list-style-type: decimal;
    margin-bottom: 20px;
    padding-left: 18px;
}

.history-table {
    width: 100%;
    margin-bottom: 30px;
    color: #3e3d3d;
    font-size: 13px;
}

.history-table th {
    /* background: #0ba536; */
    background: #47bd4d;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    padding: 10px 10px 10px 19px;
}

.history-table td {
    padding: 20px 15px;
}

.zakupki-table td {
    font-size: 17px !important;
}

.zakupki-table tr:nth-child(2n+1) {
    background: #e5f0e8;
    /* background: #47bd4d; */
}

.zakupki-table tr:nth-child(2n) {
    background: #f5f5f5;
}

.zakupki-table td {
    padding: 20px 15px;
}

.about-text {
    cursor: pointer;
    padding: 7px 40px 7px 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    background: url(/local/templates/farmacia/css/../img/rightarrow.svg) no-repeat right;
    background-size: 36px;
}

.about-href {
    text-decoration: none;
}

.rukov-text {
    cursor: pointer;
    padding: 7px 0px 7px 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    background: url(/local/templates/farmacia/css/../img/rightarrow.svg) no-repeat right;
}

.rukov-item {
    margin-bottom: 10px;
    border: 1px solid #e0e0e0;
    box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.04);
    border-radius: 4px;
    padding: 22px 20px 22px 34px;
}

.rukov-faq {
    width: 20% !important;
}

.about-menu {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap-reverse;
}

.about-left {
    width: 80%;
}

.about-right {
    padding-bottom: 0px;
    width: 250px;
}

.about-item {
    margin-bottom: 10px;
    border: 1px solid #e0e0e0;
    box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.04);
    border-radius: 4px;
    padding: 22px 20px 22px 34px;
}

.order-page__custom-notification {
    padding: 22px 24px;
    background: #FAFBD4;
    margin-top: 20px;
    border-radius: 4px;
}

@media (max-width: 1470px) {
    .ocenka-mobile {
        width: 85%
    }

    .about-left {
        width: 70%;
    }
}

@media (max-width: 1000px) {
    .ocenka-mobile {
        width: 80%
    }

    .rukov-faq {
        width: 30% !important;
    }

    .about-left {
        width: 100%;
    }

    .about-right {
        width: 100%;
        padding-bottom: 20px;
    }
}

@media (max-width: 770px) {
    .ocenka-mobile {
        width: 75%
    }

    .rukov-faq {
        width: 40% !important;
    }
}

@media (max-width: 500px) {
    .ocenka-mobile {
        width: 60%
    }

    .about-text {
        font-size: 14px;
    }

    .rukov-faq {
        width: 70% !important;
    }
}

.m-0 {
    margin: 0 !important;
}

/* Кастомный попап, используется в нескольких местах */
.custom-popup__wrap {
    position: fixed;
    left: 0;
    top: 0;
    height: calc(100vh - 120px);
    width: calc(100% - 10px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    margin: 60px 5px;
}

.custom-popup {
    position: relative;
    max-width: 478px;
    width: 100%;
    border-radius: 5px;
    background: #fff;
    padding: 36px;
    z-index: 101;
}

.custom-popup .custom-popup__close {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 15px;
    top: 15px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.custom-popup .custom-popup__close svg {
    fill: #3d4c60;
}

.custom-popup__shadow {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 100;
}

@media (max-width: 767px) {
    .custom-popup {
        padding: 22px;
    }
}

.top-warning-text {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0ba536;
    padding: 6px 20px;

    color: #FFFFFF;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
}

.alert {
    border: 0;
    border-radius: 1px;
    font-size: 14px;
    padding: 15px;
    margin-bottom: 20px;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    /*border-color: #ebccd1;*/
}

.alert-danger a {
    color: #a94442;
    font-weight: 700;
    text-decoration: none;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    /*border-color: #d6e9c6*/
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    /*border-color: #faebcc*/
}

/* Авторизация, Регистрация, Восстановление */
.bx-authform:is(.main-auth-form,.main-register,.main-auth-forgotpasswd,.main-auth-changepasswd) {
    max-width: 410px;
    padding: 30px;
    border-radius: 4px;
    border: 1px solid #F0F0F0;
    background: #FFF;
    margin: 0 auto;
}

.bx-authform.main-auth-form noindex .bx-authform-link-container a,
.bx-authform + .form-additional-message a {
    font-size: 15px;
    color: #0BA536;
    text-decoration: none;
}

.bx-authform + .form-additional-message {
    max-width: 410px;
    padding: 15px 30px;
    border-radius: 4px;
    border: 1px solid #F0F0F0;
    background: #FFF;
    margin: 0 auto;
    font-size: 15px;
    text-align: center;
    margin-top: 20px;
}

:is(.main-auth-form,.main-register,.main-auth-forgotpasswd,.main-auth-changepasswd) .bx-title {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 35px;
}

:is(.main-auth-form,.main-register,.main-auth-forgotpasswd,.main-auth-changepasswd) .bx-authform-label-container {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.25px;
    color: #828282;
    display: block;
}

:is(.main-auth-form,.main-register,.main-auth-forgotpasswd,.main-auth-changepasswd) .bx-authform-formgroup-container {
    margin-bottom: 20px;
}

:is(.main-auth-form,.main-register,.main-auth-forgotpasswd,.main-auth-changepasswd) .bx-authform-formgroup-container:last-child {
    margin-top: 40px;
}

:is(.main-auth-form,.main-register,.main-auth-forgotpasswd,.main-auth-changepasswd)
:is(.login-btn,.register-btn,.forgotpasswd-btn,.changepasswd-btn) {
    background: #0ba536;
    color: #fff;
    border-radius: 5px;
    height: 48px;
    font-weight: 700;
    font-size: 15px;
    line-height: 17px;
    width: 100%;
}

:is(.main-auth-form,.main-register,.main-auth-forgotpasswd,.main-auth-changepasswd)
:is(input[type=text],input[type=password],input[type=email]) {
    width: 100%;
    height: 44px;
    border-radius: 5px;
    padding: 0 12px;
    font-size: 15px;
    letter-spacing: 0.15px;
    background: rgba(242, 242, 242, 0.40);
}

.bx-authform .required {
    color: #ff0000;
}

.bx-authform-formgroup-container.dbg_captha {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.bx-authform-formgroup-container.dbg_captha .bx-authform-label-container {
    width: 100%;
}

.bx-authform-formgroup-container.dbg_captha :is(.bx-captcha,.bx-authform-input-container) {
    width: 48%;
}

.bx-authform-formgroup-container-notifications {
    margin-top: 35px;
}

.bx-authform-formgroup-container-notifications .notification_item input[type='checkbox'] {
    display: none;
}

.bx-authform-formgroup-container-notifications .notification_item {
    position: relative;
}

.bx-authform-formgroup-container-notifications .notification_item input[type='checkbox'][required] {
    display: block;
    position: absolute;
    width: 20px;
    height: 21px;
    left: 2px;
    opacity: 0;
}

.bx-authform-formgroup-container-notifications .notification_item input[type='checkbox'] + label {
    display: block;
    cursor: pointer;
    padding: 0 0 0 31px;
    font-size: 14px;
    line-height: 16px;
    color: #828282;
    background: url("/local/templates/farmacia/css/../img/radio.svg") no-repeat 0 0;
}

.bx-authform-formgroup-container-notifications .notification_item input[type='checkbox']:checked + label {
    background: url("/local/templates/farmacia/css/../img/radio2.svg") no-repeat 0 0;
}

.bx-authform-formgroup-container-notifications .notification_item:not(:last-child) input[type='checkbox'] + label {
    margin-bottom: 20px;
}

.bx-authform-formgroup-container-notifications .notification_item input[type='checkbox'] + label a {
    color: #0BA536;
    text-decoration: none;
}

span.input-hint {
    display: inline-block;
    padding-left: 20px;
    background: url(/local/templates/farmacia/img/hint.svg) left / 14px no-repeat;
    font-size: 0.8em;
    margin-top: 6px;
    opacity: 0.7;
}

/* Цвета статусов заказа /personal/orders/
По умолчанию - серый */
.order-list-container table .order-list-cell-value-status span {
    padding: 3px 10px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.25px;

    background: #f3f4f5;
    color: #535c69;
}

/* Отменен */
.order-list-container table .order-list-cell-value-status .C {
    background: #f2dede;
    color: #C6171E;
}

/* Аннулирован */
.order-list-container table .order-list-cell-value-status .DD {
    background: #f2dede;
    color: #C6171E;
}

/* Утвержден */
.order-list-container table .order-list-cell-value-status .HH {
    background: #DDFFDC;
    color: #476946;
}

/* Ожидает обработки */
.order-list-container table .order-list-cell-value-status .N {
    background-color: #fcf8e3;
    color: #8a6d3b;
}

/* Обрабатывается */
.order-list-container table .order-list-cell-value-status .OB {
    background-color: #fcf8e3;
    color: #8a6d3b;
}

/* Передан */
.order-list-container table .order-list-cell-value-status .P {
    background: #DDFFDC;
    color: #476946;
}

/* Выдан */
.order-list-container table .order-list-cell-value-status .F {
    background: #DDFFDC;
    color: #476946;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    overflow: auto;
    max-height: 500px;
}

.item-page #availability_stores_wrapper h2 .online {
    color: #0BA536;
}

.item-page #availability_stores_wrapper h2 .offline {
    color: #BEBEBE;
}

.item-page #availability_stores_wrapper h2.offline_title {
    margin-top: 70px;
    margin-bottom: 12px;
}

#availability_stores_wrapper .offline_desc {
    display: inline-block;
    border-radius: 8px;
    background: #F3F4AB;
    color: #565729;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 10px;
    padding: 7px 17px;
    margin-bottom: 60px;
}

@media (max-width: 575px) {
    #availability_stores_wrapper .offline_desc {
        margin-bottom: 30px;
    }
}

.from-warehouse {
    color: #fff;
    background: #ff0000;
    display: inline-block;
    margin-right: 5px;
    font-weight: 500;
    font-size: 14px;
    line-height: 10px;
    padding: 10px 10px;
    border-radius: 8px;
}

.from-warehouse b.color3 {
    color: #fff;
    background: #ff0000;
    font-size: 14px;
    padding: 10px 10px;
}

.total-box {
    display: flex;
    flex-wrap: wrap;
}

.cart-page .bottom-block .result .total-box .total-box__warning p {
    padding: 22px 24px;
    background: #FAFBD4;
    /*margin-right: 20px;*/
    border-radius: 4px;
    font-size: 16px;
    text-align: left;
}

.total-box__warning {
    flex: 1;
}

@media (max-width: 767px) {
    .total-box {
        flex-direction: column;
    }

    .cart-page .bottom-block .result .basket-total__btn:not(:last-child) {
        margin-right: 0;
    }
}

/* Модальное окно График работы */
.warehouse-about {
    position: relative;
    width: 100%;
    max-width: 410px;
    height: auto;
    border-radius: 4px;
    border: 1px solid #E1E4E8;
    background: #FFF;
    box-shadow: 0px 7px 41px 0px rgba(0, 0, 0, 0.09);
    padding: 60px 30px 25px;
    z-index: 111;
}

.warehouse-about__close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.warehouse-about__title {
    color: #1C1C1C;
    font-family: "Uni Neue";
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 22px;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.warehouse-about__phone {
    color: #1C1C1C;
    font-family: "Uni Neue";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px;
}

.warehouse-about__phone span {
    font-weight: 700;
}

.warehouse-about__phone a {
    text-decoration: none;
}

.warehouse-about__work-time .warehouse-about__work-time-title {
    color: #1C1C1C;
    font-family: "Uni Neue";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 8px;
}

.warehouse-about__work-time-schedule {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    margin-bottom: 8px;
}

.warehouse-about__work-time-schedule span {
    width: 29px;
    height: 29px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    background: #0BA536;
    color: #FFF;
    font-family: "Uni Neue";
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 10px;
    cursor: pointer;
}

.warehouse-about__work-time-schedule span.weekend {
    background: #B6B6B6;
}

.warehouse-about__work-time-schedule span.active {
    background: #2A4F2E;
}

.warehouse-about__work-time-now {
    color: #939393;
    font-family: "Uni Neue";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.warehouse-about__divider {
    margin: 20px 0;
}

.warehouse-about__address {
    font-family: "Uni Neue";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px;
}

.warehouse-about__map {
    height: 300px;
    background: #E8E8E8;
}

#warehouse-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 110;
}

#availability_stores_wrapper .adress > div:nth-child(2),
.order-page .adress {
    text-decoration: underline;
    text-decoration-color: #cacaca;
    text-decoration-style: dotted;
    text-underline-offset: 5px;
    cursor: pointer;
}

#warehouse-modal-shadow {
    width: 100%;
    height: 100vh;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 109;
    background: #000;
    opacity: .2;
}

@media (max-width: 575px) {
    .warehouse-about {
        max-width: calc(410px - 62px);
    }
}

/* end Модальное окно График работы */

/* убрать после нг */
.index-page-slider .slick-track {
    margin-top: 60px;
}

.snezhki-big {
    position: absolute;
    top: -75px;
}

.snezhki-mini {
    position: absolute;
    top: -75px;
}

.header .catalog-button {
    position: relative;
}

.catalog-button .farmacia-hat {
    left: -25px;
    top: -15px;
    position: absolute;
    width: 51px;
}

@media (max-width: 1470px) {
    .snezhki-big {
        top: -54px;
    }
}

@media (max-width: 1200px) {
    .snezhki-big {
        top: -40px;
    }
}

@media (max-width: 991px) {
    .snezhki-big {
        top: -60px;
    }
}

@media (max-width: 768px) {
    .snezhki-big {
        top: -45px;
    }

    .index-news-banner .big-banner {
        display: none;
    }

    .index-news-banner .mini-banner {
        display: block;
    }
}

@media (max-width: 575px) {
    .snezhki-big {
        top: -20px;
    }

    .index-page-slider .slick-track {
        margin-top: 30px;
    }
}


.shops-page.item-filter {
    padding: 0;
}

.shops-page.item-filter .filter select {
    width: 35%;
}

.shops-page.item-filter .filter input[type="text"] {
    width: 45%;
}

.shops-page.item-filter .filter button {
    font-weight: 700;
    font-size: 21px;
    padding: 0 20px;
    color: #fff;
    border-radius: 8px;
    background-color: #000;
    margin-bottom: 20px;
    width: 16%;
    height: 58px;
}

.item-page table thead tr td.mini-table {
    font-size: 15px;
}

@media (max-width: 991px) {
    .shops-page.item-filter .filter input[type="text"] {
        width: 100%;
    }

    .shops-page.item-filter .filter select {
        width: 100%;
    }

    .shops-page.item-filter .filter button {
        width: 100%;
    }

}

@media (max-width: 575px) {
    .shops-page.item-filter .filter button {
        font-size: 18px;
    }
}

.save-wishlist {
    margin: 94px auto 70px auto;
    padding-top: 120px;
    background: url(/local/templates/farmacia/css/../img/heart.svg) no-repeat 50% 0;
    text-align: center;
    max-width: 525px;
    line-height: 22px;
    font-size: 16px;
}

.badge-wave {
    animation: BadgeWave 1s;
}

.fav-count:empty {
    display: none;
}
/* End */


/* Start:/local/templates/farmacia/css/slick.css?17392791701846*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/farmacia/components/farmacia/main.feedback/farmacia_subscribe/style.min.css?1739279170251*/
div.mf-name,div.mf-email,div.mf-captcha,div.mf-message{width:80%;padding-bottom:.4em}div.mf-name input,div.mf-email input{width:60%}div.mf-message textarea{width:60%}span.mf-req{color:red}div.mf-ok-text{color:green;font-weight:bold;padding-bottom:1em}
/* End */


/* Start:/local/templates/farmacia/components/farmacia/main.feedback/farmacia_review/style.min.css?1739279170251*/
div.mf-name,div.mf-email,div.mf-captcha,div.mf-message{width:80%;padding-bottom:.4em}div.mf-name input,div.mf-email input{width:60%}div.mf-message textarea{width:60%}span.mf-req{color:red}div.mf-ok-text{color:green;font-weight:bold;padding-bottom:1em}
/* End */
/* /local/templates/farmacia/css/jquery-ui.css?173927917036099 */
/* /local/templates/farmacia/css/jquery.custom-scroll.css?17392791701160 */
/* /local/templates/farmacia/css/fancyapps.css?173927917015598 */
/* /local/templates/farmacia/css/style.css?1753359932144948 */
/* /local/templates/farmacia/css/slick.css?17392791701846 */
/* /local/templates/farmacia/components/farmacia/main.feedback/farmacia_subscribe/style.min.css?1739279170251 */
/* /local/templates/farmacia/components/farmacia/main.feedback/farmacia_review/style.min.css?1739279170251 */
