

/* Start:/local/templates/ac_step/components/bitrix/catalog.section.list/contacts/style.css?17404070246249*/
.tabs-countries {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-column-gap: 14px;
	grid-row-gap: 14px;
}

section.contacts img {
	margin-bottom: 0;
}

.tab-country {
	position: relative;
	height: 100%;
}

.tab-country input {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	cursor: pointer;
}

.tab-country img {
	width: 100%;
	height: 100%;
	max-height: 142px;
	min-height: 100px;
	pointer-events: none;
	border-radius: 20px;
	border: 6px solid transparent;
	object-fit: cover;
	margin-bottom: 0 !important;
}

.contacts-departments {
	margin: 40px 0 40px 0;
}

.contacts-departments__title {
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 700;
	line-height: 36px;
	letter-spacing: 0.01em;
	margin-bottom: 25px;
}

.contacts-map__wrapper {
	text-transform: uppercase;
}

.contacts-map__wrapper h3 {
	margin-bottom: 20px;
}

.contacts-departments__subtitle {
	font-size: 18px;
	font-weight: 300;
	line-height: 21px;
	letter-spacing: 0.01em;
	margin-bottom: 25px;
}

.contacts-departments__worktime {
	font-size: 18px;
	font-weight: 300;
	line-height: 21px;
	padding-bottom: 25px;
	border-bottom: 1px solid #363636;
	position: relative;
	padding-left: 34px;
}

.contacts-departments__worktime:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: calc(50% - 13px);
	transform: translateY(-50%);
	background-image: url("/local/templates/ac_step/components/bitrix/catalog.section.list/contacts/icons/Clock.svg");
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
}

.actions__mail:before {
	background-image: url("/local/templates/ac_step/components/bitrix/catalog.section.list/contacts/icons/Mail.svg");
}

.actions__phone:before {
	background-image: url("/local/templates/ac_step/components/bitrix/catalog.section.list/contacts/icons/Phone.svg");
}

.actions__telegram:before {
	background-image: url("/local/templates/ac_step/components/bitrix/catalog.section.list/contacts/icons/telegram.svg");
}

.actions__map:before {
	background-image: url("/local/templates/ac_step/components/bitrix/catalog.section.list/contacts/icons/map.svg");
}

.contacts-departments h3 {
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 700;
	line-height: 36px;
	letter-spacing: 0.01em;
	margin-bottom: 20px;
}

.contacts-departments__item {
	padding: 26px 20px;
	box-shadow: 0px 4px 10px 0px #00000040;
	border-radius: 7px;
	/*max-width: 450px;*/
	background-color: #F6F6F6;
}

.contacts-departments__actions {
	display: flex;
	flex-direction: column;
	row-gap: 25px;
	margin-top: 25px;
}

section .contacts-departments__content .contacts-departments__actions a {
	margin-bottom: 0;
	background-color: #fff;
	box-shadow: 0px 4px 10px 0px #00000040;
	border-radius: 7px;
	padding: 12px 11px 12px 46px;
	font-size: 16px;
	font-weight: 700;
	line-height: 19px;
	letter-spacing: 0.01em;
	position: relative;
}

section .contacts-departments__actions a:before {
	content: '';
	display: block;
	position: absolute;
	left: 10px;
	top: calc(50%);
	transform: translateY(-50%);
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
	background-size: contain;
}

.tab-country:has(input:checked) img {
	border: 6px solid #FFBC01;
	border-radius: 14px;
}

.tab-country__name {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	position: absolute;
	left: 6px;
	height: calc(100% - 12px);
	width: calc(100% - 12px);
	top: 6px;
	background-color: rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	pointer-events: none;
}

.tabs-countries .tab-country:first-child .tab-country__name {
	background-color: rgba(0, 0, 0, 0.15);
}

.tab-country__name span {
	font-weight: 700;
	font-size: 36px;
}

.contacts-map h3 {
	font-size: 30px;
	font-weight: 700;
	line-height: 36px;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.contacts-map {
	max-height: 692px;
	min-height: 692px;
	height: 100%;
	border-radius: 8px;
	width: 100%;
	background-color: #393737;
}

.contacts-departments .contacts-departments__content {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 24px;
}

.mob-title {
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 700;
	line-height: 29px;
	letter-spacing: 0.01em;
}

.contacts-departments__actions li a {
	margin-bottom: 0;
}

@media only screen and (max-width: 1280px) {
	.contacts-departments .contacts-departments__content {
		grid-template-columns: 1fr 1fr;
	}
	.tab-country img {
		max-height: 110px;
		min-height: 110px;
	}
}


@media only screen and (max-width: 992px) {
	.tabs-countries {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 10px;
		grid-row-gap: 12px;
	}

	.contacts-departments__item {
		max-width: 100%;
		width: 100%;
	}
}

@media only screen and (min-width: 768px) {
	.tabs-countries .tab-country:first-child {
		grid-column: span 2;
	}

	.contacts-box-content .tab-country {
		display: none;
	}

	.contacts-content {
		display: none;
	}

	.contacts-content.--show {
		display: block;
	}
}

@media only screen and (max-width: 768px) {
	.tabs-countries, .contacts-map__wrapper {
		display: none;
	}

	.container.breadcrumb-mobileHide {
		display: none;
	}

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

	.contacts-departments {
		margin: 20px 0 50px 0;
	}

	.contacts-departments h3,
	.contacts-departments__title,
	.contacts-map__wrapper h3  {
		font-size: 24px;
		font-weight: 700;
		line-height: 29px;
	}

	.contacts-departments__subtitle, .contacts-departments__worktime {
		font-size: 18px;
		font-weight: 300;
		line-height: 21px;
	}

	.contacts-departments.contacts-shops {
		margin: 50px 0 16px;
	}

	.contacts-map__wrapper h3 {
	}

	.contacts-map {
		max-height: 542px;
	}

	.contacts-departments .contacts-departments__content {
		grid-template-columns: 1fr;
	}

	.contacts-content {
		height: 0;
		transition: all 0.6s;
		overflow: hidden;
	}
}

.leaflet-control-attribution.leaflet-control {
	/*display: none;*/
}

img.leaflet-marker-icon {
	filter: hue-rotate(195deg);
}

.contacts-map__wrapper .leaflet-control-attribution.leaflet-control a {
	font-size: inherit !important;
	font-weight: inherit !important;
	text-transform: inherit !important;
	margin-bottom: inherit !important;
	line-height: inherit !important;
	display: contents !important;
}

.leaflet-container a {
	color: #0078A8 !important;
}

.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4) !important;
}

.contacts-map__wrapper .leaflet-control-container .leaflet-top.leaflet-left {
	z-index: 8;
}

.contacts-map__wrapper .leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	z-index: 8;
}
/* End */
/* /local/templates/ac_step/components/bitrix/catalog.section.list/contacts/style.css?17404070246249 */
