
/*hero fon*/
.basty-fon00 {
	margin-top: -120px;
}
















/*kontact*/
.kon-adr0 {
	box-shadow: 5px 5px 30px #1e3d3917;
    transition: all 0.3s;
}
.kon-adr0 iframe {
	border-radius: 20px;
}
.mr-bott {
	margin-bottom: 0;
}
.kon-adr0:hover {
	box-shadow: 5px 5px 30px #1e3d3973;
	transform: translateY(-5px);
    transition: all 0.3s;
}
.kon-adr01 {
	display: grid;
    gap: 10px;
    grid-template-columns: 0fr 1fr;
    align-items: center;
	margin-bottom: 15px;
	padding: 5px 5px
}
.kon-adr01 i {
	font-size: 20px;
    border-radius: 100%;
    background: #1e3d394f;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--nv-primary-accent);
}
.text-kon00 {
	margin-bottom: 0;
    font-weight: bold;
}

.call-what:hover {
	background: #f2f2f2;
    border-radius: 25px;
}
.call-what:hover a {
	color: var(--nv-secondary-accent);
}
.call-what a {
	color: black;
    font-weight: 900;
}
