@media screen and (max-width: 1366px) {
    .show_info .popup-content{
        width: 60%;
        height: 80%;
    }
}

@media screen and (max-width: 1200px) {
    .show_info .popup-content{
        width: 80%;
        height: 80%;
    }

    .show_info_room .popup-content{
        width: 60%;
    }
}

@media screen and (max-width: 1024px) {
    .show_info .popup-content{
        width: 80%;
        height: 80%;
    }

    .show_info_room .popup-content{
        width: 70%;
        height: 40%;
    }
}

@media screen and (max-width: 680px) {
    .show_info .popup-content{
        width: 90%;
        height: 70%;
    }

    .show_info_room .popup-content{
        width: 80%;
        height: 40%;
    }

    .show_info_room .popup-body div{
        margin: 20px 30px;
    }
}

@media screen and (max-width: 500px) {
    .show_info .popup-content{
        width: 100%;
        height: 100%;
        border-radius: 0;
    }

    .show_info .popup-footer, .show_info .popup-header, .thumbnail_info .slider-for img{
        border-radius: 0;
    }

    .show_info .text_info {
        height: calc(100% - 110px);
        margin: 10px 20px;
    }

    .show_info .popup-header {
        padding: 4px 10px;
        padding-right: 50px;
        font-size: 14px;
        -webkit-line-clamp: 3;
        line-height: 1.6;
    }

    .show_info .close-popup{
        scale: 1;
        right: 10px;
    }

    .show_info .btn_audio{
        left: 20px;
        bottom: 5px;
    }

    .show_info_room .popup-content{
        width: 100%;
        height: 100%;
    }

    .active_search .search{
        width: 250px;
    }

    .active_search .content_search{
        width: 250px;
        left: -250px;
        max-height: 350px;
    }

    /*.slider-for .slick-track{*/
    /*    height: 350px;*/
    /*}*/

    /*.slider-for{*/
    /*    height: 350px;*/
    /*}*/

    /*.slider-nav .slick-track{*/
    /*    height: 120px;*/
    /*}*/

    /*.slider-nav{*/
    /*    height: 120px;*/
    /*}*/
}