* { margin: 0; padding: 0; box-sizing: border-box; }

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #2c2c2c;
	background: #ffffff;
	line-height: 1.65;
	font-size: 16px;
}

a { color: #0b8fbf; text-decoration: none; }
a:hover { color: #0bbff2; text-decoration: underline; }

.container {
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 20px;
}

header.site-header {
	background: #ffffff;
	border-bottom: 1px solid #eaf7fb;
	padding: 16px 0;
}

header.site-header .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 16px;
}

.logo img { display: block; height: 40px; }

.header-contacts {
	text-align: right;
	font-size: 14px;
	color: #666666;
}

.header-contacts strong { display: block; color: #0b8fbf; font-size: 17px; }

nav.topnav {
	background: #0b8fbf;
}

nav.topnav .container {
	display: flex;
	flex-wrap: wrap;
}

nav.topnav a {
	color: #ffffff;
	text-decoration: none;
	padding: 12px 18px;
	font-size: 14px;
	display: inline-block;
}

nav.topnav a:hover, nav.topnav a.active {
	background: #0bbff2;
}

.page-head {
	background: #eaf7fb;
	padding: 26px 0;
	border-bottom: 1px solid #d6eef6;
}

.page-head h1 {
	color: #0b8fbf;
	font-size: 26px;
}

.hero {
	border-bottom: 1px solid #eaf7fb;
	background: #08151c;
	padding: 0;
}

.hero .container { padding: 0; max-width: none; }

.hero-img {
	display: block;
	width: 100%;
	height: 420px;
	object-fit: cover;
	margin: 0 auto;
}

.btn {
	display: inline-block;
	background: #0b8fbf;
	color: #ffffff !important;
	padding: 12px 24px;
	border-radius: 4px;
	font-weight: bold;
	text-decoration: none !important;
}

.btn:hover { background: #0bbff2; }

section {
	padding: 44px 0;
	border-bottom: 1px solid #f2f9fb;
}

section.alt { background: #f7fbfc; }

h2 {
	font-size: 22px;
	margin-bottom: 18px;
	color: #0b8fbf;
	border-left: 5px solid #0bbff2;
	padding-left: 12px;
}

h3 { font-size: 17px; margin: 18px 0 8px; color: #2c2c2c; }

p { margin-bottom: 12px; font-size: 15px; color: #444444; }

p.note { font-size: 13px; color: #888888; }

ul.plain { list-style: none; margin-bottom: 16px; }
ul.plain li { padding: 5px 0 5px 20px; position: relative; font-size: 15px; color: #444444; }
ul.plain li:before { content: "•"; color: #0bbff2; position: absolute; left: 0; font-weight: bold; }

.two-col {
	display: flex;
	gap: 36px;
	flex-wrap: wrap;
	align-items: flex-start;
}

.two-col > div { flex: 1 1 320px; }

.cat-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 10px;
}

.cat-list span {
	background: #ffffff;
	border: 1px solid #d6eef6;
	border-radius: 20px;
	padding: 8px 18px;
	font-size: 14px;
	color: #0b8fbf;
}

.service-block {
	padding: 24px 0;
	border-bottom: 1px solid #f0f0f0;
}

.service-block:last-child { border-bottom: none; }

.doc-img {
	max-width: 100%;
	border: 1px solid #eee;
	border-radius: 6px;
	margin: 14px 0;
	display: block;
}

.table-wrap { overflow-x: auto; margin-bottom: 8px; }

table.price-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
	margin-bottom: 6px;
}

table.price-table th, table.price-table td {
	border: 1px solid #e2eef2;
	padding: 9px 12px;
	text-align: left;
}

table.price-table th {
	background: #eaf7fb;
	color: #0b8fbf;
}

table.price-table tr:nth-child(even) td { background: #fafcfd; }

.contacts-box {
	background: #ffffff;
	border: 1px solid #eaf7fb;
	border-radius: 8px;
	padding: 22px;
}

footer {
	background: #08303f;
	color: #cdeaf3;
	text-align: center;
	padding: 30px 0;
	font-size: 13px;
}

footer a { color: #ffffff; }

footer nav { margin: 14px 0; }

footer nav a { display: inline-block; padding: 4px 12px; }

footer .copy { color: #6fa9bc; margin-top: 10px; }

@media (max-width: 700px) {
	header.site-header .inner { justify-content: center; text-align: center; }
	.header-contacts { text-align: center; }
	.hero-img { height: 220px; }
}
