#ajax-location input:checked + label {
    	background-color: #00a3d3;
    	color: #fff;
   }
   #ajax-location label{
      cursor: pointer;

   }
   #ajax-location label:hover{
      color: #00a3d3;
   }
   	#ajax-location #location__country{
   		min-height: 1px;
   	}
   	#ajax-location input[type="radio"]{
   		display: none;
   	}
   	#ajax-location label{
   		line-height: 30px;
   		 font-family: "museo_sans_cyrl_2";
   		 padding-left: 15px;
   	}
   	#ajax-location .col-xs-4{
   		min-height: 0;
   	}
   	#location__country,
   	#ajax-location .region,
   	#ajax-location .city{
   		max-height: 450px;
   		overflow-y: auto;
   		background-color: #fff;
   		margin-left: -10px;
   		margin-right: -10px;
   	}
   	#region-title.hidden,
   	#city-title.hidden{
   		display: block!important;
   		opacity: 0;
   	}
   	#country-title,
   	#region-title,
   	#city-title{
   		padding: 20px 10px;
   		font-size: 16px;
   		background-color: #fff;
   		font-family: "museo_sans_cyrl_2";
   		border-bottom: 2px solid #777;
   	}
   	.location-close{
   		float: left;
   		position: relative;
   		width: 0;
   		height: 50px;
   	}
   	.location-close__icon{
   		position: absolute;
   		content: "X";
   		width: 40px;
   		height: 40px;
   		text-align: center;
   		display: block;
	    top: -64px;
   		left: 0;
   		color: #aaa;
	    font-size: 48px;
    	padding-top: 10px;
      cursor: pointer;
   	}
      .location-close__icon:hover{
         color: #fff;
      }
   	#ajax-loacation-outer{
   		position: fixed;
   		top: 0;
   		left: 0;
   		right: 0;
   		bottom: 0;
	    background-color: rgba(0,0,0,.6);
    	z-index: 100;
    	opacity: 1;
   	}
   	#ajax-loacation-outer.close{
   		display: none;
   		opacity: 0;
   	}
   	#ajax-loacation-outer__close{
   		position: absolute;
   		top: 0;
   		left: 0;
   		right: 0;
   		bottom: 0;
   	}
   	#ajax-location{
   		margin: 0 auto;
	    margin-top: 100px;
    	width: 940px;
    	position: relative;
   	}
   	#ajax-location.load .col-xs-4::after{
   		content:"";
   		position: absolute;
   		top: 0;
   		left: 0;
   		right: 0;
   		bottom: 0;
   		background-color: #fff;
   		opacity: .5;
   	}
.ask-location{
	z-index:1;
	position: relative;
	padding: 20px;
	background-color: #fff;
	display: none;
	border: 1px solid #000;
	min-width: 200px;
}
.ask-location .btn_mini{
	min-width: auto;
	cursor: pointer;
}
input[type="checkbox"]:checked + div.ask-location{
	display: block;
}
.like-link{
	cursor: pointer;
	text-decoration: underline;
}
.like-link:hover{
	text-decoration: none;
}
.current-location{
	margin-top: 10px;
}
.page_loader{
    background-image: url(/pics/logo-v5.gif)!important;
    height: 50px!important;
}
/*
span.company_phone_text_sm {
	position: absolute !important;
	top: 30px !important;
	font-size: 12px !important;
}

.header_basket {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
}

.page_header .header_top .location {
	right: 30px !important;
	top: -52px !important;
	left: auto !important;
}

.current-location {
	text-align: right;
}


.callback-form .row {
	margin-top: 15px;
}
.popup.callback-form {
	width: 500px;
}
.callback-form .sub_title {
	font-size: 18px;
	color: #222;
	display: block;
	margin: 0;
	line-height: 1.15;
}
.callback-form .sub_title em {
	font-style: normal;
	color: #555;
	font-size: 14px;
}
.callback-form .private-text {
	color: #555;
	font-weight: 400;
}

.callback-form  input.red {
	border-color: #d61414;
}*/

.bx_small_cart.header_basket {
	padding-right: 10px;
}