/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 14px; line-height: 17px; font-family: Tahoma;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
input, textarea {
    padding:0;
    margin:0;
}
a {outline:none;}
a:visited {outline:none;}

a {text-decoration:underline; cursor:pointer; color: #e30613; }
a:hover { text-decoration: none; }

b, strong {font-weight:bold;}

.clear {clear:both; display:block;}

.clearfix:before, .clearfix:after {content:""; display:table;}
.clearfix:after {clear:both;}
.clearfix{zoom:1;}

.flip-horizontaly {-moz-transform: scale(-1, 1); -webkit-transform: scale(-1, 1); -o-transform: scale(-1, 1); transform: scale(-1, 1); filter: FlipH;}
.inline-block {display:inline-block; _overflow:hidden; *zoom:1; *display:inline;}

.text-align-right {text-align:right !important;}
.text-align-center {text-align:center;}
.text-align-left {text-align:left !important;}

textarea {resize:none; overflow-y:auto;}

.ovf-hidden {overflow:hidden;}

/** Вретикальное выравнивание **/
.valign-middle {display:inline-block; _overflow:hidden; *zoom:1; *display:inline; vertical-align:middle;}

/* Фикс кнопок в ФФ */
button {border:0 none; outline:none; margin:0;}
button::-moz-focus-inner {border:0;}

.hidden {display:none;}


input[ type = text], input[ type = password], input[ type = number], input[ type = search], input[ type = email], input[ type = url], textarea {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

input[ type = checkbox], input[ type = radio] {
    vertical-align: text-top;
    padding: 0;
    margin: 1px 0 0
}

input[ type = search] {
    -webkit-appearance: textfield
}

input[ type = search]::-webkit-search-decoration {
    display: none
}


td, textarea, input, select, button {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}

td, textarea {
    line-height: inherit
}

input, select {
    line-height: 15px
}

a, input[ type = text], input[ type = password], input[ type = number], input[ type = search], input[ type = email], input[ type = url], select, textarea, div {
    outline: 0
}

a:focus, a:active {
    outline: thin dotted
}


textarea, input, select {
    margin: 1px;
    padding: 3px
}

h1, h2, h3, h4, h5, h6 {
    display: block;
    font-weight: 700
}

h1 {
    font-size: 1.8em;
    line-height: 1.3em;
    margin: 20px 0
}

h2 {
    font-size: 1.5em;
    margin: .83em 0
}

h3 {
    font-size: 1.17em;
    margin: 1em 0
}

h4 {
    font-size: 1em;
    margin: 1.33em 0
}

h5 {
    font-size: .83em;
    margin: 1.67em 0
}

h6 {
    font-size: .67em;
    margin: 2.33em 0
}

ul, ol {
    padding: 0
}

ul {
    list-style: none
}

ol {
    list-style-type: decimal;
    margin-left: 2em
}

.margin-top31 {
    margin-top: 31px;
}


section,header,article,div,li,ul,ol {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@media (min-width: 1200px) {
	.container {
		width: 1001px;
	}
}
