

/* Start:/local/templates/bikecenter_main/components/bitrix/news/contacts/bitrix/news.list/.default/style.css?176096035513941*/
/* Страница контактов START */

.content{
	background-color: #fff;
	overflow: hidden;
	position: relative;
}

.contacts * {

	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.contacts__promo {
	padding: 50px 0 40px;
	background-color: #fff;
}
@media screen and (max-width: 768px){
	.contacts__promo {
		padding: 36px 0;
	}
}

.contacts__promo-title {
	font-weight: 700;
	font-size: 36px;
	line-height: 38px;
	color: #0C1111;
	margin-bottom: 26px;
}

.contacts__promo-phone {
	font-weight: 600;
	font-size: 26px;
	line-height: 38px;
	color: #0C1111;
}

.contacts__promo-sub {
	font-size: 14px;
	line-height: 38px;
	color: #828282;
}

.contacts__overlay {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: transparent;
	z-index: 1;
}

.contacts__overlay.active {
	display: block;
}

.contacts__container {
}

.contacts__city-tabs-wrap .contacts__container {
	padding: 30px 0 46px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.contacts__city-wrap {
	position: relative;
	width: 100%;
	max-width: 420px;
}

.contacts label[for="citySelect"] {
	display: inline-block;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #333;
	font-weight: 400;
	margin-bottom: 10px;
}

.contacts__field-wrap {
	position: relative;
}

.contacts__field {
	max-width: 420px;
	height: 50px;
	width: 100%;
	border: none!important;
	padding: 15px 30px!important;
	background-color: #F2F3F5;
	font-size: 14px;
	line-height: 16px;
	font-weight: 300;
	color: #333;
	cursor: pointer;
	border-radius: 10px;
}

.contacts__search-btn {
	position: absolute;
	top: 1px;
	right: 1px;
	bottom: 1px;
	width: 50px;
	border: none;
	background-color: transparent;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
}

.contacts__search-btn span {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 7px;
	height: 7px;
	-webkit-transform: translate(-50%, -50%) rotate(135deg);
	transform: translate(-50%, -50%) rotate(135deg);
	border-top: 2px solid #999;
	border-right: 2px solid #999;
	-webkit-transition: .3s;
	transition: .3s;
}

.contacts__search-btn span.active {
	border-color: #333;
	-webkit-transform: translate(-50%, calc(-50% + 3px)) rotate(315deg);
	transform: translate(-50%, calc(-50% + 3px)) rotate(315deg);
	-webkit-transition: .3s;
	transition: .3s;
}

.contacts__search-btn:hover span {
	border-color: #333;
}

.contacts__city-list {
	position: absolute;
	top: 70px;
	left: 0;
	right: 0;
	overflow-x: hidden;
	overflow-y: scroll;
	height: 330px;
	border: 1px solid #efefef;
	display: none;
	z-index: 10;
	border-radius: 10px;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
}

.contacts__city-list.active {
	display: block;
}

.contacts__city-item {
	padding: 15px 30px;
	font-size: 14px;
	line-height: 20px;
	height: 50px;
	border-bottom: 1px solid #efefef;
	background-color: #ffffff;
	cursor: pointer;
	transition: all .3s ease;
}

.contacts__city-item span {
	color: #999;
}

.contacts__city-item:hover {
	background-color: #efefef;
}

.contacts__tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
}

.contacts__tab {
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 600;
	font-size: 24px;
	line-height: 38px;
	color: #BDBDBD;
	cursor: pointer;
	position: relative;
	margin-left: 40px;
}

.contacts__tab.active {
	color: #333333;
}

.contacts__tab.active::before {
	content: "";
	position: absolute;
	bottom: 0;
	height: 2px;
	width: 100%;
	background-color: #333;
}

.contacts__map-tab, .contacts__list-tab {
	display: none;
}

.contacts__map-tab.active, .contacts__list-tab.active {
	display: block;
}

.contacts__map {
	height: 700px;
	width: 100%;
	background: #efefef;
	border-radius: 20px;
	overflow: hidden;
}

.contacts__tags {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 20px;
	margin-top: 20px;
	margin-bottom: 40px;
	overflow: hidden;
}

.contacts__tags-container{
	max-height: 146px;
	overflow: hidden;
	transition: max-height .5s ease-in-out;
}

@media (max-width: 768px) {
	.contacts__tags-container{
		max-height: 140px;
	}
}

.contacts__tags-container.open{
	max-height: 120vh;
}

.contacts__tags-container.open ~ .contacts-cities__show-more-container .contacts-cities__quantity-tags{
	display: none;
}

.contacts__tags-container.open ~ .contacts-cities__show-more-container .contacts-cities__show-more-btn svg{
	transform: rotate(270deg);
}

.contacts__tag {
	display: inline-block;
	padding: 12px 52px;
	background-color: #efefef;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #000;
	font-weight: 400;
	border: none;
	margin-right: 10px;
	margin-bottom: 10px;
	cursor: pointer;
	border-radius: 7px;
	transition: all .3s ease;
}

.contacts__tag:hover {
	background-color: #0c1111;
	color: #fff;
}

.contacts__tag.active {
	background-color: #0c1111;
	color: #fff;
}

.contacts__item {
	display: block;
	background-color: #F2F3F5;
	padding: 40px 60px ;
	border-radius: 20px;
	margin-bottom: 24px;
	transition: all .3s ease;
}

.contacts__item:hover,
.contacts__item:focus {
	position: relative;
	box-shadow: 0 0 10px rgba(153, 153, 153, .2);
	z-index: 1;
}

.contacts__list-tab.filtered .contacts__item:not(.current) {
	display: none;
}

.contacts__item .contacts__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 800px) {
	.contacts__item .contacts__container {
		flex-direction: column-reverse;
		gap: 20px;
	}
}

.contacts__sub {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	background-color: #FFFFFF;
	margin-bottom: 28px;
	border-radius: 20px;
	display: block;
	width: fit-content;
	padding: 6px 24px;
}

.contacts__info {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	margin-bottom: 24px;
	color: #828282;
}

.contacts__phones {
	display: flex;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 20px;
	margin-bottom: 8px;
}

@media (max-width: 800px) {
	.contacts__phones {
		font-size: 16px;
	}
}

.contacts__phone {
	position: relative;
	transition: color .3s ease;
}

.contacts__phone::after {
	position: absolute;
	content: "";
	bottom: -4px;
	display: block;
	height: 1px;
	left: 50%;
	background: #000;
	transition: width .3s ease 0s, left .3s ease 0s;
	width: 0
}

.contacts__phone:hover::after {
	width: 100%;
	left: 0
}

.contacts__opening-add {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 20px;
	line-height: 22px;
	font-weight: 600;
	color: #EA5455;
	margin-bottom: 18px;
}

.contacts__address-title {
	margin: 0 0 12px!important;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 24px;
	line-height: 38px;
	font-weight: 700;
	color: #333;
	font-style: normal;
	position: relative;
}

@media (max-width: 500px) {
	.contacts__address-title {
		font-size: 20px;
		line-height: 28px;
	}
}


.contacts__title-wrap{
	display: none;
}

@media (max-width: 1400px) {
	.contacts__title-wrap{
		display: block;
	}
}


.contacts__desc {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	color: #333;
	margin-bottom: 8px;
}

.contacts__desc-big {
	font-size: 20px;
}

@media (max-width: 500px) {
	.contacts__desc-big {
		font-size: 18px;
	}
}

.contacts__img {
	width: 645px;
	height: 326px;
	overflow: hidden;
	border-radius: 20px;
	display: flex;
	align-items: center;
}

@media (max-width: 1300px) {
	.contacts__img {
		width: 440px;
		height: 240px;
	}
}

@media (max-width: 1100px) {
	.contacts__img {
		width: 280px;
		height: 200px;
	}
}

@media (max-width: 800px) {
	.contacts__img {
		width: auto;
		height: auto;
	}
}

.contacts__img img {
	display: block;
	border-radius: 20px;
	width: 100%;
	height: auto;
}

.contacts__detailed {
	padding: 7px 20px;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	text-decoration: none;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 216px;
	height: 50px;
	margin-top: 8px;
	border-radius: 10px;
	background-color: #0C1111;
	transition: all 0.3s ease-in-out;
}

.contacts__detailed:hover {
	background-color: #27AE60;
	color: #fff;
}

.contacts__detailed-white {
	background-color: #fff;
	color: #333333;
}

.contacts__detailed-wrap {
	display: flex;
	gap: 16px;
}

@media (max-width: 900px) {
	.contacts__detailed-wrap {
		flex-wrap: wrap;
		gap: 16px;
	}
}

.contacts .desctop-hidden {
	display: none;
}

.contacts-cities__show-more-container{
	margin: 16px auto;
	display: flex;
	width: 100%;
}

.contacts-cities__show-more-btn{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	width: 202px;
	margin-left: auto;
	background-color: #0c1111;
	color: white;
	border-radius: 10px;
}

.contacts-cities__show-more-btn svg{
	margin-left: 12px;
	transform: rotate(90deg);
	transition: transform .3s ease;
}

.contacts-cities__show-more-btn .contacts-cities__quantity-tags{
	padding-left: 4px;
	color: #BDBDBD;
}

.map__balloon {
	-webkit-box-shadow: 0 0 10px #999;
	box-shadow: 0 0 10px #999;
	width: 320px;
}

.map__address {
	display: block;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 16px;
	font-weight: 600;
	font-style: normal;
	padding: 20px;
	border-bottom: 1px solid #efefef;
	margin-bottom: 20px;
	position: relative;
}

.ymaps-2-1-78-balloon__close+.ymaps-2-1-78-balloon__content {
	margin: 0!important;
	padding: 0!important;
}

.ymaps-2-1-78-balloon__tail {
	display: none!important;
}

.map__desc {
	display: block;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #333;
	padding: 0 20px;
}

.map__phone {
	display: block;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 20px;
	color: #333;
	text-decoration: none;
	padding: 0 20px;
}

.map__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 20px 20px 20px;
}

.map__btn {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	padding: 10px 30px;
	text-decoration: none;
}

.map__btn:hover, .map__btn:focus {
	background-color: #84c22a;
	color: #ffffff;
}

.map__shop-page {
	background-color: #333;
	color: #ffffff;
}

.map__link-path {
	background-color: #efefef;
	color: #999;
}

@media (max-width: 1200px) {
	.main_content__c {
		padding: 0!important;
	}

	.page_header.page-place{
		width: calc(100vw - 40px);
		margin: 0 auto;
	}

}

@media (max-width: 768px) {

	.contacts__tags {
		margin-bottom: 60px;
	}

	.contacts-cities__show-more-btn{
		margin-left: auto;
		width: 100%;
		background-color: #0c1111;
		color: white;
		border-radius: 10px;
	}

	.contacts__city-tabs-wrap .contacts__container {
		flex-direction: column;
	}


	.contacts__promo-title {
		font-size: 26px;
	}

	.contacts__desc-wrapper {
		padding: 0;
		position: relative;
		width: 100%;
	}

	.contacts__address-title {
		position: static;
	}

	.contacts__sub:first-of-type {
		padding-left: 34px;
	}

	.contacts .desctop-hidden {
		display: inline-block;
	}

	.contacts__tags-container {
		padding: 0;
	}

	.contacts__city-wrap {
		width: 100%;
		margin-bottom: 30px;
		max-width: none;
	}
	.contacts__field {
		max-width: none;
	}
	.contacts__tabs {
		width: 100%;
		margin-bottom: 0;
	}

	.contacts__tab {
		margin-left: 0;
		margin-right: 40px;
	}

	.contacts__field {
		padding-left: 10px!important;
		font-weight: 600;
	}
	.contacts__city-item {
		height: 60px;
		padding: 20px 10px;
	}
	.contacts__city-item output {
		display: block;
	}
	.contacts__map-tab .contacts__container {
		padding: 0;
	}
	.contacts__item {
		padding: 20px;
	}
	.contacts__detailed {
		width: 100%;
	}
	.contacts .mobile-hidden {
		display: none;
	}
	.contacts__sub {
		font-family: 'Open Sans', Arial, sans-serif;
		font-size: 14px;
		font-weight: 400;
	}

	.contacts__desc {
		font-size: 14px;
		font-weight: 600;
	}
	.contacts__map {
		height: 555px;
	}
	.page_header.page-place{
		width: auto;
	}
}
@media screen and (min-width: 993px) {
	.contacts .contacts__container .contacts__img.image-position-top, .lStore__main-photo {
		position: relative;
	}
	.contacts .contacts__container .contacts__img.image-position-top img, .lStore__main-photo.image-position-top img{
		position: absolute;
		top: 0;
	}
}
/* Страница контактов END */
/* End */
/* /local/templates/bikecenter_main/components/bitrix/news/contacts/bitrix/news.list/.default/style.css?176096035513941 */
