.dp-button {
	border: none;
	height: 30px;
	border-radius: 4px;
	padding: 0 15px;
	background-color: #f2994a;
	color: #fff;
	cursor: pointer;
}
.dp-button:hover {
	opacity: 0.9;
}
.dp-service {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #333;
}
.dp-service__courier-container {
	min-height: 500px;
	max-height: 700px;
	width: 100%;
}
.dp-service__sidebar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.dp-service__block,
.dp-service__points-header {
	margin-top: 30px;
}
.dp-service__block:first-child,
.dp-service__points-header:first-child {
	margin-top: 0;
}
.dp-service__info {
	overflow-y: auto;
	max-height: 60%;
}
.dp-service__search {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.dp-service__filters {
	background: #fff;
	border: 1px solid #e0e0e0;
	-webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
	border-radius: 5px;
	padding: 20px;
	position: relative;
}
.dp-service__filters-wrapper {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 300px;
	padding-top: 20px;
	margin-top: -7px;
}
.dp-service__filters:before,
.dp-service__filters:after {
	content: "";
	width: 0;
	height: 0;
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	border-bottom: 14px solid #e0e0e0;
	position: absolute;
	bottom: 100%;
	margin-top: 1px;
	left: 42px;
}
.dp-service__filters:after {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 13px solid #fff;
	margin-left: 1px;
}
.dp-service__filtering {
	position: relative;
}
.dp-service__filtering-button {
	padding-left: 39px;
	margin-right: 10px;
	position: relative;
}
.dp-service__filtering-button:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 15px;
	margin: auto;
	width: 14px;
	height: 14px;
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAyOCAyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAgMjEuNzc3OFYyNC44ODg5SDkuMzMzMzNWMjEuNzc3OEgwWk0wIDMuMTExMTFWNi4yMjIyMkgxNS41NTU2VjMuMTExMTFIMFpNMTUuNTU1NiAyOFYyNC44ODg5SDI4VjIxLjc3NzhIMTUuNTU1NlYxOC42NjY3SDEyLjQ0NDRWMjhIMTUuNTU1NlpNNi4yMjIyMiA5LjMzMzMzVjEyLjQ0NDRIMFYxNS41NTU2SDYuMjIyMjJWMTguNjY2N0g5LjMzMzMzVjkuMzMzMzNINi4yMjIyMlpNMjggMTUuNTU1NlYxMi40NDQ0SDEyLjQ0NDRWMTUuNTU1NkgyOFpNMTguNjY2NyA5LjMzMzMzSDIxLjc3NzhWNi4yMjIyMkgyOFYzLjExMTExSDIxLjc3NzhWMEgxOC42NjY3VjkuMzMzMzNaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K");
	background-size: cover;
}
.dp-service__filtering:hover .dp-service__filters-wrapper,
.dp-service__filtering:active .dp-service__filters-wrapper,
.dp-service__filtering:focus .dp-service__filters-wrapper {
	display: block;
}
.dp-service__filter {
	margin-bottom: 30px;
}
.dp-service__filter:last-child {
	margin-bottom: 0;
}
.dp-service__filter-header {
	font-size: 16px;
	font-weight: 500;
}
.dp-service__filter-body {
	margin-top: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.dp-service__filter-item {
	margin-top: 15px;
	width: 100%;
	font-size: 14px;
	line-height: 16px;
}
.dp-service__filter-item:first-child {
	margin-top: 0;
}
.dp-service__filter-item-label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
}
.dp-service__filter-item-name {
	margin-left: 5px;
}
.dp-service__filter--service .dp-service__filter-item {
	width: 50%;
}
.dp-service__points {
	overflow-y: auto;
	padding-right: 10px;
}
.dp-service__points-header {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 15px;
}
.dp-service__points-layout {
	max-height: 100%;
	padding-bottom: 1px;
}
.dp-service__points-list {
	margin: 5px 0 0 0;
	padding: 0;
	list-style: none;
}
.dp-service__points-item {
	margin: 0 0 11px 0;
	padding: 0;
	font-size: 14px;
	line-height: 20px;
}
.dp-service__points-item:last-child {
	margin-bottom: 0;
}
.dp-service__points-item span {
	color: #f2994a;
	border-bottom: 1px dashed #f2994a;
	text-decoration: none;
	cursor: pointer;
}
.dp-service__points-item span:hover {
	border-bottom: none;
}
.dp-service__map {
	width: 100%;
	height: 100%;
}
.dp-service__map-container {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	overflow: hidden;
}
.dp-service__map-wrapper {
	width: 100%;
	height: 100%;
}
.dp-service__map-wrapper.dp-loading {
	position: relative;
}
.dp-service__map-wrapper.dp-loading:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 40px;
	height: 40px;
	background: url('data:image/svg+xml;charset=utf-8,<svg width="50px" height="50px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid" class="lds-rolling" style="background: none;"><circle cx="50" cy="50" fill="none" stroke="%23828282" stroke-width="10" r="44" stroke-dasharray="207.34511513692632 71.11503837897544" transform="rotate(104 50 50) "><animateTransform attributeName="transform" type="rotate" calcMode="linear" values="0 50 50;360 50 50" keyTimes="0;1" dur="1.5s" begin="0s" repeatCount="indefinite"></animateTransform></circle></svg>')
		no-repeat;
	background-size: 40px;
}
.dp-service__map-wrapper.dp-loading .dp-service__map {
	opacity: 0;
}
.dp-service__map ymaps[class*="-placemark-overlay"] ymaps[class*="-image"] {
	background-size: contain;
}
.dp-service__search-wrapper--points.dp-service__search-wrapper
	.dp-service__search-field {
	width: 100%;
	margin: 0;
	padding: 6px 15px;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	outline: none;
	font-size: 14px;
	height: 30px;
}
.dp-service__search-wrapper--points.dp-service__search-wrapper
	.dp-service__search-field:focus,
.dp-service__search-wrapper--points.dp-service__search-wrapper
	.dp-service__search-field:active {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #f2994a;
}
.dp-service__search-wrapper--courier.dp-service__search-wrapper {
	margin-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.dp-service__search-wrapper--courier.dp-service__search-wrapper
	.dp-service__search-field {
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	height: 30px;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}
.dp-service__search-wrapper--courier.dp-service__search-wrapper
	.dp-service__search-error {
	display: none;
	color: #eb001b;
}
.dp-service__points-switcher {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-left: 5px;
	position: relative;
}
.dp-service__points-switcher-name {
	display: inline-block;
	line-height: 1;
	border-bottom: 1px dashed;
}
.dp-service__points-switcher-name:hover {
	border-color: transparent;
}
.dp-service__points-switcher-current {
	color: #f2994a;
	font-size: 18px;
	line-height: 21px;
	text-decoration: none;
}
.dp-service__points-switcher-current:hover {
	text-decoration: none;
	color: #f2994a;
}
.dp-service__points-switcher-current:after {
	content: "";
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	margin-top: 1px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='7' fill='%23f2994a' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.175 0L5 3.825 8.825 0 10 1.183l-5 5-5-5L1.175 0z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0 0;
	width: 10px;
	height: 10px;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	-o-transition: transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	-webkit-transform-origin: 40% 50% 0;
	-ms-transform-origin: 40% 50% 0;
	transform-origin: 40% 50% 0;
}
.dp-service__points-switcher-current.dp-active::after {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.dp-service__points-switcher-dropdown {
	display: none;
	background: #fff;
	position: absolute;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	right: 0;
	top: 100%;
	margin-top: 5px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	min-width: 150px;
	z-index: 1;
}
.dp-service__points-switcher-dropdown-item {
	padding: 6px 14px;
	-webkit-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	transition: background-color 0.3s;
	font-size: 14px;
	font-weight: normal;
	cursor: pointer;
}
.dp-service__points-switcher-dropdown-item:hover {
	background-color: #f2f2f2;
}
.dp-service__points-switcher-dropdown-item.dp-active {
	color: #f2994a;
}
.dp-service__selection {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 30px;
}
.dp-service__empty-message {
	color: #828282;
	font-weight: 400;
	font-size: 14px;
}
.dp-service.dp-service--block {
	display: block;
	padding: 0;
	margin: 0;
}
.dp-service-balloon {
	border: 0;
	padding: 0;
	margin: 0;
	border: none;
	font-size: 16px;
	line-height: 19px;
	color: #333333;
}
.dp-service-balloon__row {
	border: 0;
	margin-top: 15px;
	font-size: 14px;
	line-height: 20px;
	color: #828282;
}
.dp-service-balloon_zone .dp-service-balloon__row {
	font-size: 14px;
	line-height: 16px;
	color: #828282;
}
.dp-service-balloon__row:first-child {
	margin-top: 0;
}
.dp-service-balloon__row-header {
	color: #333;
}
.dp-service-balloon__title {
	font-size: 16px;
	line-height: 19px;
}
.dp-service-balloon__payment-row img {
	height: 24px;
	margin-right: 10px;
	margin-bottom: 10px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.dp-service-balloon__payment-row img:last-child {
	margin-right: 0;
}
.dp-service-balloon__payment-row .dp-service-balloon__row-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: -10px;
}
@media all and (min-width: 992px) {
	.dp-service__search-wrapper--courier.dp-service__search-wrapper {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.dp-service__search-wrapper--courier.dp-service__search-wrapper
		.dp-service__search-field,
	.dp-service__search-wrapper--courier.dp-service__search-wrapper
		.dp-service__search-error {
		width: 50%;
	}
	.dp-service__search-wrapper--courier.dp-service__search-wrapper
		.dp-service__search-field {
		max-width: 500px;
	}
	.dp-service__search-wrapper--courier.dp-service__search-wrapper
		.dp-service__search-error {
		padding-left: 30px;
	}
}
@media all and (min-width: 768px) {
	.dp-service__sidebar {
		width: 300px;
		min-width: 300px;
		max-width: 300px;
		min-height: 500px;
		max-height: 650px;
		margin-right: 20px;
	}
	.dp-service__map {
		height: 650px;
	}
}
@media all and (max-width: 767px) {
	.dp-service__sidebar {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin-top: 30px;
		height: auto !important;
	}
	.dp-service__points {
		overflow-y: visible;
	}
	.dp-service__map {
		height: 500px;
	}
}
.pac-container {
	z-index: 99999;
}
