html{
    overflow-x: hidden;
}

body
{
	margin: 32px 20px;
	overflow-x:hidden;
}

hr
{
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

p 
{
	margin: 0;
	font-family: Open Sans !important;
	font-style: normal !important;
	font-size: 14px !important;
	line-height: 20px !important;
}

p > span
{
	font-family: Open Sans !important;
	font-style: normal !important;
	font-size: 14px !important;
	line-height: 20px !important;
	color: #000000 !important; 
}

p.Normal > span, p.NormalWeb > span
{
	font-family: Open Sans !important;
	font-style: normal !important;
	font-size: 14px !important;
	line-height: 20px !important;
	color: #000000 !important;
}

.descr
{
	font-family: Open Sans !important;
	font-style: normal !important;
	font-size: 14px !important;
	line-height: 1.5 !important;
	color: #646464 !important;
}

ul 
{
	font-family: Open Sans !important;
	font-style: normal !important;
	font-size: 14px !important;
	line-height: 20px !important;
}

h4
{
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;	
	margin-top: 0px;
	margin-bottom: 6px;
}

h4 > a
{
	color: #000000;
	text-decoration: none;
	display: inline-block;
}

h4 > a:hover
{
	color: #F54B4B;
	text-decoration: none;
}

h3
{
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;	
	margin-top: 0px;
	margin-bottom: 6px;
}

img
{
	max-width: 500px;
	height: auto;
}

/* Цвет дорожки, по которой двигается бегунок прокрутки */
::-webkit-scrollbar-track
{
	background-color: white;
}

/* Основная ширина полосы прокрутки */
::-webkit-scrollbar
{
	width: 6px;
	height: 6px;
	background-color: #EEEEEE;
}

/* Цвет бегунка полосы, а так же его закругление */
::-webkit-scrollbar-thumb
{
	background-color: #EEEEEE;
	border-radius: 2px;
}

/* Цвет бегунка при наведении на него курсора */
::-webkit-scrollbar-thumb:hover{
	background-color:#EEEEEE;
}