:root {
	--main: #004077;
}
.btn {
	border: 1px solid #fff;
    padding: 0px 25px;
    text-decoration: none;
    border-radius: 25px;
    display: inline-block;
    height: 50px;
    line-height: 48px;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
    color: var(--main);
    border-color: var(--main);
}
.btn:hover {
	background: var(--hover);
}
header{
	background-color: #671619;
    height: 78px;
}
.container.head_1{
	display: flex;
	align-items: center;
	height: 78px;
}
.social{
	display: inline-block;
    width: 181px;
    margin-left: 91px;
}
.social a{
	background: url('/wp-content/themes/voodootheme/images/tailsoc.png');	
	background-position: 0 -26px;
    width: 26px;
    height: 26px;
    display: block;
}
.tel{
	color: white;
	font-weight: bold;
    white-space: nowrap;
}
.top-menu .menu-btn a{
 background:#ff6600;
 color:white;
 padding:10px 18px;
 border-radius:6px;
 text-decoration:none;
 font-weight:bold;
}

.top-menu .menu-btn a:hover{
 background:#e05500;
}
.header-btn{
	padding: 8px 27px 14px 25px;
	border: 1px solid #8f2d30;
}