@charset "utf-8";

/* --------------- Style to null --------------- */
* {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, sub, sup, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, a, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-size: 100%;
	margin: 0;
	padding: 0;
}
a {
	background: transparent;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, td img {
	vertical-align: top;
}
input, select, button, textarea {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
}
input[type="text"], input[type="password"], textarea, input[type="email"], input[type="phone"], input[type="number"] {
	font: 12px Arial, Helvetica, sans-serif;
	padding: 0;
}
input[type="checkbox"] {
	vertical-align: bottom;
}
input[type="radio"] {
	vertical-align: text-bottom;
}
sub {
	vertical-align: sub;
	font-size: smaller;
}
sup {
	vertical-align: super;
	font-size: smaller;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ul, ol {
	list-style: none;
}
html {
	overflow-y: scroll;
	overflow-x: auto;
}
html, body {
	height: 100%;
}
body {
	line-height: 1;
	color: #000;
	z-index: 1;
	position: relative;
}
input [type='text'] {
	padding: 0;
}
textarea {
	resize: none;
	overflow: auto;
}
label, input[type="button"], input[type="submit"], button {
	cursor: pointer;
}
a, a:visited, a:hover, a:focus, a:active {
	text-decoration: none;
}
input[type="submit"]::-moz-focus-inner, button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input, textarea, input[type="search"]:focus, :focus {
	outline: none;
}
::-webkit-input-placeholder {
	color: #ccc;
}
:-moz-placeholder {
	color: #ccc;
}
.placeholder {
	color: #ccc;
}
/* --------------- /Style to null --------------- */

/* --------------- site --------------- */
.site {
    overflow: hidden;
    position: relative;
	font-family: 'Open Sans', sans-serif;
	color: #38373d;
	max-width: 700px;
	padding: 20px 0;
	margin: 0 auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
h1 {
	font-size: 40px;
	text-align: center;
	margin-bottom: 40px;
}
.title img {
	float: right;
}
.title > p {
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 40px;
}
.wrap_btn {

}
.wrap_btn input {
	position: absolute;
	left: -5000px;
	opacity: 0;
}
.wrap_btn a:hover, .wrap_btn label:hover, .wrap_btn input:checked + label {
	background: transparent;
	color: #000;
}
.wrap_btn a, .wrap_btn label {
	display: inline-block;
	vertical-align: top;
	padding: 10px 15px;
	color: #fff;
	border: 2px solid #fdc35a;
	background: #fdc35a;
	margin: 0 5px 0 0;
}
.wrap_list > li {
	overflow: hidden;
	padding: 30px;
	border: 2px solid #fdc35a;
}
.wrap_list > li:first-child {
	display: block;
}
.wrap_list > li {
	display: none;
	-webkit-backface-visibility: hidden; /*для rotate - против бага исчезания блока при повороте*/
	-webkit-transform: translateZ(0);
}
.wrap_list li li {
	margin-bottom: 20px;
}
.wrap_list li li p {
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 22px;
}
.wrap_list h2 {
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 20px;
}
.wrap_result li {
	display: none;
}
/* --------------- /header --------------- */