html,body
{
	min-width:300px;
}
body
{
	padding:0;
	margin:0;
	font-family: 'Open Sans', sans-serif;
	position:relative;
	overflow-x:hidden;
	font-display:swap;
}

p
{
	padding:0;
	margin:0;
}

.bg0
{
	background:#1178bd;
}
.footer-bg
{
	background:#333333;
	color:#999999;
}
.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;

}
main
{
	padding:0px 20px 20px 20px;
	border:0px solid red;
	min-height:500px;
}
@media screen and (max-width: 746px)
{
	main
	{
		padding:0px 10px 10px 10px;
	}	
}
hr
{
	border: none; /* Убираем границу для браузера Firefox */
    color: black; /* Цвет линии для остальных браузеров */
    background-color: black; /* Цвет линии для браузера Firefox и Opera */
    height: 1px; /* Толщина линии */
}
h1
{
	font-size:23px;
	padding:0;
	margin:0;
	font-weight:normal;
	color:#676566;
}
#scrolltt
{
	z-index:1000000;
	position:fixed;
	right:5px;
	bottom:5px;
	cursor:pointer;
	display:none;
}
#scrolltt img
{
	height:34px;
	width:50px;
}
