.form_popup{
    position: fixed;
    display: none;
    z-index: 11;
    width: calc(60% + 200px);
    left: calc(20% - 100px);
    height: calc(100vh - 200px);
    top: 120px;
}
.form_popup_fullwidth{
    width: 100%;
    height: auto;
    left: 0;
    top:60px;
}
.anti_form{
    background-color: black;
    width:100%;
    height:100%;
    opacity: 0.8;
    z-index: 10;
    top:0;
    left:0;
    position:fixed;
    display: none;
}
.FRM_hlavicka{
    font-size: 1.2rem;
    background-color: hsla(0, 0%, 100%, 1);
    text-align: center;
    display: flex;
    padding: 20px 100px;
    justify-content: space-between;
    align-items: center;
}
.FRM_clenstvi_form{
    width: 100%;
    height: 100%;
}
.FRM_bull_cont{
    display: inline-flex;
    justify-content: space-between;
    width: 742px;
}
.FRM_bull_text{
    width: auto;
    align-self: center;
    transition: .5s;
}
.FRM_bullets{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.FRM_bullet_slider{
    background-color: black;
    position: absolute;
    left: 0;
    top: 0;
}
.FRM_bullet{
    width: 25px;
    height: 25px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0px;
    margin-right: 0px;
    z-index: 0;
    transition: .5s;
}
.FRM_bullet_inactive{
    color: gray;
    pointer-events: none;
}
.FRM_bullet_txt_white{
    color: white;
}
.FRM_content_cont{
    overflow-y: scroll;
    max-height: calc(100% - 120px);
    background-color:hsla(0, 0%, 95%, 1);;
    text-align: center;
    padding: 40px 100px 40px 100px;
    border-bottom: 3px solid black;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.FRM_nadpis{
    width: 100%;   
    font-size: 1.2rem;
    font-weight: 600;
    text-align: left;
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
}
.FRM_close{
    float: right;
    font-size: 1.5rem;
    display: inline-flex;
}
.close_svg{
    margin-top:7.5px;
}
.FRM_cont{
    background: linear-gradient(-40deg, hsla(0, 0%, 96%, 1), hsla(0, 0%, 100%, 1));
    padding-left: 30px;
    margin-top: 10px;
    display: inline-block;
    background-color: white;
    padding: 40px 100px 40px 100px;
    border: solid 1px hsla(0, 0%, 80%, 1);

}
.FRM_polozka_text{
    width: 40%;
    line-height: 20px;
}
.FRM_polozka_nadpis{
    width: 100%;
    font-size: 1rem;
    font-weight: 600;
}
.FRM_polozka_kategorie{
    font-size: .7rem;
}
.FRM_polozka_cont{

}
.FRM_the_polozka{
    width: 150px;
    display: inline-block;
    float: left;
}
.FRM_the_polozka_selects{
    display: inline-block;
    float: left;
    width: 340px;
    text-align: left;
    margin-top: 40px;
    margin-left: 50px;
    color: hsl(0, 0%, 50%);
}
.line{
    width:100%;
    height:1px;
    margin-top:10px;
    margin-bottom:10px;
    background-color: hsla(0, 0%, 80%, 1);
    display: inline-block;
    float: left;
}
.line_vertical{
    height:100%;
    width:1px;
    margin-left:10px;
    margin-right:10px;
    background-color: hsla(0, 0%, 80%, 1);
    display: inline-block;
    float: left;
}
.FRM_CC_stage{
    /*margin: auto;*/
}
.FRM_calc_left{
    display: inline-block;
    float: left;
    text-align: left;
    color: black;
    width:30%;
    margin-bottom: 2px;

}
.FRM_calc_right{
    display: inline-block;
    float: right;
    text-align: right;
    color: black;
    width:70%;
    margin-bottom: 2px;
    font-size: 1.2rem; 
    font-weight: 600;
    margin-bottom: 0px;
}
.FRM_polozka{
    width: 100%;
}
.FRM_CC_text_cont{
    width:742px;
    text-align: left;
    display: inline-block;
    padding: 10 0 10 0;
    font-size: 1rem;
}
.FRM_CC_text_smlouva_Cont{
    background-color: white;
    padding: 40px;
    height: 200px;
    overflow: auto;
    width: auto;
    font-size: 0.8rem;
}
.FRM_CC_nadpis{
    font-weight: 600;
}
.FRM_CC_bold{
    font-weight: 600;
}
.FRM_CC_popis{
    margin-top: 2px;
    font-size: 0.8rem;
    color: gray;
}
.sel_style_form{
   -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 0px;
    background-image: url(https://image.flaticon.com/icons/svg/60/60781.svg);
    background-position: 99% 50%;
    background-repeat: no-repeat;
    background-size: 12px;
    width: 100%;
    height: 30px;
    margin-top: 10px;
    background-color: hsla(0, 0%, 96%, 1);
    padding-left: 10px;
    font-weight: 500;
}
.voucher_cont{
    width: 100%;
    display: grid;
    grid-template-columns: auto max-content;
    align-items: center;
    gap: 10px;
}
.FRM_INP_grid{
    display: grid;
    grid-template-columns: auto 1fr;
}
.FRM_INP_grid_check{
    grid-template-columns: auto 1fr auto;
}
.uploaded_image{
    width: 100%;
    height: 100%;
}
.uploaded_image_img{
    max-height: 100%;
    max-width: 100%;
}
.FRM_INP_grid_file{
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 5px;
}
.FRM_FILE_dropzone{
    width:100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.FF_DZ_area{
    width: 60%;
    height: 60%;
    display: grid;
    justify-content: center;
    align-items: center;
    padding: 10%;
    color: gray;
    border: 2px dashed gray;
    font-size: 0.8rem;
    grid-gap: 5px;
    grid-template-rows: minmax(0px, 100px);
}
.FF_DZ_area_active{
    border: 2px solid gray;
}
.FF_DZ_success{
    color: green;
}
.FF_DZ_failed{
    color: red;
}
.FF_DZ_progress{
    color: orange;
}
@media (max-width:1200px){
    .form_popup{
        top: 60px;
        left: 0;
        width: 100%;
        height: calc(100vh - 60px);
    }
    .FRM_hlavicka{
        padding: 20px 5%;
        border-bottom: 1px solid #cccccc;
    }
    .FRM_content_cont{
        padding: 40px 5%;
        max-height: calc(100% - 60px);
    }
}
@media (max-width:700px){
    .voucher_cont{
        grid-template-columns:unset;
        gap:unset;
    }
}