.b-widget_spots{
	margin-right: 202px;
}

.order-ok__info .b-widget_spots {
	margin-right: 0;
}

.b-spots_map{
	float: right;
	z-index: 1;
	display: block;
	height: 350px; width: 100%;
	border: 1px solid #d7d7d7;
	margin-right: -202px;
}

.b-tabs .b-spots_map{
	margin-top: -1px;
}

.b-spots_map_comfirmation {
	width: 500px;
	height: 350px;
	margin-right: -202px;
	display: block;
	float: right;
}

.b-spots_map_comfirmation img {
	height: 100%;
}

.b-spots_map_comfirmation .overlay {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: white;
	opacity: 0.8;
	box-shadow: 0px 1px 1px 0px rgba(41, 44, 51, 0.04), 0px 2px 8px 0px rgba(41, 44, 51, 0.12);
}

.b-spots_map_comfirmation .popup_wrapper {
	position: absolute;
	border-radius: 8px;
	bottom: 14px;
	left: 12px;
	width: 476px;
	height: 276px;
	background-color: white;
	box-shadow: 0px 1px 1px 0px rgba(41, 44, 51, 0.04), 0px 2px 8px 0px rgba(41, 44, 51, 0.12);
}

.b-spots_map_comfirmation .popup_content {
	padding: 40px 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-family: Arial, sans-serif;
}

.b-spots_map_comfirmation .popup_content h6 {
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
}

.b-spots_map_comfirmation .popup_content p {
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	margin-top: 8px;
}

.b-spots_map_comfirmation .popup_content a {
	text-decoration: underline;
	cursor: pointer;
	color: #1A1A1A;
}

.b-spots_map_comfirmation .popup_content a:hover {
	color: #07c;
}

.b-spots_map_comfirmation .popup_content button {
	background-color: #07c;
	color: white;
	cursor: pointer;
	padding: 14px 24px;
	border-radius: 4px;
	border-width: 0;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	margin-top: 32px;
}

.b-spots_map_comfirmation .popup_content button:hover {
	background-color: #0068B2;
}

.b-spots_list{
	width: 200px;
	padding: 0;
	height: 350px;
	overflow-y: auto;
}

.order-ok__info .b-spots_list {
	width: 100%;
	padding-top: 15px;
	height: auto;
}

.spots_list__item{
	padding: 12px 5px 12px 0;
	list-style: none;
	border-bottom: 1px solid #d7d7d7;
}

.cr-spots_list__item-inactive{
	cursor: pointer;
}

.spots_list__header{
	font-size: 12px;
	display: block;
}

.cr-spots_list__item-active .spots_list__header{
	font-weight: bold;
	margin-bottom: 10px;
}

.spots_list__body{
	display: none;
}

.cr-spots_list__item-active .spots_list__body{
	display: block;
}

.spots_list__contact {
	display: block;
	margin-bottom: 10px;
	font-size: 12px;
	overflow: hidden;
}