@import url("include/common.css");
@import url("include/respc.css") screen and (min-width: 992px);
@import url("include/respda.css") screen and (min-width:401px) and (max-width: 992px);
@import url("include/respda1.css") screen and (min-width:751px) and (max-width:991px);
@import url("include/respda2.css") screen and (min-width:541px) and (max-width:750px);
@import url("include/respda3.css") screen and (min-width:401px) and (max-width:540px);
@import url("include/ressma.css") screen and (max-width: 400px);