@media (max-width: 575.98px) {
    .top{
        background: none;
        color: #fff;
        display:none;
    }
    .menu-desctop{
        display:none;
    }
    .header{
        height: 335px;
        padding: 15px 0 130px 0;
    }
    .main-phone{
        width:100%;
        border-radius: 3px;
    }
    .sub-phone{
        display:none;
    }
    .global-phone, .global-time{
        display: none;
    }
    .global-address:before{
        color: #fff;
    }
    .global-address {
        text-align: center;
    }
    .menu-d{
        display: none;
    }
    .menu-m{
        display: block;
        text-align: center;
    }
    .menu-m ul li{
        font-size: 14px;
        color: #fff;
        font-weight: 600;
        font-family: 'Gotham Pro';
        letter-spacing: -0.5px;
    }
    .menu-m ul li:nth-child(4){
        margin:0px 0 0 0;
    }
    .menu-m ul li a{
        font-size: 14px;
        color: #fff;
        font-weight: 600;
        font-family: 'Gotham Pro';
        text-transform: uppercase;
        background: #ef3d3d;
        display: block;
        width: 100%;
        height: 44px;
        line-height: 44px;
        border-radius: 3px;
        margin:8px 0 0 0;
    }
    .menu-m ul li a:hover{
        text-decoration:none;
    }
    .menu-m ul li img{
        width: 200px;
    }
    h1{
        text-align: center;
        font-weight: 700;
        font-family: 'Gotham Pro';
        letter-spacing: -0.5px;
        color: #fff;
        font-size: 17px;
        padding: 0;
        margin: 17px 0 0 0;
        text-align: center;
    }
    .breadcrumb ul {
        text-align: center;
        width: 100%;
    }
    .breadcrumb ul li a {
        font-size: 11px;
        color: #fff;
        font-family: 'SF Pro Text';
    }
    .breadcrumb ul li:first-child{
        padding: 0 2px 0 0;
    }
    .breadcrumb ul li{
        padding: 0 2px 0 2px;
        font-size: 11px;
    }
    .box-content{
        padding:10px;
    }
    .view-items ul li{
        width: 100%;
        height: 440px;
    }
    .view-items ul li .fill-img {
        min-height: 210px;
    }
    .module-items{
        display: none;
    }
    .border-box{
        display:none;
    }
    .box-item{
        width: 295px;
        height: 445px;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 30px;
    }
    .box-item-min{
        width: 295px;
        height: 275px;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 30px;
    }
    .horizont-list-alt ul li{
        width:100%;
    }
    .view-items-inpage {
        text-align: center;
    }
    .footer{
        text-align: center;
    }
    .footer img{
        padding: 0 0 30px 0;
    }
    .table.table-content{
        font-size: 11px;
    }

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px){
  
}
