.flex {
    display: flex;
}

.flex-col {
    flex-direction: column;
}

.flex-row {
    flex-direction: row;
}

.flex1 {
    flex: 1;
}

.flex-gap-40 {
    gap: 40px;
}

.p-relative {
    position: relative;
}

.min-w-500 {
    min-width: 500px;
}

@media only screen and (max-width: 890px) {
    .tablet-down-hidden {
        display: none;
    }
}

@media only screen and (min-width: 1024px) {
    html, body {
        font-family: 'Montserrat', sans-serif;

        background-color: #fff;
        color: #222;
        margin: 0;
        padding: 0;
        font-size: 16px;
        letter-spacing: .02em;
        line-height: 1.3em;
    }

    h1 {
        margin-top: 40px;
    }

    h2 {
        font-size: 18px;
        padding-bottom: 15px;
    }

    .kontakt_l h1 {
        font-size: 28px;
        padding-bottom: 15px;
    }

    .navpc {
        display: block;
        float: right;
    }

    .logo {
        width: 100px;
        margin-top: 10px;
        position: relative;
        margin-left: auto;
        margin-right: auto;
    }

    nav {
        float: right;
    }

    nav {
        margin-right: 20px;
        text-align: right;
        float: right;
        margin-top: 40px;
    }

    nav ul {
        margin-top: 0;
        margin-right: 0;
    }

    nav ul li {
        color: #000;
        line-height: 60px;
        margin-left: 60px;
        margin-right: 0;
        font-size: 16px;
        font-weight: normal;
        float: left;
        list-style: none;


    }

    nav ul li a {
        color: #333;
        font-weight: bold;
        text-decoration: none;
        -o-transition: .2s;
        -ms-transition: .2s;
        -moz-transition: .2s;
        -webkit-transition: .2s;
        transition: .2s;
    }

    nav ul li a:hover {
        color: #b788c9;
        text-decoration: none;
    }

    nav ul li .fas:hover {
        color: #f06;
        text-decoration: none;
    }

    .h1index {
        font-size: 65px;
        padding-top: 40px;
        padding-bottom: 20px;
        font-weight: normal;
        text-align: center;
    }

    .homeblok h2 {
        font-size: 33px;
        line-height: 40px;
        font-weight: normal;
        text-align: center;
    }

    .stred {
        width: 1380px;
        overflow: auto;
        margin-left: auto;
        margin-right: auto;
    }

    .tableadresa {
        float: left;
    }

    .tableadresa td {
        height: 50px;
        border-bottom: 1px solid #ddd;
    }

    .tableadresa td:nth-child(1) {
        font-weight: bold;
        font-size: 14px;
        color: #444;
        padding-right: 30px;
    }

    .tableadresa td:nth-child(2) {
        padding-right: 20px;
    }

    .tableadresa2 {
        float: left;
        width: 100%;
    }

    .tableadresa2 td {
        height: 74px;
        border-bottom: 1px solid #ddd;
    }

    .tableadresa2 td:nth-child(1) {
        font-weight: bold;
        color: #444;
        font-size: 14px;
        padding-left: 10px;
        padding-right: 30px;
    }

    .tableadresa2 td:nth-child(2) {
        padding-right: 20px;
    }

    .tableadresa2 tr:nth-child(even) {

        background: #f2f2f2;
    }


    .tableadresa3 {
        float: left;
        width: 100%;
    }

    .tableadresa3 td {
        height: 74px;
        border-bottom: 1px solid #ddd;
    }

    .tableadresa3 td:nth-child(1) {
        font-weight: bold;
        font-size: 14px;
        padding-left: 10px;
        color: #444;
        padding-right: 30px;
    }

    .tableadresa3 td:nth-child(2) {
        padding-right: 20px;
    }

    .tableadresa3 tr:nth-child(even) {

        background: #f2f2f2;
    }

    .mapa {
        width: calc(50% - 30px);
        float: right;
    }

    .mapa iframe {
        width: 100%;
    }

    .pole1 {
        padding-top: 40px;
        overflow: auto;
    }

    .pole_upozorneni {
        width: calc(100% - 24px);
        background: #f28395;
        font-weight: bold;
        color: #fff;
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 20px 10px 20px 10px;
        border: 2px solid #f28395;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        overflow: auto;
        clear: both;
    }

    .pole2 {
        width: calc(33.33333% - 30px);
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 20px;
        clear: both;
        float: left;
        padding-top: 0;
    }

    .pole3 {
        width: calc(50% - 30px);
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 20px;
        float: right;
        padding-top: 0;
    }

    .pole4 {
        width: calc(50% - 15px);
        padding-left: 0;
        padding-right: 15px;
        margin-top: 20px;
        clear: both;
        float: left;
        padding-top: 0;
    }

    .pole5 {
        width: calc(50% - 15px);
        padding-left: 15px;
        padding-right: 0;
        margin-top: 20px;

        float: left;
        padding-top: 0;
    }

    .podklads {
        background: #f2f2f2;
        padding: 30px 30px 20px 30px;
    }

    input[type=text] {
        width: 100%;
        padding: 12px 10px;
        border: 1px solid #ccc;
        margin: 5px 0;
        box-sizing: border-box;
    }

    input[type=submit] {
        width: 100%;

        padding: 12px 10px;
        margin: 5px 0;
        font-weight: bold;
        color: #fff;
        box-sizing: border-box;
        border: none;
        background-color: #7ccf80;
    }

    textarea {
        width: 100%;
        border: 1px solid #ccc;
        height: 200px;
        padding: 12px 10px;
        margin: 5px 0;
        box-sizing: border-box;
    }

    .textareakontakt {
        width: 100%;
        border: 1px solid #ccc;
        height: 100px;
        padding: 12px 10px;
        margin: 5px 0;
        box-sizing: border-box;
    }

    .hlavicka {
        width: 100%;
        margin-top: 0;
        background-color: #fff;
        padding-bottom: 5px;


        -webkit-box-shadow: 0 0 32px -10px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 0 32px -10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 32px -10px rgba(0, 0, 0, 0.2);

    }

    .blok50L {
        width: calc(50% - 170px);
        margin-left: 15px;
        margin-right: 15px;
        position: relative;
        z-index: 1;
        padding-left: 60px;
        padding-right: 60px;
        float: left;
        padding-bottom: 30px;
        text-align: center;
        background: #f8e8fe;

    }

    .blok50Lz {
        background: #d5ffd8;


    }

    .blokLevy {
        -webkit-border-top-left-radius: 10px;
        -webkit-border-bottom-left-radius: 10px;
        -moz-border-radius-topleft: 10px;
        -moz-border-radius-bottomleft: 10px;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .blokPravy {
        -webkit-border-top-right-radius: 10px;
        -webkit-border-bottom-right-radius: 10px;
        -moz-border-radius-topright: 10px;
        -moz-border-radius-bottomright: 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }


    .btn {
        display: inline-block;
        padding: 15px 25px 15px 25px;

        font-size: 16px;
        font-weight: bold;
        background: #f06;
        margin-top: 30px;
        color: #fff;

        text-decoration: none;
        -o-transition: .5s;
        -ms-transition: .5s;
        -moz-transition: .5s;
        -webkit-transition: .5s;
        transition: .5s;
    }

    .btn:hover {
        background: rgba(0, 0, 0, 0.3);
        color: #000;


    }

    .btn1 {
        background: #5bae61;
    }

    .btn2 {
        background: #b788c9;
    }

    .trouhelnik {
        width: 0;
        height: 0;
        right: 0;
        position: absolute;
        z-index: 0;
        border-style: solid;
        margin-top: -150px;
        border-width: 0 0 600px 600px;
        border-color: transparent transparent #f8f7f3 transparent;
    }

    .blok50L:hover {
        background: #f8e8fe;
    }

    .lekrimg {
        position: absolute;
        margin-top: 70px;
        z-index: 1;
        right: 0;
    }

    .patka {
        width: 100%;
        margin-top: 100px;
        height: 300px;
        background: #f8f7f3;

    }

    .popisindex {
        width: 800px;
        text-align: center;
        clear: both;
        margin: 0 auto 90px;
    }

    .vypisordinaci {
        text-align: left;
    }

    .ordinaceblok {
        width: calc(50% - 34px);
        height: 250px;
        overflow: hidden;
        text-align: left;
        background: #f2f2f2;
        margin-top: 70px;
        margin-left: 15px;
        margin-right: 15px;
        display: inline-block;
    }

    .ordinaceblok_popis {
        width: calc(100% - 340px);
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
        float: left;
        display: block;
    }

    .ordinaceblok_mapa {
        width: 300px;
        height: 250px;
        float: left;
    }

    .ordinaceblok_mapa img {

        height: 250px;
    }

    .btndetail {
        display: inline-block;
        margin-top: 25px;
        background: #5bae61;
        color: #fff;
        text-decoration: none;
        padding: 8px 15px 8px 15px;
    }

    .mapafull {
        width: 100%;
    }

    .kontakt_l {
        font-size: 18px;
        line-height: 28px;
        margin-left: 15px;
    }

    .kontakt_r {
        margin-right: 15px;
        padding-top: 30px;
    }

    .menumob, .menubtn {
        display: none;
    }
}
