.section_b_where_shop_list {
	padding: 35px 0;
}

.b_where_shop_list_container.container {
	max-width: 100%;
}

.b_where_shop_list {
    display: grid;
    gap: 30px;
}

.b_where_list_item {
    display: flex;
    flex-direction: column;
}

.b_where_list_item_title {	
	position: relative;
	font: bold 20px/26px "Bebas Neue", Roboto;
	letter-spacing: 0.06em;
	color: #202335;
	padding-left: 35px;
	padding-bottom: 10px;
	flex: 1;
	cursor: pointer;
    text-transform: uppercase;
    border-bottom: 2px solid #b9c7fd;
    display: block;
    text-decoration: none;
}

.b_where_list_item_title::before {
	content: ' ';
	width: 22px;
	height: 26px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.b_where_list_item_title__design::before {
	background-image: url('/local/templates/main/img/marker_design.png');
}

.b_where_list_item_title__mall::before {
	background-image: url('/local/templates/main/img/marker_mall.png');
}

.b_where_list_item_title__brand::before {
	background-image: url('/local/templates/main/img/marker_brand.png');
}

.b_where_list_item_title__design_mall::before {
	background-image: url('/local/templates/main/img/marker_design_mall.png');
}

.b_where_list_item_info {
	height: 100%
}

.b_where_list_item_info:not(.b_where_list_item_info__empty) {
	padding: 15px;
/* 	border-top: 2px solid #b9c7fd; */
}

.b_where_list_item_info__design {
    box-shadow: inset 0px 0px 0 1px #e8e8e8;
}

.b_where_list_item_info__mall {
	background-color: #eaebee;
}

.b_where_list_item_info__brand {
	background-color: #f3f3f3;
}

.b_where_list_item_info__design_mall {
	background-color: #e7edff;
}

.b_where_list_item_info > * {
	font: 16px/30px "Montserrat", Roboto;
	color: #202335;
}

.b_where_list_item_address {
	cursor: pointer;
}

.b_where_list_item_info a {
	display: block;
	text-decoration: none;	
	transition: all 0.3s;
}

.b_where_list_item_info a:hover {
    color: #6c8ce4;
}

/*ballon*/
.bal_wrap {
	padding: 17px 35px 20px 20px;
	font: 14px/16px "Montserrat", Roboto;
	color: #202335;
}

.bal_info a,
.bal_info a:focus {
	color: #202335;
	text-decoration:underline;
}

.bal_info a {
	transition: all 0.3s;
}

.bal_info a:hover {
	color: #6c8ce4;
	text-decoration: none;
}

.bal_name {
	font: bold 20px/26px "Bebas Neue", Roboto;
	letter-spacing: 0.06em;
	margin: 0 0 12px 0;
    text-transform: uppercase;
}

.bal_info_item {
	margin: 10px 0 0 0;
	padding: 0 0 0 25px;
	position: relative;
}

.bal_info_item:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;	
	background-size: cover;
	background-position: 0 0;
	background-repeat: no-repeat;
	top: -2px;
	height: 20px;
}

.bal_address:before {
	width: 14px;
	background-image: url('/local/templates/main/img/bal_icons.png');
	left: 3px;
}

.b_where_list_item_phone {
	position: relative;
	padding-left: 25px;
	display: block;
}
.b_where_list_item_phone::before {
	display: block;
	content: '';
	width: 15px;
	height: 20px;
	background-image: url('/local/templates/main/img/bal_icons.png');
	left: 0;
	top: 5px;
	background-position: -32px 0;
	background-size: cover;
	position: absolute;
}

.bal_phones:before {
	width: 15px;
	background-image: url('/local/templates/main/img/bal_icons.png');
	left: 2.5px;
	background-position: -32px 0;
}

.bal_worktime:before {
	width: 18px;
	background-image: url('/local/templates/main/img/bal_icons.png');
	background-position: -14px 0;
	left: 1px;
}

.b_where_list_item_email {
	position: relative;
	padding-left: 25px;
	display: block;
}
.b_where_list_item_email::before {
	display: block;
	content: '';
	width: 20px;
	height: 20px;
	background-image: url('/local/templates/main/img/bal_icons.png');
	left: 0;
	top: 5px;
	background-position: -47px 0;
	background-size: cover;
	position: absolute;
}

.b_where_list_item_site {
	position: relative;
	padding-left: 25px;
	display: block;
}
.b_where_list_item_site::before {
	display: block;
	content: '';
	width: 18px;
	height: 20px;
	background-image: url('/local/templates/main/img/bal_icons.png');
	left: 0;
	top: 5px;
	background-position: -67px 0;
	background-size: cover;
	position: absolute;
}

.bal_email:before {
	width: 20px;
	background-image: url('/local/templates/main/img/bal_icons.png');
	background-position: -47px 0;
}

.b_where_list_item_telegram {
	position: relative;
	padding-left: 25px;
	display: block;
}
.b_where_list_item_telegram::before {
	display: block;
	content: '';
	width: 20px;
	height: 20px;
	background-image: url('/local/templates/main/img/svg/telegram.svg');
	left: 0;
	top: 5px;
	background-size: cover;
	position: absolute;
}

.bal_telegram::before {
	width: 20px;
	background-image: url('/local/templates/main/img/svg/telegram.svg');
	left: 0;
	background-position: 0 0;
}

.b_where_list_item_whatsapp {
	position: relative;
	padding-left: 25px;
	display: block;
}
.b_where_list_item_whatsapp::before {
	display: block;
	content: '';
	width: 20px;
	height: 20px;
	background-image: url('/local/templates/main/img/svg/whatsapp.svg');
	left: 0;
	top: 5px;
	background-size: cover;
	position: absolute;
}
.no-icon::before {
	display: none;
}

.bal_whatsapp::before {
	width: 20px;
	background-image: url('/local/templates/main/img/svg/whatsapp.svg');
	left: 0;
	background-position: 0 0;
}

.bal_site:before {
	width: 18px;
	background-image: url('/local/templates/main/img/bal_icons.png');
	background-position: -67px 0;
	left: 1px;
}
/*ballon*/

#b_where_map {
	height: 530px;
    width: 100%;
}

@media (min-width: 480px) {
	.b_where_list_item_title {	
		font-size: 24px;
		line-height: 30px;
	}

	.b_where_list_item_info:not(.b_where_list_item_info__empty) {
		padding: 15px 40px;
	}

	#b_where_map {
		height: 650px;
	}
}

@media (min-width: 768px) {
	.section_b_where_shop_list {
		padding: 40px 0;
	}

	.b_where_shop_list {
    	grid-template-columns: repeat(2, 1fr);
	}

	.b_where_list_item_info:not(.b_where_list_item_info__empty) {
		padding: 15px 30px;
	}
}

@media (min-width: 992px) {
    .b_where_shop_list {
    	grid-template-columns: repeat(4, 1fr);
	}

	.b_where_list_item_info:not(.b_where_list_item_info__empty) {
		padding: 30px 20px;
	}
}

@media (min-width: 1200px) {
    .b_where_shop_list {
    	gap: 40px;
	}

	.b_where_list_item_info:not(.b_where_list_item_info__empty) {
		padding: 30px;
	}
}

@media (min-width: 1400px) {
    .b_where_shop_list_container.container {
        padding-left: 40px;
        padding-right: 40px;
    }
}