@media only screen and (max-width: 2560px) {

}

@media only screen and (max-width: 1920px) {

}

@media only screen and (max-width: 1600px) {
  
}


@media only screen and (max-width: 1366px) {

}

@media only screen and (max-width: 1280px) {
    
    
}

@media only screen and (max-width: 1139px) {
   
}

@media only screen and (max-width: 992px) {
    
    body.body-locked {
        padding-right: 0px;
    }
    
    body.body-locked .phone-call-img {
        right:10px;
        transition: none;
    } 

  
    .hidden-big {
        display: block!important;
    }

    .hidden-small {
        display: none!important;
    }

    .my-footer__box {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media only screen and (max-width: 920px) {
    
 
}


@media only screen and (max-width: 768px) {
   
    
}


@media only screen and (max-width: 700px) {
    
 
}


@media only screen and (max-width: 640px) {
    .my-footer__box {
        grid-template-columns: 1fr;
    }

    .content table td:nth-child(2),
    .content table th:nth-child(2) {
        width: 100px;
        min-width: 100px;
        max-width: 100px;
    }
  
} 


@media only screen and (max-width: 480px) {
    
} 


@media only screen and (max-width: 320px) {

} 