


.tizer1{
	width:70px;
}

.tizer2{
	padding: 0px 20px;
	color:#fff;
	vertical-align: top;
}

.tizer2 b{
    display: block;
    font-size: 17px;
    color: #ffffffb5;
    font-weight: 400;
    font-family: "Tektur", sans-serif;
	
}

.tizer2 span{ 
    font-size: 13px;
    color: #ffffff75;
    display: block;
    line-height: 15px;
}

@media (max-width: 992px){
	 #tizerr{
		background: rgb(0,0,0,.2);
	}

	.ugolok-nav-contacts-li {
		display: none !important;
	}
}

@media (min-width: 992px){
	 #tizerr{
		padding-top:30px;
		padding-bottom:30px;
	}
}


/* /local/components/main/send.form/templates/statics/style.css?17878333562547 */
/* /local/components/main/send.form/templates/.default/style.css?16413069691044 */
/* /local/components/main/city/templates/.default/style.css?1642837426167 */
/* /local/components/main/progress/templates/.default/style.css?17314017811824 */
/* /local/components/main/formcallback/templates/.default/style.css?17619753252741 */
/* /local/components/main/privacy.cookie/templates/.default/style.css?17619750231482 */
/* /local/templates/main/template_styles.css?178850718425910 */

/* Custom: frosted sticky nav background */
@media (min-width:992px) {
	#line_menu {
		background: rgba(28, 45, 56, 0.78);
		backdrop-filter: blur(14px);
		-webkit-backdrop-filter: blur(14px);
	}

	#panel-shapka.panel-shapka-active #line_menu {
		background: rgba(28, 45, 56, 0.94);
		backdrop-filter: blur(20px);
		-webkit-backdrop-filter: blur(20px);
		box-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
	}

	#header-line1.ugolok-header-line1--hidden {
		display: none !important;
	}

	#panel--navbar .navbar-nav.nav-fill.w-100 {
		width: auto !important;
		flex: 1 1 auto;
		align-items: center;
	}

	.ugolok-nav-contacts-li {
		display: flex;
		align-items: center;
		flex-shrink: 0;
		margin-left: 12px;
		border-bottom: 0 !important;
	}

	.ugolok-nav-contacts-li .ugolok-nav-contacts,
	.header-line1-contacts.ugolok-nav-contacts {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		gap: 16px;
		margin-left: 0;
		flex-shrink: 0;
	}

	.ugolok-nav-contacts-li .top_menu_tel,
	.ugolok-nav-contacts .top_menu_tel {
		margin-top: 0;
		text-align: right;
		white-space: nowrap;
		line-height: 1.25;
	}

	.ugolok-nav-contacts__hours {
		color: rgb(255 255 255 / 62%);
		font-size: 13px;
		font-weight: 400;
	}

	.ugolok-phone-card {
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		gap: 4px;
		padding: 8px 14px;
		border-radius: 12px;
		background: linear-gradient(135deg, rgb(15 52 78 / 55%), rgb(30 80 110 / 35%));
		border: 1px solid rgb(125 211 252 / 22%);
		box-shadow: 0 4px 20px rgb(0 0 0 / 18%);
		transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
		text-decoration: none !important;
	}

	.ugolok-phone-card:hover {
		transform: translateY(-1px);
		border-color: rgb(125 211 252 / 45%);
		box-shadow: 0 8px 28px rgb(75 159 199 / 25%);
	}

	.ugolok-phone-card__meta {
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		line-height: 1.2;
	}

	.ugolok-phone-card__label {
		font-size: 10px;
		font-weight: 600;
		letter-spacing: 0.06em;
		text-transform: uppercase;
		color: rgb(255 255 255 / 48%);
	}

	.ugolok-phone-card__hours {
		display: inline-flex;
		align-items: center;
		gap: 6px;
		font-size: 12px;
		font-weight: 500;
		color: rgb(255 255 255 / 78%);
	}

	.ugolok-phone-card__live {
		width: 7px;
		height: 7px;
		border-radius: 50%;
		background: #4ade80;
		box-shadow: 0 0 0 0 rgb(74 222 128 / 55%);
		animation: ugolok-phone-live 2s ease-out infinite;
		flex-shrink: 0;
	}

	.ugolok-phone-card__number {
		font-size: 21px;
		font-weight: 700;
		line-height: 1.15;
		letter-spacing: 0.03em;
	}

	.ugolok-phone-glow {
		background: linear-gradient(105deg, #f0f9ff 0%, #7dd3fc 45%, #bae6fd 55%, #f0f9ff 100%);
		background-size: 220% auto;
		-webkit-background-clip: text;
		background-clip: text;
		color: transparent;
		animation: ugolok-phone-shimmer 5s linear infinite;
	}

	.ugolok-phone-glow--nav {
		font-size: 15px;
		font-weight: 700;
	}

	.ugolok-phone-card:hover .ugolok-phone-glow {
		animation-duration: 2.5s;
	}

	@keyframes ugolok-phone-shimmer {
		0% {
			background-position: 0% center;
		}
		100% {
			background-position: 220% center;
		}
	}

	@keyframes ugolok-phone-live {
		0% {
			box-shadow: 0 0 0 0 rgb(74 222 128 / 55%);
		}
		70% {
			box-shadow: 0 0 0 8px rgb(74 222 128 / 0%);
		}
		100% {
			box-shadow: 0 0 0 0 rgb(74 222 128 / 0%);
		}
	}

	@media (prefers-reduced-motion: reduce) {
		.ugolok-phone-glow,
		.ugolok-phone-card__live {
			animation: none;
		}
		.ugolok-phone-glow {
			color: #bae6fd;
			background: none;
			-webkit-background-clip: unset;
			background-clip: unset;
		}
	}

	.ugolok-nav-contacts-li .top_menu_zakaz,
	.ugolok-nav-contacts .top_menu_zakaz {
		margin-top: 0;
		width: auto;
		white-space: nowrap;
		padding: 10px 16px;
		flex-shrink: 0;
	}

	.logo-sticky-desktop {
		display: none !important;
	}

	.call-sticky-desktop {
		display: none !important;
	}

	#panel--navbar {
		display: flex;
		align-items: center;
		flex-wrap: nowrap;
	}

	#panel--navbar .navbar-collapse {
		flex: 1 1 auto;
		min-width: 0;
	}

	#panel--navbar .ugolok-nav-brand {
		display: block !important;
		flex-shrink: 0;
		margin-right: 20px;
		line-height: 1.12;
		font-size: 24px;
		margin-top: 0;
		white-space: nowrap;
	}

	#panel--navbar .ugolok-nav-brand span[style*="0b587c"] {
		color: #4b9fc7 !important;
	}

	#panel--navbar .ugolok-nav-brand span[style*="686868"] {
		color: #fff !important;
	}

	#panel--navbar .ugolok-nav-brand span[style*="color:#000"] {
		color: rgba(255, 255, 255, 0.78) !important;
		font-size: 11.5px !important;
	}

	#panel-shapka.panel-shapka-active #panel--navbar {
		display: flex;
		align-items: center;
		flex-wrap: nowrap;
	}

	#panel-shapka.panel-shapka-active #panel--navbar .navbar-collapse {
		flex: 1 1 auto;
		min-width: 0;
	}
}

/* Mobile: без горизонтального «расползания» (квиз, карусели) */
html {
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

body {
	overflow-x: hidden;
	max-width: 100%;
}

img,
video,
iframe {
	max-width: 100%;
	height: auto;
}

.container,
.container-fluid {
	max-width: 100%;
}

#quiz,
#swiperquiz {
	max-width: 100%;
	overflow: hidden;
}

/* Квиз: фиксированная высота контейнера — без скачков при листании шагов */
#swiperquiz.swiper-initialized {
	min-height: 520px;
	height: auto !important;
	transition: none !important;
}

#swiperquiz .swiper-wrapper {
	transition-timing-function: ease-out;
}

#swiperquiz .swiper-slide {
	height: auto;
}

#quiz .quiz-block {
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
	background: rgb(0 0 0 / 35%);
	box-sizing: border-box;
	height: auto !important;
	max-height: none !important;
	min-height: clamp(64px, 18vw, 140px);
	min-width: 0;
	padding: clamp(10px, 3vw, 40px) clamp(6px, 1.5vw, 12px);
	margin: clamp(6px, 1.5vw, 15px) 0;
}

/* Ответы квиза: 2 карточки в ряд (grid + minmax(0) — иначе flex даёт один столбец) */
#quiz .quiz-swiper-container > .row {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: clamp(6px, 2vw, 14px);
	row-gap: clamp(4px, 1.2vw, 10px);
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}

#quiz .quiz-swiper-container > .row > .col-sm-12.mb-3,
#quiz .quiz-swiper-container > .row > .col-12.form-input-box-quiz,
#quiz .quiz-swiper-container > .row > .col-12.col-sm-12.col-md-12.col-lg-12.col-xl-12 {
	grid-column: 1 / -1;
}

#quiz .quiz-swiper-container .row > [class*="quiz-col-mob"],
#quiz .quiz-swiper-container .quiz-col-mob1,
#quiz .quiz-swiper-container .quiz-col-mob2 {
	min-width: 0 !important;
	width: auto !important;
	max-width: none !important;
	flex: none !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

#quiz .quiz-block table {
	width: 100%;
	table-layout: fixed;
}

#quiz .quiz-block td:first-child {
	width: clamp(28px, 10vw, 48px);
	vertical-align: middle;
}

#quiz .quiz-block td:last-child {
	vertical-align: middle;
}

#quiz .quiz-block .quiz-text,
#quiz .quiz-block .quiz-text-next {
	font-size: clamp(11px, 2.85vw, 18px) !important;
	line-height: 1.25 !important;
	word-wrap: break-word;
	overflow-wrap: anywhere;
	hyphens: auto;
	display: block;
}

#quiz .quiz-block svg {
	width: clamp(22px, 7vw, 38px) !important;
	height: clamp(22px, 7vw, 38px) !important;
	flex-shrink: 0;
}

#swiperquiz:not(.swiper-initialized) .swiper-wrapper {
	display: flex;
	flex-wrap: nowrap;
	width: 100% !important;
	transform: none !important;
}

#swiperquiz:not(.swiper-initialized) .swiper-slide {
	flex: 0 0 100%;
	width: 100% !important;
	max-width: 100%;
}

@media (max-width: 991px) {
	.swiper-container,
	.swiper {
		overflow: hidden;
		max-width: 100%;
	}

	#panel--navbar,
	.panel--navbar {
		width: 100%;
		max-width: 100%;
		display: flex;
		align-items: center;
		flex-wrap: nowrap;
		position: relative;
		padding-right: 12px;
		min-height: 56px;
	}

	#panel--navbar .logo-sticky-desktop,
	#panel--navbar .call-sticky-desktop {
		display: none !important;
	}

	#panel--navbar .navbar-brand.desctop-hidden {
		flex: 1 1 auto;
		min-width: 0;
		max-width: calc(100% - 52px);
		margin-right: 0;
		line-height: 1.15;
	}

	#panel--navbar .callback-bt {
		top: 50%;
		transform: translateY(-50%);
		right: 8px;
		z-index: 2;
	}

	#panel--navbar .navbar-toggler {
		display: none !important;
	}

	.cos-h1 {
		line-height: 1.15;
		word-break: normal;
	}

}


/* Блок «Цены на разработку сайтов» — светлый фон, контрастный текст */
#block_price1 {
	color: #3f3f3f;
}

#block_price1 .cos-h2 {
	color: #555454 !important;
	text-shadow: none !important;
}

#block_price1 .price-box.anm,
#block_price1 .price-box.anm .ser_part {
	opacity: 1 !important;
	transform: none !important;
}

#block_price1 .price-box-name {
	color: #555454 !important;
}

#block_price1 .price-box-preview {
	color: #5c5c5c !important;
	opacity: 1 !important;
	height: auto;
	min-height: 53px;
}

#block_price1 .price-box-info,
#block_price1 .price-box-info2 {
	color: #2d2d2d !important;
}

/* Контент не скрыт, если анимации не успели инициализироваться */
.anm:not(.studio_animation1):not(.studio_animation2):not(.studio_animation4) {
	opacity: 1 !important;
	transform: none !important;
}

#block_price1 .price-box div {
	color: #333;
}

#block_price1 .price-box .price-box-name,
#block_price1 .price-box .price-box-preview,
#block_price1 .price-box .price-box-info,
#block_price1 .price-box .price-box-info2,
#block_price1 .price-box .briff,
#block_price1 .price-box div span {
	transition: color 0.45s ease, opacity 0.45s ease;
}

#block_price1 .price-box:hover .price-box-name,
#block_price1 .price-box .ser_part:hover .price-box-name {
	color: #84bc29 !important;
	text-decoration: underline;
	text-decoration-color: rgba(132, 188, 41, 0.45);
	text-underline-offset: 3px;
	transition: color 0.45s ease, text-decoration-color 0.45s ease;
}

#block_price1 .price-box:hover .price-box-preview {
	color: #6f9e28 !important;
	opacity: 1 !important;
}

#block_price1 .price-box:hover .price-box-info,
#block_price1 .price-box:hover .price-box-info2 {
	color: #84bc29 !important;
}

#block_price1 .price-box:hover .briff,
#block_price1 .price-box:hover div span:not(.btn-animation-gradient) {
	color: #5a8a1f !important;
}

/* Модалка «Заказать звонок» */
#pModal .modal-dialog {
	max-width: 440px;
	margin: 1.25rem auto;
}

#pModal .ugolok-callback-modal {
	border: 0;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 24px 60px rgba(15, 35, 52, 0.22);
	background: linear-gradient(180deg, #ffffff 0%, #f6fafb 100%);
}

#pModal .modal-header {
	padding: 1.35rem 1.5rem 0.5rem;
	border: 0;
	align-items: flex-start;
}

#pModal .ugolok-callback-modal__title {
	margin: 0;
	padding-right: 2rem;
	font-size: 1.45rem;
	font-weight: 700;
	line-height: 1.25;
	color: #1a3344;
	font-family: var(--font-inter, Inter, system-ui, sans-serif);
}

#pModal .modal-header .close {
	margin: 0;
	padding: 0.35rem;
	opacity: 0.45;
	font-size: 1.75rem;
	line-height: 1;
}

#pModal .ugolok-callback-modal__body {
	padding: 0.5rem 1.5rem 0.25rem;
}

#pModal .ugolok-callback-modal__lead {
	margin: 0 0 1.15rem;
	font-size: 0.9rem;
	line-height: 1.55;
	color: #5a6b78;
}

#pModal .ugolok-callback-modal__field {
	position: relative;
	margin-bottom: 0.85rem;
}

#pModal .ugolok-callback-modal__field input,
#pModal .ugolok-callback-modal__field textarea {
	width: 100%;
	padding: 0.95rem 1rem 0.55rem;
	font-size: 1rem;
	line-height: 1.35;
	color: #1a3344;
	background: #fff;
	border: 1px solid #d8e2ea;
	border-radius: 12px;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

#pModal .ugolok-callback-modal__field textarea {
	min-height: 88px;
	resize: vertical;
	padding-top: 1.25rem;
}

#pModal .ugolok-callback-modal__field input:focus,
#pModal .ugolok-callback-modal__field textarea:focus {
	outline: none;
	border-color: #4b9fc7;
	box-shadow: 0 0 0 4px rgba(75, 159, 199, 0.18);
}

#pModal .ugolok-callback-modal__field label {
	position: absolute;
	left: 1rem;
	top: 0.72rem;
	font-size: 0.82rem;
	font-weight: 600;
	color: #7a8b98;
	pointer-events: none;
	transition: transform 0.15s ease, color 0.15s ease, font-size 0.15s ease;
}

#pModal .ugolok-callback-modal__field input:focus ~ label,
#pModal .ugolok-callback-modal__field input:not(:placeholder-shown) ~ label,
#pModal .ugolok-callback-modal__field textarea:focus ~ label,
#pModal .ugolok-callback-modal__field textarea:not(:placeholder-shown) ~ label {
	transform: translateY(-0.55rem) scale(0.92);
	transform-origin: left top;
	color: #4b9fc7;
	font-size: 0.75rem;
}

/* Hero H1: «Создание» и «сайтов» — золотистый акцент (как на studio-expert) */
.cos-h1 > i,
.cos-h1 i {
	color: #e6c35c !important;
	font-style: normal !important;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.22);
}

#pModal .ugolok-callback-modal__privacy {
	display: flex;
	align-items: flex-start;
	gap: 0.5rem;
	margin: 0.75rem 0 0;
	font-size: 0.78rem;
	line-height: 1.45;
	color: #5a6b78;
	cursor: pointer;
}

#pModal .ugolok-callback-modal__privacy input {
	margin-top: 0.15rem;
	flex-shrink: 0;
	accent-color: #4b9fc7;
}

#pModal .ugolok-callback-modal__privacy a {
	color: #2d7a9a;
	text-decoration: underline;
}

#pModal .modal-footer {
	padding: 0.75rem 1.5rem 1.35rem;
	border: 0;
}

#pModal .ugolok-callback-modal__submit {
	width: 100%;
	padding: 0.85rem 1rem;
	font-size: 1rem;
	font-weight: 600;
	border-radius: 12px;
	border: 0;
}

#pModal .alert {
	border-radius: 10px;
	font-size: 0.85rem;
	margin-bottom: 0.75rem;
}

/* Блок «Нужна консультация?» */
.form-statics.ugolok-consult {
	position: relative;
	margin-top: 2rem;
	padding: clamp(2.5rem, 5vw, 4rem) 0 clamp(2rem, 4vw, 3.5rem);
	background:
		radial-gradient(ellipse 80% 60% at 10% 0%, rgba(230, 195, 92, 0.14), transparent 55%),
		linear-gradient(145deg, #0a4d63 0%, #0b587c 38%, #039a8f 72%, #0d3d4a 100%);
	overflow: hidden;
}

.form-statics.ugolok-consult::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: radial-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px);
	background-size: 22px 22px;
	opacity: 0.35;
	pointer-events: none;
}

.ugolok-consult__inner {
	position: relative;
	z-index: 1;
	max-width: 980px;
}

.ugolok-consult__hero {
	margin-bottom: 1.25rem;
}

.ugolok-consult__hero-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.5rem;
	align-items: start;
}

@media (min-width: 768px) {
	.ugolok-consult__hero-grid {
		grid-template-columns: 1.15fr 0.85fr;
		gap: 2rem;
		align-items: center;
	}
}

.ugolok-consult__badge {
	display: inline-block;
	margin-bottom: 0.65rem;
	padding: 0.35rem 0.75rem;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #1a3344;
	background: linear-gradient(135deg, #e6c35c, #f0d878);
	border-radius: 999px;
}

.ugolok-consult__title {
	margin: 0 0 0.75rem;
	font-size: clamp(1.65rem, 3.2vw, 2.15rem);
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
	font-family: var(--font-inter, Inter, system-ui, sans-serif);
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
}

.ugolok-consult__lead {
	margin: 0;
	max-width: 36em;
	font-size: 1.02rem;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.88);
}

.ugolok-consult__aside {
	padding: 1.15rem 1.25rem;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 16px;
	backdrop-filter: blur(8px);
}

.ugolok-consult__aside-label {
	display: block;
	margin-bottom: 0.35rem;
	font-size: 0.78rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: rgba(255, 255, 255, 0.65);
}

.ugolok-consult__phone {
	display: inline-block;
	margin-bottom: 0.85rem;
	font-size: 1.35rem;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	transition: color 0.2s ease, opacity 0.2s ease;
}

.ugolok-consult__phone:hover {
	color: #e6c35c;
	text-decoration: none;
}

.ugolok-consult__messengers {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.ugolok-consult__messenger {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.45rem 0.95rem;
	font-size: 0.85rem;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.35);
	background: rgba(0, 0, 0, 0.12);
	transition: background 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
}

.ugolok-consult__messenger:hover {
	color: #fff;
	text-decoration: none;
	transform: translateY(-1px);
	border-color: rgba(255, 255, 255, 0.55);
}

.ugolok-consult__messenger--tg:hover {
	background: rgba(42, 171, 238, 0.35);
}

.ugolok-consult__messenger--max:hover {
	background: rgba(132, 188, 41, 0.35);
}

.ugolok-consult__card {
	margin-top: 0.5rem;
	padding: clamp(1.25rem, 3vw, 2rem);
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 20px 50px rgba(8, 30, 42, 0.28);
}

.ugolok-consult__card .alert {
	border-radius: 12px;
	font-size: 0.9rem;
}

.ugolok-consult__field {
	position: relative;
}

.ugolok-consult__field input,
.ugolok-consult__field textarea {
	width: 100%;
	padding: 1rem 1rem 0.55rem;
	padding-left: calc(1rem + 2ch);
	font-size: 1rem;
	line-height: 1.35;
	color: #1a3344;
	background: #f7fafc;
	border: 1px solid #dce5ec;
	border-radius: 12px;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.ugolok-consult__field textarea {
	min-height: 120px;
	resize: vertical;
	padding-top: 1.35rem;
}

.ugolok-consult__field input:focus,
.ugolok-consult__field textarea:focus {
	outline: none;
	background: #fff;
	border-color: #4b9fc7;
	box-shadow: 0 0 0 4px rgba(75, 159, 199, 0.16);
}

.ugolok-consult__field label {
	position: absolute;
	left: 1rem;
	top: 0.78rem;
	padding-left: 2ch;
	font-size: 0.82rem;
	font-weight: 600;
	color: #7a8b98;
	pointer-events: none;
	transition: transform 0.15s ease, color 0.15s ease, font-size 0.15s ease;
}

.ugolok-consult__field input:focus ~ label,
.ugolok-consult__field input:not(:placeholder-shown) ~ label,
.ugolok-consult__field textarea:focus ~ label,
.ugolok-consult__field textarea:not(:placeholder-shown) ~ label {
	transform: translateY(-0.55rem) scale(0.92);
	transform-origin: left top;
	color: #4b9fc7;
	font-size: 0.75rem;
}

.ugolok-consult__privacy {
	display: inline-flex;
	align-items: flex-start;
	gap: 0.5rem;
	max-width: 36rem;
	margin: 0 auto;
	font-size: 0.82rem;
	line-height: 1.45;
	color: #5a6b78;
	cursor: pointer;
	text-align: left;
}

.ugolok-consult__privacy input {
	margin-top: 0.15rem;
	flex-shrink: 0;
	accent-color: #4b9fc7;
}

.ugolok-consult__privacy-link {
	color: #2d7a9a;
	text-decoration: underline;
}

.ugolok-consult__submit {
	display: inline-block;
	min-width: 220px;
	padding: 0.85rem 2rem;
	font-size: 1rem;
	font-weight: 600;
	border: 0;
	border-radius: 12px;
	cursor: pointer;
}

@media (max-width: 575px) {
	.ugolok-consult__submit {
		width: 100%;
		min-width: 0;
	}
}

/* Промо-окно «скидка 20%» (первый визит) */
.ugolok-promo-offer {
	position: fixed;
	inset: 0;
	z-index: 10060;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: max(1rem, env(safe-area-inset-top)) max(1rem, env(safe-area-inset-right))
		max(1rem, env(safe-area-inset-bottom)) max(1rem, env(safe-area-inset-left));
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.35s ease, visibility 0.35s ease;
}

.ugolok-promo-offer:not([hidden]) {
	display: flex;
}

.ugolok-promo-offer.is-visible {
	opacity: 1;
	visibility: visible;
}

.ugolok-promo-offer[hidden] {
	display: none !important;
}

.ugolok-promo-offer__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(8, 28, 40, 0.62);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	cursor: pointer;
}

.ugolok-promo-offer__dialog {
	position: relative;
	width: min(100%, 420px);
	max-height: min(92vh, 520px);
	overflow: auto;
	padding: clamp(1.35rem, 4vw, 2rem) clamp(1.15rem, 4vw, 1.75rem) clamp(1.25rem, 3.5vw, 1.65rem);
	text-align: center;
	background: linear-gradient(165deg, #ffffff 0%, #f4fafc 55%, #eef6f9 100%);
	border: 1px solid rgba(75, 159, 199, 0.25);
	border-radius: clamp(18px, 4vw, 24px);
	box-shadow:
		0 24px 60px rgba(8, 30, 42, 0.35),
		0 0 0 1px rgba(255, 255, 255, 0.6) inset;
	transform: translateY(16px) scale(0.96);
	opacity: 0;
	transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.35s ease;
}

.ugolok-promo-offer.is-visible .ugolok-promo-offer__dialog {
	transform: translateY(0) scale(1);
	opacity: 1;
}

.ugolok-promo-offer__glow {
	position: absolute;
	top: -40%;
	left: 50%;
	width: 120%;
	height: 70%;
	transform: translateX(-50%);
	background: radial-gradient(ellipse, rgba(230, 195, 92, 0.35), transparent 70%);
	pointer-events: none;
}

.ugolok-promo-offer__close {
	position: absolute;
	top: 0.65rem;
	right: 0.65rem;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	padding: 0;
	font-size: 1.65rem;
	line-height: 1;
	color: #5a6b78;
	background: rgba(255, 255, 255, 0.85);
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 50%;
	cursor: pointer;
	transition: color 0.2s ease, background 0.2s ease, transform 0.15s ease;
}

.ugolok-promo-offer__close:hover {
	color: #1a3344;
	background: #fff;
	transform: scale(1.05);
}

.ugolok-promo-offer__badge {
	display: inline-block;
	margin: 0 0 0.65rem;
	padding: 0.35rem 0.85rem;
	font-size: clamp(0.95rem, 2.5vw, 1.05rem);
	font-weight: 800;
	letter-spacing: 0.04em;
	color: #1a3344;
	background: linear-gradient(135deg, #e6c35c, #f0d878);
	border-radius: 999px;
	box-shadow: 0 4px 14px rgba(230, 195, 92, 0.45);
}

.ugolok-promo-offer__title {
	margin: 0 0 0.65rem;
	font-size: clamp(1.25rem, 4.5vw, 1.55rem);
	font-weight: 700;
	line-height: 1.25;
	color: #0b587c;
	font-family: var(--font-inter, Inter, system-ui, sans-serif);
}

.ugolok-promo-offer__lead {
	margin: 0 0 1.25rem;
	font-size: clamp(0.88rem, 2.8vw, 0.98rem);
	line-height: 1.5;
	color: #5a6b78;
}

.ugolok-promo-offer__messengers {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	justify-content: center;
}

.ugolok-promo-offer__messenger {
	display: inline-flex;
	flex: 1 1 140px;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	min-height: 3rem;
	padding: 0.65rem 1rem;
	font-size: 0.95rem;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
	border-radius: 14px;
	transition: transform 0.15s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.ugolok-promo-offer__messenger:hover {
	color: #fff;
	text-decoration: none;
	transform: translateY(-2px);
}

.ugolok-promo-offer__messenger--tg {
	background: linear-gradient(135deg, #2aabee, #229ed9);
	box-shadow: 0 8px 20px rgba(42, 171, 238, 0.35);
}

.ugolok-promo-offer__messenger--max {
	background: linear-gradient(135deg, #6a3dc7, #8b5cf6);
	box-shadow: 0 8px 20px rgba(106, 61, 199, 0.35);
}

.ugolok-promo-offer__messenger img {
	display: block;
	border-radius: 6px;
}

body.ugolok-promo-offer-open {
	overflow: hidden;
}

@media (max-width: 380px) {
	.ugolok-promo-offer__messenger {
		flex: 1 1 100%;
	}
}

/* Страница /contacts/ — две карточки в ряд */
.ugolok-contacts-cards {
	margin-top: 8px;
}

.ugolok-contacts-intro {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.ugolok-contacts-intro__title {
	color: #fff !important;
	text-shadow: none;
	margin: 0 0 16px;
	font-size: clamp(1.75rem, 3vw, 2.25rem);
}

.ugolok-contacts-intro__lead {
	color: rgba(255, 255, 255, 0.92);
	font-size: 17px;
	line-height: 1.55;
	margin: 0;
}

.ugolok-contacts-cards .contacts-wrap.h-100 {
	min-height: 100%;
}

.ugolok-legal-footer__line {
	margin: 0 0 0.65rem;
	line-height: 1.55;
}

.ugolok-legal-footer__link {
	color: #b8c4ce;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.ugolok-legal-footer__link:hover {
	color: #fff;
}

.ugolok-legal-footer__copy {
	margin-bottom: 0;
	opacity: 0.92;
}

.ugolok-admin-easter {
	cursor: default;
	user-select: none;
}

.ugolok-admin-modal-open {
	overflow: hidden;
}

.ugolok-admin-login-modal {
	position: fixed;
	inset: 0;
	z-index: 12000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem;
}

.ugolok-admin-login-modal[hidden] {
	display: none !important;
}

.ugolok-admin-login-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(5, 12, 18, 0.72);
}

.ugolok-admin-login-modal__dialog {
	position: relative;
	width: min(420px, 100%);
	background: #102636;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 16px;
	padding: 1.25rem 1.35rem 1.35rem;
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
	color: #e8eef3;
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

.ugolok-admin-login-modal__close {
	position: absolute;
	top: 0.65rem;
	right: 0.75rem;
	border: 0;
	background: transparent;
	color: #9fb3c0;
	font-size: 1.5rem;
	line-height: 1;
	cursor: pointer;
}

.ugolok-admin-login-modal__title {
	margin: 0 0 0.35rem;
	font-size: 1.2rem;
}

.ugolok-admin-login-modal__hint {
	margin: 0 0 1rem;
	color: #a8bac7;
	font-size: 0.88rem;
	line-height: 1.45;
}

.ugolok-admin-login-modal .ugolok-admin__form {
	display: grid;
	gap: 0.85rem;
}

.ugolok-admin-login-modal .ugolok-admin__field {
	display: grid;
	gap: 0.35rem;
	font-size: 0.88rem;
	color: #c5d4de;
}

.ugolok-admin-login-modal .ugolok-admin__field input {
	padding: 0.65rem 0.75rem;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	background: rgba(0, 0, 0, 0.25);
	color: #fff;
	font-size: 1rem;
}

.ugolok-admin-login-modal .ugolok-admin__field input:focus {
	outline: none;
	border-color: #4b9fc7;
	box-shadow: 0 0 0 3px rgba(75, 159, 199, 0.25);
}

.ugolok-admin-login-modal .ugolok-admin__btn {
	border: 0;
	border-radius: 10px;
	padding: 0.6rem 1rem;
	font-size: 0.95rem;
	font-weight: 600;
	cursor: pointer;
}

.ugolok-admin-login-modal .ugolok-admin__btn--primary {
	background: linear-gradient(135deg, #4b9fc7, #2d7fa8);
	color: #fff;
}

.ugolok-admin-login-modal .ugolok-admin__error {
	margin: 0;
	color: #ffb4b4;
	font-size: 0.88rem;
}

.ugolok-admin-stats {
	margin: 1rem 0 1.25rem;
	padding: 1rem 1.1rem;
	border-radius: 12px;
	border: 1px solid rgba(120, 180, 210, 0.35);
	background: rgba(8, 28, 42, 0.55);
	color: #dce8ef;
	font-size: 11px;
	line-height: 1.45;
}

.ugolok-admin-stats[hidden] {
	display: none !important;
}

.ugolok-admin-stats__title {
	margin: 0 0 0.35rem;
	font-size: 12px;
	font-weight: 700;
	color: #b8d9ec;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.ugolok-admin-stats__summary {
	margin: 0 0 0.85rem;
	color: #c5d4de;
}

.ugolok-admin-stats__bots {
	color: rgb(255 255 255 / 45%);
	font-size: 11px;
	font-weight: 400;
}

.ugolok-admin-stats__summary strong {
	color: #fff;
}

.ugolok-admin-stats__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 0.85rem 1rem;
	margin-bottom: 0.85rem;
}

.ugolok-admin-stats__block-title {
	margin: 0 0 0.4rem;
	font-weight: 600;
	color: #9ec3d9;
}

.ugolok-admin-stats__days,
.ugolok-admin-stats__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ugolok-admin-stats__day {
	display: grid;
	grid-template-columns: 2.5rem 1fr 1.75rem;
	align-items: center;
	gap: 0.35rem;
	margin-bottom: 0.25rem;
}

.ugolok-admin-stats__day-bar {
	height: 6px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.12);
	overflow: hidden;
}

.ugolok-admin-stats__day-bar span {
	display: block;
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, #4b9fc7, #7ec4e8);
}

.ugolok-admin-stats__day-num {
	text-align: right;
	font-variant-numeric: tabular-nums;
}

.ugolok-admin-stats__list li {
	margin-bottom: 0.2rem;
}

.ugolok-admin-stats__table-wrap {
	overflow: auto;
	border-radius: 8px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	margin-bottom: 0.5rem;
}

.ugolok-admin-stats__table {
	width: 100%;
	border-collapse: collapse;
	font-size: 10px;
}

.ugolok-admin-stats__table th,
.ugolok-admin-stats__table td {
	padding: 0.35rem 0.45rem;
	text-align: left;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	vertical-align: top;
}

.ugolok-admin-stats__table th {
	background: rgba(0, 0, 0, 0.2);
	color: #a8bac7;
}

.ugolok-admin-stats__foot {
	margin: 0;
}

.ugolok-admin-stats__foot a {
	color: #b8d4e8;
}

.ugolok-home-seo {
	margin: 2.5rem 0 0;
	padding: 2rem 0 1.5rem;
	background: linear-gradient(180deg, rgba(8, 32, 48, 0.92) 0%, rgba(12, 40, 58, 0.85) 100%);
	color: #dce8ef;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.ugolok-home-seo__title {
	margin: 0 0 0.75rem;
	font-size: clamp(1.25rem, 2.5vw, 1.65rem);
	font-weight: 700;
	color: #fff;
}

.ugolok-home-seo__subtitle {
	margin: 1.25rem 0 0.65rem;
	font-size: 1rem;
	font-weight: 600;
	color: #b8d9ec;
}

.ugolok-home-seo__lead {
	margin: 0 0 0.65rem;
	max-width: 52rem;
	line-height: 1.55;
	color: #c5d4de;
	font-size: 0.95rem;
}

.ugolok-home-seo__cities-top {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem 0.55rem;
	margin-bottom: 0.75rem;
}

.ugolok-home-seo__city {
	display: inline-block;
	padding: 0.25rem 0.55rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	color: #e3edf4;
	text-decoration: none;
	font-size: 0.82rem;
	border: 1px solid rgba(255, 255, 255, 0.12);
}

.ugolok-home-seo__city:hover {
	background: rgba(75, 159, 199, 0.25);
	color: #fff;
}

.ugolok-home-seo__details {
	margin-top: 0.5rem;
	font-size: 0.88rem;
	color: #a8bac7;
}

.ugolok-home-seo__details summary {
	cursor: pointer;
	color: #b8d4e8;
	font-weight: 600;
}

.ugolok-home-seo__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 0.5rem 1rem;
	margin-top: 0.75rem;
	max-height: 320px;
	overflow: auto;
	padding-right: 0.25rem;
}

.ugolok-home-seo__col {
	margin: 0;
	padding: 0 0 0 1rem;
	color: #c5d4de;
}

.ugolok-home-seo__col a {
	color: #b8d4e8;
}

.ugolok-home-seo__links {
	margin: 1rem 0 0;
	font-size: 0.9rem;
}

.ugolok-home-seo__links a {
	color: #7ec4e8;
}

.ugolok-geo-page {
	margin: 0;
	min-height: 100vh;
	background: #0f2433;
	color: #e8eef3;
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

.ugolok-geo-page__header {
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	padding: 0.85rem 0;
	background: rgba(0, 0, 0, 0.2);
}

.ugolok-geo-page__header .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	flex-wrap: wrap;
}

.ugolok-geo-page__logo {
	text-decoration: none;
	font-weight: 800;
	font-size: 1.1rem;
}

.ugolok-geo-page__phone {
	color: #b8d4e8;
	font-weight: 700;
	text-decoration: none;
}

.ugolok-geo-page__phone.ugolok-phone-glow {
	font-size: 1.05rem;
}

.ugolok-geo-page__main {
	padding: 1.5rem 1rem 2.5rem;
	max-width: 820px;
}

.ugolok-geo-page__crumbs {
	font-size: 0.85rem;
	margin-bottom: 0.75rem;
	color: #a8bac7;
}

.ugolok-geo-page__crumbs a {
	color: #b8d4e8;
}

.ugolok-geo-page__h1 {
	margin: 0 0 1rem;
	font-size: clamp(1.35rem, 3vw, 1.85rem);
	line-height: 1.25;
}

.ugolok-geo-page__lead {
	line-height: 1.6;
	color: #c5d4de;
	margin-bottom: 1rem;
}

.ugolok-geo-page__list {
	margin: 0 0 1.25rem;
	padding-left: 1.2rem;
	line-height: 1.55;
}

.ugolok-geo-page__list a {
	color: #7ec4e8;
}

.ugolok-geo-page__btn {
	display: inline-block;
	padding: 0.55rem 1rem;
	border-radius: 10px;
	background: linear-gradient(135deg, #4b9fc7, #2d7fa8);
	color: #fff !important;
	text-decoration: none;
	font-weight: 600;
}

.ugolok-geo-page__cta a {
	color: #b8d4e8;
}

.ugolok-geo-page__note {
	font-size: 0.88rem;
	color: #a8bac7;
}

.ugolok-geo-page__footer {
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	padding: 0 0 1.5rem;
}

.ugolok-geo-page__h2 {
	margin: 1.25rem 0 0.65rem;
	font-size: 1.15rem;
	color: #b8d9ec;
}

.ugolok-geo-page__extra {
	line-height: 1.6;
	color: #c5d4de;
	margin-bottom: 0.85rem;
}

.ugolok-geo-page__extra--top {
	padding: 0.75rem 1rem;
	border-left: 3px solid #4b9fc7;
	background: rgb(15 35 61 / 35%);
	border-radius: 0 8px 8px 0;
}

/* Blog — в том же визуальном языке, что и внутренние страницы сайта */
.ugolok-blog-page #ibreadcrumb {
	padding-top: 115px;
	padding-bottom: 16px;
}

@media (max-width: 991px) {
	.ugolok-blog-page #ibreadcrumb {
		padding-top: 40px;
		padding-bottom: 14px;
	}
}

.ugolok-blog-page .cos-h1 {
	font-size: clamp(1.75rem, 4vw, 2.5rem);
	line-height: 1.2;
	margin: 0.15rem 0 0.35rem;
}

.ugolok-blog-page #description-page {
	margin-bottom: 0;
}

.ugolok-blog-content {
	background: #f4f7f9;
}

.ugolok-blog-list {
	display: flex;
	flex-direction: column;
	gap: 1.15rem;
	max-width: 920px;
	margin: 0 auto;
}

.ugolok-blog-card {
	margin: 0;
}

.ugolok-blog-card__link {
	display: grid;
	grid-template-columns: minmax(200px, 300px) minmax(0, 1fr);
	align-items: stretch;
	min-height: 180px;
	overflow: hidden;
	border-radius: 12px;
	text-decoration: none;
	color: inherit;
	background: #fff;
	border: 1px solid #e2e8ee;
	box-shadow: 0 8px 24px rgba(15, 40, 60, 0.06);
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.ugolok-blog-card__link:hover,
.ugolok-blog-card__link:focus-visible {
	transform: translateY(-3px);
	border-color: rgba(11, 88, 124, 0.35);
	box-shadow: 0 14px 32px rgba(11, 88, 124, 0.12);
	outline: none;
	text-decoration: none;
	color: inherit;
}

.ugolok-blog-card__media {
	display: block;
	min-height: 100%;
	overflow: hidden;
	background: #0b587c;
}

.ugolok-blog-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.45s ease;
}

.ugolok-blog-card__link:hover .ugolok-blog-card__media img,
.ugolok-blog-card__link:focus-visible .ugolok-blog-card__media img {
	transform: scale(1.04);
}

.ugolok-blog-card__body {
	display: flex;
	flex-direction: column;
	gap: 0.45rem;
	padding: 1.15rem 1.25rem 1.2rem;
	min-width: 0;
}

.ugolok-blog-card__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.55rem 0.85rem;
}

.ugolok-blog-card__badge {
	display: inline-block;
	padding: 0.18rem 0.55rem;
	border-radius: 4px;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #fff;
	background: #0b587c;
}

.ugolok-blog-card__date {
	font-size: 0.82rem;
	font-weight: 600;
	color: #6a7d8a;
}

.ugolok-blog-card__title {
	margin: 0;
	font-size: 1.28rem;
	line-height: 1.3;
	font-weight: 700;
	color: #173246;
}

.ugolok-blog-card__excerpt {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.5;
	color: #5a6f7c;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	flex: 1;
}

.ugolok-blog-card__more {
	margin-top: 0.25rem;
	font-size: 0.92rem;
	font-weight: 700;
	color: #0b587c;
}

.ugolok-blog-card__link:hover .ugolok-blog-card__more {
	color: #4b9fc7;
}

.ugolok-blog-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
	margin: 0.15rem 0 0.35rem;
}

.ugolok-blog-tag {
	display: inline-block;
	padding: 0.18rem 0.55rem;
	border-radius: 4px;
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 1.3;
	color: #0b587c;
	background: rgba(11, 88, 124, 0.08);
	border: 1px solid rgba(11, 88, 124, 0.16);
}

.ugolok-blog-article .ugolok-blog-tags {
	margin: 0 0 1rem;
}

.ugolok-blog-article {
	max-width: 820px;
	margin: 0 auto;
	padding-bottom: 0.5rem;
}

.ugolok-blog-article__date {
	margin: 0 0 1rem;
	font-size: 0.9rem;
	font-weight: 600;
	color: #6a7d8a;
}

.ugolok-blog-article__figure {
	margin: 0 0 1.35rem;
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid #e2e8ee;
	background: #fff;
}

.ugolok-blog-article__figure img {
	width: 100%;
	height: auto;
	display: block;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.ugolok-blog-article__content {
	font-size: 1.05rem;
	line-height: 1.7;
	color: #2a3d4a;
}

.ugolok-blog-article__content p {
	margin: 0 0 1rem;
}

.ugolok-blog-article__content a {
	color: #0b587c;
	text-underline-offset: 3px;
}

.ugolok-blog-article__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 1.5rem;
}

.ugolok-blog-btn-site {
	display: inline-flex !important;
	align-items: center;
	text-decoration: none !important;
}

.ugolok-blog-reveal {
	opacity: 0;
	transform: translateY(16px);
	transition:
		opacity 0.55s ease,
		transform 0.55s ease;
	transition-delay: var(--blog-delay, 0ms);
}

.ugolok-blog-reveal.is-in {
	opacity: 1;
	transform: translateY(0);
}

@media (max-width: 767px) {
	.ugolok-blog-card__link {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.ugolok-blog-card__media {
		aspect-ratio: 16 / 9;
		min-height: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ugolok-blog-card__link,
	.ugolok-blog-card__media img,
	.ugolok-blog-reveal {
		transition: none !important;
	}

	.ugolok-blog-reveal {
		opacity: 1;
		transform: none;
	}
}

.ugolok-legal-operator {
	margin-top: 1.75rem;
	padding: 1.1rem 1.2rem;
	border-radius: 12px;
	background: #f5f7f9;
	border: 1px solid #e2e8ee;
	color: #333;
}

.ugolok-legal-operator h5 {
	margin: 0 0 0.65rem;
	font-size: 1.05rem;
	font-weight: 700;
	color: #1a5f6d;
}

.ugolok-legal-operator p {
	margin: 0 0 0.55rem;
	font-size: 0.95rem;
	line-height: 1.5;
}

.ugolok-legal-operator p:last-child {
	margin-bottom: 0;
}

.ugolok-legal-operator a {
	color: #0b587c;
}

.ugolok-geo-page__related {
	font-size: 0.9rem;
	color: #a8bac7;
	margin-top: 1rem;
}

.ugolok-geo-page__related a {
	color: #7ec4e8;
}

.ugolok-geo-page__list--cols {
	columns: 2;
	column-gap: 1.5rem;
}

@media (max-width: 640px) {
	.ugolok-geo-page__list--cols {
		columns: 1;
	}
}

.ugolok-goroda-catalog {
	margin-top: 1rem;
}

.ugolok-goroda-region {
	margin-bottom: 1.75rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.ugolok-goroda-region__list {
	columns: 2;
	column-gap: 1.25rem;
}

@media (max-width: 768px) {
	.ugolok-goroda-region__list {
		columns: 1;
	}
}

.ugolok-home-faq {
	margin-top: 0.5rem;
}

.ugolok-home-faq__item {
	margin-bottom: 0.45rem;
	padding: 0.55rem 0.65rem;
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.18);
	border: 1px solid rgba(255, 255, 255, 0.1);
	color: #dce8ef;
}

.ugolok-home-faq__item summary {
	cursor: pointer;
	font-weight: 600;
	color: #e3edf4;
}

.ugolok-home-faq__item p {
	margin: 0.5rem 0 0;
	color: #c5d4de;
	line-height: 1.55;
	font-size: 0.92rem;
}

.ugolok-seo-footer {
	margin: 0 0 0.75rem;
	padding: 0.65rem 0 0;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	font-size: 10px;
	line-height: 1.5;
	color: #9da6ab;
}

.ugolok-seo-footer a {
	color: #b8c4ce;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.ugolok-seo-footer__cities {
	opacity: 0.92;
}
