@import url(slider.css);
@import url(lightbox.css);
@import url(main.css);
@import url(medium.css) screen and (min-width: 992px) and (max-width: 1199px);
@import url(tablet.css) screen and (min-width: 768px) and (max-width: 991px);
@import url(phone.css) screen and (max-width: 767px);