html,body
{
	margin:0;
	padding:0;
	font-family:Times New Roman;
	font-size:16px;
	min-width:300px;
}
main
{
	border:0px solid red;
	min-height:500px;
	font-size:18px;
	line-height:1.5;
	margin:0 auto;
}
@media screen and (max-width: 746px)
{
	main
	{
		padding-bottom:10px;
	}	
}
hr
{
	border: none; /* Убираем границу для браузера Firefox */
    color: black; /* Цвет линии для остальных браузеров */
    background-color: black; /* Цвет линии для браузера Firefox и Opera */
    height: 1px; /* Толщина линии */
}
ul li:not(:first-child)
{
	padding-top:7px;
}
p
{
	padding:9px 0;
	margin:0;
}
.clear, .ptse-clear
{
	clear:both;
	height:0px;
}
.bg0
{
	background:#1178bd;
}
.footer-bg
{
	background:#333333;
	color:#999999;
}
#scrolltt
{
	z-index:1000000;
	position:fixed;
	right:5px;
	bottom:5px;
	cursor:pointer;
	display:none;
}
#scrolltt img
{
	height:34px;
	width:50px;
}
#ptse_alert
{
	position:fixed;
	width:300px;
	padding:40px;
	
	top: 35%;
	left:50%;
	margin-left:-170px;
	z-index:20000000000000;
	
	background:white;
	color:#676566;
	font-size:25px;

	box-shadow: 0px 0px 4px #333333;
	-webkit-box-shadow: 0px 0px 4px #333333;
	-moz-box-shadow: 0px 0px 4px #333333;

	display:none;
}
@media screen and (max-width: 670px)
{
	#ptse_alert
	{
		width:260px;
		padding:20px;
		
		margin-left:-150px;
		font-size:20px;
	}
}
.triangle-down-line
{
	border:0;
	height:2px;
}
.triangle-down {

    width: 0;

    height: 0;

    border-left: 15px solid transparent;

    border-right: 15px solid transparent;

    border-top: 15px solid #1178bd;

	margin:0 0 -15px 0

}
.triangle-down2 {

    width: 0;

    height: 0;
	
	border-bottom:0;

    border-left: 7px solid transparent;

    border-right: 7px solid transparent;

    border-top: 7px solid #1178bd;

	margin:0 0 -8px 0

}
.triangle-down3 {

    width: 0;

    height: 0;

    border-left: 15px solid transparent;

    border-right: 15px solid transparent;

    border-top: 15px solid #1178bd;

}
.triangle-down4 {
    width: 0;
    height: 0;
    border-left:7px solid transparent;
    border-right:7px solid transparent;
    border-top:7px solid #1178bd;
	float:right;
	margin:5px 0 0 36px;
}