

/* Start:/uslugi/uslugi.css?178841728215696*/
/* ============================================================
   Стили раздела «Услуги» — arenda-osushiteli.ru
   Все классы с префиксом u- , глобальные теги не переопределяются.
   Палитра взята из template_styles.css шаблона arenda.
   ============================================================ */
.accordion-header {
    margin: 0px;
}
.accordion-button {
    border-bottom: none ;
    outline: none !important;
    width: 100%;
    text-align: left;
    padding: 15px 35px 15px 15px;
    font-size: 16px;
    line-height: 1;
    border-top: none;
    border-left: none;
    border-right: none;
    background-image: url(/uslugi/images/arr.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 3px 3px 10px 0px #ddd;
    margin-top:5px;
    font-weight: 400;
color:#000;
}
.accordion-body {
    padding: 10px 20px 20px 40px;
    color: #444;
}

.u-page{
	--u-red:#DC0032;
	--u-red-dark:#B30029;
	--u-yellow:#FDB600;
	--u-ink:#363636;
	--u-muted:#6E6E6E;
	--u-line:#E2E2E2;
	--u-bg:#F7F7F7;
	--u-bg2:#F0F0F0;
	--u-water:#2C7BE5;
	--u-water-soft:#DCEAFB;
	--u-radius:10px;
	color:var(--u-ink);
}

.u-page p{margin-bottom:16px;line-height:1.65;}
.u-page h2{margin-top:44px;}
.u-page h2:first-child{margin-top:0;}

/* ---------- Лид ---------- */
.u-lead{
	font-size:19px;
	line-height:1.6;
	border-left:4px solid var(--u-yellow);
	padding:2px 0 2px 20px;
	margin-bottom:28px;
}

/* ---------- Плитки фактов ---------- */
.u-facts{
	display:grid;
	grid-template-columns:repeat(4,1fr);
	gap:14px;
	margin:28px 0 36px;
}
.u-fact{
	background:#fff;
	border:1px solid var(--u-line);
	border-radius:var(--u-radius);
	padding:18px 16px;
}
.u-fact__num{
	font-size:26px;
	font-weight:700;
	line-height:1.15;
	color:var(--u-red);
	margin-bottom:6px;
}
.u-fact__txt{font-size:14px;line-height:1.45;color:var(--u-muted);}

/* ---------- Схемы (SVG) ---------- */
.u-figure{
	background:#fff;
	border:1px solid var(--u-line);
	border-radius:var(--u-radius);
	padding:20px;
	margin:26px 0;
}
.u-figure__scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;}
.u-figure svg{display:block;width:100%;height:auto;min-width:560px;}
.u-figure__cap{
	font-size:14px;
	color:var(--u-muted);
	line-height:1.5;
	margin:14px 0 0;
	padding-top:14px;
	border-top:1px solid var(--u-line);
}
.u-figure__cap b{color:var(--u-ink);}

/* ---------- Карточки причин ---------- */
.u-cards{
	display:grid;
	grid-template-columns:repeat(3,1fr);
	gap:14px;
	margin:24px 0;
}
.u-card{
	background:#fff;
	border:1px solid var(--u-line);
	border-radius:var(--u-radius);
	padding:20px 18px;
}
.u-card__ic{
	width:40px;height:40px;
	display:flex;align-items:center;justify-content:center;
	background:#FFF6E0;
	border-radius:9px;
	margin-bottom:12px;
}
.u-card__ic svg{width:22px;height:22px;display:block;}
.u-card__t{font-size:16px;font-weight:700;margin-bottom:6px;line-height:1.3;}
.u-card__d{font-size:14px;line-height:1.5;color:var(--u-muted);margin:0;}

/* ---------- Список признаков ---------- */
.u-signs{
	display:grid;
	grid-template-columns:repeat(2,1fr);
	gap:10px 24px;
	margin:22px 0;
	padding:0;
	list-style:none;
}
.u-signs li{
	position:relative;
	padding:10px 0 10px 34px;
	border-bottom:1px solid var(--u-line);
	line-height:1.5;
}
.u-signs li:before{
	content:"";
	position:absolute;left:0;top:12px;
	width:20px;height:20px;
	border-radius:50%;
	background:var(--u-red) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23fff' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3.5 8.5l3 3 6-7'/%3E%3C/svg%3E") center/13px no-repeat;
}

/* ---------- Таймлайн этапов ---------- */
.u-steps{margin:26px 0;padding:0;list-style:none;counter-reset:ustep;}
.u-steps li{
	position:relative;
	padding:0 0 26px 62px;
	counter-increment:ustep;
}
.u-steps li:before{
	content:counter(ustep);
	position:absolute;left:0;top:0;
	width:40px;height:40px;
	border-radius:50%;
	background:var(--u-red);
	color:#fff;
	font-size:18px;font-weight:700;
	display:flex;align-items:center;justify-content:center;
}
.u-steps li:after{
	content:"";
	position:absolute;left:19px;top:44px;bottom:2px;
	width:2px;
	background:var(--u-line);
}
.u-steps li:last-child{padding-bottom:0;}
.u-steps li:last-child:after{display:none;}
.u-step__t{font-size:17px;font-weight:700;margin:8px 0 6px;line-height:1.3;}
.u-step__d{margin:0 0 6px;line-height:1.55;}
.u-step__meta{
	display:inline-block;
	font-size:13px;font-weight:600;
	background:var(--u-bg2);
	border-radius:20px;
	padding:4px 12px;
	color:var(--u-muted);
}

/* ---------- Плашка сроков ---------- */
.u-terms{
	display:grid;
	grid-template-columns:repeat(2,1fr);
	gap:14px;
	margin:24px 0;
}
.u-term{
	border:1px solid var(--u-line);
	border-top:4px solid var(--u-yellow);
	border-radius:var(--u-radius);
	background:#fff;
	padding:20px;
}
.u-term--long{border-top-color:var(--u-red);}
.u-term__v{font-size:28px;font-weight:700;line-height:1.1;margin-bottom:8px;}
.u-term__d{font-size:14px;line-height:1.5;color:var(--u-muted);margin:0;}

/* ---------- Таблица оборудования ---------- */
.u-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:22px 0;}
.u-table{width:100%;border-collapse:collapse;font-size:15px;background:#fff;}
.u-table th{
	background:var(--u-ink);
	color:#fff;
	font-weight:600;
	text-align:left;
	padding:12px 14px;
	font-size:14px;
	white-space:nowrap;
}
.u-table td{
	padding:12px 14px;
	border-bottom:1px solid var(--u-line);
	vertical-align:top;
	line-height:1.45;
}
.u-table tr:last-child td{border-bottom:none;}
.u-table tbody tr:nth-child(even) td{background:#FAFAFA;}
.u-table__model{font-weight:700;white-space:nowrap;}
.u-table__price{color:var(--u-red);font-weight:700;white-space:nowrap;}
.u-table__note{color:var(--u-muted);font-size:14px;}

/* ---------- Два формата работы ---------- */
.u-plans{
	display:grid;
	grid-template-columns:repeat(2,1fr);
	gap:16px;
	margin:24px 0;
}
.u-plan{
	position:relative;
	background:#fff;
	border:1px solid var(--u-line);
	border-radius:var(--u-radius);
	padding:24px 22px;
}
.u-plan--key{border-color:var(--u-red);}
.u-plan__tag{
	position:absolute;top:-11px;left:22px;
	background:var(--u-red);color:#fff;
	font-size:12px;font-weight:700;text-transform:uppercase;
	letter-spacing:.4px;
	padding:4px 10px;border-radius:20px;
}
.u-plan__t{font-size:20px;font-weight:700;margin:0 0 10px;}
.u-plan__p{font-size:15px;line-height:1.55;color:var(--u-muted);margin:0 0 14px;}
.u-plan__price{font-size:18px;font-weight:700;}
.u-plan__price span{font-size:14px;font-weight:500;color:var(--u-muted);}

/* ---------- Факторы стоимости ---------- */
.u-factors{margin:22px 0;padding:0;list-style:none;}
.u-factors li{
	padding:14px 0;
	border-bottom:1px solid var(--u-line);
	line-height:1.55;
	display:grid;
	grid-template-columns:220px 1fr;
	gap:16px;
}
.u-factors li:last-child{border-bottom:none;}
.u-factors b{font-weight:700;}
.u-factors span{color:var(--u-muted);}

/* ---------- CTA ---------- */
.u-cta{
	background:var(--u-ink);
	border-radius:var(--u-radius);
	padding:30px 32px;
	margin:34px 0;
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:24px;
	flex-wrap:wrap;
}
.u-cta__t{color:#fff;font-size:23px;font-weight:700;margin:0 0 6px;line-height:1.25;}
.u-cta__s{color:#C9C9C9;font-size:15px;margin:0;line-height:1.5;}
.u-cta__act{display:flex;align-items:center;gap:18px;flex-wrap:wrap;}
.u-cta__btn{
	display:inline-block;
	background:var(--u-red);
	color:#fff !important;
	text-decoration:none !important;
	font-size:15px;font-weight:700;
	text-transform:uppercase;
	padding:14px 26px;
	border-radius:6px;
	white-space:nowrap;
	transition:background .15s;
}
.u-cta__btn:hover{background:var(--u-red-dark);color:#fff !important;}
.u-cta__tel{
	color:#fff !important;
	text-decoration:none !important;
	font-size:19px;font-weight:700;
	white-space:nowrap;
}
.u-cta__tel:hover{color:var(--u-yellow) !important;}

/* ---------- Смежные услуги ---------- */
.u-links{
	display:grid;
	grid-template-columns:repeat(3,1fr);
	gap:14px;
	margin:24px 0;
}
.u-link{
	display:block;
	background:#fff;
	border:1px solid var(--u-line);
	border-radius:var(--u-radius);
	padding:18px;
	text-decoration:none !important;
	transition:border-color .15s;
}
.u-link:hover{border-color:var(--u-red);}
.u-link__t{font-size:16px;font-weight:700;color:var(--u-red);margin-bottom:6px;line-height:1.3;}
.u-link__d{font-size:14px;line-height:1.45;color:var(--u-muted);}

/* ---------- FAQ ----------
   Оформление аккордеона задано в начале файла — копия стилей компонента
   news.list/FAQ, как на /faq/. Здесь ничего не переопределяем.
   -------------------------------------------------------------------- */

/* ---------- Фото ---------- */
.u-photo{margin:26px 0;}
.u-photo img{
	width:100%;
	max-height:520px;
	object-fit:cover;
	object-position:center;
	border-radius:var(--u-radius);
	display:block;
}
.u-photo figcaption{font-size:14px;color:var(--u-muted);margin-top:10px;line-height:1.45;}

/* ============================================================
   Адаптив
   ============================================================ */
@media (max-width:992px){
	.u-facts{grid-template-columns:repeat(2,1fr);}
	.u-cards{grid-template-columns:repeat(2,1fr);}
	.u-links{grid-template-columns:1fr;}
}

@media (max-width:768px){
	.u-page h2{margin-top:34px;}
	.u-lead{font-size:17px;}
	.u-facts{grid-template-columns:repeat(2,1fr);gap:10px;}
	.u-fact{padding:14px 12px;}
	.u-fact__num{font-size:21px;}
	.u-cards{grid-template-columns:1fr;}
	.u-signs{grid-template-columns:1fr;}
	.u-terms{grid-template-columns:1fr;}
	.u-plans{grid-template-columns:1fr;}
	.u-factors li{grid-template-columns:1fr;gap:4px;}
	.u-steps li{padding-left:52px;}
	.u-steps li:before{width:34px;height:34px;font-size:16px;}
	.u-steps li:after{left:16px;top:38px;}
	.u-figure{padding:14px;}
	.u-cta{padding:22px;flex-direction:column;align-items:flex-start;}
	.u-cta__t{font-size:20px;}
	.u-cta__act{width:100%;}
	.u-cta__btn{width:100%;text-align:center;}

	/* таблица превращается в карточки */
	.u-table-wrap{overflow:visible;}
	.u-table{font-size:14px;}
	.u-table thead{display:none;}
	.u-table tr{
		display:block;
		border:1px solid var(--u-line);
		border-radius:var(--u-radius);
		margin-bottom:12px;
		background:#fff;
		padding:6px 0;
	}
	.u-table tbody tr:nth-child(even) td{background:transparent;}
	.u-table td{
		display:grid;
		grid-template-columns:130px 1fr;
		gap:12px;
		border-bottom:1px solid #F0F0F0;
		padding:9px 14px;
	}
	.u-table tr td:last-child{border-bottom:none;}
	.u-table td:before{
		content:attr(data-label);
		font-size:13px;
		font-weight:600;
		color:var(--u-muted);
	}
}

/* ---------- Карточки услуг с фото (витрина раздела) ---------- */
.u-scards{
	display:grid;
	grid-template-columns:repeat(3,1fr);
	gap:18px;
	margin:26px 0;
}
.u-scard{
	display:flex;
	flex-direction:column;
	background:#fff;
	border:1px solid var(--u-line);
	border-radius:var(--u-radius);
	overflow:hidden;
	text-decoration:none !important;
	color:var(--u-ink) !important;
	transition:border-color .15s, box-shadow .15s;
}
.u-scard:hover{border-color:var(--u-red);box-shadow:0 6px 20px rgba(0,0,0,.07);}
.u-scard img{width:100%;height:170px;object-fit:cover;display:block;background:#EDEDED;}
.u-scard__b{padding:18px;display:flex;flex-direction:column;flex:1;}
.u-scard__t{font-size:18px;font-weight:700;color:var(--u-red);margin-bottom:8px;line-height:1.3;}
.u-scard__d{font-size:14px;line-height:1.55;color:var(--u-muted);margin:0 0 14px;flex:1;}
.u-scard__go{font-size:14px;font-weight:700;color:var(--u-ink);}
.u-scard__go:after{content:" →";}

/* ---------- Вердикт: сушить / менять ---------- */
.u-verdict{
	display:grid;
	grid-template-columns:repeat(2,1fr);
	gap:16px;
	margin:24px 0;
}
.u-verdict__col{
	background:#fff;
	border:1px solid var(--u-line);
	border-radius:var(--u-radius);
	overflow:hidden;
}
.u-verdict__h{
	padding:14px 18px;
	font-size:17px;
	font-weight:700;
	color:#fff;
}
.u-verdict--yes .u-verdict__h{background:#1E9E5A;}
.u-verdict--no .u-verdict__h{background:var(--u-red);}
.u-verdict ul{list-style:none;margin:0;padding:14px 18px 18px;}
.u-verdict li{
	position:relative;
	padding:9px 0 9px 28px;
	line-height:1.5;
	border-bottom:1px solid #F0F0F0;
}
.u-verdict li:last-child{border-bottom:none;}
.u-verdict li:before{
	position:absolute;left:0;top:9px;
	font-weight:700;
	font-size:17px;
}
.u-verdict--yes li:before{content:"✓";color:#1E9E5A;}
.u-verdict--no li:before{content:"✕";color:var(--u-red);}

/* ---------- Плашка-примечание ---------- */
.u-note{
	background:#FFF8E6;
	border:1px solid #F3DFA6;
	border-left:4px solid var(--u-yellow);
	border-radius:var(--u-radius);
	padding:18px 20px;
	margin:24px 0;
	line-height:1.6;
}
.u-note p:last-child{margin-bottom:0;}
.u-note__t{font-weight:700;margin-bottom:6px;display:block;}

@media (max-width:992px){
	.u-scards{grid-template-columns:repeat(2,1fr);}
}
@media (max-width:768px){
	.u-scards{grid-template-columns:1fr;}
	.u-verdict{grid-template-columns:1fr;}
	.u-scard img{height:190px;}
}

/* ---------- Карточка оборудования (AerCube) ---------- */
.u-product{
	display:grid;
	grid-template-columns:250px 1fr;
	gap:24px;
	align-items:start;
	background:#fff;
	border:1px solid var(--u-line);
	border-left:4px solid var(--u-red);
	border-radius:var(--u-radius);
	padding:22px 24px;
	margin:26px 0;
}
.u-product__img{margin:0;}
.u-product__img img{
	width:100%;
	height:auto;
	display:block;
	border:1px solid var(--u-line);
	border-radius:6px;
	background:#FAFAFA;
}
.u-product__tag{
	display:inline-block;
	background:#FFF6E0;
	border:1px solid #F3DFA6;
	color:#8A6400;
	font-size:12px;font-weight:700;
	text-transform:uppercase;letter-spacing:.4px;
	padding:4px 10px;border-radius:20px;
	margin-bottom:10px;
}
.u-product__t{font-size:21px;font-weight:700;margin:0 0 10px;line-height:1.25;}
.u-product__d{font-size:15px;line-height:1.6;color:var(--u-ink);margin:0 0 16px;}
.u-product__specs{
	display:grid;
	grid-template-columns:repeat(2,1fr);
	gap:10px 20px;
	margin:0 0 16px;
	padding:0;
	list-style:none;
}
.u-product__specs li{
	font-size:14px;
	line-height:1.4;
	padding:8px 0 8px 26px;
	border-bottom:1px solid #F0F0F0;
	position:relative;
	color:var(--u-muted);
}
.u-product__specs li:before{
	content:"";
	position:absolute;left:0;top:11px;
	width:16px;height:16px;border-radius:50%;
	background:var(--u-yellow) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23fff' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3.5 8.5l3 3 6-7'/%3E%3C/svg%3E") center/11px no-repeat;
}
.u-product__specs b{color:var(--u-ink);font-weight:700;}
.u-product__foot{
	display:flex;
	align-items:center;
	gap:18px;
	flex-wrap:wrap;
	padding-top:14px;
	border-top:1px solid var(--u-line);
}
.u-product__price{font-size:18px;font-weight:700;}
.u-product__price span{font-size:14px;font-weight:500;color:var(--u-muted);}

@media (max-width:768px){
	.u-product{grid-template-columns:1fr;gap:16px;padding:18px;}
	.u-product__specs{grid-template-columns:1fr;gap:0;}
	.u-product__t{font-size:19px;}
}


/* End */
/* /uslugi/uslugi.css?178841728215696 */
