@media only screen and (max-width: 1269px){
    .bottom_forms{
        justify-content: space-between;
    }
    .bottom_form{
        width: 48%;
        margin: 0;
    }
    .ed_table{
        width: 100%;
    }
}
@media only screen and (max-width: 1023px){
    .details_block{
        max-width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .fb_left div div{
        margin-left: 0;
    }
    .fb_left div span{
        margin-right: 5px;
    }
    .policy_link{
        display: block;
        margin-top: 15px;
    }
    .advantage_item{
        width: 50%;
        margin-bottom: 20px;
    }
    .bottom_form{
        width: 100%;
        margin-bottom: 20px;
    }
    .content_table{
        width: 100%;
    }
    .content_table_v2{
        width: 100%;
    }
}
@media only screen and (max-width: 479px) {
    .advantage_item{
        width: 100%;
    }
    .copyright{
        font-size: 13px;
    }
    .map_block{
        height: 200px;
    }
    .table_scroll{
        width: 100%;
        overflow: auto;
        padding-bottom: 10px;
    }
    .content_table_v2 td{
        padding: 5px;
    }
    .mob_menu{
        top: 170px;
    }
    .fancybox-slide--video {
        padding: 0;
    }
}