@import url("desktop.min.css") only screen and (min-width: 1920px);
@import url("desktop.min.css") only screen and (max-width: 1919px) and (min-width: 1680px);
@import url("desktop.min.css") only screen and (max-width: 1679px) and (min-width: 1440px);
@import url("laptop.min.css") only screen and (max-width: 1439px) and (min-width: 769px);
@import url("tablet.min.css") only screen and (max-width: 768px) and (min-width: 641px);
@import url("tablet.min.css") only screen and (max-width: 640px) and (min-width: 481px);
@import url("phone.min.css") only screen and (min-width:321px) and (max-width:480px);
@import url("phone.min.css") only screen and (max-width:320px);