/* salepoints */
.salepoints-index-index .page-main .page-title-wrapper {
	padding: 1.3888vw 10.4166vw 2.7777vw;
	border-bottom: 2px solid #222;
}
.salepoints-index-index .page-main .page-title-wrapper h1 {
	margin: 0;
}
.salepoints-index-index .page-main .page-title-wrapper h1 span {
	font-weight: 700;
	font-size: 6.6666vw;
	line-height: 7.8472vw;
	text-transform: uppercase;
}

.salepoints-index-index .columns .shops_main_filters_wrap {
	padding: 2.7777vw 10.4166vw;
}
.salepoints-index-index .columns .shops_main_filters_wrap .shops_main_filters_container {
	display: flex;
	align-items: center;
	justify-content: left;
}
.salepoints-index-index .columns .shops_main_filters_wrap .shops_main_filters_container .select_field_wrap {
	width: 18.75vw;
	margin-right: 1.3888vw;
}
.salepoints-index-index .columns .shops_main_filters_wrap .shops_main_filters_container .select_field_wrap .select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 2px solid #222;
	border-radius: 0;
	padding: 2.0833vw 2.0833vw 2.0833vw 1.3888vw;
	height: auto;
}
.salepoints-index-index .columns .shops_main_filters_wrap .shops_main_filters_container .select_field_wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
	position: relative;
	font-weight: 700;
	font-size: 1.25vw;
	line-height: 1.4583vw;
	text-transform: uppercase;
	color: #222;
	padding: 0;
}
.salepoints-index-index .columns .shops_main_filters_wrap .shops_main_filters_container .select_field_wrap .select2-container--default .select2-selection--single .select2-selection__rendered:before {
	content: '';
	width: 1.1111vw;
	height: 0.5555vw;
	background: url(./img/item-title-after.svg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: calc(50% - 0.2083vw);
	right: 0;
	transition: 0.5s;
}
.salepoints-index-index .columns .shops_main_filters_wrap .shops_main_filters_container .select_field_wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
	display: none;
}
.salepoints-index-index .columns .shops_main_filters_wrap .shops_main_filters_container .select2-dropdown {
	border: 2px solid #222;
	border-radius: 0;
	margin: -2px 0 0;
}
.salepoints-index-index .columns .shops_main_filters_wrap .shops_main_filters_container .select2-results__option {
	font-weight: 400;
	font-size: 1.25vw;
	line-height: 1.4583vw;
	text-transform: capitalize;
	color: #222;
	padding: 0.6944vw 1.3888vw;
}
.salepoints-index-index .columns .shops_main_filters_wrap .shops_main_filters_container .select2-container--default .select2-results__option--highlighted[aria-selected] {
	font-weight: 700;
	background-color: #fff;
	color: #222;
}

.salepoints-index-index .columns .shops_main_container {
	padding: 0 10.4166vw 8.3333vw;
}
.salepoints-index-index .columns .shops_main_container .shop_items {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 1.3888vw;
	grid-row-gap: 2.7777vw;
}
.salepoints-index-index .columns .shops_main_container .shop_items .shop_item .shop_image {
	width: 38.8888vw;
	height: 23.8194vw;
	overflow: hidden;
}
.salepoints-index-index .columns .shops_main_container .shop_items .shop_item .shop_image a {
	display: block;
}
.salepoints-index-index .columns .shops_main_container .shop_items .shop_item .shop_image a:hover {
	opacity: 1;
}
.salepoints-index-index .columns .shops_main_container .shop_items .shop_item .shop_image a img {
	width: 38.8888vw;
	height: 23.8194vw;
	object-fit: cover;
	object-position: center center;
	transition: 0.5s;
}
.salepoints-index-index .columns .shops_main_container .shop_items .shop_item .shop_image a:hover img {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}
.salepoints-index-index .columns .shops_main_container .shop_items .shop_item .shop_title {
	padding: 1.3888vw 0.6944vw 0.6944vw;
}
.salepoints-index-index .columns .shops_main_container .shop_items .shop_item .shop_title a {
	font-weight: 700;
	font-size: 2.7083vw;
	line-height: 3.1944vw;
	text-transform: uppercase;
	color: #222222;
}
.salepoints-index-index .columns .shops_main_container .shop_items .shop_item .shop_address  {
	padding: 0 0.6944vw;
}
.salepoints-index-index .columns .shops_main_container .shop_items .shop_item .shop_address p {
	font-weight: 400;
	font-size: 1.25vw;
	line-height: 2.0833vw;
	margin: 0;
}



@media (max-width: 768px) {
	.salepoints-index-index .page-main .page-title-wrapper {
		padding: 6.25vw 4.6875vw;
	}
	.salepoints-index-index .page-main .page-title-wrapper h1 span {
		font-size: 11.875vw;
		line-height: 14.6875vw;
	}
	.salepoints-index-index .columns .shops_main_filters_wrap {
		padding: 9.375vw 4.6875vw 6.25vw;
	}
	.salepoints-index-index .columns .shops_main_filters_wrap .shops_main_filters_container {
		display: block;
	}
	.salepoints-index-index .columns .shops_main_filters_wrap .shops_main_filters_container .select_field_wrap {
		width: 100%;
		margin: 0 0 3.125vw;
	}
	.salepoints-index-index .columns .shops_main_filters_wrap .shops_main_filters_container .select_field_wrap .select2-container--default .select2-selection--single {
		padding: 6.25vw 12.5vw 6.25vw 6.25vw;
	}
	.salepoints-index-index .columns .shops_main_filters_wrap .shops_main_filters_container .select_field_wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
		font-size: 5vw;
		line-height: 5.9375vw;
	}
	.salepoints-index-index .columns .shops_main_filters_wrap .shops_main_filters_container .select_field_wrap .select2-container--default .select2-selection--single .select2-selection__rendered:before {
		width: 4.375vw;
		height: 1.875vw;
		top: calc(50% - 0.9375vw);
	}
	.salepoints-index-index .columns .shops_main_filters_wrap .shops_main_filters_container .select2-results__option {
		font-size: 5vw;
		line-height: 5.9375vw;
		padding: 3.125vw 6.25vw;
	}
	.salepoints-index-index .columns .shops_main_container {
		padding: 0 4.6875vw 18.75vw;
	}
	.salepoints-index-index .columns .shops_main_container .shop_items {
		display: block;
	}
	.salepoints-index-index .columns .shops_main_container .shop_items .shop_item {
		margin-bottom: 12.5vw;
	}
	.salepoints-index-index .columns .shops_main_container .shop_items .shop_item .shop_image {
		width: 90.625vw;
		height: 55.625vw;
	}
	.salepoints-index-index .columns .shops_main_container .shop_items .shop_item .shop_image a img {
		width: 90.625vw;
		height: 55.625vw;
	}
	.salepoints-index-index .columns .shops_main_container .shop_items .shop_item .shop_title {
		padding: 6.25vw 3.125vw 3.125vw;
	}
	.salepoints-index-index .columns .shops_main_container .shop_items .shop_item .shop_title a {
		font-size: 8.125vw;
		line-height: 9.375vw;
	}
	.salepoints-index-index .columns .shops_main_container .shop_items .shop_item .shop_address  {
		padding: 0 3.125vw;
	}
	.salepoints-index-index .columns .shops_main_container .shop_items .shop_item .shop_address p {
		font-size: 4.375vw;
		line-height: 6.875vw;
	}
}
/* end salepoints */


/* location */
.salepoints-index-view .columns .shop_top_block {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1.3888vw 0 4.1666vw 6.25vw;
	border-bottom: 2px solid #222;
}
.salepoints-index-view .columns .shop_top_block .shop_view_title h1 {
	font-weight: 700;
	/*font-size: 6.6666vw;
	line-height: 7.8472vw;*/
	font-size: 4.5vw;
	line-height: 6vw;
	text-transform: uppercase;
	margin: 0;
}
.salepoints-index-view .columns .shop_top_block .shop_view_image {
	width: 58.5416vw;
	height: 35.9027vw;
	min-width: 58.5416vw;
}
.salepoints-index-view .columns .shop_top_block .shop_view_image img {
	width: 58.5416vw;
	height: 35.9027vw;
	object-fit: cover;
	object-position: center center;
}
.salepoints-index-view .columns .shop_info_wrap {
	border-bottom: 2px solid #222;
}
.salepoints-index-view .columns .shop_info_wrap .shop_info_container {
	/*display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;*/
	display: flex;
	justify-content: space-between;
}
.salepoints-index-view .columns .shop_info_wrap .shop_info_container .shop_view_address {
	position: relative;
	width: 100%;
	min-width: 18vw;
	padding: 2.7777vw 1.3888vw 2.7777vw 6.3888vw;
	border-right: 2px solid #222;
}
.salepoints-index-view .columns .shop_info_wrap .shop_info_container .shop_view_address svg {
	position: absolute;
	top: 2.7777vw;
	left: 2.7777vw;
	width: 2.2222vw;
	height: 2.2222vw;
}
.salepoints-index-view .columns .shop_info_wrap .shop_info_container .shop_view_address .address_content p {
	font-weight: 400;
	font-size: 1.3888vw;
	line-height: 2.2222vw;
	margin-bottom: 0.6944vw;
}
.salepoints-index-view .columns .shop_info_wrap .shop_info_container .shop_view_address .shop_map_btn_wrap .shop_map_btn {
	font-weight: 600;
	font-size: 1.25vw;
	line-height: 1.4583vw;
	text-decoration-line: underline;
	color: #222222;
}
.salepoints-index-view .columns .shop_info_wrap .shop_info_container .shop_view_address .shop_map_wrap {
	display: none;
}
.salepoints-index-view .shop_map_popup {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
}
.salepoints-index-view .shop_map_popup .modal-inner-wrap {
	position: relative;
	margin: auto;
	box-shadow: none;
	overflow: visible;
}
.salepoints-index-view .shop_map_popup .modal-inner-wrap .modal-header .action-close {
	position: absolute;
	top: 1vw;
	right: -4vw;
	margin: 0;
}
.salepoints-index-view .shop_map_popup .modal-inner-wrap .modal-header {
	position: relative;
}
.salepoints-index-view .shop_map_popup .modal-inner-wrap .modal-header .action-close:before {
	display: none;
}
.salepoints-index-view .shop_map_popup .modal-inner-wrap .modal-header .action-close:after {
	display: block;
	content: '';
	width: 1.6666vw;
	height: 1.6666vw;
	background: url(./img/action-close.svg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.salepoints-index-view .shop_map_popup .shop_map_wrap iframe {
	width: 100%;
}
.salepoints-index-view .columns .shop_info_wrap .shop_info_container .shop_view_schedule {
	position: relative;
	width: 100%;
	min-width: 20vw;
	max-width: 23.9583vw;
	padding: 2.7777vw 1.3888vw 2.7777vw 5vw;
	border-right: 2px solid #222;
}
.salepoints-index-view .columns .shop_info_wrap .shop_info_container .shop_view_schedule svg {
	position: absolute;
	top: 2.7777vw;
	left: 1.3888vw;
	width: 2.2222vw;
	height: 2.2222vw;
}
.salepoints-index-view .columns .shop_info_wrap .shop_info_container .shop_view_schedule .schedule_content p {
	font-weight: 400;
	font-size: 1.3888vw;
	line-height: 2.2222vw;
	margin: 0;
}
.salepoints-index-view .columns .shop_info_wrap .shop_info_container .shop_view_telephones {
	position: relative;
	width: 100%;
	min-width: 15vw;
	max-width: 20vw;
	padding: 2.7777vw 1.3888vw 2.7777vw 5vw;
}
.salepoints-index-view .columns .shop_info_wrap .shop_info_container .shop_view_telephones svg {
	position: absolute;
	top: 2.7777vw;
	left: 1.3888vw;
	width: 2.2222vw;
	height: 2.2222vw;
}
.salepoints-index-view .columns .shop_info_wrap .shop_info_container .shop_view_telephones .telephones_content p {
	margin: 0;
}
.salepoints-index-view .columns .shop_info_wrap .shop_info_container .shop_view_telephones .telephones_content p a {
	font-weight: 600;
	font-size: 1.3888vw;
	line-height: 2.2222vw;
	color: #222222;
}

.salepoints-index-view .columns .shop_info_wrap .shop_info_container .shop_view_email {
	position: relative;
	width: 100%;
	min-width: 18vw;
	max-width: 20vw;
	padding: 2.7777vw 1.3888vw 2.7777vw 5vw;
	border-left: 2px solid #222;
}
.salepoints-index-view .columns .shop_info_wrap .shop_info_container .shop_view_email svg {
	position: absolute;
	top: 2.7777vw;
	left: 1.3888vw;
	width: 2.2222vw;
	height: 2.2222vw;
}
.salepoints-index-view .columns .shop_info_wrap .shop_info_container .shop_view_email p {
	margin: 0;
}
.salepoints-index-view .columns .shop_info_wrap .shop_info_container .shop_view_email p a {
	font-weight: 400;
	font-size: 1.3888vw;
	line-height: 2.2222vw;
	text-decoration-line: underline;
	color: #222222;
}

.salepoints-index-view .columns .shop_video_wrap {
	padding: 4.1666vw 6.25vw;
}
.salepoints-index-view .columns .shop_video_wrap .shop_video_container {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.salepoints-index-view .columns .shop_video_wrap .shop_video_container .video_item {
	width: 41.6666vw;
	height: 23.4722vw;
	margin-bottom: 2.7777vw;
	overflow: hidden;
}
.salepoints-index-view .columns .shop_video_wrap .shop_video_container .video_item .video_preview {
	position: relative;
	width: 41.6666vw;
	height: 23.4722vw;
	cursor: pointer;
}
.salepoints-index-view .columns .shop_video_wrap .shop_video_container .video_item .video_preview:before {
	content: '';
	width: 6.9444vw;
	height: 6.9444vw;
	background: url(./img/video-preview-before.svg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: calc(50% - 3.4722vw);
	left: calc(50% - 3.4722vw);
	opacity: 0.25;
	transition: 0.5s;
}
.salepoints-index-view .columns .shop_video_wrap .shop_video_container .video_item .video_preview:hover::before {
	opacity: 1;
}
.salepoints-index-view .columns .shop_video_wrap .shop_video_container .video_item .video_preview:after {
	content: '';
	width: 2.6vw;
	height: 2.8124vw;
	background: url(./img/video-preview-after.svg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: calc(50% - 1.4054vw);
	left: calc(50% - 0.9vw);
}
.salepoints-index-view .columns .shop_video_wrap .shop_video_container .video_item .video_preview img {
	width: 41.6666vw;
	height: 23.4722vw;
	object-fit: cover;
	object-position: center center;
}


.salepoints-index-view .columns .shop_video_wrap .popup_video_code_wrap {
	display: none;
}

.salepoints-index-view .columns .shop_gallery_wrap {
	overflow: hidden;
}
.salepoints-index-view .columns .shop_gallery_wrap .block_title_wrap {
	position: relative;
	padding-bottom: 2.7777vw;
	border-bottom: 2px solid #222;
}
.salepoints-index-view .columns .shop_gallery_wrap .block_title_wrap .block_title_container {
	position: relative;
	left: 20vw;
	white-space: nowrap;
}
.salepoints-index-view .columns .shop_gallery_wrap .block_title_wrap .block_title_container span {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 4.4444vw;
	line-height: 5.2083vw;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	-webkit-text-stroke: 2px #222222;
	-webkit-text-fill-color: #fff;
	margin: 0;
}
.salepoints-index-view .columns .shop_gallery_wrap .block_title_wrap .block_title_container span.bold {
	-webkit-text-fill-color: #222222;
	padding: 0 4.1666vw;
}
.salepoints-index-view .columns .shop_gallery_wrap .shop_gallery_container {
	position: relative;
	width: calc(100% - 2.2222vw);
	margin: 0 1.0416vw;
	border-left: 2px solid #222;
	overflow: hidden;
}
.salepoints-index-view .columns .shop_gallery_wrap .shop_gallery_container .swiper-slide .image_container {
	position: relative;
	padding: 1.3888vw;
	border-right: 2px solid #222;
}
.salepoints-index-view .columns .shop_gallery_wrap .shop_gallery_container .swiper-slide .image_container .gallery-image-hld {
	display: block;
	line-height: 0;
}
.salepoints-index-view .columns .shop_gallery_wrap .shop_gallery_container .swiper-slide .image_container .gallery-image-hld .gallery-image {
	width: 29.5138vw;
	height: 18.125vw;
	object-fit: cover;
	object-position: center center;
}
.salepoints-index-view .columns .shop_gallery_wrap .slider_navigation_wrap {
	position: relative;
	height: 7.6388vw;
	margin: 0 5.2777vw;
	border-right: 2px solid #222;
	border-left: 2px solid #222;
}
.salepoints-index-view .columns .shop_gallery_wrap .slider_navigation_wrap:before {
	content: '';
	width: 400%;
	height: 2px;
	background: #222;
	position: absolute;
	top: 0;
	left: -150%;
	z-index: 99;
}
.salepoints-index-view .columns .shop_gallery_wrap .slider_navigation_wrap .slider_navigation_container {
	position: relative;
}
.salepoints-index-view .columns .shop_gallery_wrap .slider_navigation_wrap .swiper-button-next {
	position: absolute;
	top: 0;
	right: -5.4166vw;
	width: 5.2777vw;
	height: 7.6388vw;
	margin: 0;
	background: #fff;
}
.salepoints-index-view .columns .shop_gallery_wrap .slider_navigation_wrap .swiper-button-prev {
	position: absolute;
	top: 0;
	left: -5.4166vw;
	width: 5.2777vw;
	height: 7.6388vw;
	margin: 0;
	background: #fff;
}
.salepoints-index-view .columns .shop_gallery_wrap .slider_navigation_wrap .swiper-button-next:after,
.salepoints-index-view .columns .shop_gallery_wrap .slider_navigation_wrap .swiper-button-prev:after {
	display: none;
}
.salepoints-index-view .columns .shop_gallery_wrap .slider_navigation_wrap .swiper-button-next:before{
	content: '';
	width: 2.5vw;
	height: 2.5vw;
	background: url(./img/catalog-button-next.svg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: calc(50% - 1.25vw);
	left: calc(50% - 1.25vw);
}
.salepoints-index-view .columns .shop_gallery_wrap .slider_navigation_wrap .swiper-button-prev:before {
	content: '';
	width: 2.5vw;
	height: 2.5vw;
	background: url(./img/catalog-button-prev.svg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: calc(50% - 1.25vw);
	left: calc(50% - 1.25vw);
}
.salepoints-index-view .columns .shop_gallery_wrap .slider_navigation_wrap .swiper_pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 7.6388vw;
}
.salepoints-index-view .columns .shop_gallery_wrap .slider_navigation_wrap .swiper_pagination .swiper-pagination-bullet {
	width: 0.6944vw;
	height: 0.6944vw;
	background: #fff;
	border: 2px solid #222222;
	border-radius: 0;
	opacity: 1;
	margin-right: 1.3888vw;
}
.salepoints-index-view .columns .shop_gallery_wrap .slider_navigation_wrap .swiper_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #222222;
}

@media (max-width: 768px) {
	.salepoints-index-view .columns .shop_top_block {
		display: block;
		padding: 6.25vw 0;
	}
	.salepoints-index-view .columns .shop_top_block .shop_view_title {
		padding: 0 4.6875vw 6.25vw;
	}
	.salepoints-index-view .columns .shop_top_block .shop_view_title h1 {
		font-size: 11.875vw;
		line-height: 14.6875vw;
	}
	.salepoints-index-view .columns .shop_top_block .shop_view_image {
		width: 100%;
		height: 61.5625vw;
		min-width: 100%;
	}
	.salepoints-index-view .columns .shop_top_block .shop_view_image img {
		width: 100%;
		height: 61.5625vw;
	}
	.salepoints-index-view .columns .shop_info_wrap .shop_info_container {
		display: block;
	}
	.salepoints-index-view .columns .shop_info_wrap .shop_info_container .shop_view_address {
		width: auto;
		min-width: auto;
		max-width: 100%;
		padding: 6.25vw 4.6875vw 6.25vw 20.9375vw;
		border-right: none;
		border-bottom: 2px solid #222;
	}
	.salepoints-index-view .columns .shop_info_wrap .shop_info_container .shop_view_address svg {
		top: 6.25vw;
		left: 4.6875vw;
		width: 10vw;
		height: 10vw;
	}
	.salepoints-index-view .columns .shop_info_wrap .shop_info_container .shop_view_address .address_content p {
		font-size: 5.625vw;
		line-height: 6.5625vw;
		margin-bottom: 3.125vw;
	}
	.salepoints-index-view .columns .shop_info_wrap .shop_info_container .shop_view_address .shop_map_btn_wrap .shop_map_btn {
		font-size: 5vw;
		line-height: 5.9375vw;
	}
	.salepoints-index-view .shop_map_popup {
		left: 0 !important;
	}
	.salepoints-index-view .shop_map_popup .modal-inner-wrap {	
		width: 100% !important;
		max-height: 100vh !important;
	}
	.salepoints-index-view .shop_map_popup .modal-inner-wrap .modal-header .action-close {
		top: 6.5625vw;
		right: 4.6875vw;
	}
	.salepoints-index-view .shop_map_popup .modal-inner-wrap .modal-header {
		padding: 0;
	}
	.salepoints-index-view .shop_map_popup .modal-inner-wrap .modal-header .action-close:after {
		width: 7.5vw;
		height: 7.5vw;
	}
	.salepoints-index-view .shop_map_popup .modal-inner-wrap .modal-content {
		/*display: flex;
		align-items: center;*/
		display: block;
		width: 100%;
		height: 100%;
		/*padding: 20vw 4.6875vw 4.6875vw;*/
		padding: 20vw 0 4.6875vw;
	}
	.salepoints-index-view .columns .shop_info_wrap .shop_info_container .shop_view_schedule {
		width: auto;
		min-width: auto;
		max-width: 100%;
		padding: 6.25vw 4.6875vw 6.25vw 20.9375vw;
		border-right: none;
		border-bottom: 2px solid #222;
	}
	.salepoints-index-view .columns .shop_info_wrap .shop_info_container .shop_view_schedule svg {
		top: 6.25vw;
		left: 4.6875vw;
		width: 10vw;
		height: 10vw;
	}
	.salepoints-index-view .columns .shop_info_wrap .shop_info_container .shop_view_schedule .schedule_content p {
		font-size: 5.625vw;
		line-height: 6.5625vw;
	}
	.salepoints-index-view .columns .shop_info_wrap .shop_info_container .shop_view_telephones {
		width: auto;
		min-width: auto;
		max-width: 100%;
		padding: 6.25vw 4.6875vw 6.25vw 20.9375vw;
	}
	.salepoints-index-view .columns .shop_info_wrap .shop_info_container .shop_view_telephones svg {
		top: 6.25vw;
		left: 4.6875vw;
		width: 10vw;
		height: 10vw;
	}
	.salepoints-index-view .columns .shop_info_wrap .shop_info_container .shop_view_telephones .telephones_content p a {
		font-size: 5.625vw;
		line-height: 6.5625vw;
	}
	
	.salepoints-index-view .columns .shop_info_wrap .shop_info_container .shop_view_email {
		max-width: 100%;
		padding: 6.25vw 4.6875vw 6.25vw 20.9375vw;
		border-left: none;
		border-top: 2px solid #222;
	}
	.salepoints-index-view .columns .shop_info_wrap .shop_info_container .shop_view_email svg {
		top: 6.25vw;
		left: 4.6875vw;
		width: 10vw;
		height: 10vw;
	}
	.salepoints-index-view .columns .shop_info_wrap .shop_info_container .shop_view_email p a {
		font-size: 5.625vw;
		line-height: 6.5625vw;
	}
	
	.salepoints-index-view .columns .shop_video_wrap {
		padding: 12.5vw 4.6875vw;
	}
	.salepoints-index-view .columns .shop_video_wrap .shop_video_container {
		display: block;
	}
	.salepoints-index-view .columns .shop_video_wrap .shop_video_container .video_item {
		width: 100%;
		height: 50vw;
		margin-bottom: 6.25vw;
	}
	.salepoints-index-view .columns .shop_video_wrap .shop_video_container .video_item .video_preview {
		width: 100%;
		height: 50vw;
	}
	.salepoints-index-view .columns .shop_video_wrap .shop_video_container .video_item .video_preview:before {
		width: 15.625vw;
		height: 15.625vw;
		top: calc(50% - 7.8125vw);
		left: calc(50% - 7.8125vw);
	}
	.salepoints-index-view .columns .shop_video_wrap .shop_video_container .video_item .video_preview:after {
		width: 6vw;
		height: 6.3281vw;
		top: calc(50% - 3.1625vw);
		left: calc(50% - 2vw);
	}
	.salepoints-index-view .columns .shop_video_wrap .shop_video_container .video_item .video_preview img {
		width: 100%;
		height: 50vw;
	}

	.salepoints-index-view .columns .shop_gallery_wrap .block_title_wrap {
		padding-bottom: 6.25vw;
	}
	.salepoints-index-view .columns .shop_gallery_wrap .block_title_wrap .block_title_container span {
		font-size: 10.625vw;
		line-height: 12.5vw;
	}
	.salepoints-index-view .columns .shop_gallery_wrap .block_title_wrap .block_title_container span.bold {
		padding: 0 6.25vw;
	}
	.salepoints-index-view .columns .shop_gallery_wrap .shop_gallery_container {
		width: 100%;
		margin: 0;
		border-left: none;
	}
	.salepoints-index-view .columns .shop_gallery_wrap .shop_gallery_container .swiper-slide {
		width: 100% !important;
	}
	.salepoints-index-view .columns .shop_gallery_wrap .shop_gallery_container .swiper-slide .image_container {
		position: relative;
		padding: 4.6875vw;
		border-right: none;
	}
	.salepoints-index-view .columns .shop_gallery_wrap .shop_gallery_container .swiper-slide .image_container .gallery-image-hld .gallery-image {
		width: 90.625vw;
		height: 55.625vw;
	}
	.salepoints-index-view .columns .shop_gallery_wrap .slider_navigation_wrap {
		height: 15.625vw;
		margin: 0;
		border-right: none;
		border-left: none;
	}
	.salepoints-index-view .columns .shop_gallery_wrap .slider_navigation_wrap .swiper-button-next,
	.salepoints-index-view .columns .shop_gallery_wrap .slider_navigation_wrap .swiper-button-prev {
		display: none;
	}
	.salepoints-index-view .columns .shop_gallery_wrap .slider_navigation_wrap .swiper_pagination {
		height: 15.625vw;
	}
	.salepoints-index-view .columns .shop_gallery_wrap .slider_navigation_wrap .swiper_pagination .swiper-pagination-bullet {
		width: 3.125vw;
		min-width: 3.125vw;
		height: 3.125vw;
		margin: 0 3.125vw;
	}
}
/* end location */

