@media only screen and (max-width: 950px){
    .menu-list{
        width: 40%;
    }
    .index-first{
        height: 93vw;
    }
    .index-fhalf{
        flex-wrap: wrap;
        gap: 5vh;
    }
    .footer-head{
        padding: 0 20vw;
    }
}
@media only screen and (max-width: 820px){
    .ulica{
        width: auto;
    }
    .search-wrap{
        justify-content: center;
    }
    .index-fhalf{
        flex-direction: column;
    }
    .container-ifhalf h2{
        margin-bottom: 4vh;
    }
    .doctor-image{
    margin: 3vh 0 0 5vw;
    }
    .menu{
        display: flex;
    }
    .desktop-menu{
        display: none;
    }
    .menu-list{
        width: 40%;
    }
    .menu-bg{
        display: none;
        visibility: visible;
    }
    .index-first-right{
        padding: 0 5px;
        margin-left: -10vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
    }
    .index-first-right p, h1{
        text-shadow: 0px 0px 10px var(--text-color-reverse);
    }
    .footer-head{
        padding: 0 15vw;
        margin-top: 0;
    }
    footer{
        display: block;
        padding: 30px 25vw;
        height: auto;
    }
    footer div{
        padding: 25px 0;
    }
    #kontakt-container iframe{
        top: 55vh;
        right: 0vw;
        width: 100vw;
        height: 40vh;
    }
    #kontakt-container .kontakt-container{
        align-items: flex-start;
        justify-content: center;
    }
    .index-fhalf{
        margin-bottom: 7vw;
    }
    #zmluvnepoistenie{
        top: -8vh;
    }
    .oh-table{
        width: 100%;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        box-shadow: none;
}
    main .oh-table td:nth-child(even){
        padding: 3vh 14vw 3vh 0;
        background-image: linear-gradient(to right, var(--company-color-light), var(--company-color-light));
    }
    main .oh-table td:nth-child(odd){
        padding: 3vh 0 3vh 20vw;
        background-image: linear-gradient(to right, var(--company-color-light), var(--company-color-light));
    }
}
@media only screen and (max-width: 500px){
    .doctor-image{
        width: 110vw;
    }
}
@media only screen and (max-width: 350px){
    .doctor-image{
        display: none;
    }
    .kontakt-container iframe{
        display: none;
    }
    .index-first-right{
        margin-left: 0;
        background-image: none;
    }
    .index-first{
        margin-bottom: 5vh;
    }
    .footer-head{
        padding: 0;
    }
    footer{
        padding: 0 10vw;
    }
	.menu-list{
		width: 70%;
	}
    #kontakt iframe{
        display: none;
    }
    #kontakt .kontakt-container{
        height: 50vh;
        align-items: center;
        justify-content: center;
    }
}

@media only screen and (max-height: 600px){
    .menu{
        display: flex;
    }
    .desktop-menu{
        display: none;
    }
    .index-first{
        height: 100vh;
    }
#kontakt{
    position: relative;
    top: 30px;
}
#kontakt-container{
	padding: 8vh 17vw;
    min-height: 80vh;
    position: relative;
}
#kontakt-container h2{
    text-align: center;
	margin: 8vh;
}
#kontakt-container iframe{
    position: absolute;
    right: 4vw;
    top: 28vh;
    width: 45vw;
    height: 65vh;
}
#kontakt-container .kontakt-container{
    height: 58vh;
    display: flex;
    align-items: left;
    justify-content: left;
}
}