
h1,h2,h3,h4,h5,h6{color:#000;margin:0;padding-top:0.5em;padding-bottom:0.17em;overflow:hidden}
h1,h2{margin-bottom:0.6em;border-bottom:1px solid #a2a9b1}
h3,h4,h5{margin-bottom:0.3em}

h1{
	/*font-size:200%;*/
	font-weight:normal
}
h2{font-size:150%;font-weight:normal}
h3{font-size:130%}
h4{font-size:130%}
h5{font-size:120%}
h6{font-size:110%}




html, body {
	margin:0;
	padding:0;
}
	.main {
		/*  margin:0 auto;  Центрируем блоки */
		margin-left:300px; /* должен быть равень ширине в left-block2*/
		/*margin-top: 100px;*/
		width:100%; /* Задаем ширину 100%, чтобы сделать ее резиновой */
		max-width:1600px; /* Устанавливаем максимальную ширину */
    }
    .inline div {
        display:inline-block; /* Делаем блоки по горизонтали */
        display: -moz-inline-stack; /* Для FireFox 2, тот же самый, что и inline-block */
        vertical-align:top; /* Выравниваем их сверху */
        /* Для IE 6 и IE 7, чтобы блоки были по горизонтали
        zoom: 1;
        *display: inline;
        */
    }



div
	.thumbinner{
		padding:3px;
		text-align:center;
		min-width:252px;
		overflow:hidden
	}
	
	
div
	.inline {
		font-size:0;
	} /* Ставим родителю значение 0, чтобы убрать отступы у блоков*/
/****************************/
/*		БЛОК Слева			*/
/*	старый, неиспользуется	*/
/****************************/	
    .left-block {
		top: 01;
        background:red;
        width:5%; /*Задаем ширину в процентах чтобы сделать ее резиновой*/
       /* height:100%; /* Высота блока */
    }
	
	
/****************************/
/*		БЛОК Слева			*/
/****************************/	
	.left-block2 {
	width:300px;	/* должен быть равень отступа в main*/
	display: block;
    z-index: 2;
    position: fixed;
    top: -20;
    left: 0;
/*	background-color: #9a9a9a;*/
    height: 100vh;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.2);	
}	

/****************************/
/* БЛОК Слева - Содержание	*/
/****************************/
.aside_news {
    /* box-sizing: border-box; */
    /* position: relative; */
    height: 100%;
    /* overflow-x: hidden; */
    overflow-y: auto;
    background-color: #fff;
    /* font-family: cursive; */
    /* margin-left: 10px; */
   
	/*margin-top: 80px;*/
	padding: 10;
}
/****************************/
/* БЛОК Слева - Заголовок	*/
/****************************/
.left-block-h1 {
	text-align: center;
	font-family: georgia;
}

/****************************/
/****************************/
/****************************/
	
.content {
	/*    background:green;*/
	/*width:60%;*/
	margin: 0 30px;
	/*   height:50%;*/
}

.right-block {
	font-size:12px;
	/* background:blue;	*/
	/* width:10%;		*/
	/* height:100%;		*/
	width: min-content;
}


.wikishare
{



/*
    margin-left: auto;
    margin-right: auto;
    max-width: 55.8em;
	*/
	
/*	position: static; /* указываем перед sticky */
/*	position: sticky;
/*	top: 20px; /* обязательно указываем позицию элемента */
	
  /* 
    background-color: #ffffff;*/
	
	padding: 10;
	margin-left: 35;
}


#ya-site-form0 .ya-site-form__form .ya-site-form__input-text
{
    background-color: #ffffff!important;
    height: 30;
    padding: 5;
	

}



.searches_ya
{
    margin-left: 333;
    margin-right: auto;
    max-width: 30.5em;
	
/*	position: static; /* указываем перед sticky */
/*	position: sticky;
/*	top: 20px; /* обязательно указываем позицию элемента */
 /*   background-color: #ffffff;*/
	
    padding: 7;
}