@media only screen and (max-width: 1790px) {
    .main_product_nav{
        height: 535px;
    }
}
@media only screen and (max-width: 1490px) {
    .rent_page_img img{
        display: none;
    }
}
@media only screen and (max-width: 1250px) {
    .close_icon{
        left: 93%;
    }
    .rent_page_flex{
        gap: 0px;
        margin-top: 60px;
    }
    .support_mobile_flex {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        flex-direction: column;
        padding: 10px;
        gap: 10px;
    }
    .about_support_header{
        position: relative;
        top: -80px;
    }
    .main_header_text h1{
        font-size: 50px;
    }
    .gdpr_header h2{
        font-size: 40px!important;
    }
    .gdpr_header img{
        width: 720px;
    }
    .gdpr_content img{
        width: 750px;
    }
    .gdpr_content p{
        width: 750px;
    }
    #about_header{
        display: none;
    }
    .about .headers.position {
        transform: translate(-50%, -200%);
    }
/******** Uprava fotek produktu pro mobil ********/
/* .thumbnails_img{
width: 20%;
} */
.thumbnails img{
width: 100%;
}
.product_gallery{
    width: 100%;
}
.current_image img{
    max-width: 100%;
}
}
@media only screen and (max-width: 1100px) {
    .headers h2 {
        top: 65px;
        font-size: 43px;
    }
    .close_icon{
        left: 92%;
    }
    .gdpr_header img{
        display: none;
    }
    .vertical{
        display: none;
    }
    .rent_page_header{
        height: 25vh!important;
        width: 100%;
    }
    .category_page_header{
        height: 25vh;
    }
    .category_page_header h2{
        font-size: 60px;
        color: aliceblue;
    }
}