.header__logo {
	opacity: 1 !important;
}

.mobile-logo-section {
	display: none;
}

main {
	background: #141312;
	/* display: grid;
	grid-template-columns: repeat(12, 1fr);
	column-gap: 30px; */
	padding-top: 180px;
	/* height: 100vh; */
}


.mob-info {
	display: none;

}

.scrolled {
	border-bottom: 1px solid #38393b;
}

.scrolled {
	background: #141312;
}

.scrolled .header__logo svg path {
	fill: #fff;
}

.btn-item {
	color: #fff;
}

.menu-btn .line {
	stroke: #fff;
}

.banner__title h1,
.banner__logo,
.banner__description p,
.scroll-btn,
header {
	opacity: 1;
}

.btn-item:hover::after {
	border: 1px solid #fff;
}

.rezidencii__btn:hover {
	background: #565656;
	transition: .5s;
}

tbody tr {
	cursor: pointer;
	width: 100%;
}

.table-section-title {
	cursor: auto;
}

table {
	table-layout: auto;
	width: 100%;
	border-collapse: collapse;
}

td {
	width: auto;
	/* Гибкая ширина */
}

tbody tr td:nth-child(3) {
	text-transform: lowercase;
}

@media (max-width: 760px) {
	main {
		padding-top: 0;
	}

	.mobile-logo-section {
		display: block;
	}

	.mobile-logo {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding-top: 24px;
		padding-bottom: 42px;
	}

	.rezidencii__title h1 {
		font-size: 28px;
	}

	.rezidencii__title {
		margin-bottom: 30px;
	}

	thead {
		display: none;
	}


	.mob-info {
		display: block;
		font-size: 14px;
		line-height: 143%;
		text-transform: lowercase;
	}

	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;
	}

	#rezidencii-page {
		padding-bottom: 50px;
	}

	.header__mobile {
		border-bottom: 1px solid #38393b;
		border-top: 1px solid #38393b;
		background: #141312;
	}

	.menu-btn {
		border-right: 1px solid #38393b;
	}

	.mobile__nav-phone {
		border-left: 1px solid #38393b;
	}

	.mobile__nav a {
		color: #FFFFFF;
	}

	.menu-btn .line-top,
	.menu-btn .line-bottom {
		stroke: #FFFFFF;
	}

	.mobile__nav-phone svg path {
		fill: #FFFFFF;
	}

	.menu-open .mobile__nav a {
		color: #141312;
	}

	.menu-open .mobile__nav-phone svg path {
		fill: #141312;
	}

	tbody tr td:nth-child(4) {
		text-transform: lowercase;
	}

	.table-section-title:nth-child(1) {
		border-top: none;
	}
}