@charset "utf-8";
/*******************************
	CSS Document for Alisa Sushko
	Developed by: V.Hohin
	Script Date: June 8, 2017
	Last modification:
*********************************/

@import url("normalize.css");
@import url("basic.css");
@import url("phone.css") only screen and (max-width:700px);/*414px);*/
@import url("tablet.css") only screen and (min-width:701px) and (max-width:900px);
@import url("desktop.css") only screen and (min-width:901px);