.header__logo {
	opacity: 1 !important;
}

.btn-item {
	color: #141312;
}

.menu-btn .line {
	stroke: #141312;
}

main {
	padding-top: 115px;
}

.scrolled {
	border-bottom: 1px solid #ececec;
}

.scrolled {
	background-color: #FFFFFF;
}

/* .scrolled .btn-item {
	color: #fff;
}

.scrolled .menu-btn .line {
	stroke: #fff;
}
 */
.header__logo svg path {
	fill: #141312;
}

.mobile-logo {
	display: none;
}

#rezidencii-page {
	background: #141312;
	padding-top: 74px;
}

.mob-info {
	display: none;
}

.banner__title h1,
.banner__logo,
.banner__description p,
.scroll-btn,
header {
	opacity: 1;
}

@media (max-width: 760px) {
	main {
		padding-top: 0;
	}

	.rezidencii__title {
		margin-top: 40px;
	}

	.mobile-logo {
		display: block;
	}

	.mobile-logo a {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 25px 0 21px 0;
	}

	thead {
		display: none;
	}


	.mob-info {
		display: block;
		font-size: 14px;
		line-height: 143%;
	}

	td:nth-child(2),
	td:nth-child(4),
	td:nth-child(5),
	td:nth-child(7) {
		display: none;
	}

	.rezidencii__section-title {
		font-size: 16px;
		line-height: 162%;
	}

	tr {
		/* display: flex; */
		justify-content: space-between;
		width: 100%;
		align-items: center;
	}

	th,
	td {
		/* font-size: 16px; */
		font-size: 14px;
		line-height: 162%;
		width: max-content;
		padding: 13px 15px;
	}

	td:nth-child(1) {
		display: flex;
		align-items: center;
		gap: 30px;
	}

	.zoom {
		display: block;
	}

	tbody tr td:nth-child(4) {
		text-transform: lowercase;
	}

	.table-section-title:nth-child(1) {
		border-top: none;
	}

}