@charset "utf-8";
/**********************************************************
 *					 Styles
 **********************************************************/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,700italic&subset=latin,cyrillic);


html, body{
	margin: 0;
	padding: 0;
	background-color: #c5ebfa;
	font-weight: 400;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
a{
	color: #17aae5; 
	text-decoration: none;
}
a:hover,
a:focus{
	color: #17aae5; 
	text-decoration: underline;
}
.map-header{
	padding: 0 15px;
	height: 62px;
	background-color: #22333a;
}
.map-header a.back-link{
	display: block;
	height: 62px;
	line-height: 62px;
	text-decoration: none;
	margin-right: 20px;
	padding: 0 10px;
	float: left;
}
.map-header .back-link:hover{
	background-color: #030506;
}
.map-header .back-link .text{
	font-size: 24px;
	color: #fff;
	vertical-align: middle;
	padding-left: 30px;
	background: url("../images_resp/arrow-left.png") no-repeat 0 3px;
	background-size: 15px;
}
.map-header .link{
	padding-top: 10px;
	overflow: hidden;
}
.map-header .link a{
	font-size: 23px;
	text-decoration: none;
	display: block;
}
.map-header .address{
	display: block;
	padding: 0 0 10px 20px;
	background: url("../images_resp/product-sprite.png") no-repeat 0 -50px;
	font-size: 12px;
	color: #abb6bb;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.map-header .logo{
	display: inline-block;
	margin: 0 0 0 10px;
	vertical-align: middle;
	background: url("../images_resp/logo.png") no-repeat 0 0;
	width: 84px;
	height: 37px;
	float: none;
}
.map-header .logo.logo-travo{
	background: url("../images_resp/travobg-logo-white-min.png") no-repeat 0 0;
	background-size: contain;
	width: 152px;
}
.map-header .top-price{
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	color: #abb6bb;
}
.map-header .prices{
	height: 52px;
	line-height: 52px;
	margin-left: 50px;
}
.map-header .new-price{
	color: #17aae5;
	font-size: 20px;
	margin-right: 10px;
}
.map-header .old-price{
	color: #abb6bb;
	font-size: 13px;
	text-decoration: line-through;
}
.map-header .float{
	float: left;
}
.map-header .button{
	display: inline-block !important;
	color: #fff;
	font-size: 14px !important;
	height: 42px;
	line-height: 46px;
	background-color: #17aae5;
	-moz-box-shadow: 0 1px 0 #449cbf;
	-webkit-box-shadow: 0 1px 0 #449cbf;
	box-shadow: 0 1px 0 #449cbf;
	padding: 0 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 500;
	text-align: center;
	margin-left: 50px;
}
.map-header .button:hover {
	background-color: #1393c6;
}
.star{
	display: inline-block;
	margin: 0;
	padding: 0
}
.star li{
	display: inline-block;
	width: 15px;
	height: 14px;
	margin-left: 5px;
	background: url("../images_resp/star-icon.png") no-repeat 0 0;
}

@media (max-width: 767px){
	.map-header{
		padding: 0;
	}
	.map-header .back-link .text{
		font-size: 22px;
	}
	.link{
		display: none;
	}
}

@media (min-width: 300px) and (max-width: 380px) {
	.map-header .logo.logo-travo{
		width: 73px;
		height: 18px;
		margin-top: 5px;
	}
}