@charset "utf-8";

/* ================ Style ================= */

#kv {
	background: url(../img/img_kv_smp.jpg) top center no-repeat;
	background-size: contain;
}

#wrapper.page section {
	margin-bottom: 60px;
}

#wrapper.page section.first {
    margin-bottom: 40px;
}

#wrapper.page section h2 {
	margin-bottom: 30px;
}

#wrapper.page section p {
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 2;
	color: #aba16d;
	/*margin-bottom: 12px;*/
}

#wrapper.page section p.txt {
	margin-bottom: 40px;
}

#wrapper.page section p.multi {
	margin-bottom: 12px;
}

#wrapper.page section article {
	width: 100%;
	margin-bottom: 20px;
}

#wrapper.page section article h3 {
	width: 100%;
	font-size: 14px;
	letter-spacing: 2px;
	line-height: 1.4;
	color: #aba16d;
	padding: 20px;
	background-color: #181818;
}

#wrapper.page section .block {
	padding: 10px;
	border-left: 1px solid #181818;
	border-bottom: 1px solid #181818;
	border-right: 1px solid #181818;
	text-align: left;
}

#wrapper.page section .block p.last {
	margin-bottom: 0;
}
#wrapper.page section .block p.indent {
	margin-left: 1em;
}

#wrapper.page section .block ul {
	margin-left: 2em;
	padding-top: 0.5em;
}

#wrapper.page section .block ul li {
	list-style-type: decimal;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1.8;
	color: #aba16d;
	margin-bottom: 10px;
}

#wrapper.page section .block ul li:after {
    display: block;
    content: counter(decimal-leading-zero);
    /*counter-increment: revcounter -1;*/
    font-size: 14px;
    line-height: 1;
    color: #0185cf;
    letter-spacing: 1px;
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 10;
}


#wrapper.page section .block ul li.last {
	margin-bottom: 0;
}

#wrapper.page section .block ol {
	margin-left: 1.5em;
	padding-top: 0.5em;
}

#wrapper.page section .block ol li {
	list-style-type: decimal;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1.8;
	color: #aba16d;
	margin-bottom: 10px;
}

#wrapper.page section .block ol li.last {
	margin-bottom: 0;
}
