@font-face {
    font-family: 'Open_Sans';
    src: url('../font/Open-Sans/OpenSans-SemiBoldItalic.woff2') format('woff2'),
        url('../font/Open-Sans/OpenSans-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Open_Sans';
    src: url('../font/Open-Sans/OpenSans-ExtraBold.woff2') format('woff2'),
        url('../font/Open-Sans/OpenSans-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Open_Sans';
    src: url('../font/Open-Sans/OpenSans-Light.woff2') format('woff2'),
        url('../font/Open-Sans/OpenSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Open_Sans';
    src: url('../font/Open-Sans/OpenSans-Italic.woff2') format('woff2'),
        url('../font/Open-Sans/OpenSans-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Open_Sans';
    src: url('../font/Open-Sans/OpenSans-Bold.woff2') format('woff2'),
        url('../font/Open-Sans/OpenSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Open_Sans';
    src: url('../font/Open-Sans/OpenSans-BoldItalic.woff2') format('woff2'),
        url('../font/Open-Sans/OpenSans-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Open_Sans';
    src: url('../font/Open-Sans/OpenSans-Regular.woff2') format('woff2'),
        url('../font/Open-Sans/OpenSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Open_Sans';
    src: url('../font/Open-Sans/OpenSans-ExtraBoldItalic.woff2') format('woff2'),
        url('../font/Open-Sans/OpenSans-ExtraBoldItalic.woff') format('woff');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Open_Sans';
    src: url('../font/Open-Sans/OpenSans-SemiBold.woff2') format('woff2'),
        url('../font/Open-Sans/OpenSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Open_Sans';
    src: url('../font/Open-Sans/OpenSans-LightItalic.woff2') format('woff2'),
        url('../font/Open-Sans/OpenSans-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

body {
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    font-family: Open_Sans;
    color: #002342;
    height: 100vh;
}
#homepage {
    display: flex;
    height: calc(100vh - 98px);
}
.leva_cast {
    width: 400px;
    height: 100%;
}
.leva_cast img {
    width: 120px;
    position: relative;
    top: 42px;
    left: 41px;
}
.prava_cast {
    height: 100%;
    width: calc(100vw - 400px);
    background-color: #dae2eb;
    position: relative;
}
.prava_cast .background_image {
    width: 1165px;
    position: absolute;
    height: 533px;
    top: 29.7vh;
    right: 0;
    overflow: hidden;
}
.prava_cast .background_image img {
    position: relative;
    left: 200px;
}
.prava_cast .responsive_logo {
    width: 120px;
    position: absolute;
    top: 40px;
    left: 40px;
    display: none;
}
.prava_cast .obsah {
    position: relative;
    margin: 0 auto;
    max-width: 940px;
    margin-top: 17.2vh;
}
.prava_cast .obsah .nadpis .text {
    font-size: 42px;
    font-weight: 700;
    color: #003a79;
}
.prava_cast .obsah .nadpis .kde_najit, .prava_cast .obsah .nadpis .jak_to_funguje {
    color: white;
    border-radius: 5px;
    padding: 9px 18px;
    margin-top: 12px;
    width: fit-content;
    cursor: pointer;
    transition: .3s;
}
.prava_cast .obsah .nadpis .kde_najit {
    background-color: #f99746;
}
.prava_cast .obsah .nadpis .kde_najit:hover {
    background-color: #ee8732;
}
.prava_cast .obsah .nadpis .jak_to_funguje {
    background-color: #4CAB6F;
}
@media screen and (min-width: 470px) {
    .prava_cast .obsah .nadpis .jak_to_funguje {
        margin-left: 18px;
    }
    .prava_cast .obsah .nadpis .kde_najit, .prava_cast .obsah .nadpis .jak_to_funguje {
        display: inline-block;
    }
}
.prava_cast .obsah .nadpis .jak_to_funguje:hover {
    background-color: #419c62;
}
.prava_cast .obsah .input_pole {
    position: relative;
    margin-top: 60px;
}
.prava_cast .obsah .input_rodic {
    background-color: white;
    width: 940px;
    height: 120px;
    border-radius: 18px;
    box-shadow: 20px 20px 47px 0px rgb(159 175 189 / 80%);
    display: flex;
    position: relative;
}
.prava_cast .obsah .input_rodic .hlavni_input {
    display: inline-block;
    border: none;
    padding: 0;
    background: repeating-linear-gradient(90deg, #92acbe 0, #92acbe 20.4px, transparent 0, transparent 34.1px) 0 90%/ 295px 1px no-repeat;
    letter-spacing: 15.7px;
    width: 333px;
    height: 50px;
    padding-left: 2px;
    outline: none;
    margin-top: 38px;
    margin-left: 47px;
    font-size: 27px;
    font-weight: 600;
    color: #002342;
}
.prava_cast .obsah .input_rodic .hlavni_input.active {
    background: none;
}
.prava_cast .obsah .input_rodic .tlacitka {
    width: 50px;
    height: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: absolute;
    right: 111px;
    top: 36px;
}
.prava_cast .obsah .input_rodic .potvrdit .sipka:hover, button:hover {
    box-shadow: 4px 8px 21px 0px rgb(142 156 172 / 40%);
    transition: 0.3s;
}
.prava_cast .obsah .input_rodic .qr_kod {
    width: 50px;
    cursor: pointer;
}
.prava_cast .obsah .input_rodic .qr_kod:hover .toolbox {
    opacity: 1;
}
.prava_cast .obsah .input_rodic .qr_kod .toolbox {
    position: absolute;
    bottom: 33px;
    line-height: 26.5px;
    width: 172px;
    right: 26px;
    background-color: #ee8732;
    color: white;
    padding: 8px 14px;
    border-radius: 10px;
    opacity: 0;
    transition: .3s;
}
.prava_cast .obsah .input_rodic .qr_kod input[type='file'] {
    display: none;
}
.prava_cast .obsah .input_rodic .jednotlive_inputy.qr {
    width: 100%;
}
.prava_cast .obsah .input_rodic .custom_input {
    display: none;
    padding: 42px 49px;
    width: calc(100% - 230px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.prava_cast .obsah .input_rodic .custom_input span:first-of-type {
    font-size: 27px;
    font-weight: 700;
    letter-spacing: 0.6px;
    color: #002342;
}
.prava_cast .obsah .input_rodic .custom_input #soubor {
    font-size: 27px;
    padding-left: 7px;
    letter-spacing: 0.5px;
}
.prava_cast .obsah .input_rodic .qr_kod img {
    width: 30px;
    padding: 10px;
}
.prava_cast .obsah .input_rodic .potvrdit {
    width: 50px;
    cursor: pointer;
    margin-left: 70px;
}
.prava_cast .obsah .input_rodic .potvrdit .sipka {
    width: 50px;
    background-color: #dae2eb;
    border-radius: 25px;
    transition: 0.3s;
}
.prava_cast .obsah .input_rodic .potvrdit .sipka img {
    width: 20px;
    padding: 15px;
}
.prava_cast .obsah .input_rodic .kolecko {
    display: none;
    width: 44px;
    padding: 4px;
}
.obsah .red_alert {
    display: flex;
    width: 290px;
    color: white;
    background-color: #f94646;
    margin-top: 18px;
    padding: 10px 14px;
    border-radius: 3px;
    position: relative;
    display: none;
}
.obsah .red_alert span {
    display: flex;
}
.obsah .red_alert img {
    width: 20px;
    padding-right: 11px;
}
.zapati {
    position: absolute;
    bottom: 0px;
    right: 0;
    width: calc(100vw - 400px);
    height: 59px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding-top: 40px;
    background-color: #dae2eb;
}
.zapati .nav {
    padding-left: 37px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.zapati .nav div:last-of-type a:last-of-type {
    text-decoration: none;
}
.zapati .nav a, .zapati .nav span {
    color: #003a79;
    text-decoration: none;
    padding-left: 4px;
    font-weight: 300;
    letter-spacing: 0.3px;
}
.zapati .nav a:hover {
    text-decoration: underline;
}
.zapati .webli {
    display: flex;
    padding-right: 37px;
    color: #003a79;
    width: 185px;
}
.zapati .webli div {
    width: 81px;
    font-weight: 300;
}
.zapati .webli img {
    width: 90px;
    height: 21px;
    padding-left: 13px;
}
.epoukazy_lekarna {
    top: -4px;
    position: relative;
}
.zapati .nav {
    top: -12px
}
#homepage .overlay {
    width: 100vw;
    height: 100vh;
    position: fixed;
    background-color: rgba(218, 226, 235, 60%);
    z-index: 200;
    display: flex;
    align-items: center;
    justify-content: center;
}
.overlay .kde_najit_popup, #popup_souhlas {
    background-color: white;
    position: absolute;
    width: 422px;
    border-radius: 10px;
    padding: 38px 49px 56px 49px;
    display: none;
    box-shadow: 20px 20px 50px 0px rgb(142 156 172 / 50%);
}
.overlay .kde_najit_popup .body {
    margin-top: 11px;
}
#popup_souhlas {
}
.overlay .kde_najit_popup .radek {
    display: flex;
    padding-top: 7px;
}
.overlay .kde_najit_popup .radek div:first-of-type {
    margin-right: 15px;
    color: #003a79;
    font-weight: 600;
    margin-top: 1px;
}
#popup_souhlas a {
    color: #003a79;
}
#popup_souhlas a:hover {
    opacity: 0.8;
}
.overlay .kde_najit_popup .radek div:last-of-type {
    line-height: 1.6;
}
.overlay .krizek {
    position: absolute;
    top: 19px;
    right: 19px;
    width: 15px;
    height: 15px;
    cursor: pointer;
    border: none;
    background-color: inherit;
    padding: 0;
}
.overlay .nadpis {
    font-size: 18px;
    font-weight: 700;
    color: #003a79;
}
.overlay .vse_vporadku_popup, .overlay .popup {
    background-color: white;
    position: absolute;
    width: 697px;
    border-radius: 10px;
    box-shadow: 20px 20px 50px 0px rgb(142 156 172 / 50%);
    display: none;
}
.overlay .vse_vporadku_popup .krizek {
    background-color: #4eab6d;
}
.overlay .vse_vporadku_popup .hlavicka {
    background-color: #4eab6d;
    padding: 44px 0px;
    color: white;
    font-size: 18px;
    letter-spacing: 0.3px;
    font-weight: 600;
    border-radius: 10px 5px 0 0;
    text-align: center;
}
.overlay .vse_vporadku_popup .hlavicka img {
    width: 30px;
    position: relative;
    top: 4px;
}
.overlay .vse_vporadku_popup .hlavicka span {
    padding-left: 11px;
}
.overlay .vse_vporadku_popup .body {
    text-align: center;
    padding-bottom: 35px;
}/*
.overlay .vse_vporadku_popup .body div {
    padding: 30px 78px 29px 78px;
    text-align: center;
    line-height: 26px;
}*/
.overlay .vse_vporadku_popup .body button, #popup_souhlas button {
    border: none;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 15px 18px;
    border-radius: 8px;
    background-color: #dae2eb;
    cursor: pointer;
}
#popup_souhlas button {
    float: right;
    margin-top: 8px;
}
#popup_souhlas {
    width: 600px;
    padding-bottom: 28px;
}
.prava_cast .obsah .input_rodic .nebo_qr {
    font-size: 22px;
    font-weight: 700;
    padding-top: 18px;
    padding-bottom: 19px;
    display: none;
    color: #003a79;
}
.epoukazy_lekarna_2 {
    display: none;
}
/*---------------------------- responsive ----------------------------*/
@media screen and (max-width: 1440px) and (min-width: 750px) {
    .leva_cast {
        display: none;
    }
    .prava_cast {
        width: 100vw;
    }
    .prava_cast .responsive_logo {
        display: block;
    }
    .zapati {
        background-color: white;
        width: 100vw;
        position: relative;
    }
    .prava_cast .obsah{
        margin-top: 20vh;
    }
    .prava_cast .background_image {
        top: 32.3vh;
    }
    .prava_cast .background_image img {
        left: 186px;
    }
}

@media screen and (max-width: 1040px) and (min-width: 750px) {
    #homepage {
        height: calc(100vh - 115px);
    }
    .zapati {
        padding-top: 57px;
        height: 58px;
    }
    .zapati .webli {
        padding-right: 41px;
    }
    .zapati .webli img {
        width: 70px;
        padding-left: 0;
    }
    .zapati .webli div {
        font-size: 14px;
    }
    .zapati .nav {
        font-size: 14px;
    }
    .prava_cast .obsah {
        max-width: 740px;
        margin-top: 18.6vh;
    }
    .prava_cast .background_image img {
        position: relative;
        left: 24.6vw;
        top: 8px;
    }
    .prava_cast .obsah .input_pole {
        margin-top: 35px;
    }
    .prava_cast .obsah .input_rodic {
        width: 740px;
    }
}
@media screen and (max-width: 912px) and (min-width: 501px) {
    .zapati {
        padding-top: 32px;
    }
    .epoukazy_lekarna {
        top: 0px;
    }
    .webli {
        position: relative;
        top: 16px;
    }
}
@media screen and (max-width: 750px) and (min-width: 501px) {
    .prava_cast .obsah .input_rodic .custom_input .res_nahrano {
        font-size: 27px;
        font-weight: 700;
    }
}
@media screen and (max-width: 750px) {
    .qr_kod .toolbox {
        display: none;
    }
    .overlay .kde_najit_popup, #popup_souhlas {
        width: calc(100vw - 60px);
    }
    #popup_souhlas {
        padding: 20px 16px 30px 16px;
    }
    .epoukazy_lekarna {
        display: none;
    }
    .epoukazy_lekarna_2 {
        display: block;
        width: 80% !important;
        margin: auto;
        margin-bottom: 12px;
    }
    #homepage {
        height: calc(100vh - 200px);
        min-height: 680px;
    }
    .leva_cast {
        display: none;
    }
    .prava_cast {
        width: 100vw;
    }
    .prava_cast .responsive_logo {
        display: block;
    }
    .prava_cast .obsah {
        margin-top: 16vh;
        max-width: calc(100% - 70px);
    }
    .prava_cast .obsah .nadpis .text {
        font-size: 28px;
    }
    .prava_cast .obsah .input_rodic {
        width: 100%;
    }
    .prava_cast .obsah .input_rodic .custom_input span.res_soubor {
        display: none;
    }
    .prava_cast .responsive_logo {
        top: 27px;
        width: 153px;
        left: 35px;
    }
    .prava_cast .obsah .nadpis .kde_najit {
        margin-top: 16px;
    }
    .prava_cast .obsah .input_pole {
        margin-top: 35px;
    }
    .zapati {
        background-color: white;
        text-align: center;
        display: block;
        height: 146px;
        padding-top: 30px;
        width: 100vw;
        position: relative;
    }
    .zapati .nav a, .zapati .nav span, .epoukazy_lekarna_2 {
        font-size: 14px;
        line-height: 24px;
    }
    .zapati span {
        display: none;
    }
    .zapati .nav {
        padding: 0;
    }
    .zapati .nav a {
        display: block;
    }
    .zapati .nav div {
        width: 100%;
    }
    .zapati .webli {
        justify-content: center;
        width: 100%;
        padding-right: 0;
    }
    
    .prava_cast .background_image {
        width: 937px;
        top: unset;
        bottom: -110px;
    }
    .prava_cast .background_image img {
        left: 164px;
    }
    .zapati .webli {
        padding-top: 5px;
    }
    .zapati .webli img {
        width: 71px;
        padding: 0;
    }
    .zapati .webli div {
        font-size: 14px;
    }
    .overlay .kde_najit_popup {
        padding: 38px 15px 56px 15px;
    }
    .overlay .vse_vporadku_popup { 
        width: 90vw;
    }
    .overlay .vse_vporadku_popup .hlavicka {
        padding: 34px 15px 31px 15px;
        font-size: 15px;
    }
    .overlay .vse_vporadku_popup .hlavicka img {
        width: 25px;
    }
    .overlay .vse_vporadku_popup .body div {
        padding: 30px 25px 29px 25px;
    }
    .obsah .red_alert {
        width: 266px;
        font-size: 14px;
    }
}
@media screen and (max-width: 500px) {
    /*.prava_cast .obsah .input_rodic .qr {
        margin-top: 35px;
    }*/

    .prava_cast .obsah .input_rodic {
        width: 100%;
        background-color: unset;
        box-shadow: unset;
        height: unset;
        display: block;
    }
    .prava_cast .obsah .input_rodic .nebo_qr {
        display: block;
    }
    .prava_cast .obsah .input_rodic .jednotlive_inputy.kod {
    /*.prava_cast .obsah .input_rodic .jednotlive_inputy {*/
        background-color: white;
        position: relative;
        border-radius: 15px;
        box-shadow: 20px 20px 47px 0px rgb(159 175 189 / 67%);
    }
    .prava_cast .obsah .input_rodic .potvrdit {
        margin-left: 0;
    }
    .prava_cast .obsah .input_rodic .qr .tlacitka {
        right: 66px !important;
    }
    .prava_cast .obsah .input_rodic .tlacitka {
        right: 20px;
        top: 21px;
    }
    /*.prava_cast .obsah .input_rodic .custom_input {
        display: block;
        padding: 30px 29px;
        width: unset;
        color: #92acbe;
    }*/
    .prava_cast .obsah .input_rodic .hlavni_input {
        display: inline-block;
        border: none;
        padding: 0;
        /*background: repeating-linear-gradient(90deg, #92acbe 0, #92acbe 11px, transparent 0, transparent 19px) 0 69%/ 163px 1px no-repeat;*/
        background: repeating-linear-gradient(90deg, #92acbe 0%, #92acbe 6%, transparent 0, transparent 12%) 0 67%/ 59% 1px no-repeat;
        letter-spacing: 5px;
        width: calc(100% - 30px);
        height: 83px;
        padding-left: 0px;
        outline: none;
        margin-top: 8px;
        margin-left: 22px;
        font-size: 6vw;
    }
    .prava_cast .obsah .input_rodic .res_soubor, .prava_cast .obsah .input_rodic .res_nahrano {
        display: none;
    }
    .prava_cast .obsah .input_rodic .res_nahrat, .prava_cast .obsah .input_rodic .res_nahrano {
        font-weight: 700;
        font-size: 22px;
    }
    .sipka {
        width: 40px !important;
        position: relative;
        top: 5px;
        right: -10px;
    }
    .sipka img {
        padding: 10px !important;
    }
}
@media screen and (max-height: 740px) {
    .prava_cast .obsah {
        margin-top: 115px;
    }
}

@media screen and (max-width: 1028px) and (min-width: 971px) {
    .zapati .nav {
        top: -10px;
    }
}
@media screen and (max-width: 943px) {
    .zapati .nav {
        top: -10px;
    }
}
.epoukazy_lekarna, .epoukazy_lekarna_2 {    
    color: #003a79;
    text-decoration: none;
    padding-left: 4px;
    font-weight: 300;
    letter-spacing: 0.3px;
}
#popup_souhlas li {
    margin-bottom: 4px;
}
#letak {
    background-color: rgb(0,0,0,0.8);
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 999999989;
    align-items: center;
    justify-content: center;
    display: flex;
    background-color: rgb(255,255,255,0.35);
}
#tabulka_parent {
    background-color: rgb(0,0,0,0.8);
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 99;
    align-items: center;
    justify-content: center;
    display: flex;
    background-color: rgb(255,255,255,0.35);
}
#letak div > img:not(#krizek_letak) {
    max-height: 90vh;
    max-width: 95vw;
    -webkit-box-shadow: 0px 0px 39px 0px rgba(0,0,0,0.21);
    -moz-box-shadow: 0px 0px 39px 0px rgba(0,0,0,0.21);
    box-shadow: 0px 0px 39px 0px rgba(0,0,0,0.21);
}
#krizek_letak {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 12px;
    height: 12px;
    cursor: pointer;
}

#letak_velky {
    display: block;
}
#letak_maly {
    display: none;
}
@media screen and (max-width: 500px) {
    #letak_velky {
        display: none;
    }
    #letak_maly {
        display: block;
    }
}
.tabulka_start.tabulka_start_mobil {
    display: none;;
}

#zapati_kontakt_mobil img, #zapati_kontakt_pc img {
    width: 18px;
    top: 3px;
    position: relative;
    margin-right: 8px;
}
@media screen and (min-width: 1441px) {
    #nadpis_mobil {
        display: none;
    }
    #nadpis_pc {
        display: block;
    }
    #zapati_kontakt_pc {    
        position: absolute;
        left: 48px;
        bottom: 28px;
        color: #003a79;
        line-height: 32px;
        font-size: 18px;
    }
    #zapati_kontakt_pc .zapati_cislo {
        margin-top: 8px;
        font-weight: bold;
    }
    #zapati_kontakt_pc {
        display: block;
    }
    #zapati_kontakt_mobil {
        display: none;
    }
} 
@media screen and (max-width: 1440px) {
    .tabulka_start:not(.tabulka_start_mobil) {
        display: none;;
    }
    .tabulka_start.tabulka_start_mobil {
        display: flex;;        
        position: absolute;
        right: 294px;
        bottom: 56px;
        margin-top: 0px;
        margin-bottom: 0px;
        box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 21%);
        padding: 20px;
    }
    #nadpis_mobil {
        display: block;
    }
    #nadpis_pc {
        display: none;
    }
    #zapati_kontakt_pc {
        display: none;
    }
    #zapati_kontakt_mobil {
        display: block;
    }

    #zapati_kontakt_mobil {    
        position: absolute;
        right: 52px;
        bottom: 56px;
        color: white;
        line-height: 32px;
        font-size: 18px;
        background-color: #4CAB6F;
        padding: 8px 20px;
        border-radius: 8px;
        box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 21%);
    }
    #zapati_kontakt_mobil img {
        content:url("../img/telefon-tz.svg");
    }
}
@media screen and (max-width: 750px) {
    #zapati_kontakt_mobil {  
        bottom: 56px;
        right: 35px;
    }
}
@media screen and (max-width: 500px) {
    #zapati_kontakt_mobil { 
        bottom: 56px;
        right: 35px;
    }
}
body {
    position: relative;
}
.vse_vporadku_popup label {
    display: block;
    text-align: left;

    padding-bottom: 2px;
    font-size: 14px;
}
.vse_vporadku_popup input, .vse_vporadku_popup textarea {
    display: block;
    border: 1px solid #dae2eb;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 7px 9px;
    border-radius: 8px;
    width: 100%;
    resize: none;
}
.vse_vporadku_popup textarea  {
    height: 82px;
}
#vse_vporadku_body > div {
    width: calc(50% - 20px);
    padding: 8px 10px;
}
#vse_vporadku_body > div:nth-child(3) {
    width: calc(100% - 20px);
}
#vse_vporadku_body {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 80px);
    padding: 40px;
    padding-bottom: 24px;
}
.vse_vporadku_popup .hlaska {
    padding: 0px 40px;
    padding-bottom: 6px;
    padding-top: 42px;
}
.vporadku_udaje_ok {
    display: none;
}
#vse_vporadku_odeslano {
    width: 420px;
    max-width: calc(100vw - 60px + 30px); /*30 je padding v ostatních elementech*/
}

@media screen and (max-width: 600px) {
    #vse_vporadku_body > div {
        width: calc(100% - 20px);
        padding: 8px 10px;
    }
    #vse_vporadku_body > div:nth-child(3) {
        width: calc(100% - 20px);
    }
    #vse_vporadku_body {
        padding-top: 0px !important;
    }
    #doplnit_informace {
        max-width: calc(100vw - 60px + 30px);
        top: 30px;
    }
}
#popup_podminky .body {
    padding: 24px;
}
#popup_podminky .nadpis {
    padding-top: 8px;
}
#podminky_souhlas {
    cursor: pointer;
    text-decoration: underline;
}
#popup_podminky_start:hover {
    cursor: pointer;
    text-decoration: underline;
}
.tabulka_start:hover {
    background-color: #419c62;
} 
.tabulka_start { 
    background-color: #4CAB6F;
    color: white;
    border-radius: 11px;
    padding: 9px 18px;
    margin-top: 12px;
    width: fit-content;
    cursor: pointer;
    border: 0px;
    transition: .3s;
    font-size: 17px;
    padding: 18px;
    font-weight: 600;
    width: 228px;
    text-align: left;
    margin-bottom: 34px;    
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.tabulka_start  .kalkulacka_ikonka_tlacitko {
    position: relative;
    top: -1px !important;
    margin-right: 16px !important;
    height: 40px !important;
    width: auto;
}