.queues-construction-section {
	width: 99.45vw;
	margin-left: calc(50% - 50vw);
	overflow: hidden;
	background: #101E21;
}

.queues-construction-section .wrap_svl_center_box {
	width: 100%;
}

.queues-construction-section .wrap_svl_center_box .wrap_svl {
	width: 100%;
	height: auto;
}

.queues-construction__wrapper {
	height: 100vh;
	width: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.queues-construction__tabs {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 1220px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.queues-construction__main {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.queues-construction__tab:hover {
	cursor: pointer;
}

.queues-construction__tab:not(:first-child) {
	padding-left: 25px;
	border-left: 1px solid #9FA5A6;
}

.queues-construction__tab h3 {
	color: #9FA5A6;
	font-family: "eUkraine Head";
	font-size: 40px;
	font-style: normal;
	font-weight: 200;
	line-height: normal;
	text-transform: uppercase;
	margin: 0;
	padding: 45px 0 10px 0;
}

.queues-construction__tab.active h2,
.queues-construction__tab:hover h2 {
	color: #fff;
}

.queues-construction__tab p {
	color: #9FA5A6;
	font-family: "eUkraine Head";
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	padding-bottom: 10px;
	text-align: left;
	margin: 0;
	display: inline-block;
	border-bottom: 1px solid #9FA5A6;
}

.queues-construction__tab.active p,
.queues-construction__tab:hover p {
	color: var(--main-1100, #BE4D00);
	border-bottom: 1px solid #BE4D00;
}

.queues-construction__bottom {
	width: 100%;
	max-width: 1220px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.queues-construction__space h4 {
	margin: 0;
	color: var(--neutral-0, #FFF);
	font-family: "eUkraine Head";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	padding-bottom: 16px;
	border-bottom: 1px solid #fff;
	margin-bottom: 16px;
}

.queues-construction__spaces {
	max-width: 380px;
	margin-bottom: 40px;
}

.queues-construction__space p {
	color: var(--neutral-0, #FFF);
	font-family: "eUkraine Head";
	font-size: 16px;
	font-style: normal;
	font-weight: 200;
	line-height: 100%; /* 16px */
	letter-spacing: -0.16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.queues-construction__space p:last-child {
	margin-top: 8px;
	padding-bottom: 16px;
	border-bottom: 1px solid #fff;
}

.queues-construction__bottom-buttons {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0 40px;
	padding-bottom: 70px;
}

.queues-construction__bottom-button {
	width: 100%;
	padding: 10px 0;
	border: 0.5px solid var(--neutral-0, #FFF);
	background: rgba(16, 30, 33, 0.50);
	border-radius: 0;
}

.queues-construction__bottom-button:hover,
.queues-construction__bottom-button.active,
.queues-construction__bottom-button:focus {
	background: var(--main-1100, #BE4D00);
	background-color: var(--main-1100, #BE4D00);
}

.queues-construction__bottom-button span {
	color: #FFF;
	font-family: "eUkraine Head";
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	text-transform: uppercase;
}

#powerTip.n:before {
	border-top: 10px solid #fff;
}

#powerTip {
	background-color: #fff;
}

#powerTip .box_view_html p {
	color: #101E21;
	font-family: "eUkraine Head";
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 100%; /* 14px */
	margin-bottom: 0;
}

.mobile-construction,
.queues-construction__square-list {
	display: none;
}

@media screen and (max-width: 1440px) {
	.queues-construction__bottom,
	.queues-construction__tabs {
		max-width: 1024px;
	}
	.queues-construction__tab h3 {
		font-size: 24px;
		padding: 20px 0 0 0;
	}
	.queues-construction__tab p {
		font-size: 10px;
	}
	.queues-construction__space h4 {
		font-size: 16px;
	}
	.queues-construction__space p {
		font-size: 12px;
	}
	.queues-construction__bottom-buttons {
		padding-bottom: 20px;
	}
	.queues-construction__spaces {
		max-width: 230px;
	}
	.queues-construction__bottom-buttons {
		gap: 0 20px;
	}
}

@media screen and (max-width: 1120px) {
	.queues-construction__bottom,
	.queues-construction__tabs {
		max-width: 768px;
	}
}

@media screen and (max-width: 992px) {
	.queues-construction__main .wrap_svl_center {
		display: none;
	}
	.queues-construction__wrapper {
		height: auto;
	}
	.mobile-construction {
		display: block;
		width: 100%;
		height: auto;
	}
	.queues-construction__main {
		position: unset;
	}
	.queues-construction__tabs {
		padding: 20px;
	}
	.queues-construction__bottom {
		padding: 20px;
	}
	.queues-construction__bottom-buttons {
		flex-direction: column;
		gap: 8px 0;
	}
	.queues-construction__spaces {
		max-width: unset;
	}
	.queues-construction__tabs {
		width: 100vw;
    margin-left: calc(50% - 50vw);
    overflow: auto;
		-ms-overflow-style: none;  /* IE and Edge */
		scrollbar-width: none;
	}
	.queues-construction__tab h2 {
		padding: 0;
	}
	.queues-construction__tab:not(:first-child) {
		padding-left: 16px;
	}
	.queues-construction__tab {
		min-width: 145px;
	}
	.queues-construction__tab:nth-child(2) {
		padding-right: 16px;
	}
	.queues-construction-section {
		width: 100vw;
	}
	.queues-construction__square-list {
		display: flex;
	}
	.queues-construction__square-list {
		list-style: none;
		margin: 0;
		padding: 0;
		display: flex;
		flex-wrap: wrap;
		gap: 7px;
		margin-bottom: 24px;
		flex-direction: column;
		height: 160px;
	}
	.queues-construction__square-list li {
		display: flex;
		justify-content: space-between;
		gap: 0 20px;
		padding-bottom: 8px;
		border-bottom: 1px solid #70787A;
	}

	.queues-construction__square-list li span,
	.queues-construction__square-list li p {
		color: #FFF;
		font-family: "eUkraine Head";
		font-size: 10px;
		font-style: normal;
		font-weight: 400;
		line-height: 100%; /* 12px */
		text-transform: uppercase;
		margin-bottom: 0;
	}

	.queues-construction__square-list li span {
		font-weight: 300;
		color: #BE4D00;
	}
	.queues-construction__square-list.office-second-shortcode {
		height: 155px;
	}
	.queues-construction__spaces {
		margin-bottom: 0;
	}
	.queues-construction__square-list {
		margin-top: 40px;
	}
}