/*salabvi*/
.slab00 {
	display: flex;
		align-items: center;
		justify-content: space-between;
}

.slab001,
.slab002 {
		display: inline-flex;
		align-items: center;
	gap: 10px;
}

.adress00 {
    display: flex;
    align-items: center;
    gap: 10px;
}
.adress00 li {
padding: 2px 10px;
    border-radius: 5px;
	font-size: 14px;
	color: #474747;
}
.adress00 li a {
color: #474747;
}

.social00 {
    display: flex;
    align-items: center;
    gap: 5px;
}
.social00 li a {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
	transition: all 0.3s;
	background: #e4e4e4;
    color: #1E3D39;
}
.social00 li a:hover {
/*background: #1E3D39;*/
	color: #B39168;
	transform: translateY(-2px);
}













