
.distributors_table {
	width:50%;
	box-sizing:border-box;
	padding-left:30px;
	padding-right:40px;
	display:inline-block;
	vertical-align:top;
}
.points_table {
	width:50%;
	box-sizing:border-box;
	padding-left:40px;
	padding-right:30px;
	display:inline-block;
	vertical-align:top;
}
.select_city_content {
	position:absolute;
	top:0px;
	left:0px;
	bottom:0px;
	right:0px;
	border: 1px solid #bebdbd;
	overflow-x:hidden;
	padding:5px 10px;
}
.select_city {
	color:#333536;
	display:block;
	width:100%;
	cursor:pointer;
	transition:all 0.3s ;
	-webkit-transition:all 0.3s;
	-o-transition:all 0.3s;
	-moz-transition:all 0.3s;
}
.select_city.active,
.select_city:hover{
	color:#000;
	text-shadow: 0px 0px 3px rgba(0,0,0,0.3);
}
.distribution_head_title{
	box-sizing:border-box;
	padding-left:30px;
	padding-bottom:20px;
	font-size:25px;
}
.select_area_content .select_area:not(.disabled){
	color:#333536;
	cursor:pointer;
	transition:all 0.3s ;
	-webkit-transition:all 0.3s;
	-o-transition:all 0.3s;
	-moz-transition:all 0.3s;
}
.select_area_content .select_area:not(.disabled):hover,
.select_area_content .select_area.active:not(.disabled){
	color:#000;
	text-shadow: 0px 0px 3px rgba(0,0,0,0.3);
}
.select_area_content .select_area.disabled{
	color:#bebdbd;
	cursor:default;
}
.select_point_content{
	display:block;
	width:90%;
	margin:30px auto;
}
.select_point{
	color:#2c3031;
	display:block;
	padding:20px 0px;
	box-sizing:border-box;
	background-image:url('../images/line_products_panel_horizontal.png');
	background-repeat:no-repeat;
	background-position: center top;
	background-size: 70% 1px;
}
.select_point .point_title{
	text-transform:uppercase;
	min-height:50px;
	font-size:25px;
	box-sizing:border-box;
	padding-top:8px;
	padding-left: 60px;
	background-position: left center;
	background-repeat:no-repeat;
	margin-bottom:10px;
}

.select_distibutor{
	cursor:pointer;
}
.select_point .cont_phone_1,
.select_point .cont_fax,
.select_point .cont_web,
.select_point .cont_email{
	background-position: left center;
	background-repeat:no-repeat;
	box-sizing:border-box;
	padding-left:20px;
}
.select_point .cont_phone_1{
	background-image:url('../images/icons/icon_phone.png');
}
.select_point .cont_phone_2{
	box-sizing:border-box;
	padding-left:46px;
}

.select_point .cont_fax{
	background-image:url('../images/icons/icon_fax.png');
}
.select_point .cont_web{
	background-image:url('../images/icons/icon_web.png');
}
.select_point .cont_email{
	background-image:url('../images/icons/icon_email.png');
}
.select_point .show_on_map{
	display:inline-block;
	color:#f57920;
	font-size:17px;
	font-weight:bold;
	padding:3px 22px 3px 40px;
	background-image: url('../images/arrow_orange.png');
	background-position:right center;
	background-repeat:no-repeat;
	cursor:pointer;
	transition:all 0.3s ;
	-webkit-transition:all 0.3s;
	-o-transition:all 0.3s;
	-moz-transition:all 0.3s;
}
.select_point .show_on_map:hover{
	color:#0879ff;
}
@media (min-width:600px) {
	.select_point .point_desc{
		width:33.33%;
		box-sizing:border-box;
		margin:0px auto;
		padding: 10px;
		display:inline-block;
		vertical-align:top;
	}
}
@media (min-width:400px) and (max-width:599px) {
	.select_point .point_desc{
		width:50%;
		box-sizing:border-box;
		margin:10px auto;
		padding: 10px;
		display:inline-block;
		vertical-align:top;
	}
	.select_point .show_on_map{
		padding:3px 22px 3px 10px;
	}
}
@media (max-width:399px) {
	.select_point .point_desc{
		width:100%;
		box-sizing:border-box;
		margin:10px auto;
		padding: 10px;
		display:inline-block;
		vertical-align:top;
	}
	.select_point .show_on_map{
		padding:3px 22px 3px 10px;
	}
}
@media (min-width:1220px) {
	.distribution_map{
		margin:30px auto;
		width:95%;
		height:0px;
		padding-bottom:60%;
	}
	.select_distibutor .distributors_city {
		color:#333536;
		width:40%;
		font-weight:bold;
		transition:all 0.3s ;
		-webkit-transition:all 0.3s;
		-o-transition:all 0.3s;
		-moz-transition:all 0.3s;
	}
	.select_distibutor .distributors_name{
		color:#333536;
		text-transform:uppercase;
		width:60%;
		box-sizing:border-box;
		padding-left:10px;
		transition:all 0.3s ;
		-webkit-transition:all 0.3s;
		-o-transition:all 0.3s;
		-moz-transition:all 0.3s;
	}
	.small_size_points{
		display:none;
	}
}
@media (max-width:1219px) {
	.select_city_content{
		position:relative;
		border:0px;
		background-image:url('../images/line_products_panel_horizontal.png');
		background-repeat:no-repeat;
		background-position: center top;
		background-size: 70% 1px;
	}
	.select_city {
		display:inline-block;
		width:auto;
		padding:5px 10px;
	}
	.distribution_map{
		margin:30px auto;
		width:95%;
		height:600px;
		max-height:70.0vh;
	}
	.small_size_points{
		margin-top:30px;
	}
	.select_area_content .select_area{
		width:220px;
		display:inline-block;
	}
	.distributors_table {
		width:100%;
		padding:0px 10px;
		margin-bottom:20px;
	}
	.points_table{
		display:none;
	}
	.select_distibutor .distributors_city {
		color:#333536;
		width:50%;
		font-weight:bold;
		text-align:right;
		transition:all 0.3s ;
		-webkit-transition:all 0.3s;
		-o-transition:all 0.3s;
		-moz-transition:all 0.3s;
	}
	.select_distibutor .distributors_name{
		color:#333536;
		text-transform:uppercase;
		width:50%;
		box-sizing:border-box;
		padding-left:10px;
		transition:all 0.3s ;
		-webkit-transition:all 0.3s;
		-o-transition:all 0.3s;
		-moz-transition:all 0.3s;
	}
}
.select_distibutor.active .distributors_city,
.select_distibutor.active .distributors_name,
.select_distibutor:hover .distributors_city,
.select_distibutor:hover .distributors_name{
	color:#000;
	text-shadow: 0px 0px 3px rgba(0,0,0,0.3);
}

.e_shops_box{
	width:100%;
}
.e_shops_box .e_shops_box_content{
	width:100%;
	display: -webkit-flex;
    display: flex;
    x-justify-content: space-around;
    x-align-items: stretch;
}
.e_shops_box .e_shops_box_content .shop_item{
	flex: 0 0 25%;
	padding:0px 20px;
	box-sizing:border-box;
}
.e_shops_box .e_shops_box_content .shop_item .shop_logo{
	width:100%;
	height:0px;
	padding-bottom:40%;
	background-size:contain;
	background-position:center center;
	background-repeat:no-repeat;
	opacity:0.6;
	transition:all 0.3s ;
	-webkit-transition:all 0.3s;
	-o-transition:all 0.3s;
	-moz-transition:all 0.3s;
}
.e_shops_box .e_shops_box_content .shop_item .shop_link{
	width:100%;
	text-align:center;
	font-size:17px;
	color: #333536;
	font-weight:bold;
}
.e_shops_box .e_shops_box_content .shop_item:hover .shop_logo{
	opacity:1;
}
.e_shops_box .e_shops_box_content .shop_item:hover .shop_link{
	color: #000;
}
@media (max-width:1219px) {
	.e_shops_box .e_shops_box_content .shop_item{
		flex: 0 0 33.33%;
		padding:0px 15px;
	}
}
@media (max-width:599px) {
	.e_shops_box .e_shops_box_content .shop_item{
		flex: 0 0 50%;
		padding:0px 10px;
	}
	.e_shops_box .e_shops_box_content .shop_item .shop_link{
		font-size:15px;
	}
}