@charset 'UTF-8';

* {
	margin: 0;
	padding: 0;
	font-family: 'Tahoma';
	font-size: 1rem;
	font-weight: 300;
	color: #333;
	background-color: transparent;
	line-height: 1.36;
	position: relative;
	list-style-type: none;
	list-style-position: inside;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: none;
	border-radius: .01rem;
}

button { height: auto; }
button:hover {
	transition: all .16s linear;
	-moz-transition: all .16s linear;
	-o-transition: all .16s linear;
	-webkit-transition: all .16s linear;
	cursor: pointer;
}

input { box-shadow: none; }
input:focus, textarea:focus, select:focus { outline: none; }
input:-webkit-autofill { color: #fff !important; }
input[type="search"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: rgba(0,0,0,.5); }
input[type="search"]::-moz-placeholder, textarea::-moz-placeholder { color: rgba(0,0,0,.5); }

a { text-decoration: none; }
a:hover { text-decoration: underline; }
a:focus { outline: none; }

button:active, button:focus { border: none; outline: none; }
button::-moz-focus-inner { border: 0; }

input::-ms-clear {  display: none; width: 0; height: 0; }
input::-ms-reveal {  display: none; width: 0; height: 0; }
input[type="search"]::-webkit-search-decoration, 
input[type="search"]::-webkit-search-cancel-button, 
input[type="search"]::-webkit-search-results-button, 
input[type="search"]::-webkit-search-results-decoration {
	display: none;
}

input[placeholder] { font-weight: 300; color: rgba(0,0,0,.7); }
input::-moz-placeholder { font-weight: 300;  color: rgba(0,0,0,.7); }
input:-moz-placeholder { font-weight: 300;  color: rgba(0,0,0,.7); }
input:-ms-input-placeholder { font-weight: 300; color: rgba(0,0,0,.7); }

textarea[placeholder] { font-weight: 300; color: rgba(0,0,0,.7); }
textarea::-moz-placeholder { font-weight: 300;  color: rgba(0,0,0,.7); }
textarea:-moz-placeholder { font-weight: 300;  color: rgba(0,0,0,.7); }
textarea:-ms-textarea-placeholder { font-weight: 300; color: rgba(0,0,0,.7); }

input[] { font-weight: 300; color: rgba(0,0,0,.7); }
input[type] { font-weight: 300; color: rgba(0,0,0,.7); }
input[type]::-moz-placeholder { font-weight: 300;  color: rgba(0,0,0,.7); }
input[type]:-moz-placeholder { font-weight: 300;  color: rgba(0,0,0,.7); }
input[type]:-ms-textarea-placeholder { font-weight: 300; color: rgba(0,0,0,.7); }

html {
	
}

body {
	width: 100%;
	height: 100%;
	background-color: #f9f9f9;
	overflow-x: hidden;
}

/* --------- Классы --------- */

.s-uppercase { text-transform: uppercase; }
.s-strong { font-weight: bold; }
.s-important { color: #f00; }
.s-clear { clear: both; }
.s-border-none { border: none; }
.s-none { display: none; }

.konteyner {  }

.yacheyka {
	margin: 0 auto;
	width: 1200px;
	height: 100%;
	cursor: default;
}

h2 {
	font-size: 1.9rem;
	font-weight: 700;
	text-align: center;
}

.osnovnoy-podzagolovok {
	margin: 0 0 5rem;
	font-size: 1.3rem;
	text-align: center;
}