@media (min-width: 1024px) {
	.navbar__menu>ul>li._active .navbar__popup._large {
		width: max-content;
		max-width: 700px;
		min-width: auto;
		max-height: 482px;
	}
}

@media screen and (max-width: 735px) {
	.page._single-technology .section._entry .section__info.center {
		display: flex;
		justify-content: center;
		margin-bottom: 32px;
	}

	.page._single-technology .section._entry .section__sub-title {
		display: none;
	}

	#nav-menu-item-5829 {
		border-bottom: 0;
	}
}