/*------------------------------------*\
	СБРОС
\*------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
	margin:0;
	padding:0;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img{
	border:0;
}
address,caption,cite,code,dfn,th,var{
	font-style:normal;
	font-weight:normal;
}
caption,th{
	text-align:left;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}
q:before,q:after{
	content:'';
}
abbr,acronym{
	border:0;
}



/*------------------------------------*\
	ОСНОВНЫЕ ПРАВИЛА
\*------------------------------------*/
/*body {
	margin: 0 auto;
}*/




/*------------------------------------*\
	НАВИГАЦИЯ
\*------------------------------------*/
/*font-family: 'Roboto', sans-serif;
font-family: 'Open Sans', sans-serif;


/*НАСТРОЙКА  САЙТА*/
body {
	max-width: 980px;
/*	margin: 0 auto;*/
/*	display: flex;*/
	margin: auto;
}
h1 {
	font:36px sans-serif;
	font-weight: bold;
	line-height: 50px;
}
h2 {
	font:24px sans-serif;;
	font-weight: bold;
	line-height: 50px;
}
h3 {
	font:20px sans-serif;;
	font-weight: bold;
	line-height: 50px;
}
ul {
	font: 16px sans-serif;
	padding-left: 40px;
}
ul li {
	font: 16px sans-serif;
	padding-left: 20px;
}
p {
	font: 14px sans-serif;
}
.reklama {
  width: 200px;
  height: 46px;
  border: 1px solid #a88ced;
  background-color: #a88ced;
  border-radius: 5px;
}
.reklama-font1 {
  font-family: verdana;
  font-size: 11px;
  font-weight: normal;
  margin-top: 5px;
  margin-bottom:5px;
  color: #fff;
  text-align: center;
}
.reklama-font2 {
  font-family: verdana;
  font-size: 11px;
  font-weight: normal;
  text-align: center;
  margin-top: 0px;
  color:#fff;
}
.reklama a {
  text-decoration: none;
}
@media(max-width: 750px) {
	p {
		font: 11px sans-serif;
		padding: 5px;
	}
	.reklama-font1 {
  font-family: verdana;
  font-size: 11px;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom:0px;
  color: #fff;
  text-align: center;
}
	h1 {
	font:25px sans-serif;
	font-weight: bold;
	line-height: 50px;
	padding: 5px;
}
	h2 {
	font:18px sans-serif;;
	font-weight: bold;
	line-height: 50px;
	padding: 5px;
}
h3 {
	font:16px sans-serif;;
	font-weight: bold;
	line-height: 50px;
	padding: 5px;
}
ul li {
	font: 11px sans-serif;
}
ul ul {
	display: none;
}
img {
	max-width: 300px;
	padding: 5px;
}
}
