html, body {
    scroll-behavior: smooth;
}

body
{
	background-color: #2F3336;
	color: #efefef;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
}

.bg-filar
{
	
	background-color:#faa823 !important; 

}

.navbar
{
	text-align: center;
	position: fixed;
	width: 100%;
}

.scrollup
{
	width:64px;
	height:64px;
	text-decoration: none;
	background: url("img/up.png") no-repeat 0px 0px;
	position: fixed;
	right:50px;
	bottom:50px;
	display:none;
}

.company
{
	padding: 80px 60px;
	text-align: center;
	line-height: 2;
	font-size:17px;
	border-bottom: 2px dotted #444444;
}

h1
{
	letter-spacing:1px;
	text-align:center;
	padding-top:20px;
}

.offer
{
	padding: 20px 30px;
	line-height: 2;
	font-size:17px;
	text-align:center;
	border-bottom: 2px dotted #444444;
	padding-top:30px;
}

.offer>ul>li
{
	list-style-type:none;
    padding-right: 40px;
}

.offer>ul>li:before
{
	content:"●";
	margin-right: 5px;
	color:#faa823;
}

.map
{
	padding-top: 30px;
	margin-bottom: 20px;
}

.map img
{
	width:600px;
	padding-top:20px;
}

.contact
{
	
	text-align:center;
	line-height:200%;
	border-bottom: 2px dotted #444444;
	border-top: 2px dotted #444444;
	padding-bottom:30px;
	margin-top:10px;
	
}

.contact h1
{
	margin-top:10px;
	padding:20px;
	
}

.footer
{
	
	text-align:center;
	padding:80px;
	font-style: italic;
	
}

.sticky
{
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
}

.anchor 
{
	margin-top:-70px; 
	padding-top:70px;
}