

/* Start:/contacts/assets/css/index_style.css?177437036611755*/
h1 {
	color: #2C2B2B !important;
	font-size: 26px !important;
}
.contact {
	margin-top: 45px;
}
.contact a {
	color: #2C2B2B;
	text-decoration: none;
}
.contact-tr {
	display: flex;
	margin-bottom: 45px;
	padding-bottom: 45px;
	border-bottom: 1px solid #E0E0E0;
}
.contact-tr:last-child {
	border-bottom: none;
}
.contact-td:nth-child(1) {
	width: 60%;
}
.contact-td:nth-child(2) {
	width: 40%;
	padding-left: 25px;
}
.contact-r1 {
	width: 30%;
	display: flex;
}
.contact-r2 {
	display: flex;
	width: 70%;
}
.contact-r3 {
	display: flex;
	width: 100%;
}
.contact-param {
	position: relative;
	width: 33%;
}
.contact-map {
	width: 67%;
	height: 450px;
	position: relative;
}

.contact-r1-name {
	font-size: 20px;
	color: #000;
	font-weight: 500;
}
.contact-r1-desc {
	color: #2C2B2B;
	font-size: 16px;
	margin-top: 6px;
}
.contact-r2-text {
	color: #2C2B2B;
	font-size: 16px;
}
.contact-r2-link {
	display: inline-block;
	color: #C52440;
	font-size: 16px;
	text-decoration: underline;
	cursor: pointer;
	margin-top: 12px;
}
.contact-r2-link:hover {
	text-decoration: none;
}
.contact-r2-email {
	color: #828282;
	font-size: 16px;
	margin-top: 12px;
}
.contact-r3-text {
	color: #2C2B2B;
	font-size: 16px;
}
.contact-r3-link {
	display: inline-block;
	color: #C52440;
	font-size: 16px;
	text-decoration: underline;
	cursor: pointer;
	margin-top: 12px;
}
.contact-r3-link:hover {
	text-decoration: none;
}
.contact-messenger {
	color: #2C2B2B;
	font-size: 14px;
	font-weight: 500;
}
.contact-messenger div {
	display: flex;
	margin-top: 12px;
}
.contact-td div a.r-link {
	border: 1px solid #000;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.contact-td div a:not(:first-child) {
	margin-left: 12px;
}
.contact-td div a:nth-child(1) svg {
	width: 18px;
	height: 18px;
}
.contact-td div a:nth-child(2) svg {
	width: 16px;
	height: 16px;
}
.contact-td div a:nth-child(3) svg {
	width: 20px;
	height: 20px;
}
.contact-icon {
	margin-right: 25px;
}
.contact-icon svg {
	width: 40px;
	height: 40px;
}
.contact-soc {
	height: 158px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #FAFAFA;
}
.contact-soc-text {
	text-align: center;
	font-weight: 500;
	font-size: 16px;
	line-height: 18px;
	color: #000;
}
.contact-soc-link {
	display: flex;
	margin-top: 12px;
}
.contact-soc-link a {
	border: 1px solid #000;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.contact-soc-link a:not(:first-child) {
	margin-left: 12px;
}
.contact-soc-link a svg {
	width: 30px;
	height: 30px;
}
.contact-map-section {
	border: 1px solid #E0E0E0;
	box-sizing: border-box;
	border-radius: 12px;
	display: flex;
	margin-top: 40px;
	overflow: hidden;
}
.text-bold {
	font-weight: 500;
}


.contact-addr {
	margin-top: 45px;
}
.contact-addr-name {
	color: #2C2B2B;
	font-size: 26px;
	margin-top: 80px;
}
.shop-addr {
	padding: 20px;
}
.shop-row {
	display: flex;
}
.shop-name {
	width: 80%;
}
.shop-rating {
	width: 20%;
	display: flex;
	justify-content: right;
}
.shop-rating svg {
	width: 15px;
	height: 15px;
	vertical-align: middle;
}
.shop-rating span {
 	color: #C52440;
 	font-size: 14px;
 	font-weight: 500;
 	margin-left: 6px;
 	vertical-align: middle;
 	height: 15px;
 	position: relative;
 	top: -2px;
 }
.shop-addr-info{
	display: none;
	border: 1px solid #E5E5E5;
	box-sizing: border-box;
	border-radius: 6px;
	padding: 16px 22px;
	margin-top: 30px;
}
.shop-addr-info.active {
	display: block;
}
.shop-addr-title {
	color: #333333;
	font-weight: 500;
	font-size: 16px;
}
.shop-addr-list {
	margin-top: 18px;
	display: flex;
}
.shop-addr-list span {
	color: #828282;
	font-size: 16px;
	display: flex;
	align-items: center;
	cursor: pointer;
	position: relative;
}
.shop-addr-list span:not(:last-child) {
	margin-right: 15px;
}
.shop-addr-list span:before {
	content: '';
	display: block;
	width: 18px;
	min-width: 18px;
	height: 18px;
	border: 1px solid #E0E0E0;
	box-sizing: border-box;
	border-radius: 50%;
	margin-right: 8px;
}
.shop-addr-list span.active {
	color: #2C2B2B;
}
.shop-addr-list span.active:before {
	border-color: #C52440;
}
.shop-addr-list span.active:after {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	background-color: #c52440;
	border-radius: 50%;
	position: absolute;
	left: 3px;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.shop-name {
	color: #333333;
	font-weight: 500;
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 16px;
}
.shop-addr-item {
	color: #2C2B2B;
	font-size: 14px;
}
.shop-addr-link-map {
	margin-top: 6px;
	margin-bottom: 6px;
	color: #C52440;
	font-size: 14px;
	text-decoration: underline;
	display: block;
}
.shop-addr-link-map:hover {
	color: #EC1C40;
}
.shop-btn-info {
	border: 1px solid #C52440;
	box-sizing: border-box;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #C52440;
	font-size: 14px;
	height: 44px;
	margin-top: 32px;
	cursor: pointer;
}
.shop-btn-info:hover {

}
.shop-row {
	display: flex;
}
.shop-img {
	min-width: 87px;
	height: 87px;
	max-height: 87px;
	background-size: cover;
	border-radius: 6px;
	margin-right: 15px;
}
.shop-info {
	width: 80%;
}

.contact-info-section {
	margin-top: 80px;
}
.contact-info-row {
	display: flex;
}
.contact-info-col {
	width: 50%;
}
.contact-info-col:not(:first-child) {
	margin-left: 30px;
}
.contact-info-accost,
.contact-info-review,
.contact-info-job {
	background: #FAFAFA;
	border: 1px solid #FAFAFA;
	border-radius: 12px;
	padding-top: 20px;
	padding-left: 30px;
	box-sizing: border-box;
}
.contact-info-job {
	margin-top: 30px;
}
.contact-info-accost {
	height: 100%;
	background-image: url('/contacts/assets/img/bg-accost.png');
	background-repeat: no-repeat;
	background-position: center right;
	background-size: cover;
}
.contact-info-review {
	background-image: url('/contacts/assets/img/bg-review.png');
	background-repeat: no-repeat;
	background-position: center right;
	background-size: contain;
}
.contact-info-job {
	background-image: url('/contacts/assets/img/bg-job.png');
	background-repeat: no-repeat;
	background-position: center right;
	background-size: contain;
}
.contact-info-review,
.contact-info-job {
	height: 171px;
}
.contact-info-title {
	color: #2C2B2B;
	font-size: 20px;
	font-weight: 500;
}
.title-accost {
	font-size: 26px;
	font-weight: normal;
}
.contact-info-text {
	color: #2C2B2B;
	font-size: 14px;
	margin-top: 6px;
}
.contact-info-btn {
	border: 1px solid #2C2B2B;
	border-radius: 50px;
	height: 44px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #2C2B2B;
	font-size: 14px;
	padding: 0 25px;
	cursor: pointer;
	margin-top: 20px;
	max-width: 145px;
}
.btn-accost {
	max-width: 206px;
	background: #C52440;
	color: #fff;
	border: 1px solid transparent;
}
#map_3 {
	height: 600px;
}
.map-mob-z {
	display: none;
}
.contact-addr-list-mob {
	display: none;
}
.contact-img-shop-mob {
	display: none;
}

@media only screen and (max-width: 1200px) {
	.contact-info-row {
		display: block;
	}
	.contact-info-col {
		width: 100%;
	}
	.contact-info-col:not(:first-child) {
		margin-left: 0;
		margin-top: 30px;
	}
	.contact-info-accost {
		height: 204px;
		background-size: contain;
	}
	.contact-info-col:nth-child(2) {
		display: flex;
	}
	.contact-info-review,
	.contact-info-job {
		width: 50%;
		height: 375px;
		padding: 0;
		overflow: hidden;
	}
	.contact-info-review {
		background-image: none;
	}
	.contact-info-job {
		margin-top: 0;
		margin-left: 30px;
		background-image: none;
	}
	.contact-info-review-bg-pl {
		position: relative;
		background-image: url('/contacts/assets/img/bg-pl-review.jpg');
		background-repeat: no-repeat;
		background-size: cover;
		max-height: 190px;
	}
	.contact-info-review-bg-pl:after {
		content: '';
		padding-top: 40%;
		display: block;
	}
	.contact-info-job-bg-pl {
		position: relative;
		background-image: url('/contacts/assets/img/bg-pl-job.jpg');
		background-repeat: no-repeat;
		background-size: cover;
		max-height: 190px;
	}
	.contact-info-job-bg-pl:after {
		content: '';
		padding-top: 40%;
		display: block;
	}

	.contact-info-title {
		margin-top: 35px;
	}
	.contact-info-title,
	.contact-info-text,
	.contact-info-btn {
		margin-left: 20px;
	}
}

@media only screen and (max-width: 992px) {
	.contact-r2 {
		padding-left: 25px;
	}
	.contact-td {
		width: 100% !important;
	}
	.contact-td:nth-child(2) {
		padding-left: 0;
		margin-top: 30px;
	}
	.contact-r3 {
		display: block;
	}
	.contact-r1,
	.contact-r2 {
		width: 50%;
	}
	.contact-map,
	.contact-param {
		width: 50%
	}
	.shop-addr-list {
		display: none;
	}
	.shop-addr {
		padding: 0
	}
	.shop-addr-info {
		border: none;
		margin-top: 15px;
	}
	#map_3 {
		height: 304px;
	}
	.contact-map {
		height: unset;
	}
	.contact-addr-list-mob {
		display: flex;
		justify-content: center;
		height: 35px;
	}
	.contact-map-section {
		margin-top: 25px;
	}
}

@media only screen and (max-width: 680px) {
	.contact-tr {
		display: block;
	}
	.contact-r1,
	.contact-r2 {
		width: 100%
	}
	.contact-r2 {
		padding-left: 0;
		margin-top: 35px
	}
	.contact-map-section {
		display: block;
		padding-top: 45%;
		position: relative;
	}
	.contact-param,
	.contact-map {
		width: 100%;
	}
	.contact-map:after {
		content: '';
		background-color: rgb(0,0,0,0.3);
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	.contact-map.mob-map-open:after {
		display: none;
	}
	.map-mob-z {
		display: flex;
		justify-content: center;
		align-items: center;
		background: #2C2B2B;
		border-radius: 61px;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		color: #fff;
		font-size: 14px;
		padding: 8px 15px;
		height: 32px;
		width: 190px;
		z-index: 2;
		cursor: pointer;
	}
	.map-mob-z svg {
		width: 24px;
		height: 24px;
		margin-right: 10px;
	}
	.shop-img {
		display: none;
	}
	.contact-map {
		margin-top: 20px;
	}
	.contact-param {
		position: unset;
	}
	.contact-img-shop-mob {
		position: absolute;
		display: block;
		width: 100%;
		top: 0;
		left: 0;
	}
	.contact-img-shop-mob span {
		position: relative;
		background-size: cover;
		background-position: center;
		display: block;
	}
	.contact-img-shop-mob span:after {
		content: '';
		padding-top: 45%;
		display: block;
	}
	.contact-info-accost {
		padding: 25px;
		text-align: center;
		background-image: none;
	}
	.contact-info-btn {
		margin: 20px auto 0 auto;
	}
}
@media only screen and (max-width: 480px) {
	.contact-addr-list-mob {
		display: block;
	}
	.contact-addr-list-mob span:not(:last-child) {
		margin-bottom: 8px;
	}
	.contact-map-section {
		margin-top: 40px;
	}
	.contact-info-review-bg-pl,
	.contact-info-job-bg-pl {
		display: none;
	}
	.contact-info-review,
	.contact-info-job {
		width: 100%;
		margin-left: 0;
		height: unset;
		padding: 25px;
	}
	.contact-info-job {
		margin-top: 30px;
	}
	.contact-info-col:nth-child(2) {
		display: block;
	}
	.contact-info-title,
	.contact-info-text {
		margin: 0;
		text-align: center;
	}
}
/* End */
/* /contacts/assets/css/index_style.css?177437036611755 */
