.markets {
	border-top: 1px #b1b1b1 solid;
	padding: 40px 0 0 ;}
.markets .item {
	border-bottom: 1px #b1b1b1 solid;
	margin: 40px 0px 0;
	padding: 0 0 40px;
}
.markets .heading{
	display: flex;
	justify-content: space-between;
}

.markets .img {
	max-width: 100%;
}
.markets .week_title{font-size: 16px;}
.markets .week_body {margin-top: 27px;}
.markets .week_body .day {
	display: flex;
	justify-content: space-between;
}
.markets .week_body .day .day_name{}
.markets .week_body .day .time{}
.markets .note_under_schedule {
	margin-top: 12px;
	color: #707070;
	font-size: 12px;
}
.markets .adress{}
.markets .adress .adress_title{font-size: 16px;}
.markets .adress .adress_body{margin-top: 27px;}
.markets .links{text-align: right;}
.markets .links a {
	font-size: 16px;
	margin-left: 15px;
	text-decoration: none;
	border-bottom: 1px solid;
	padding-bottom: 5px;
}



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

.dark_theme .markets .links a {
	border-block-color: #fff;
}