.new-adress{
	margin-bottom: 140px;
}
.address__map {
	z-index: -1;
	height: 100%;
	max-width: 1100px;
}

.address__map.mp-actual {
	z-index: 1;
}

.address__map::after {
	display: block;
	content: ' ';
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	right: 0;
}

.address__map.mp-opp::after {
	display: none;
}

.address-tab__label:not(:last-child) {
	margin-right: 22px;
}

.address-labels-slider {
	position: relative;
	width: 100%;
	padding-right: 30px;
}

.address-labels-slider .slick-next.slick-arrow,
.address-labels-slider .slick-prev.slick-arrow {
	display: inline-block;
	border-bottom: 2px solid #c6a577;
	width: 20px;
	height: 20px;
	border-left: 2px solid #c6a577;
	content: '';
	transform: rotate(45deg) translate(3px, -3px);
	transition: .3s;
	background-image: none;
	margin-left: 5px;
	cursor: pointer;
	left: 0;
	top: 45%;
	margin-top: 0;
	top: 15px;
}

.address-labels-slider .slick-next.slick-arrow {
	border-bottom: 2px solid #c6a577;
	border-left: 2px solid #c6a577;
	content: '';
	transform: rotate(-135deg) translate(3px, -3px);
	transition: .3s;
	margin-left: 10px;
	margin-top: 0;
	right: 5px;
	left: auto;
}

.address-labels-slider .slick-prev.slick-arrow {
	visibility: hidden;
}

.new-adress .address__row {
	display: flex;
	gap: 40px;
	flex-direction: row;
	padding: 0;
	margin-top: 40px;
}

.new-adress .address__info {
	/* display: block; */
	flex-direction: column;
	max-width: none;
	flex: 0 1 30%;
}

.address-tab__label {
	padding: 10px 0;
}

.address-tab__label::after {
	bottom: 0;
}

.new-adress .address__content {
	display: block;
	cursor: pointer;
	margin-bottom: 40px;
}

.address-tabs {
	margin-top: 40px;
	max-height: 410px;
	overflow-y: scroll;
}

.address-tabs::-webkit-scrollbar {
	width: 2px;
}

.address-tabs::-webkit-scrollbar-track {
	/* background: orange; */
	/* цвет дорожки */
}

.address-tabs::-webkit-scrollbar-thumb {
	background-color: #000;
	/* цвет плашки */
	border-radius: 3px;
	/* закругления плашки */
	/* border: 3px solid orange; */
	/* padding вокруг плашки */
}

.address-tab__info,
.address-tab__time {
	background: url("assets/Pin.png") no-repeat left;
	padding-left: 30px;
}

.address-tab__time {
	background-image: url("assets/Clock.png");
}

.new-adress #map {
	flex: 3 1 auto;
	/* aspect-ratio: 1.5 / 1; */
}

@media (max-width: 1024px) {
	.new-adress .address-tab__info {
		max-width: none;
	}

	.new-adress .address__row {
		/* display: flex;
	gap: 40px; */
		flex-direction: column;
	}
}


@media (max-width: 960px) {
	.address__map {
		height: 500px;
	}
}

div.news-detail {
	word-wrap: break-word;
}

div.news-detail img.detail_picture {
	float: left;
	margin: 0 8px 6px 1px;
}

.news-date-time {
	color: #486DAA;
}