@media only screen and (max-width: 768px){
	.map-wrapper .map-information-block{
		display: none;
	}
}

[data-pay-order-form]{
	display: none !important;
}

.hidden-row-chars{
	display: none !important;
}

.removed-item{
	position: relative;
}

.removed-item:before{
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	display: block;
	position: absolute;
	background-color: #fff;
	opacity: 0.5;
	border-radius: 20px;
}

#bx-panel{
	z-index: 1040 !important;
}

.CDEK-widget__delivery-type__box{
	display: none !important;
}

[data-error]{
	color: #c63e29;
}

.loading-block{
	position: relative;	
	min-height: 50px;
}

.loading-block:before{
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	display: block;
	position: absolute;
	background-color: #fff;
	opacity: 0.5;
	border-radius: 20px;
}

.loading-block:after{
	content: '';
	top: calc(50% - 25px);
	left: calc(50% - 25px);
	width: 50px;
	height: 50px;
	z-index: 3;
	display: block;
	position: absolute;
	background-image: url('../img/loader.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	animation-name: AnimationLoader;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-fill-mode: backwards;
}

@keyframes AnimationLoader{
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

.loading-block[data-subcategorie-inner]{
	position: absolute;
}

.loading-block[data-basket-section]:before{
	background-color: #f3f3f3;
}

[data-find-city] .modal-geo-list-inner>*{
	margin-bottom: 8px;
}

[data-find-city] .modal-geo-list-inner{
	margin-top: 15px;
}