

/* Start:/bitrix/templates/.default/components/slam/easymap/our_objects/style.css?176287724217845*/
@charset "UTF-8";

.pharm-search {
	display: flex;
	-ms-grid-row-align: center;
	align-self: center;
	margin-bottom: 30px;
}

.pharm-search__city {
	max-width: 370px;
	width: 100%;
	flex: 0 0 auto;
	margin-right: 60px;
}

.pharm-search__result {
	margin: 0 38px;
	margin-left: auto;
	font-size: 18px;
	line-height: 21px;
	display: flex;
	align-items: center;
	color: #0b2b4a;
	width: 165px;
}

.pharm-search__quantity {
	padding: 0 5px;
}

.pharm-search__search {
	flex-grow: 1;
	position: relative;
	max-width: 760px;
}

.pharm-search__search .search-icon {
	width: 24px;
	height: 24px;
	margin: 0;
	padding: 0;
	border: none;
	cursor: pointer;
	background-color: transparent;
	fill: #135ca4;
	pointer-events: none;
	display: none;
}

.pharm-search__search .search-icon.active {
	display: flex;
	pointer-events: all;
}

.pharm-search__search .reset-icon {
	width: 18px;
	height: 18px;
}

.pharm-search__search-input {
	width: 100%;
}

.pharm-search__search-input:focus {
	outline: 0;
}

.pharm-filter {
	margin-bottom: 10px;
}
.pharm-filter__overflow {
}
.pharm-filter__list {
	display: flex;
	margin: -12px;
	flex-wrap: wrap;
}
.pharm-filter__item {
	padding: 12px;
	white-space: nowrap;
	position: relative;
}

.pharm-filter__input {
	font-size: 0;
	position: absolute;
	visibility: hidden;
}

.pharm-filter__input:checked + label {
	color: #009900;
	background: #d6f7c4;
	border-color: #d6f7c4;
}

.pharm-filter__input:checked + label:hover {
	background: transparent;
}

.pharm-filter__input:checked + label:after {
	right: 45px;
}

.pharm-filter__label {
	font-size: 18px;
	color: #333333;
	padding: 10px 15px;
	font-weight: 500;
	height: auto;
	border-width: 0;
	display: inline-block;
	transition: background-color 0.3s ease;
	border: 2px solid #e5e5e5;
	font-weight: 500;
	transition: all 0.3s ease;
}

.pharm-filter__label:active {
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
}

.pharm-tab {
	display: flex;
}

.pharm-tab__item {
	padding: 17px 20px;
	width: 206px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 18px;
	line-height: 21px;
	color: rgba(11, 43, 74, 0.5);
	background: #f4f9ff;
	box-shadow: 0 -5px 10px rgba(219, 230, 240, 0.7);
	border-radius: 10px 10px 0 0;
	position: relative;
	transition: background-color 0.3s ease;
}

.pharm-tab__item.active {
	color: #0b2b4a;
	background: #fff;
	position: relative;
}

.pharm-tab__item.active:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: transparent;
	z-index: 10;
	box-shadow: 0 -5px 10px rgba(219, 230, 240, 0.7);
	border-radius: 10px;
}

.pharm-tab__item-inner {
	display: block;
}

.pharm-tab__content-wrap {
	display: none;
}

.pharm-tab__content-wrap.active {
	display: block;
}

.pharm-tab__content {
	background: #fff;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
	position: relative;
	z-index: 10;
}

.pharm-list__header {
	display: flex;
	padding: 7px 0 15px 0;
	border-bottom: 1px solid rgba(11, 43, 74, 0.2);
}

.pharm-list__col {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-end;
	position: relative;
	z-index: 2;
	height: 367px;
}

.pharm-list__col:before {
	content: "";
	position: absolute;
	bottom: 0;
	height: 8px;
	left: 0;
	right: 60%;
	transform: translateY(100%);
	background-color: #009900;
}
.pharm-list__col:after {
	content: "";
	position: absolute;
	width: 8px;
	left: 0;
	top: 30%;
	bottom: -8px;
	transform: translateX(-100%);
	background-color: #009900;
}

.pharm-list__col.wide {
	flex: 0 0 35%;
	max-width: 35%;
}

.pharm-list__title {
	font-size: 16px;
	line-height: 18px;
}

.pharm-list__inner {
	display: flex;
	flex-wrap: wrap;
	
	overflow: auto;
}

.pharm-list__item {
	width: 100%;
	display: flex;
	padding: 24px 0 15px;
}

.pharm__title {
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.4;
	color: #fff;
	margin-bottom: 18px;
}

.pharm__info {
	font-size: 16px;
	color: #fff;
	max-height: 0px;
	transition: all 0.5s linear;
	overflow: hidden;
}
.pharm__location-category {
	margin-bottom: 14px;
}

.pharm__title span {
	background-color: #c4d4f2;
}

.pharm__location {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	color: #0b2b4a;
}

.pharm__location > div {
	display: inline-block;
}

.pharm__location span {
	background-color: #c4d4f2;
}

.pharm__time {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 130%;
	color: #0b2b4a;
}

.pharm__time-item--san {
	font-weight: 400;
	font-size: 14px;
	opacity: 0.5;
}

.pharm__phone {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	color: #0b2b4a;
}

.pharm__status {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	position: relative;
	padding-left: 20px;
	color: #e5272e;
}

.pharm__status:before {
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background-color: #e5272e;
}

.pharm__status.active {
	color: #50af6f;
}

.pharm__status.active:before {
	background-color: #50af6f;
}

.pharm-main {
	margin-bottom: 15px;
}

.pharm-map {
	width: 100%;
	height: 700px;
	padding-top: 20px;
}
.pharm-map.active {
	opacity: 1;
}

.pharm-map__control {
	display: none;
	text-decoration: underline;
	text-align: center;
	margin-top: 6px;
	font-size: 12px;
}

.pharm-map img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1010;

	padding: 1px;
	text-align: left;
	white-space: normal;
	background-color: #fff;
	border-radius: 6px;
	background-clip: padding-box;
	box-shadow: 0 3px 20px rgba(0, 0, 0, 0.08);
}

.popover .close {
	position: absolute;
	right: 4px;
	top: 4px;
	width: 24px;
	height: 24px;
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 6.41L17.59 5L12 10.59L6.41 5L5 6.41L10.59 12L5 17.59L6.41 19L12 13.41L17.59 19L19 17.59L13.41 12L19 6.41Z' fill='%23009900'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: center;
	filter: grayscale(100%);
	transition: all 0.3s ease;
}

.popover .close:hover {
	filter: grayscale(0%);
}

.popover .popover-content,
.contacts-page-map-top .popover-content {
	padding: 0px;
	border-radius: 10px;
	background-color: #fcfcfc;
	font-size: 14px;
	font-family: Ubuntu;
}

.popover .popover-title {
	margin-bottom: 4px;
	color: #e95157;
}

.popover .popover-location {
	color: rgba(11, 43, 74, 0.8);
}

.popover .popover-time {
	color: rgba(11, 43, 74, 0.8);
}

.popover .pharm__time-item--san {
	color: rgba(11, 43, 74, 0.8);
	opacity: 1;
}

.popover .popover-time {
	color: rgba(11, 43, 74, 0.8);
	font-size: 14px;
}

.popover .pharm__status {
	padding-left: 15px;
	font-size: 12px;
}

.popover .pharm__status:before {
	width: 8px;
	height: 8px;
}

@media (min-width: 1024px) {
	.pharm-filter__input:checked + label:hover {
		/* background-color: rgba(159, 192, 248, 0.1); */
	}

	.pharm-filter__label:hover {
		cursor: pointer;
		color: #009900;
		background-color: #F2FFE8;
	}

	.pharm-tab__item:hover {
		background-color: #dae7f7;
		cursor: pointer;
	}
}

@media (max-width: 1024px) {
	.pharm-search {
		flex-direction: column;
	}

	.pharm-search__result {
		margin: 0 0;
	}

	.pharm-search__search {
		margin-bottom: 20px;
	}
}

@media (max-width: 767px) {
	.pharm-filter__label {
		padding: 12px 12px;
	}

	.pharm-tab__item {
		padding: 12px 20px;
	}

	.pharm-tab__content {
		padding: 0 15px 20px 15px;
	}

	.pharm-list__header {
		display: none;
	}

	.pharm-list__col.wide {
		flex: 0 0 auto;
		max-width: 100%;
	}

	.pharm-list__col {
		flex: 0 0 auto;
		max-width: 100%;
		order: 3;
	}

	.pharm-list__col--order2 {
		order: 2;
	}

	.pharm-list__col--order1 {
		order: 1;
	}

	.pharm-list__item {
		flex-direction: column;
		margin: 0;
	}

	.pharm__location {
		font-size: 12px;
	}

	.pharm__time {
		font-size: 14px;
	}

	.pharm__phone {
		margin-top: 10px;
	}

	.pharm__status {
		margin-bottom: 15px;
		margin-top: 5px;
		font-size: 12px;
	}

	.pharm-map {
		height: 548px;
	}

	.pharm-map__control {
		display: block;
	}

	.pharm-map.open {
		height: 550px;
	}
}

.custom-select2.form-control {
	height: auto;
	border-width: 0px;
}
.custom-select2 .custom-select-list-item-color {
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
}
.custom-select2 .custom-select-list-item-color img {
	max-width: 100%;
	max-height: 100%;
}
.custom-select2.active .custom-select2__list {
	max-height: 250px;
	overflow: auto;
}
.custom-select2.active .custom-select2__trigger {
	transform: rotate(180deg);
	filter: grayscale(100%);
}
.custom-select2.active:after {
	position: absolute;
	content: "";

	transform: rotate(-180deg);
}

.custom-select2.active {
	border-color: transparent;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
}

.custom-select2__selected-wrap {
	display: flex;
}
.custom-select2__selected {
	font-style: normal;
	font-size: 18px;
	color: #7f7f7f;
	/* identical to box height, or 82% */
	display: flex;
	align-items: center;
}
.custom-select2__color {
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
}
.custom-select2__color img {
	max-height: 100%;
	max-width: 100%;
}
.custom-select2__list {
	top: calc(100% + 0px);
	left: -2px;
	right: -2px;
	position: absolute;
	background: #fff;
	color: #3c3c3c;
	max-height: 0px;
	transition: all 0.3s ease;
	padding-right: 9px !important;
	z-index: 1500;
	overflow: hidden;
	background: #fff;
	box-shadow: 0px 4px 15px rgba(219, 230, 240, 0.7);
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	margin-top: 0px;
}
.custom-select2__list::-webkit-scrollbar,
.pharm-filter::-webkit-scrollbar {
	width: 6px;
	/* ширина для вертикального скролла */
	height: 6px;
	/* высота для горизонтального скролла */
	border-radius: 0px;
	background-color: #f7f4f4;
}
.custom-select2__list::-webkit-scrollbar-thumb,
.pharm-filter::-webkit-scrollbar-thumb {
	background-color: #009900;
	border-radius: 2px;
}
.custom-select2__list::-webkit-scrollbar-thumb:hover,
.pharm-filter::-webkit-scrollbar-thumb:hover {
	background-color: #004d00;
}
.custom-select2__list li {
	overflow: hidden;
	box-sizing: border-box;
	margin: 0;
	display: flex;
	align-items: center;
	padding: 16px 20px 16px;
	cursor: pointer;
	user-select: none;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #000;
	border-radius: 0;
	background: #fff;
	box-shadow: none;
	font-size: 15px;
	position: relative;
}

.custom-select2__list li:before {
	display: none !important;
}
.custom-select2__list li:after {
	position: absolute;
	content: "";
	width: calc(100% - 32px);
	height: 1px;
	bottom: 0px;
	background-color: #f5f5f5;
	z-index: 2;
	left: 16px;
}
.custom-select2__list li.selected:before {
	position: absolute;
	content: "";

	width: 24px;
	height: 24px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
}
@media (min-width: 1024px) {
	.custom-select2__list li:hover {
		background-color: #efffe9;
	}
}
.custom-select2__trigger {
	position: absolute;
	top: calc(50% - 20px);
	right: 7px;
	width: 40px;
	height: 40px;
	transform: rotate(0deg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 19L20.04 23L25 19' stroke='%23009900' stroke-width='3' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
@media (min-width: 1024px) {
	.custom-select2:hover {
		cursor: pointer;
	}
}

.form-control-custom,
input[type="text"].form-control-custom {
	background: #ffffff;
	border: 2px solid #e5e5e5;
	padding: 10px 20px;
	font-size: 18px;
	position: relative;
	line-height: 1;
	height: 47px;
}

.form-control-custom::placeholder,
input[type="text"].form-control-custom::placeholder {
	font-size: 18px;
	color: #7f7f7f;
	line-height: 1;
}

.pharm-list {
	padding: 40px 0px;

	margin-top: 40px;
	border-top: 1px solid #e5e5e5;
}

.pharm-list__title {
	font-size: 36px;
	font-weight: 500;
	margin-bottom: 32px;
	line-height: 1.1;

	color: #000;
}

.pharm-list__descr {
	font-size: 20px;
	margin-bottom: 48px;
}

.pharm-list__inner {
	background: #ffffff;

	display: flex;
	flex-wrap: wrap;
	margin: -20px;
}
.pharm-list__shadow {
	padding: 20px;
	box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.15);
}

.pharm-list__item {
	width: 33.33%;
	padding: 20px;
}

.pharm-list__item-inner {
	background-color: #fff;
	position: relative;
}

.pharm__bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.pharm__bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pharm__hover {
	position: relative;
	padding: 26px;
}

.pharm__hover:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(180deg, rgba(33, 33, 33, 0) 0%, #212121 100%);
	z-index: -1;
}
.pharm-list__col:hover .pharm__info {
	max-height: 360px;
}

.pharm-list__col:hover {
	cursor: pointer;
}

.top-search__field-nav {
	position: absolute;
	width: 32px;
	height: 32px;
	right: 19px;
	top: calc(50% - 16px);
	background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 21C17.866 21 21 17.866 21 14C21 10.134 17.866 7 14 7C10.134 7 7 10.134 7 14C7 17.866 10.134 21 14 21Z' stroke='%23BFBFBF' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='M19 20L24 25' stroke='%23BFBFBF' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.pharm-list__notfound {
	font-size: 22px;
	display: none;
	padding: 40px 30px;
	background: #f9f9fa;
}

.pharm-list__notfound.active {
	display: flex;
}

.pharm-main .popover,
.contacts-page-map-top .popover {
	display: block;
	max-width: none;
}

.popopver-row {
	display: flex;
	padding: 20px;
}

.popopver-left {
	width: 230px;
	height: 154px;
	flex: 0 0 auto;
}

.popopver-right {
	padding-left: 10px;
}

.pharm-main .popover-title,
.contacts-page-map-top .popover-title {
	background-color: transparent;
	padding: 0px;
	color: #009900;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 14px;
	border-bottom: none;
}

.popover-category,
.popover-location {
	font-size: 14px;
	margin-bottom: 8px;
	color: rgba(11, 43, 74, 0.8);
}

.form-control-custom:hover {
	border-color: #777777;
}

.form-control-custom.active:hover {
	border-color: transparent;
}

input[type="text"].form-control-custom:hover {
	border-color: #777777;
}
input[type="text"].form-control-custom:focus {
	border: 2px solid #009900;
}
input[type="text"].form-control-custom:focus:hover {
	border: 2px solid #009900;
}

.pharm-search__color {
	display: flex;
	color: #009900;
}

@media (max-width: 1300px) {
	.pharm-search__result {
		margin: 20px 0px;
	}

	.pharm-search {
		flex-direction: column;
	}

	.pharm-search__search {
		max-width: none;
		margin-bottom: 0px;
	}
	.pharm-search__city {
		max-width: none;
	}
	.pharm-list__item {
		width: 50%;
	}
	.pharm__title {
		font-size: 18px;
	}
	.pharm__hover {
		padding: 20px;
	}
	.pharm-list__descr {
		font-size: 18px;
	}
	.pharm-list__title {
		font-size: 36px;
	}
	.pharm-list {
		margin-top: 70px;
	}
}

@media (max-width: 768px) {
	.pharm-tab__content {
		padding: 0px;
	}
	.pharm-list__item {
		width: 100%;
	}
	.pharm-list__col {
		height: 210px;
	}
	.pharm__title {
		font-size: 16px;
	}
	.pharm__hover {
		padding: 14px;
	}
	.pharm-list__descr {
		font-size: 16px;
		margin-bottom: 30px;
	}
	.pharm-list__title {
		font-size: 30px;
	}
	.pharm-list {
		padding: 16px;
	}
	.pharm-list__inner {
		margin: 0px;
	}
	.popopver-row {
		flex-direction: column;
		padding: 10px;
		padding-top: 25px;

	}
	.popopver-right {
		padding-left: 0px;
		margin-top: 20px;
	}
	.popopver-right {
		max-width: 230px;
	}
	.pharm-main .popover-title {
		font-size: 14px;
	}
	.popover-category,
	.popover-location {
		font-size: 12px;
	}
	.pharm-filter__label {
		font-size: 16px;
		padding: 10px 13px;
	}
	.pharm-filter__item {
		padding: 6px;
	}
	.pharm-search {
		margin-bottom: 30px;
	}
	.form-control-custom,
	input[type="text"].form-control-custom {
		font-size: 16px;
		height: 47px;
	}
	.custom-select2__selected {
		font-size: 16px;
	}
	.form-control-custom::placeholder,
	input[type="text"].form-control-custom::placeholder {
		font-size: 16px;
	}

	.pharm__info{
		display: none;
	}

}
.ymaps-2-1-79-balloon__content {
	padding: 0px !important;
	margin: 0px !important;
}

.clusterIcon__icon {
	width: 90px;
	height: 90px;
	left: -45px;
	top: -90px;
	position: absolute;
	background-image: url("/bitrix/templates/.default/components/slam/easymap/our_objects/./filter/map-mark-cluster.svg");
	background-position: 0px 0px;
	background-size: 90px 90px;
}

.clusterIcon__count{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	font-weight: 400;
	font-size: 16px;
	width: 26px;
	height: 26px;
	border: 1px solid #000;
	border-radius: 50%;
	top: 15px;
	display: flex;

	align-items: center;
	justify-content: center;

}

.projects-blocks .flexslider .flex-direction-nav a{
	box-shadow: 0 3px 20px rgba(0, 0, 0, 0.08);
}


@media screen and (max-width: 768px), projection and (max-width: 768px), tv and (max-width: 768px), handheld and (max-width: 768px){
	
	.projects-blocks .flex-direction-nav {
		display: block !important;
	}

	.projects-blocks .flex-control-nav{
		display: none !important;
	}

	.projects-blocks .info{
		margin-top: 20px;
	}
}

/* End */
/* /bitrix/templates/.default/components/slam/easymap/our_objects/style.css?176287724217845 */
