@charset "utf-8"; /* CSS Document */ @media screen and (min-width:950px) and (max-width:1150px) { } @media screen and (min-width:750px) and (max-width:950px) { #coll{ width:94%; height: auto; float:none; margin-bottom: 20px;} #colr{ width:94%; height: auto;  float: none;} } @media screen and (min-width:240px) and (max-width:750px) { #coll{ width:94%; height: auto; float:none; margin-bottom: 20px;} #colr{ width:94%; height: auto;  float: none;} .logo {  float:none; margin: 0 auto;} .poisk {  float: none; margin: 0 auto ;} #header{  height: auto;} .wraptaxi { width: 46%; float:none; margin: 15px auto 0 auto; }}



/*Styles for screen 600px and lower*/
@media screen and (max-width: 630px) {
	nav { 
  		height: auto;
  	}
  	nav ul {
  		width: 100%;
  		display: block;
  		height: auto;
  	}
  	nav li {
  		width: 50%;
  		float: left;
  		position: relative;  
  	}
  	nav li a {
		border-bottom: 1px solid #333333;
		border-right: 1px solid #333333;
	}
  	nav a {
	  	text-align: left;
	  	width: 100%;
	  	text-indent: 25px;
  	}
}

/*Styles for screen 515px and lower*/
@media only screen and (max-width : 480px) {
	nav {
		border-bottom: 0;
	}
	nav ul {
		display: none;
		height: auto;
	}
	nav a#pull {
		display: block;
		background-color: #A7A3A3;
		width: 100%;
		position: relative;
	}
	nav a#pull:after {
		content:"";
		background: url(../images/nav-icon.png) no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}
}

/*Smartphone*/
@media only screen and (max-width : 320px) {
	nav li {
		display: block;
		float: none;
		width: 100%;
	}
	nav li a {
		border-bottom: 1px solid #D8A00E;
	}
}
