.branches_acordion {}
.branches_acordion .heading{
	display: flex;
	justify-content: space-between;
}
.branches_acordion .color_point {
	width: 12px;
	height: 12px;
	border-radius: 6px;
	float: left;
	margin-right: 13px;
	position: relative;
	top: 11px;
}
.branches_acordion .heading .name{font-size: 20px;}
.branches_acordion .heading .time {
	font-size: 14px;
	margin-right: 19px;
	line-height: 30px;
}

.branches_acordion .body{}
.branches_acordion .img {
	max-width: 100%;
}
.branches_acordion .week_title{font-size: 16px;}
.branches_acordion .week_body {margin-top: 27px;}
.branches_acordion .week_body .day {
	display: flex;
	justify-content: space-between;
}
.branches_acordion .week_body .day .day_name{}
.branches_acordion .week_body .day .time{}
.branches_acordion .non-working_days {
	margin-top: 12px;
	color: #707070;
	font-size: 12px;
}
.branches_acordion .adress{}
.branches_acordion .adress .adress_title{font-size: 16px;margin-top: 20px;}
.branches_acordion .adress .adress_body{margin-top: 27px;}
.branches_acordion .links{text-align: right;display: flex;flex-wrap: wrap;gap: 10px;flex-direction: row-reverse;margin-top: 10px;}
.branches_acordion .links a {
	font-size: 16px;
	margin-left: 15px;
	text-decoration: none;
	border-bottom: 1px solid;
	padding-bottom: 5px;
}


/* Раскрывающийся блок  */
.branches_acordion .collection {
  margin: 11px 0 11px 0;
}
.branches_acordion .collection .heading {
  margin: 0;
  padding: 12px 33px 12px 0;
  border-top: #424242 1px solid;
  font: 16px/24px;
  cursor: pointer;
  position: relative;
}
.branches_acordion .collection .heading span {
  color: #000;
}
.branches_acordion .collection .heading::after {
	display: block;
	content: '';
	width: 14px;
	height: 14px;
	overflow: hidden;
	position: absolute;
	top: 20px;
	right: 12px;	
	border-top: #000 1px solid;
	border-right: #000 1px solid;
	transform: rotate(135deg);
	
}
.branches_acordion .collection .heading:hover {
}
.branches_acordion .collection .heading:hover span {
}
.branches_acordion .collection .body {
  display: none;
  padding: 13px 0 1px 0;
  font-size: 14px;
	line-height: 18px;
	padding-bottom: 30px;
}
.branches_acordion .collection.active .heading::after {
	transform: rotate(-45deg);
	top: 30px;
}

/*темная тема */

.dark_theme .branches_acordion .collection .heading span {
  color: #fff;
}
.dark_theme .branches_acordion .collection .heading::after {
	border-top: #fff 1px solid;
	border-right: #fff 1px solid;
}
.dark_theme .branches_acordion .links a {
	border-block-color: #fff;
}
.dark_theme .branches_acordion .collection .body {
	background: linear-gradient(0, #FF4D4D 0%, rgba(0, 0, 0, 0) 66px);
	padding-bottom: 90px;
}

.week_title{
	margin-top: 20px;
}
.branches_acordion .adress_body a{text-decoration: none;}

@media screen and (max-width: 768px) {
	.branches_acordion .collection .heading {
		display: block;
		padding-bottom: 0;
	}
	.branches_acordion .collection .heading span{}
	.branches_acordion .collection .heading span.name{
		margin-left: 27px;
		display: block;
	}
	.branches_acordion .collection .heading span.name .color_point{
		margin-left: -27px;
	}
	.branches_acordion .collection .heading span.time {
		display: block;
		margin-left: 27px;
	}
	
}
