

/* Start:/bitrix/templates/dresscodeV2/components/bitrix/wiki.show/.default/style.css?17884034409706*/
/* =========================================================
   CLUB3D WIKI — ARTICLE
   Современное оформление статьи без рамки и центрирования
   ========================================================= */
/* ---------- Общий контейнер ---------- */
#wiki-post {
	width: 100%;
	color: #252a31;
	font-size: 16px;
	line-height: 1.7;
}
#wiki-post-content {
	width: 100%;
	max-width: none;
	margin: 0 0 40px;
	padding: 20px 0 40px;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	box-sizing: border-box;
}
/* =========================================================
   ТЕКСТ
   ========================================================= */
#wiki-post-content p {
	margin: 0 0 18px;
	font-size: 16px;
	line-height: 1.75;
	color: #333942;
}
/* =========================================================
   ЗАГОЛОВКИ
   ========================================================= */
#wiki-post-content h1,
#wiki-post-content h2,
#wiki-post-content h3,
#wiki-post-content h4,
#wiki-post-content h5,
#wiki-post-content h6 {
	color: #20252b;
	font-weight: 600;
	line-height: 1.3;
}
#wiki-post-content h1 {
	margin: 0 0 28px;
	padding-bottom: 18px;
	font-size: 32px;
	border-bottom: 1px solid #e8ebef;
}
#wiki-post-content h2 {
	margin: 42px 0 18px;
	font-size: 25px;
}
#wiki-post-content h3 {
	margin: 32px 0 14px;
	font-size: 20px;
}
#wiki-post-content h4 {
	margin: 26px 0 12px;
	font-size: 17px;
}
#wiki-post-content h5,
#wiki-post-content h6 {
	margin: 22px 0 10px;
	font-size: 16px;
}
/* =========================================================
   ССЫЛКИ
   ========================================================= */
#wiki-post-content a {
	color: #1677ff;
	text-decoration: none;
	transition:
		color .15s ease,
		background-color .15s ease;
}
#wiki-post-content a:hover {
	color: #0f5fd1;
	text-decoration: underline;
}
/* =========================================================
   СПИСКИ
   ========================================================= */
#wiki-post-content ul,
#wiki-post-content ol {
	margin: 12px 0 22px;
	padding-left: 28px;
}
#wiki-post-content li {
	margin: 7px 0;
	padding-left: 3px;
}
#wiki-post-content li::marker {
	color: #1677ff;
}
/* =========================================================
   ИЗОБРАЖЕНИЯ
   ========================================================= */
#wiki-post-content img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
	vertical-align: middle;
}
#wiki-post-content p img {
	margin: 14px 0;
}
/* =========================================================
   ТАБЛИЦЫ
   ========================================================= */
#wiki-post-content table {
	width: 100%;
	margin: 24px 0 30px;
	border-collapse: separate;
	border-spacing: 0;
	border: 1px solid #e1e5ea;
	border-radius: 9px;
	overflow: hidden;
	background: #fff;
}
#wiki-post-content table th {
	padding: 12px 15px;
	background: #f5f7f9;
	border-right: 1px solid #e3e6ea;
	border-bottom: 1px solid #dde1e6;
	color: #363c44;
	font-size: 14px;
	font-weight: 600;
	text-align: left;
	vertical-align: middle;
}
#wiki-post-content table td {
	padding: 12px 15px;
	border-right: 1px solid #e8ebef;
	border-bottom: 1px solid #e8ebef;
	color: #3c434c;
	vertical-align: top;
}
#wiki-post-content table tr:last-child td {
	border-bottom: 0;
}
#wiki-post-content table th:last-child,
#wiki-post-content table td:last-child {
	border-right: 0;
}
#wiki-post-content table tbody tr:hover td {
	background: #fafbfc;
}
/* =========================================================
   ЦИТАТЫ
   ========================================================= */
#wiki-post-content blockquote {
	margin: 25px 0;
	padding: 16px 20px;
	background: #f6f9fd;
	border: 0;
	border-left: 4px solid #1677ff;
	border-radius: 0 8px 8px 0;
	color: #4b5561;
}
#wiki-post-content blockquote p:last-child {
	margin-bottom: 0;
}
/* =========================================================
   КОД
   ========================================================= */
#wiki-post-content pre {
	margin: 22px 0;
	padding: 18px 20px;
	overflow-x: auto;
	background: #f5f7f9;
	border: 1px solid #e1e5ea;
	border-radius: 9px;
	color: #2e343b;
	font-family:
		Consolas,
		Monaco,
		"Courier New",
		monospace;
	font-size: 14px;
	line-height: 1.55;
}
#wiki-post-content code {
	padding: 2px 6px;
	background: #f1f3f5;
	border-radius: 5px;
	color: #c7254e;
	font-family:
		Consolas,
		Monaco,
		"Courier New",
		monospace;
	font-size: .92em;
}
#wiki-post-content pre code {
	padding: 0;
	background: transparent;
	border-radius: 0;
	color: inherit;
}
/* =========================================================
   ГОРИЗОНТАЛЬНАЯ ЛИНИЯ
   ========================================================= */
#wiki-post-content hr {
	height: 1px;
	margin: 34px 0;
	border: 0;
	background: #e6e9ed;
}
/* =========================================================
   КАТЕГОРИИ
   ========================================================= */
#wiki_category {
	margin-top: 32px;
	padding: 16px 18px;
	background: #f7f9fb;
	border: 1px solid #e4e8ed;
	border-radius: 9px;
	color: #69727d;
	font-size: 13px;
	box-sizing: border-box;
}
#wiki_category .wiki-category-item {
	line-height: 1.8;
}
#wiki_category a {
	display: inline-block;
	margin: 2px 3px 2px 0;
	color: #1677ff;
	text-decoration: none;
}
#wiki_category a:hover {
	text-decoration: underline;
}
/* отсутствующая Wiki-страница */
#wiki_category a.wiki_red,
#wiki-post-content a.wiki_red {
	color: #e04747 !important;
}
/* =========================================================
   СТАРАЯ ВЕРСИЯ СТРАНИЦЫ
   ========================================================= */
#wiki-sub-post_content {
	margin: 0 0 28px;
	padding: 15px 18px;
	background: #fff8df;
	border: 1px solid #f0dfaa;
	border-radius: 8px;
	box-sizing: border-box;
}
#wiki-version-info {
	margin-bottom: 8px;
	color: #766832;
	font-size: 13px;
}
#wiki-version-nav {
	font-size: 13px;
}
#wiki-version-nav a {
	color: #1677ff;
}
/* =========================================================
   ОШИБКИ
   ========================================================= */
.wiki-errors {
	margin: 20px 0;
	padding: 16px 20px;
	background: #fff3f3;
	border: 1px solid #efcccc;
	border-radius: 8px;
	box-sizing: border-box;
}
.wiki-error-text {
	color: #b42318;
	font-size: 14px;
}
/* =========================================================
   РЕЙТИНГ
   ========================================================= */
.wiki-category-rating {
	float: right;
	margin-left: 20px;
}
/* =========================================================
   УБИРАЕМ СТАРЫЕ FONT-ТЕГИ
   ========================================================= */
#wiki-post-content font {
	font-family: inherit;
}
/* =========================================================
   СТАРЫЕ WIKI ЭЛЕМЕНТЫ
   ========================================================= */
#wiki-post-content .wiki-note {
	margin: 20px 0;
	padding: 15px 18px;
	background: #f7f9fb;
	border-left: 4px solid #1677ff;
	border-radius: 0 8px 8px 0;
}
#wiki-post-content .wiki-error {
	color: #b42318;
}
#wiki-post-content strong,
#wiki-post-content b {
	font-weight: 600;
}
/* =========================================================
   ВЛОЖЕННЫЕ ЭЛЕМЕНТЫ
   ========================================================= */
#wiki-post-content iframe,
#wiki-post-content video {
	max-width: 100%;
}
#wiki-post-content input,
#wiki-post-content select,
#wiki-post-content textarea {
	max-width: 100%;
	box-sizing: border-box;
}
/* =========================================================
   DESKTOP
   ========================================================= */
@media (min-width: 901px) {
	#wiki-post-content {
		padding-top: 16px;
	}
}
/* =========================================================
   TABLET
   ========================================================= */
@media (max-width: 900px) {
	#wiki-post-content {
		padding: 18px 0 32px;
	}
	#wiki-post-content h1 {
		font-size: 28px;
	}
	#wiki-post-content h2 {
		font-size: 23px;
	}
}
/* =========================================================
   MOBILE
   ========================================================= */
@media (max-width: 600px) {
	#wiki-post {
		font-size: 15px;
	}
	#wiki-post-content {
		width: 100%;
		margin-bottom: 25px;
		padding: 15px 0 25px;
		background: transparent;
		border: 0;
		border-radius: 0;
		box-shadow: none;
	}
	#wiki-post-content p {
		font-size: 15px;
		line-height: 1.7;
	}
	#wiki-post-content h1 {
		margin-bottom: 22px;
		padding-bottom: 14px;
		font-size: 25px;
	}
	#wiki-post-content h2 {
		margin-top: 32px;
		font-size: 21px;
	}
	#wiki-post-content h3 {
		font-size: 18px;
	}
	#wiki-post-content h4 {
		font-size: 16px;
	}
	#wiki-post-content table {
		display: block;
		width: 100%;
		max-width: 100%;
		overflow-x: auto;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}
	#wiki-post-content table th,
	#wiki-post-content table td {
		padding: 10px 12px;
	}
	#wiki-post-content pre {
		padding: 14px;
		font-size: 13px;
	}
	#wiki_category {
		margin-top: 24px;
		padding: 13px 14px;
	}
	.wiki-category-rating {
		float: none;
		margin: 10px 0 0;
	}
}
/* =========================================================
   ОЧЕНЬ МАЛЕНЬКИЕ ЭКРАНЫ
   ========================================================= */
@media (max-width: 420px) {
	#wiki-post-content h1 {
		font-size: 23px;
	}
	#wiki-post-content h2 {
		font-size: 20px;
	}
	#wiki-post-content blockquote {
		padding: 14px 15px;
	}
}
/* End */
/* /bitrix/templates/dresscodeV2/components/bitrix/wiki.show/.default/style.css?17884034409706 */
