﻿@font-face {
    font-family: 'MuseoCyrl';
    src: url('/fonts/MuseoCyrl-100-italic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'MuseoCyrl';
    src: url('/fonts/MuseoCyrl-100.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'MuseoCyrl';
    src: url('/fonts/MuseoCyrl-300-italic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'MuseoCyrl';
    src: url('/fonts/MuseoCyrl-300.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'MuseoCyrl';
    src: url('/fonts/MuseoCyrl-500-italic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'MuseoCyrl';
    src: url('/fonts/MuseoCyrl-500.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'MuseoCyrl';
    src: url('/fonts/MuseoCyrl-700-italic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'MuseoCyrl';
    src: url('/fonts/MuseoCyrl-700.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'MuseoCyrl';
    src: url('/fonts/MuseoCyrl-900-italic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'MuseoCyrl';
    src: url('/fonts/MuseoCyrl-900.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}



html ,body {min-width: 320px; color: #000000; font: 17px/30px MuseoCyrl, Arial, Tahoma, Verdana; font-weight: 300; cursor: default; background: #ffffff; box-sizing: border-box;}

html, body, div, applet, object, iframe, blockquote, pre, abbr, acronym, address, big, input, textarea,
cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dd, dl, dt, fieldset, form, label, legend, caption {margin:0; padding:0; border:0; text-align:left;}
a img, :link img, :visited img {border:0;}
p {padding: 0px; margin: 0px;}

body {padding: 5px 10px;}

table {border-collapse: collapse; border-spacing: 0;}
td {vertical-align: top;}
a {cursor: pointer; color: #df2323; text-decoration: underline;}
a:hover {text-decoration: none;}

h1, h2, h3, h4, h5, h6 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 20px;
	text-transform: uppercase;
	padding-left: 20px;
	border-left: 3px solid #df2323;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size:16px;
}

h6 {
	font-size:14px;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul li {
	background: url(/images/footer_pointer.png) no-repeat 0px 13px;
    padding-left: 18px;
}

/*ol, ul{margin-left:15px;list-style-position:outside;margin-bottom:20px}
ol li, ul li{margin-left:10px;margin-bottom:10px;color:#626262}
ul{list-style-type:disc}
ol{list-style-type:decimal}
table{width:100%;border-spacing:0;border-collapse:separate;border:1px solid #aaa}
table tr:nth-child(even){background:#FAFAFA}
table caption, table td, table th{padding:15px 7px;font:inherit}
table th{font-weight:400;color:#6E6E6E;background-position:100% 100%;background-size:2px 10px;background-repeat:no-repeat}
table th:last-child{background:0 0}*/