

/* Start:/bitrix/templates/teamb_topprom/components/bitrix/news/team/bitrix/news.detail/.default/style.css?17821124128870*/
.team_detail_img img {
	margin-top: -30px;
	border-radius: 180px;
}

.team_detail_abvantages {
	margin-top: 103px;
	margin-bottom: 114px;
}

.team_detail_abvantages .row {
	row-gap: 20px;
}

.page_title.advantages__title {
	margin-bottom: 9px;
}

.team_detail_quote {
	border-radius: 216px;
	background: var(--main-color-4);
	padding: 48px 95px 52px 100px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0 30px;
}

.team_detail_quote_text {
	font-family: var(--font-family-2);
	font-size: 24px;
	font-style: italic;
	font-weight: 400;
	line-height: 36px;
	/* 150% */
}

.team_detail_services_price {
	margin-top: 120px;
}

.team_detail_services_price table {
	width: 100%;
	border: 0;
}

.team_detail_services_price table th {
	width: 33.3%;
	background: var(--main-color-1);
	font-size: var(--font-size-1);
	font-family: var(--font-family-2);
	line-height: 20px;
	color: #fff;
	padding: 20px 0;
}

.team_detail_services_price table th:not(:last-child) {
	border-right: 2px solid var(--main-color-5);
}

.team_detail_services_price table th:nth-child(2) {
	min-width: 300px;
}

.team_detail_services_price table th:last-child {
	border-radius: 0 60px 60px 0;
	min-width: 120px;
}

.team_detail_services_price table th:first-child {
	border-radius: 60px 0 0 60px;
	min-width: 120px;
}

.team_detail_services_price table td {
	padding: 23px 30px;
	vertical-align: top;
	border-bottom: 2px solid var(--main-color-5);
}

.team_detail_services_price table td:not(:last-child) {
	border-right: 2px solid var(--main-color-5);
}

.team_detail_services_price table td:first-child {
	font-weight: 800;
}

.team_detail_services_price table td:last-child {
	font-family: var(--font-family-2);
	font-size: 22px;
	font-weight: 800;
}

@media(max-width:992px) {
	.team_detail_img {
		margin-top: 30px;
	}

	.team_detail_img img {
		margin-top: 0;
	}

	.team_detail_abvantages {
		margin: 50px 0;
	}

	.table-responsive {
		overflow: auto;
	}

	.team_detail_services_price table td {
		padding: 15px;
	}
}

@media(max-width:768px) {
	.team_detail_quote {
		border-radius: 70px;
		padding: 40px;
	}

	.team_detail_quote_icon {
		display: none;
	}

	.team_detail_services_price {
		margin-top: 50px;
	}
}

@media(max-width:576px) {
	.team_detail_quote_text {
		font-size: 18px;
		line-height: 30px;
	}
}

.ukrs-detail {
	width: 100%;
}

.ukrs-detail__intro {
	margin-bottom: 35px;
}

.ukrs-detail__service {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
	color: #003e59;
}

.ukrs-detail__intro h2 {
	margin-bottom: 18px;
}

.ukrs-detail__intro p {
	margin-bottom: 16px;
	line-height: 1.6;
}

.ukrs-detail__intro ul {
	margin: 0 0 18px;
	padding-left: 22px;
}

.ukrs-detail__intro ul li {
	margin-bottom: 8px;
	line-height: 1.5;
}

.ukrs-accordion {
	width: 100%;
	margin-top: 30px;
	border-top: 1px solid #bdbdbd;
}

.ukrs-accordion__item {
	border-bottom: 1px solid #bdbdbd;
}

.ukrs-accordion__button {
	width: 100%;
	padding: 24px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	border: none;
	background: transparent;
	text-align: left;
	cursor: pointer;
	font-size: 28px;
	font-weight: 800;
	line-height: 1.25;
	color: #111;
}

.ukrs-accordion__button:hover {
	color: #003e59;
}

.ukrs-accordion__icon {
	position: relative;
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
}

.ukrs-accordion__icon:before,
.ukrs-accordion__icon:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	background: #999;
	transform: translate(-50%, -50%);
	transition: transform 0.2s ease, background 0.2s ease;
}

.ukrs-accordion__icon:before {
	width: 14px;
	height: 2px;
}

.ukrs-accordion__icon:after {
	width: 2px;
	height: 14px;
}

.ukrs-accordion__button:hover .ukrs-accordion__icon:before,
.ukrs-accordion__button:hover .ukrs-accordion__icon:after {
	background: #003e59;
}

.ukrs-accordion__button.is-active .ukrs-accordion__icon:after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.ukrs-accordion__panel {
	padding: 0 0 35px;
}

.ukrs-card {
	display: grid;
	grid-template-columns: minmax(320px, 45%) 1fr;
	gap: 35px;
	align-items: start;
}

.ukrs-card__image img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
}

.ukrs-card__content h3 {
	margin: 0 0 20px;
	font-size: 22px;
	font-weight: 800;
	line-height: 1.3;
	color: #111;
}

.ukrs-table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

.ukrs-table td {
	padding: 10px 0;
	border: 1px solid transparent;
	vertical-align: top;
	font-size: 15px;
	line-height: 1.45;
	color: #222;
}

.ukrs-table td:first-child {
	width: 55%;
	padding-right: 25px;
	font-weight: 700;
	color: #111;
}

.ukrs-table td:last-child {
	width: 45%;
}

@media (max-width: 991px) {
	.ukrs-accordion__button {
		font-size: 22px;
	}

	.ukrs-card {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.ukrs-table td {
		display: block;
		width: 100%;
		padding: 6px 0;
	}

	.ukrs-table td:first-child,
	.ukrs-table td:last-child {
		width: 100%;
		padding-right: 0;
	}
}

/* УКРС: картинка сверху по центру, характеристики ниже */
.ukrs-card {
	display: block;
}

.ukrs-card__image {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin: 0 0 32px;
	text-align: center;
}

.ukrs-card__image img {
	display: block;
	width: auto;
	max-width: 100%;
	max-height: 430px;
	margin: 0 auto;
	object-fit: contain;
}

.ukrs-card__content {
	width: 100%;
	max-width: 100%;
}

.ukrs-card__content h3 {
	margin: 0 0 20px;
	font-size: 22px;
	font-weight: 800;
	line-height: 1.3;
	color: #111;
}

/* Таблицы: прозрачные границы + лёгкое чередование строк */
.ukrs-table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	background: #fff;
}

.ukrs-table tr:nth-child(odd) {
	background: #fff;
}

.ukrs-table tr:nth-child(even) {
	background: #f8f8f8;
}

.ukrs-table td,
.ukrs-table th {
	border: 1px solid transparent !important;
}

.ukrs-table td {
	padding: 13px 18px;
	vertical-align: top;
	font-size: 15px;
	line-height: 1.45;
	color: #222;
}

.ukrs-table td:first-child {
	width: 55%;
	font-weight: 700;
	color: #111;
}

.ukrs-table td:last-child {
	width: 45%;
}

@media (max-width: 991px) {
	.ukrs-card__image {
		margin-bottom: 24px;
	}

	.ukrs-card__image img {
		max-height: 320px;
	}

	.ukrs-table tr {
		display: block;
		padding: 10px 0;
	}

	.ukrs-table td {
		display: block;
		width: 100%;
		padding: 5px 14px;
	}

	.ukrs-table td:first-child,
	.ukrs-table td:last-child {
		width: 100%;
		padding-right: 14px;
	}
}

/* Дополнение для таблиц с перечнем комплектующих */
.ukrs-table--parts {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	background: #fff;
}

.ukrs-table--parts thead tr {
	background: #f1f3f5;
}

.ukrs-table--parts tbody tr:nth-child(odd) {
	background: #fff;
}

.ukrs-table--parts tbody tr:nth-child(even) {
	background: #f8f8f8;
}

.ukrs-table--parts th,
.ukrs-table--parts td {
	padding: 13px 18px;
	border: 1px solid transparent !important;
	vertical-align: top;
	font-size: 15px;
	line-height: 1.45;
	color: #222;
}

.ukrs-table--parts th {
	font-weight: 800;
	text-align: left;
	color: #111;
}

.ukrs-table--parts th:first-child,
.ukrs-table--parts td:first-child {
	width: 80px;
	padding-right: 18px;
	font-weight: 700;
	text-align: center;
	color: #111;
}

.ukrs-table--parts th:nth-child(2),
.ukrs-table--parts td:nth-child(2) {
	width: auto;
	font-weight: 400;
}

.ukrs-table--parts th:last-child,
.ukrs-table--parts td:last-child {
	width: 240px;
	font-weight: 400;
}

@media (max-width: 767px) {

	.ukrs-table--parts,
	.ukrs-table--parts thead,
	.ukrs-table--parts tbody,
	.ukrs-table--parts tr,
	.ukrs-table--parts th,
	.ukrs-table--parts td {
		display: block;
		width: 100% !important;
	}

	.ukrs-table--parts thead {
		display: none;
	}

	.ukrs-table--parts tr {
		padding: 10px 0;
	}

	.ukrs-table--parts td {
		padding: 5px 14px;
		text-align: left !important;
	}

	.ukrs-table--parts td:first-child {
		font-size: 13px;
		color: #888;
	}

	.ukrs-table--parts td:first-child::before {
		content: "№ ";
	}
}
.ukrs-accordion__button:focus,
.ukrs-accordion__button:focus-visible,
.ukrs-accordion__button:active {
	outline: none !important;
	box-shadow: none !important;
}
/* End */
/* /bitrix/templates/teamb_topprom/components/bitrix/news/team/bitrix/news.detail/.default/style.css?17821124128870 */
