.show-image-fixed {
    position: fixed;
    width: 98%;
    height: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    display: flex; /* Přidáno */
    justify-content: center; /* Přidáno */
    align-items: center; /* Přidáno */
}
.show-image-fixed-none {
    display: none;
}

.corner-box {
    cursor: pointer;
    position: fixed;
    top: -6%;
    left: 50%;
    transform: translateX(-50%);
    width: 170px;
    height: 34px;
    background-color: red;
    border: solid 2px black;
    z-index: 1000;
    border-radius: 0 0 10px 10px;

    font-size: 16px;
    text-align: center;
    color: white;
    padding: 5px;
    transition: 0.3s;
}
.corner-box:hover {
    background-color: rgb(153, 0, 0);
}

.show-image-fixed-image {
    max-width: calc(100% - 14px);
    max-height: calc(100% - 14px);
    object-fit: contain;
    box-sizing: border-box;
    box-shadow: 0 0 0 3px #ff6501, /* Oranžový border */
                0 0 0 6px #04016c; /* Modrý border */
}
.image-section{ 
    position: relative;
    color: rgb(255, 255, 255);
    margin-top: 1px;
    margin-left: 220px;
    margin-right: 1px;
    width: calc(100% - 209px);
    font-size: 15px;
    transition: 0.5s;
}
.detail-zakazka-button{
    color: white;
    background-color: rgb(82, 82, 122);
    padding-top: 6px;
    padding-bottom: 6px;
    margin-top: 2px;
    text-align: center;
    width:700px ;
    border: solid 0px #04016c;
    border-radius: 12px;
    font-size: 17px;
    cursor: pointer;
    transition: 0.3s;
    font-weight: 600;
}
.detail-zakazka-button:hover{
    background-color: #04016c;
}
.detail-zakazka{
    color: white;
    background-color: rgb(82, 82, 122);
    padding: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-top: 2px;
    text-align:justify;
    width:700px ;
    border: solid 0px #04016c;
    border-radius: 12px;
    font-size: 17px;
    max-height: 200px;
    overflow-y: scroll; /* Povolení vertikálního listování */
}
/* Vlastní styl pro boční posuvník */
.detail-zakazka::-webkit-scrollbar {
    width: 12px; /* Šířka bočního posuvníku */
    border-radius: 5px;
}

/* Styl pro posuvníkovou rukojeť (thumb) */
.detail-zakazka::-webkit-scrollbar-thumb {
    background-color: rgb(51, 51, 63); /* Barva posuvníkové rukojeti */
    border-radius: 0 13px 13px 0;
}

/* Styl pro pozadí posuvníku */
.detail-zakazka::-webkit-scrollbar-track {
    background-color: #686868; /* Barva pozadí posuvníku */
    border-radius: 0 13px 13px 0;

}
.image-text{
    color: white;
    background-color: #04016c;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: left;
    margin-top: 8px;
    text-align: center;
    width:1032px ;
    border: solid 3px #04016c;
    border-radius: 13px 13px 0 0;
}
.big-top{
    display: flex;
}
.image-max-box{
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: solid #04016c;
    height: 460px;
    width: 344px;
    display: inline-block;
    border-width: 0px 3px 3px 3px;
}
.image-max-box-right{
    background-color: #04016c;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: solid 0px #04016c;
    height: 460px;
    width: 688px;
    display: inline-block;
    border-width: 4px 0px 0px 0;

}
.image-small{
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: solid #04016c;
    border-width: 4px 3px 3px 0;
    height: 233px;
    width: 172px;
    display: inline-block;
    margin-top: -7px;
    padding: 0;
    font-size: 0;
    line-height: 0;
}
.images-box{
    background-color: #04016c;
    width: 1032px;
    display: flex;
    border: solid #04016c;
    border-width: 0px 0 0px 3px;
}
.image-min-box {
    cursor: pointer;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 160px; 
    height: 180px;
    background-color: rgb(109, 109, 109);
    border: solid #04016c;
    border-width: 0 3px 3px 0px;
    display: inline-block;
}
.buttony-image{
    display: flex;
    border-radius: 0 0 15px 15px;
    background-color: #04016c;
    height: 38px;
    width: 1032px;
}

.popis-zakazka-button{
    display: inline-block;
    color: white;
    background-color: rgb(82, 82, 122);
    height: 32px;
    padding-top: 7px;
    margin: auto;
    margin-top: 1px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    width:300px ;
    border: solid 1px #d8d8d8;
    border-radius: 0 0 0 10px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
    font-weight: 200;
    font-family: Arial, Helvetica, sans-serif;

}
.popis-zakazka-button:hover{
    background-color: #3d3c52;
}

.show-other{
    display: inline-block;
    position: relative;
    margin-top: 1px;
    margin-left: 104px;
    background-color: #04007c;
    border: solid 1px #d8d8d8;
    border-radius: 0 0 15px 0px;
    color: white;
    height: 32px;
    width: 600px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
    font-family: Arial, Helvetica, sans-serif;
    
}
.show-other:hover{
    background-color: #0802aa;

}

.popis-zakazka{
    position: absolute;
    color: white;
    background-color: rgb(82, 82, 122);
    padding: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    margin: auto;
    margin-top: 38px;
    margin-left: 15px;
    text-align:justify;
    width:700px ;
    border: solid 0px #04016c;
    border-radius: 0 0px 12px 12px;
    font-size: 17px;
    max-height: 200px;
    overflow-y: scroll; /* Povolení vertikálního listování */
    z-index: 99;
}

/* Vlastní styl pro boční posuvník */
.popis-zakazka::-webkit-scrollbar {
    width: 12px; /* Šířka bočního posuvníku */
    border-radius: 5px;
}

/* Styl pro posuvníkovou rukojeť (thumb) */
.popis-zakazka::-webkit-scrollbar-thumb {
    background-color: rgb(51, 51, 63); /* Barva posuvníkové rukojeti */
    border-radius: 0 0px 13px 0;
}

/* Styl pro pozadí posuvníku */
.popis-zakazka::-webkit-scrollbar-track {
    background-color: #686868; /* Barva pozadí posuvníku */
    border-radius: 0 0px 13px 0;

}

.zakazka-text{
    font-size: 17px;
    background-color: #04016c;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 2px;
    border-radius: 12px 12px 0 0 ;
}




.title-image-other{
    font-size: 32px;
    color: black;
    margin-left: 210px;
}
.section-full{ 
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 15px;
    transition: 0.5s;
    width: 100%;
    display: flex; /* Použití flexboxu pro řazení prvků vedle sebe */
    flex-wrap: wrap; /* Ovijení prvků na další řádek, pokud není dostatek místa */
    justify-content: flex-start; /* Zarovnání prvků na začátek (vlevo) */
    align-items: flex-start; /* Zarovnání prvků na začátek (nahoru) */
    margin-left: 0px;

}






.image-min{
    width: 100%;

}
.show-zakazka {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    color: rgb(255, 255, 255);
    font-size: 2em;
}
.show-zakazka:hover{
    opacity: 1;
}
.image{
    display: block;
    margin: left;
    border-radius: 0px;
    width: 100%;
}
.image-other {
    position: relative;
    display: inline-block; /* Řadit vedle sebe jako inline bloky */
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 23.5%; /* Nastavte pevnou šířku, která bude vhodná pro vaše potřeby */
    height: 600px;
    border-radius: 0px;
    margin-top: 3px;
    transition: 0.3s;
    margin-left: 1%;
    border: solid 3px #04016c;
}
.image-other-image {
    width: 100%;
    border: solid 3px #04016c;
    border-radius:0 0 13px 13px ;
}
.image-other:hover{
    opacity: 0.5;
}
.href-a{
    text-decoration: none;
    color: white;
}
@media only screen and (max-width: 1415px) {
    .image-other {
        height: 400px;
    }
    .image-section{ 
        position: relative;
        color: rgb(255, 255, 255);
        margin-top: 1px;
        margin-left: 220px;
        margin-right: 1px;
        width: calc(100% - 209px);
        font-size: 15px;
        transition: 0.5s;
    }
    .image-text{
        color: white;
        background-color: #04016c;
        padding-top: 5px;
        padding-bottom: 5px;
        margin: left;
        margin-top: 8px;
        text-align: center;
        width:1000px ;
        border: solid 3px #04016c;
        border-radius: 13px 13px 0 0;
    }
    .big-top{
        display: flex;
    }
    .image-max-box{
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border: solid #04016c;
        height: 536px;
        width: 400px;
        display: inline-block;
        border-width: 0px 3px 3px 3px;
    }
    .image-max-box-right{
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border: solid 0px #04016c;
        height: 536px;
        width: 600px;
        display: inline-block;
        border-width: 4px 0px 0px 0;
    
    }
    .image-small{
        cursor: pointer;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border: solid #04016c;
        border-width: 4px 3px 3px 0;
        height: 271px;
        width: 200px;
        display: inline-block;
        margin-top: -7px;
        padding: 0;
        font-size: 0;
        line-height: 0;
    }
    .images-box{
        background-color: #04016c;
        width: 1000px;
        display: flex;
        border: solid #04016c;
        border-width: 0px 0 0px 3px;
    }
    .image-min-box {
        cursor: pointer;
        position: relative;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 180px; 
        height: 214px;
        background-color: rgb(109, 109, 109);
        border: solid #04016c;
        border-width: 0 3px 3px 0px;
        display: inline-block;
    }
    .buttony-image{
        display: flex;
        border-radius: 0 0 15px 15px;
        background-color: #04016c;
        height: 38px;
        width: 1000px;
    }
    
    .popis-zakazka-button{
        display: inline-block;
        color: white;
        background-color: rgb(82, 82, 122);
        padding-top: 7px;
        margin: auto;
        margin-top: 1px;
        margin-left: 10px;
        margin-right: 10px;
        text-align: center;
        width:250px ;
        border: solid 1px #d8d8d8;
        border-radius: 0 0 0 10px;
        font-size: 16px;
        cursor: pointer;
        transition: 0.3s;
        font-weight: 200;
        height: 32px;

    }
    .popis-zakazka-button:hover{
        background-color: #3d3c52;
    }
    
    .show-other{
        display: inline-block;
        position: relative;
        margin-top: 1px;
        margin-left: 272px;
        background-color: #04007c;
        border: solid 1px #d8d8d8;
        border-radius: 0 0 15px 0px;
        color: white;
        height: 32px;
        width: 450px;
        text-align: center;
        font-size: 16px;
        cursor: pointer;
        transition: 0.3s;
        
    }
    .show-other:hover{
        background-color: #040086;
    
    }
    
    .popis-zakazka{
        position: absolute;
        color: white;
        background-color: rgb(82, 82, 122);
        padding: 10px;
        padding-top: 6px;
        padding-bottom: 6px;
        margin: auto;
        margin-top: 38px;
        margin-left: 15px;
        text-align:justify;
        width:700px ;
        border: solid 0px #04016c;
        border-radius: 0 0px 12px 12px;
        font-size: 17px;
        max-height: 200px;
        overflow-y: scroll; /* Povolení vertikálního listování */
        z-index: 99;
    }
    
    /* Vlastní styl pro boční posuvník */
    .popis-zakazka::-webkit-scrollbar {
        width: 12px; /* Šířka bočního posuvníku */
        border-radius: 5px;
    }
    
    /* Styl pro posuvníkovou rukojeť (thumb) */
    .popis-zakazka::-webkit-scrollbar-thumb {
        background-color: rgb(51, 51, 63); /* Barva posuvníkové rukojeti */
        border-radius: 0 0px 13px 0;
    }
    
    /* Styl pro pozadí posuvníku */
    .popis-zakazka::-webkit-scrollbar-track {
        background-color: #686868; /* Barva pozadí posuvníku */
        border-radius: 0 0px 13px 0;
    
    }
    
    .zakazka-text{
        font-size: 17px;
        background-color: #04016c;
        text-align: center;
        padding-top: 5px;
        padding-bottom: 2px;
        border-radius: 12px 12px 0 0 ;
    }



}
@media only screen and (max-width: 1350px) {
    .image-other {
        height: 320px;
    }
    .detail-zakazka-button{
        color: white;
        background-color: rgb(82, 82, 122);
        padding-top: 6px;
        padding-bottom: 6px;
        margin-top: 2px;
        text-align: center;
        width: 800px;
        border: solid 0px #04016c;
        border-radius: 12px;
        font-size: 17px;
        cursor: pointer;
        transition: 0.3s;
        font-weight: 600;
    }
    .detail-zakazka-button:hover{
        background-color: #04016c;
    }
    .detail-zakazka{
        color: white;
        background-color: rgb(82, 82, 122);
        padding: 10px;
        padding-top: 6px;
        padding-bottom: 6px;
        margin-top: 2px;
        text-align:justify;
        width: 800px;
        border: solid 0px #04016c;
        border-radius: 12px;
        font-size: 17px;
        max-height: 200px;
        overflow-y: scroll; /* Povolení vertikálního listování */
    }
}
@media only screen and (max-width: 1210px) {
    .image-section{ 
        position: relative;
        color: rgb(255, 255, 255);
        margin-top: 1px;
        margin-left: 220px;
        margin-right: 1px;
        width: 750px;
        font-size: 15px;
        transition: 0.5s;
    }
    .detail-zakazka-button{
        color: white;
        background-color: rgb(82, 82, 122);
        padding-top: 6px;
        padding-bottom: 6px;
        margin-top: 2px;
        text-align: center;
        width: 750px;
        border: solid 0px #04016c;
        border-radius: 12px;
        font-size: 17px;
        cursor: pointer;
        transition: 0.3s;
        font-weight: 600;
    }
    .image-text{
        color: white;
        background-color: #04016c;
        padding-top: 5px;
        padding-bottom: 5px;
        margin: left;
        margin-top: 8px;
        text-align: center;
        width:750px ;
        border: solid 3px #04016c;
        border-radius: 13px 13px 0 0;
    }
    .big-top{
        display: flex;
    }
    .image-max-box{
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border: solid #04016c;
        height: 500px;
        width: 400px;
        display: inline-block;
        border-width: 0px 3px 3px 3px;
    }
    .image-max-box-right{
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border: solid 0px #04016c;
        height: 500px;
        width: 350px;
        display: inline-block;
        border-width: 4px 0px 0px 0;
    }
    .image-small{
        cursor: pointer;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border: solid #04016c;
        border-width: 4px 3px 3px 0;
        height: 253px;
        width: 175px;
        display: inline-block;
        margin-top: -7px;
        padding: 0;
        font-size: 0;
        line-height: 0;
    }
    .images-box{
        background-color: #04016c;
        width: 750px;
        display: flex;
        border: solid #04016c;
        border-width: 0px 0 0px 3px;
    }
    .image-min-box {
        cursor: pointer;
        position: relative;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 188px; 
        height: 250px;
        background-color: rgb(109, 109, 109);
        border: solid #04016c;
        border-width: 0 3px 3px 0px;
        display: inline-block;
    }
    .buttony-image{
        display: flex;
        border-radius: 0 0 15px 15px;
        background-color: #04016c;
        height: 38px;
        width: 750px;
    }
    
    .popis-zakazka-button{
        display: inline-block;
        color: white;
        background-color: rgb(82, 82, 122);
        padding-top: 7px;
        margin: auto;
        margin-top: 1px;
        margin-left: 10px;
        margin-right: 10px;
        text-align: center;
        width:230px ;
        border: solid 1px #d8d8d8;
        border-radius: 0 0 0 10px;
        font-size: 16px;
        cursor: pointer;
        transition: 0.3s;
        font-weight: 200;
        height: 32px;

    }
    .popis-zakazka-button:hover{
        background-color: #3d3c52;
    }
    
    .show-other{
        display: inline-block;
        position: relative;
        margin-top: 1px;
        margin-left: 92px;
        background-color: #04007c;
        border: solid 1px #d8d8d8;
        border-radius: 0 0 15px 0px;
        color: white;
        height: 32px;
        width: 400px;
        text-align: center;
        font-size: 16px;
        cursor: pointer;
        transition: 0.3s;
        
    }
    .show-other:hover{
        background-color: #040086;
    
    }
    
    .popis-zakazka{
        position: absolute;
        color: white;
        background-color: rgb(82, 82, 122);
        padding: 10px;
        padding-top: 6px;
        padding-bottom: 6px;
        margin: auto;
        margin-top: 38px;
        margin-left: 15px;
        text-align:justify;
        width:700px ;
        border: solid 0px #04016c;
        border-radius: 0 0px 12px 12px;
        font-size: 17px;
        max-height: 200px;
        overflow-y: scroll; /* Povolení vertikálního listování */
        z-index: 99;
    }
    
    /* Vlastní styl pro boční posuvník */
    .popis-zakazka::-webkit-scrollbar {
        width: 12px; /* Šířka bočního posuvníku */
        border-radius: 5px;
    }
    
    /* Styl pro posuvníkovou rukojeť (thumb) */
    .popis-zakazka::-webkit-scrollbar-thumb {
        background-color: rgb(51, 51, 63); /* Barva posuvníkové rukojeti */
        border-radius: 0 0px 13px 0;
    }
    
    /* Styl pro pozadí posuvníku */
    .popis-zakazka::-webkit-scrollbar-track {
        background-color: #686868; /* Barva pozadí posuvníku */
        border-radius: 0 0px 13px 0;
    
    }
    
    .zakazka-text{
        font-size: 17px;
        background-color: #04016c;
        text-align: center;
        padding-top: 5px;
        padding-bottom: 2px;
        border-radius: 12px 12px 0 0 ;
    }



}


@media only screen and (max-width: 1000px) {
    .detail-zakazka-button{
        color: white;
        background-color: rgb(82, 82, 122);
        padding-top: 6px;
        padding-bottom: 6px;
        margin-top: 2px;
        text-align: center;
        width: 600px;
        border: solid 0px #04016c;
        border-radius: 12px;
        font-size: 17px;
        cursor: pointer;
        transition: 0.3s;
        font-weight: 600;
    }
    .detail-zakazka-button:hover{
        background-color: #04016c;
    }
    .detail-zakazka{
        color: white;
        background-color: rgb(82, 82, 122);
        padding: 10px;
        padding-top: 6px;
        padding-bottom: 6px;
        margin-top: 2px;
        text-align:justify;
        width: 600px;
        border: solid 0px #04016c;
        border-radius: 12px;
        font-size: 17px;
        max-height: 200px;
        overflow-y: scroll; /* Povolení vertikálního listování */
    }

    .image-section{ 
        position: relative;
        color: rgb(255, 255, 255);
        margin: auto;
        margin-top: 1px;
        margin-left: 220px;
        margin-right: 1px;
        width: calc(100% - 209px);
        font-size: 15px;
        transition: 0.5s;
    }
    .image-text{
        color: white;
        background-color: #04016c;
        padding-top: 5px;
        padding-bottom: 5px;
        margin: left;
        margin-top: 8px;
        text-align: center;
        width:600px ;
        border: solid 3px #04016c;
        border-radius: 13px 13px 0 0;
    }
    .big-top{
        display: flex;
    }
    .image-max-box{
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border: solid #04016c;
        height: 536px;
        width: 400px;
        display: inline-block;
        border-width: 0px 3px 3px 3px;
    }
    .image-max-box-right{
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border: solid 0px #04016c;
        height: 536px;
        width: 200px;
        display: inline-block;
        border-width: 4px 0px 0px 0;
    
    }
    .image-small{
        cursor: pointer;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border: solid #04016c;
        border-width: 4px 3px 3px 0;
        height: 271px;
        width: 200px;
        display: inline-block;
        margin-top: -7px;
        padding: 0;
        font-size: 0;
        line-height: 0;
    }
    .images-box{
        background-color: #04016c;
        width: 600px;
        display: flex;
        border: solid #04016c;
        border-width: 0px 0 0px 3px;
    }
    .image-min-box {
        cursor: pointer;
        position: relative;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 150px; 
        height: 214px;
        background-color: rgb(109, 109, 109);
        border: solid #04016c;
        border-width: 0 3px 3px 0px;
        display: inline-block;
    }
    .buttony-image{
        display: flex;
        border-radius: 0 0 15px 15px;
        background-color: #04016c;
        height: 38px;
        width: 600px;
    }
    
    .popis-zakazka-button{
        display: inline-block;
        color: white;
        background-color: rgb(82, 82, 122);
        padding-top: 7px;
        padding-bottom: 6px;
        margin: auto;
        margin-top: 1px;
        margin-left: 10px;
        margin-right: 10px;
        text-align: center;
        width:230px ;
        height: 32px;
        border: solid 1px #d8d8d8;
        border-radius: 0 0 0 10px;
        font-size: 16px;
        cursor: pointer;
        transition: 0.3s;
        font-weight: 200;
    }
    .popis-zakazka-button:hover{
        background-color: #3d3c52;
    }
    
    .show-other{
        display: inline-block;
        position: relative;
        margin-top: 1px;
        margin-left: 41px;
        background-color: #04007c;
        border: solid 1px #d8d8d8;
        border-radius: 0 0 15px 0px;
        color: white;
        height: 32px;
        width: 300px;
        text-align: center;
        font-size: 16px;
        cursor: pointer;
        transition: 0.3s;
        
    }
    .show-other:hover{
        background-color: #040086;
    
    }
    
    .popis-zakazka{
        position: absolute;
        color: white;
        background-color: rgb(82, 82, 122);
        padding: 10px;
        padding-top: 6px;
        padding-bottom: 6px;
        margin: auto;
        margin-top: 38px;
        margin-left: 15px;
        text-align:justify;
        width:570px ;
        border: solid 0px #04016c;
        border-radius: 0 0px 12px 12px;
        font-size: 17px;
        max-height: 200px;
        overflow-y: scroll; /* Povolení vertikálního listování */
        z-index: 99;
    }
    
    /* Vlastní styl pro boční posuvník */
    .popis-zakazka::-webkit-scrollbar {
        width: 12px; /* Šířka bočního posuvníku */
        border-radius: 5px;
    }
    
    /* Styl pro posuvníkovou rukojeť (thumb) */
    .popis-zakazka::-webkit-scrollbar-thumb {
        background-color: rgb(51, 51, 63); /* Barva posuvníkové rukojeti */
        border-radius: 0 0px 13px 0;
    }
    
    /* Styl pro pozadí posuvníku */
    .popis-zakazka::-webkit-scrollbar-track {
        background-color: #686868; /* Barva pozadí posuvníku */
        border-radius: 0 0px 13px 0;
    
    }
    
    .zakazka-text{
        font-size: 17px;
        background-color: #04016c;
        text-align: center;
        padding-top: 5px;
        padding-bottom: 2px;
        border-radius: 12px 12px 0 0 ;
    }



}

@media only screen and (max-width: 1350px) {

    .section-full{ 
        margin: auto;
        position: relative;
        color: rgb(255, 255, 255);
        font-size: 15px;
        transition: 0.5s;
        width: 96%;
        display: flex; /* Použití flexboxu pro řazení prvků vedle sebe */
        flex-wrap: wrap; /* Ovijení prvků na další řádek, pokud není dostatek místa */
        justify-content: flex-start; /* Zarovnání prvků na začátek (vlevo) */
        align-items: flex-start; /* Zarovnání prvků na začátek (nahoru) */
    }


    .title-image-other{
        font-size: 32px;
        color: black;
        margin: auto;
        text-align: center;
    }
}
@media only screen and (max-width: 900px) {
    
    .show-zakazka {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        opacity: 0;
        color: rgb(255, 255, 255);
        font-size: 16px;
    }
    .image-other {
        position: relative;
        display: inline-block; /* Řadit vedle sebe jako inline bloky */
        width: 49%; /* Nastavte pevnou šířku, která bude vhodná pro vaše potřeby */
        border-radius: 0px;
        box-sizing: border-box; /* Velikost boxu zahrnuje ohraničení (border) a vnitřní okraje (padding) */
        margin-top: 3px;
        height: 550px;
        transition: 0.3s;
        margin-left: 2px;
    }
    .image-other-h{
        width: 100%;
    }

    .image-other-image-active {
        width: 100%;
        border-width: 0px;
        box-sizing: border-box;
        box-shadow: 0 0 0 3px #ff6501, /* Oranžový border */
                    0 0 0 6px #04016c; /* Modrý border */
    }

    .image-other:hover{
        opacity: 1;
    }


}

@media only screen and (max-width: 815px) {
    .detail-zakazka-button{
        color: white;
        background-color: rgb(82, 82, 122);
        padding-top: 6px;
        padding-bottom: 6px;
        margin-top: 2px;
        text-align: center;
        width: 100%;
        border: solid 0px #04016c;
        border-radius: 12px;
        font-size: 17px;
        cursor: pointer;
        transition: 0.3s;
        font-weight: 600;
    }
    .detail-zakazka-button:hover{
        background-color: #04016c;
    }
    .detail-zakazka{
        color: white;
        background-color: rgb(82, 82, 122);
        padding: 10px;
        padding-top: 6px;
        padding-bottom: 6px;
        margin-top: 2px;
        text-align:justify;
        width: 100%;
        border: solid 0px #04016c;
        border-radius: 12px;
        font-size: 17px;
        max-height: 200px;
        overflow-y: scroll; /* Povolení vertikálního listování */
    }

    .image-section{ 
        position: relative;
        color: rgb(255, 255, 255);
        margin-top: 1px;
        margin-left: 220px;
        margin-right: 1px;
        width: calc(100% - 210px);
        font-size: 15px;
        transition: 0.5s;
    }
    .image-text{
        color: white;
        background-color: #04016c;
        padding-top: 5px;
        padding-bottom: 5px;
        margin: left;
        margin-top: 8px;
        text-align: center;
        width:100% ;
        border: solid 3px #04016c;
        border-radius: 13px 13px 0 0;
    }
    .big-top{
        display: flex;
    }
    .image-max-box{
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border: solid #04016c;
        height: 536px;
        width: 100%;
        display: inline-block;
        border-width: 0px 3px 3px 3px;
    }
    .image-max-box-right{
        display: none;
    
    }
    .images-box{
        background-color: #04016c;
        width: 100%;
        display: flex;
        border: solid #04016c;
        border-width: 0px 0 0px 3px;
    }
    .image-min-box {
        cursor: pointer;
        position: relative;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 33.33%; 
        height: 214px;
        background-color: rgb(109, 109, 109);
        border: solid #04016c;
        border-width: 0 3px 3px 0px;
        display: inline-block;
    }
    .buttony-image{
        position: relative;
        display: flex;
        border-radius: 0 0 15px 15px;
        background-color: #04016c;
        height: 36px;
        width: 100%;
    }
    
    .popis-zakazka-button{
        display: inline-block;
        color: white;
        background-color: rgb(82, 82, 122);
        padding-top: 7px;
        margin: auto;
        margin-top: 1px;
        margin-left: 5px;
        margin-right: 10px;
        text-align: center;
        width:190px ;
        border: solid 1px #d8d8d8;
        border-radius: 0 0 0 9px;
        font-size: 12px;
        cursor: pointer;
        transition: 0.3s;
        font-weight: 300;
        height: 31px;

    }
    .popis-zakazka-button:hover{
        background-color: #3d3c52;
    }
    
    .show-other{
        display: inline-block;
        position: absolute;
        margin-top: 1px;
        margin-left: 0px;
        background-color: #04007c;
        border: solid 1px #d8d8d8;
        border-radius: 0 0 15px 0px;
        color: white;
        height: 31px;
        width: 180px;
        text-align: center;
        font-size: 12px;
        cursor: pointer;
        transition: 0.3s;
        right: 10px;
        
    }
    .show-other:hover{
        background-color: #040086;
    
    }
    
    .popis-zakazka{
        position: absolute;
        color: white;
        background-color: rgb(82, 82, 122);
        padding: 10px;
        padding-top: 6px;
        padding-bottom: 6px;
        margin: auto;
        margin-top: 36px;
        margin-left: 15px;
        text-align:justify;
        width:90% ;
        border: solid 0px #04016c;
        border-radius: 0 0px 12px 12px;
        font-size: 15px;
        max-height: 200px;
        overflow-y: scroll; /* Povolení vertikálního listování */
        z-index: 99;
    }
    
    /* Vlastní styl pro boční posuvník */
    .popis-zakazka::-webkit-scrollbar {
        width: 12px; /* Šířka bočního posuvníku */
        border-radius: 5px;
    }
    
    /* Styl pro posuvníkovou rukojeť (thumb) */
    .popis-zakazka::-webkit-scrollbar-thumb {
        background-color: rgb(51, 51, 63); /* Barva posuvníkové rukojeti */
        border-radius: 0 0px 13px 0;
    }
    
    /* Styl pro pozadí posuvníku */
    .popis-zakazka::-webkit-scrollbar-track {
        background-color: #686868; /* Barva pozadí posuvníku */
        border-radius: 0 0px 13px 0;
    
    }
    
    .zakazka-text{
        font-size: 17px;
        background-color: #04016c;
        text-align: center;
        padding-top: 5px;
        padding-bottom: 2px;
        border-radius: 12px 12px 0 0 ;
    }
    .image-other {
        position: relative;
        display: inline-block; /* Řadit vedle sebe jako inline bloky */
        width: 49%; /* Nastavte pevnou šířku, která bude vhodná pro vaše potřeby */
        border-radius: 0px;
        box-sizing: border-box; /* Velikost boxu zahrnuje ohraničení (border) a vnitřní okraje (padding) */
        margin-top: 3px;
        height:400px;
        transition: 0.3s;
        margin-left: 2px;
    }



}

@media only screen and (max-width: 675px) {
    .image-other {
        height:235px;
    }
    .image-other-image {
        display: block;
        margin: auto;
        width: 90%;
        border: solid 3px #04016c;
        border-radius:0 0 13px 13px ;
    }
    .bxs-right-arrow{
        display: none !important;
    }
    .title-image-other{
        font-size: 22px;
        color: black;
        margin: auto;
        text-align: right;
        margin-right: 8%;
    }

    .image-max-box{
        margin: auto;
        width: 100%;
        height: 450px;
        border: solid 3px #04016c;
    }
    .images-box{
        margin: auto;
        background-color: #04008618;
        width: 100%;
        display: flex;
        border: solid #04016c;
        border-width: 0 0px 0 3px;
    }
    .image-min-box {
        cursor: pointer;
        position: relative;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 33.333%; 
        height: 180px;
        background-color: rgb(109, 109, 109);
        border: solid #04016c;
        border-width: 0 3px 3px 0px;
        display: inline-block;
    }
    .image{
        display: block;
        margin: auto;
        margin-top: -4px;
        width: 100%;
        border: solid 3px #04016c;
        border-radius: 0px;
    }
    .image-text{
        margin: auto;
        margin-top: 8px;
        text-align: center;
        width: 100%;
        font-size: 16px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .image-section{ 
        position: relative;
        color: rgb(255, 255, 255);
        margin-top: 1px;
        margin-right: 1px;
        margin-left: 0px;
        width: auto;
        font-size: 15px;
        transition: 0.5s;

    }

    
    .show-other{
        display: inline-block;
        position: absolute;
        margin-top: 0px;
        margin-left: 0px;
        background-color: #04016c;
        border: none;
        border-radius: 0 0 15px 0px;
        color: white;
        height: 100%;
        width: 145px;
        text-align: center;
        font-size: 12px;
        cursor: pointer;
        transition: 0.3s;
        right: 10px;

        
    }
    .show-other:hover{
        background-color: #040086;
    
    }
    
    .popis-zakazka{
        position: absolute;
        color: white;
        background-color: rgb(82, 82, 122);
        padding: 10px;
        padding-top: 6px;
        padding-bottom: 6px;
        margin: auto;
        margin-top: 36px;
        margin-left: 15px;
        text-align:justify;
        width:90% ;
        border: solid 0px #04016c;
        border-radius: 0 0px 12px 12px;
        font-size: 15px;
        max-height: 200px;
        overflow-y: scroll; /* Povolení vertikálního listování */
        z-index: 99;
    }
    
    /* Vlastní styl pro boční posuvník */
    .popis-zakazka::-webkit-scrollbar {
        width: 12px; /* Šířka bočního posuvníku */
        border-radius: 5px;
    }
    
    /* Styl pro posuvníkovou rukojeť (thumb) */
    .popis-zakazka::-webkit-scrollbar-thumb {
        background-color: rgb(51, 51, 63); /* Barva posuvníkové rukojeti */
        border-radius: 0 0px 13px 0;
    }
    
    /* Styl pro pozadí posuvníku */
    .popis-zakazka::-webkit-scrollbar-track {
        background-color: #686868; /* Barva pozadí posuvníku */
        border-radius: 0 0px 13px 0;
    
    }
    
    .zakazka-text {
        margin: auto;
        font-size: 16px;
        background-color: #04016c;
        text-align: center;
        width: 100%;
        padding-top: 5px;
        padding-bottom: 2px;
        border-radius: 12px 12px 0 0;
        height: 43px;
        font-family: 'Times New Roman', Times, serif;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
@media only screen and (max-width: 675px) {
    .detail-zakazka-button{
        position: relative;
        color: white;
        background-color: rgb(82, 82, 122);
        padding-top: 8px;
        padding-bottom: 7px;
        margin: auto;
        margin-top: 6px;
        text-align: center;
        width: 100%;
        border: solid 0px #04016c;
        border-radius: 12px;
        font-size: 14px;
        cursor: pointer;
        transition: 0.3s;
        font-weight: 600;
        z-index: 99;
    }


    .detail-zakazka-button:hover{
        background-color: #04016c;
    }
    .detail-zakazka{
        color: white;
        background-color: rgb(82, 82, 122);
        padding: 10px;
        padding-top: 6px;
        padding-bottom: 6px;
        margin: auto;
        margin-top: 2px;
        text-align:justify;
        width: 100%;
        border: solid 0px #04016c;
        border-radius: 12px;
        font-size: 13px;
        max-height: 200px;
        overflow-y: scroll; /* Povolení vertikálního listování */
    }
    .image-min-box {
        cursor: pointer;
        position: relative;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 33.333%; 
        height: 160px;
        background-color: rgb(109, 109, 109);
        border: solid #04016c;
        border-width: 0 3px 3px 0px;
        display: inline-block;
    }
    .buttony-image{
        position: relative;
        display: flex;
        border-radius: 0 0 15px 15px;
        background-color: #04016c;
        height: 38px;
        width: 100%;
    }
    .popis-zakazka-button{
        display: inline-block;
        color: white;
        background-color: rgb(82, 82, 122);
        padding-top: 1px;
        padding-bottom: 1px;
        margin: auto;
        margin-top: 0px;
        margin-left: 5px;
        margin-right: 10px;
        text-align: center;
        width:70px ;
        height: 34px;
        border: solid 1px #d8d8d8;
        border-radius: 0 0 0 9px;
        font-size: 12px;
        cursor: pointer;
        transition: 0.3s;
        font-weight: 300;
    }
    .popis-zakazka-button:hover{
        background-color: #3d3c52;
    }
    
    .show-other{
        font-weight: 300;
        display: inline-block;
        position: absolute;
        padding-top: 0px;

        margin-top: 0px;
        margin-left: 0px;
        background-color: #04007c;
        border: solid 1px #d8d8d8;
        border-radius: 0 0 15px 0px;
        color: white;
        height: 34px;
        width: 110px;
        text-align: center;
        font-size: 12px;
        cursor: pointer;
        transition: 0.3s;
        font-weight: 300;
        right: 5px;
        
    }
    .popis-zakazka{
        position: absolute;
        color: white;
        background-color: rgb(82, 82, 122);
        padding: 10px;
        padding-top: 6px;
        padding-bottom: 6px;
        margin: auto;
        margin-top: 37px;
        margin-left: 4px;
        text-align:justify;
        width:calc(100% - 8px) ;
        border: solid 0px #04016c;
        border-radius: 0 0px 12px 12px;
        font-size: 14px;
        max-height: 200px;
        overflow-y: scroll; /* Povolení vertikálního listování */
        z-index: 99;
    }
    .title-image-other{
        font-size: 20px;
        color: black;
        text-align: center;
        margin: auto;
        margin-bottom: 5px;
        
    }
}