

/* Start:/contacts/assets/css/shop_style.css?17743703669406*/
.contact-shop {
	display: flex;
}
.contact-shop-col {
	width: 50%;
}
.contact-shop-col:nth-child(1) {
	max-width: 615px;
	margin-left: auto;
	margin-right: 30px;
	padding-left: 20px;
}
.contact-shop-row {
	display: flex;
}
.contact-shop-title {
	width: 75%;
	margin: 0;
	padding-right: 15px;
	line-height: 30px;
}
.contact-shop-rating {
	width: 25%;
}
.rating {
	border: 1px solid #828282;
	box-sizing: border-box;
	border-radius: 12px;
	padding: 6px 8px;
	text-align: center;
	min-width: 140px;
}
.contact-shop-rating-text {
	font-size: 14px;
	font-weight: 500;
}
.contact-shop-rating-data {
	display: flex;
	align-items: center;
	justify-content: center;
}
.contact-shop-rating-data span {
	color: #C52440;
	font-size: 20px;
	font-weight: 500;
}
.contact-shop-rating-data svg {
	width: 22px;
	height: 22px;
	margin-right: 8px;
}

.contact-shop-info {
	margin-top: 25px;
}
.contact-shop-info a {
	color: #2C2B2B;
	text-decoration: none;
}
.contact-shop-info-item {
	display: flex;
	align-items: start;
}
.contact-shop-info-item:not(:last-child) {
	margin-bottom: 16px;
}
.contact-shop-info-item-svg svg {
	width: 20px;
	height: 20px;
	margin-right: 15px;
}
.contact-shop-info-item-text,
.contact-shop-info-item-l2 {
	font-size: 16px;
	color: #2C2B2B;
}
.contact-shop-info-item-l2 {
	margin-top: 4px;
}
.contact-shop-info-item-name {
	color: #828282;
	margin-right: 8px;
}
.contact-shop-link {
	display: inline-block;
	text-decoration-line: underline;
	color: #C52440;
	cursor: pointer;
}
.contact-shop-link:hover {
	text-decoration: none;
}
.contact-shop-inner-phone {
	padding-top: 12px;
}
.contact-shop-inner-phone-item span {
	font-weight: bold;
	color: #2C2B2B;
}
.contact-shop-inner-phone .contact-shop-info-item-l2 {
	margin-bottom: 4px;
}

.contact-shop-nav-v1,
.contact-shop-nav-v2 {
	display: flex;
}
.contact-shop-nav-v1 {
	margin-top: 60px;
}
.nav-item {
	width: 25%;
	display: flex;
	align-items: start;
	border: 1px solid #E0E0E0;
	box-sizing: border-box;
	border-radius: 12px;
	height: 136px;
	overflow: hidden;
	z-index: 1;
}
.nav-item:not(:first-child) {
	margin-left: 30px;
}
.nav-item:hover {
	border-color: #C52440;
}
.nav-item-name {
	font-size: 20px;
	font-weight: 500;
	color: #2C2B2B;
	line-height: 120%;
	padding-top: 20px;
	padding-left: 20px;
}
.nav-item-name span {
	display: block;
}
.nav-item-name svg {
	width: 15px;
	height: 12px;
	margin-left: 8px;
}
.nav-item-svg {
	margin-top: auto;
	margin-left: auto;
}
.nav-item-svg svg {
	width: 100px;
	height: 100px;
	position: relative;
	bottom: -5px;
	fill: #E0E0E0;
}
.nav-item:hover .nav-item-svg svg {
	fill: #C52440;
}

.contact-shop-nav-v2-title {
	font-size: 26px;
	color: #2C2B2B;
	text-align: center;
	margin-top: 80px;
}
.contact-shop-nav-v2 {
	margin-top: 35px;
}
.contact-shop-nav-v2 .nav-item {
	display: block;
	background: #FAFAFA;
	border: none;
	text-align: center;
	padding-top: 20px;
	height: 156px;
}
.contact-shop-nav-v2 .nav-item svg {
	width: 50px;
	height: 50px;
}
.contact-shop-nav-v2 .nav-item .nav-item-svg {
	margin-bottom: 8px;
}
.contact-shop-nav-v2 .nav-item .nav-item-name {
	padding: 0;
	margin: 0 auto;
	max-width: unset;
}


.contact-shop-bnr {
	margin-top: 60px;
}

.contact-shop-workers-bg {
	margin-top: 80px;
	background: #FAFAFA;
	padding-top: 80px;
	padding-bottom: 60px;
}
.contact-shop-workers-title {
	font-size: 26px;
	color: #2C2B2B;
}

.contact-shop-photo {
	background: #2C2B2B;
	overflow: hidden;
}
.contact-shop-img {
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	max-height: 550px;
}
.contact-shop-img:after {
	content: '';
	padding-top: 56%;
	display: block;
}
.contact-shop-photo-slider {
	height: 97px;
	padding: 12px 0 12px 140px;
	width: calc(100% - 140px) !important;
	display: block !important;
}
.contact-shop-photo-slider:after {
	content: '';
	padding-top: 97px;
	display: block;
}
.contact-shop-photo-slider.owl-loaded:after {
	display: none;
}
.contact-shop-photo-slider.owl-loaded .shop-photo-slider-item {
	display: inline-block;
}
.shop-photo-slider-item {
	display: none;
	border-radius: 8px;
	width: 160px;
	height: 97px;
	opacity: 0.5;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.shop-photo-slider-item:hover {
	opacity: 0.7;
}
.shop-photo-slider-item[data-active="1"] {
	opacity: 1;
}
.shop-photo-slider-item:not(:first-child){
	margin-left: 10px;
}

.contact-shop-photo-slider .owl-nav {
	position: absolute;
	top: 0px;
	width: 140px;
	display: flex;
	bottom: 0;
	justify-content: center;
	align-items: center;
	left: 0;
}

.contact-shop-workers {
	padding-top: 40px;
	display: block !important;
}
.contact-shop-workers:after {
	content: '';
	padding-top: 32%;
	display: block;
}
.contact-shop-workers.owl-loaded:after {
	display: none;
}
.contact-shop-workers.owl-loaded .workers-item {
	display: inline-block;
}
.workers-item {
	display: none;
	width: 100%;
}
.workers-item-img {
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 12px;
}
.workers-item-img:after {
	content: '';
	padding-top: 110%;
	display: block;
}
.workers-item-name {
	font-size: 18px;
	color: #2C2B2B;
	font-weight: bold;
	margin-top: 8px;
}
.workers-item-type {
	color: #828282;
	font-size: 16px;
	margin-top: 4px;
}


.contact-shop-workers .owl-nav {
	position: absolute;
	top: -40px;
	right: 0;
	display: flex;
	justify-content: end;
}
.owl-nav button {
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: #fff !important;
	box-shadow: 0px 0px 10px rgba(66, 66, 66, 0.2);
	display: flex;
	justify-content: center;
	align-items: center;
}
.owl-nav button:last-child {
	margin-left: 15px;
}
.owl-nav button:hover {
	box-shadow: 0px 0px 18px rgba(66, 66, 66, 0.3);
}
.owl-nav button span {
	font-size: 0;
	border-top: 2px solid #424242;
	border-left: 2px solid #424242;
	width: 9px;
	height: 9px;
	display: block;
}
.owl-nav button.owl-prev span {
	transform: rotate(-45deg);
	margin-left: 4px;
}
.owl-nav button.owl-next span {
	transform: rotate(135deg);
	margin-right: 4px;
}


.openform,
.js-href,
.js-href-blank {
	cursor: pointer;
}


.owl-dots {
	display: none;
}

@media only screen and (max-width: 1240px) {
	.contact-shop-photo {
		position: relative;
	}
	.contact-shop-photo-slider {
		position: unset !important;
		padding: 12px 0 12px 12px;
		width: 100% !important;
	}
	.contact-shop-photo-slider .owl-nav {
		width: 100%;
		top: calc(50% - 40px);
		height: 0;
		justify-content: space-between;
	}
	.contact-shop-photo-slider .owl-nav .owl-prev {
		margin-left: 15px;
	}
	.contact-shop-photo-slider .owl-nav .owl-next {
		margin-left: 0;
		margin-right: 15px;
	}
}

@media only screen and (max-width: 992px) {
	.contact-shop-col {
		width: 100%;
	}
	.contact-shop {
		flex-wrap: wrap;
	}
	.contact-shop-col:nth-child(1) {
		max-width: unset;
		margin-left: 0;
		margin-right: 0;
		order: 1;
		margin-top: 35px;
		padding-right: 20px;
	}
	.contact-shop-col:nth-child(2) {
		order: 0;
	}
	.contact-shop-img {
		display: none;
	}
	.contact-shop-nav-v1 {
		margin-top: 60px !important;
	}
	.contact-shop-nav-v2 {
		margin-top: 35px !important;
	}
	.contact-shop-nav-v1,
	.contact-shop-nav-v2 {
		flex-wrap: wrap;
		margin: 0 -7.5px;
	}
	.nav-item {
		width: calc(50% - 15px);
	}
	.nav-item {
		margin: 7.5px 7.5px !important;
	}
	.contact-shop-photo-slider {
		height: unset !important;
		position: relative !important;
		padding: 0 !important;
		display: block !important;
	}
	.contact-shop-photo-slider:after {
		content: '';
		padding-top: 60%;
		display: block;
	}
	.contact-shop-photo-slider.owl-loaded:after {
		display: none;
	}
	.contact-shop-photo-slider.owl-loaded .shop-photo-slider-item {
		display: flex;
	}
	.shop-photo-slider-item {
		width: 100%;
		position: relative;
		border-radius: 0;
		opacity: 1;
		display: none;
		height: auto;
	}
	.shop-photo-slider-item:hover,
	.shop-photo-slider-item[data-active="1"] {
		opacity: 1;
	}
	.shop-photo-slider-item:after {
		content: '';
		padding-top: 60%;
		display: block;
	}
	.contact-shop-photo {
		background-color: transparent;
	}
	.contact-shop-photo-slider .owl-nav{
		top: 50%;
	}
}

@media only screen and (max-width: 768px) {
	.contact-shop-workers {
		display: flex !important;
		overflow-x: auto;
		overflow-y: hidden;
	}
	.workers-item {
		min-width: 250px;
	}
	.workers-item:not(:first-child) {
		margin-left: 15px;
	}
	.contact-shop-workers:after {
		display: none;
	}
	.contact-shop-workers .workers-item {
		display: inline-block;
	}
}

@media only screen and (max-width: 640px) {
	.contact-shop-row {
		display: block;
	}
	.contact-shop-title {
		width: 100%;
		padding-left: 0;
	}
	.contact-shop-rating {
		width: 100%;
	}
	.rating {
		border: none;
		padding: 0;
		margin-top: 15px;
	}
	.contact-shop-rating-text {
		display: none;
	}
	.contact-shop-rating-data {
		justify-content: start;
	}
	.nav-item {
		width: 100%;
	}
	.contact-shop-info-item-l2 {
		margin-top: 6px;
	}
	.contact-shop-link {
		margin-top: 2px;
	}
}

@media only screen and (max-width: 480px) {
	.contact-shop-info-item-value {
		display: block;
	}
	.contact-shop-title {
		font-size: 20px;
	}
	.contact-shop-rating-data svg {
		width: 16px;
		height: 16px;
	}
	.contact-shop-rating-data span {
		font-size: 16px;
	}
	.rating {
		margin-top: 5px;
	}
	.owl-nav button {
		width: 32px;
		height: 32px;
	}
}
/* End */
/* /contacts/assets/css/shop_style.css?17743703669406 */
