

/* Start:/stores/style.css?175406579110316*/
section.stores .content .map_block {
	width: 100%;
	max-width: 100%;
	height: 400px;
	overflow: hidden;
	border-radius: 22px;
}

section.stores .content .map_block > ymaps {
	max-width: 100%;
	width: 100% !important;
}

section.stores .content .map_block > ymaps > ymaps {
	max-width: 100%;
	width: 100% !important;
}

section.stores .content .stores_list {
	margin: 40px 0 0 0;
}

section.stores .content .stores_list .el {
	display: flex;
	gap: 30px;
	justify-content: space-between;
	padding: 20px;
	border: solid 1px #f2f2f2;
	border-radius: 22px;
	margin: 0 0 20px;
}

@media (max-width: 767px) {
	section.stores .content .stores_list .el {
		gap: 15px;
		flex-wrap: wrap;
	}
}

section.stores .content .stores_list .el .image {
	border-radius: 12px;
	overflow: hidden;
	width: 150px;
	height: 100px;
}

section.stores .content .stores_list .el .image img {
	object-fit: cover;
	min-width: 100%;
	min-height: 100%;
	width: 100%;
	height: auto;
}

section.stores .content .stores_list .el .text_wrapper {
	display: flex;
	justify-content: space-between;
	width: 100%;
	gap: 20px;
}

@media (max-width: 1080px) {
	section.stores .content .stores_list .el .text_wrapper {
		flex-wrap: wrap;
		gap: 10px;
	}
}

@media (max-width: 1080px) {
	section.stores .content .stores_list .el .text_wrapper > div {
		width: 100% !important;
	}
}

section.stores .content .stores_list .el .text_wrapper > div.n1 {
	width: 53%;
}

section.stores .content .stores_list .el .text_wrapper > div.n2 {
	width: 20%;
}

section.stores .content .stores_list .el .text_wrapper > div.n3 {
	width: 27%;
}

section.stores .content .stores_list .el .text_wrapper > div .address {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

section.stores .content .stores_list .el .text_wrapper > div .address:hover {
	color: #a4493d;
}

section.stores .content .stores_list .el .text_wrapper > div .time {
	display: block;
	color: #33333d;
	font-size: 14px;
	margin: 10px 0 0 0;
}

section.stores .content .stores_list .el .text_wrapper > div .time i {
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	margin: 0 8px 0 0;
	background-position: 50% !important;
	background-repeat: no-repeat !important;
	background-image: url("/local/templates/uyutnosti/images/ico/time.svg");
}

section.stores .content .stores_list .el .text_wrapper > div .phone,
section.stores .content .stores_list .el .text_wrapper > div .email {
	display: block;
	color: #33333d;
	font-size: 14px;
	text-decoration: none;
}

section.stores .content .stores_list .el .text_wrapper > div .phone:hover,
section.stores .content .stores_list .el .text_wrapper > div .email:hover {
	text-decoration: underline;
}

section.stores .content .stores_list .el .text_wrapper > div .phone {
	margin: 0 0 10px 0;
}

section.stores .content .stores_list .el .text_wrapper > div .metro_list {
	margin: 0;
}

section.stores .content .stores_list .el .text_wrapper > div .metro_list .metro {
	margin: 0 0 10px 0;
}

section.stores .content .stores_list .el .text_wrapper > div .metro_list .metro .name {
	font-size: 14px;
}

section.stores .content .stores_list .el .text_wrapper > div .metro_list .metro .go {
	font-size: 13px;
}

section.stores .content .stores_list .el .text_wrapper > div span a:hover {
	text-decoration: none;
}

section.store .content h1 {
	text-align: left;
}

section.store .content .store_wrapper {
	display: flex;
	gap: 40px;
}

@media (max-width: 997px) {
	section.store .content .store_wrapper {
		flex-wrap: wrap;
	}
}

section.store .content .store_wrapper .left_block,
section.store .content .store_wrapper .right_block {
	width: 50%;
}

@media (max-width: 997px) {
	section.store .content .store_wrapper .left_block,
  section.store .content .store_wrapper .right_block {
		width: 100%;
	}
}

section.store .content .store_wrapper .left_block .map_here {
	display: none;
}

@media (max-width: 767px) {
	section.store .content .store_wrapper .left_block .map_here {
		margin: 20px 0 0 0;
		height: 320px;
		display: block;
	}
}

section.store .content .store_wrapper .left_block .owl-wrapper .owl-carousel .owl-stage-outer {
	background-size: cover;
	border-radius: 22px;
}

section.store .content .store_wrapper .left_block .owl-wrapper .owl-carousel .item {
	width: 100%;
	padding: 33.33% 0;
	display: block;
	background-size: cover;
}

section.store .content .store_wrapper .left_block .owl-wrapper .owl-carousel .owl-nav {
	margin: 0;
}

section.store .content .store_wrapper .left_block .owl-wrapper .owl-carousel .owl-nav button {
	position: absolute;
	top: 50%;
	margin: 0;
	margin-top: -23px;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: #f2f2f2;
	cursor: pointer;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='36' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='m20.417 12-5.834 6 5.834 6' stroke='%2333333D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' transform='rotate(90 17.5 17.5)' d='M0 0h36v35H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	-webkit-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

@media (max-width: 767px) {
	section.store .content .store_wrapper .left_block .owl-wrapper .owl-carousel .owl-nav button {
		margin-top: -15px;
		width: 30px;
		height: 30px;
	}
}

section.store .content .store_wrapper .left_block .owl-wrapper .owl-carousel .owl-nav button:hover {
	-webkit-filter: drop-shadow(0 4px 11px rgba(51, 51, 61, 0.1));
	filter: drop-shadow(0 4px 11px rgba(51, 51, 61, 0.1));
	background-color: #fff;
}

section.store .content .store_wrapper .left_block .owl-wrapper .owl-carousel .owl-nav button.owl-prev {
	left: -23px;
}

@media (max-width: 767px) {
	section.store .content .store_wrapper .left_block .owl-wrapper .owl-carousel .owl-nav button.owl-prev {
		left: -15px;
	}
}

section.store .content .store_wrapper .left_block .owl-wrapper .owl-carousel .owl-nav button.owl-next {
	right: -23px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

@media (max-width: 767px) {
	section.store .content .store_wrapper .left_block .owl-wrapper .owl-carousel .owl-nav button.owl-next {
		right: -15px;
	}
}

section.store .content .store_wrapper .left_block .owl-wrapper .owl-carousel .owl-nav button span {
	display: none;
}

section.store .content .store_wrapper .left_block .text_wrapper .contact_wrapper {
	margin: 30px 0 0;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

@media (max-width: 767px) {
	section.store .content .store_wrapper .left_block .text_wrapper .contact_wrapper {
		gap: 15px;
	}
}

section.store .content .store_wrapper .left_block .text_wrapper .contact_wrapper .el {
	width: calc(50% - 10px);
}

@media (max-width: 420px) {
	section.store .content .store_wrapper .left_block .text_wrapper .contact_wrapper .el {
		width: 100%;
	}
}

section.store .content .store_wrapper .left_block .text_wrapper .contact_wrapper .el .title {
	color: #7e8b91;
	font-size: 12px;
}

section.store .content .store_wrapper .left_block .text_wrapper .contact_wrapper .el .value {
	font-size: 15px;
	margin: 5px 0 0 0;
}

@media (max-width: 767px) {
	section.store .content .store_wrapper .left_block .text_wrapper .contact_wrapper .el .value {
		margin: 0;
	}
}

section.store .content .store_wrapper .left_block .text_wrapper .contact_wrapper .el .value a:hover {
	text-decoration: none;
}

section.store .content .store_wrapper .left_block .text_wrapper .button {
	margin: 30px 0 0 0;
	display: flex;
	width: auto;
	height: 44px;
	padding: 10px 24px;
	align-items: center;
	border-radius: 22px;
	background: #a4493d;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	-webkit-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	cursor: pointer;
	float: left;
}

section.store .content .store_wrapper .left_block .text_wrapper .button:hover {
	color: #33333d;
	background: #f2f2f2;
}

section.store .content .store_wrapper .right_block .map {
	position: sticky;
	left: 0;
	top: 20px;
	width: 100%;
	height: 500px;
	border-radius: 22px;
	overflow: hidden;
}

@media (max-width: 997px) {
	section.store .content .store_wrapper .right_block .map {
		height: 320px;
	}
}

@media (max-width: 767px) {
	section.store .content .store_wrapper .right_block .map {
		position: absolute;
		margin: 20px 0 0 0;
	}
}

section.store .content .store_wrapper .right_block .map > ymaps {
	max-width: 100%;
	width: 100% !important;
}

section.store .content .store_wrapper .right_block .map > ymaps > ymaps {
	max-width: 100%;
	width: 100% !important;
}

ymaps[class*="-balloon"][class*="balloon_layout_normal"] {
	border-radius: 15px;
}

ymaps[class*="-balloon"][class*="balloon_layout_normal"] ymaps[class*="balloon__layout"] {
	border-radius: 15px;
}

@media (max-width: 767px) {
	ymaps[class*="-balloon__content"],
  ymaps[class*="-balloon__content"] > ymaps {
		height: 300px !important;
	}
}

a[href*="https://tech.yandex.ru/maps/mapsapi/"] {
	display: none !important;
}

.map_marker_info {
	width: 280px;
	display: table;
	float: left;
	padding: 10px 10px 10px 10px;
}

@media (max-width: 767px) {
	.map_marker_info {
		width: 100%;
	}
}

.map_marker_info .address {
	text-decoration: none;
	font-weight: bold;
	font-size: 17px;
	line-height: 1.4;
}

.map_marker_info .address:hover {
	color: #a4493d;
}

.map_marker_info .contact_wrapper {
	margin: 10px 0 0;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.map_marker_info .contact_wrapper .el {
	width: 100%;
}

.map_marker_info .contact_wrapper .el .title {
	color: #7e8b91;
	font-size: 12px;
}

.map_marker_info .contact_wrapper .el .value {
	font-size: 15px;
	margin: 2px 0 0 0;
}

@media (max-width: 767px) {
	.map_marker_info .contact_wrapper .el .value {
		margin: 0;
	}
}

.map_marker_info .contact_wrapper .el .value a:hover {
	text-decoration: none;
}

.map_marker_info .button {
	margin: 20px 0 0 0;
	display: flex;
	width: auto;
	height: 44px;
	padding: 10px 24px;
	align-items: center;
	border-radius: 22px;
	background: #a4493d;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	-webkit-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	cursor: pointer;
	float: left;
}

.map_marker_info .button:hover {
	color: #33333d;
	background: #f2f2f2;
}
/* End */
/* /stores/style.css?175406579110316 */
