.kontakt-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}

.kontakt-wrap .address {
    flex: 1;
}

.kontakt-wrap h3 {
    font-size: 22px;
    color: #004996;
    margin-bottom: 15px;
}
.kontakt-wrap h4 {
    font-size: 18px;
    color: #004996;
    margin-bottom: 10px;
}
.kontakt-wrap p {
    text-align: left;
    font-size: 16px;
    margin-bottom: 25px;
}

.kontakt-wrap .address a {
    color: #004996;
}

.map {
    width: 100%;
    height: 450px;
    flex: 2;
}
#map {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    border: 5px solid #004996;
    z-index: 0;
}
.leaflet-bottom  {
    z-index: 0 !important;
}

.kontakt-phones {
	color: #004996;
    display: flex;
    flex-wrap: wrap;
    gap: 0px 20px;
    margin-top: 10px;
}

.kontakt-phones p {
    font-size: 20px;
    font-weight: bold;
}

.kontakt-phone-icon {
    display: flex;
    gap: 10px;
    align-items: center;
}
.kontakt-phone-icon img {
    width: 28px;
    height: 28px;
}
.kontakt-phone-icon a {
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    color: #004996;
}

@media (max-width: 1000px) {
    .kontakt-wrap {
        flex-direction: column;
        gap: 30px;
    }

    .kontakt-wrap .address,
    .kontakt-wrap .map {
        flex: unset;
        width: 100%;
        min-width: unset;
        height: auto;
    }

    .map, #map {
        height: 300px;
    }

    h3, h4, .kontakt-wrap p {
        text-align: center;
    }
    .kontakt-phones {
        justify-content: center;
    }
}

/*OTAZKY*/
.otazky {
    background-color: #EAF4FF;
    width: 100%;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 40px 10px;
    margin-top: 100px;
    flex-wrap: wrap;
}
.otazky p {
    width: fit-content;
    font-size: 25px;
}
.otazky button {
    text-decoration: none;
    color: white;
    background-color: #004996;
    border-radius: 20px;
    padding: clamp(5px, 2vw, 10px) clamp(20px, 5vw, 50px);
    border: none;
    cursor: pointer;
}

/*KONTAKTNI UDAJE*/
.kontaktni-blok {
    border-radius: 15px;
    width: 100%;
    padding: clamp(15px, 5vw, 50px);
    margin-top: 50px;
}
.kontaktni-blok h3 {
    text-align: center;
    font-size: clamp(18px, 1.8vw, 20px);
    text-transform: uppercase;
    margin-bottom: 40px;
}
.oddeleni-blok h4 {
    font-size: clamp(20px, 2vw, 25px);
}
.oddeleni-blok p {
    text-align: left;
    font-size: 18px;
}
.oddeleni-blok {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    width: fit-content;
}
.bold {
    font-weight: bold;
}
.oddeleni {
    display: grid;
	grid-template-columns: repeat(3, 1fr);
    justify-items: center;
	gap: 60px 20px;
}
@media (max-width: 1400px) {
    .oddeleni {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 900px) {
    .oddeleni {
        grid-template-columns: repeat(1, 1fr);
    }
}
.phone-icon {
    display: flex;
    gap: 10px;
    align-items: center;
}
.phone-icon img {
    width: 28px;
    height: 28px;
}
.phone-icon a {
    text-decoration: none;
    color: #004996;
    font-weight: bold;
}

.kontaktni-navigace {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 20px;
    align-items: stretch;
}

.kontakt-link {
	text-align: center;
    padding: 25px 20px;
    border-radius: 15px;
    border: 1px solid #004996;
    display: block;
	text-decoration: none;
    text-transform: uppercase;
    text-align: left;
    color: #004996;
    font-size: 18px;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
}
/* a img,a svg {
    min-height: 26px;
    min-width: 26px;
} */