* {margin:0; padding:0}
p {line-height:1.4; margin-bottom:12px}
#wrapper {width:396px; background:none;}
#container {
	position:relative;
	padding:0px;
	height:163px;
	width:396px; background:none;
}
.sliderbutton {position: absolute; width:19px; height:30px; cursor:pointer}
#slideleft {z-index: 10; top: 65px; left: 0px; background:url(../img/left.png) no-repeat;}
#slideleft:hover {
	background-attachment: scroll;
	background-image: url(../img/left2.png);
	background-repeat: no-repeat;
}
#slideright {z-index: 10; top: 65px; right: 0px; background:url(../img/right.png) no-repeat;}
#slideright:hover {
	background-attachment: scroll;
	background-image: url(../img/right2.png);
	background-repeat: no-repeat;
}
#slider {float:left; position:relative; overflow:auto; width:396px; height:163px; width:396px; background:none;}
#slider ul {position:absolute; list-style:none; top:0; left:0; margin: 0; padding: 0;}
#slider li {float:left; width:396px; height:163px; background-repeat: no-repeat; margin: 0;}
@media (max-width: 375px) {
	#slider img{
		width: 320px;
	}
}

.pagination {position:absolute; bottom:-5px; right:180px; list-style:none; height:25px; display:none;}
.pagination li {float:left; cursor:pointer; height:8px; width:8px; background:#ccc; margin:0 4px 0 0; border:1px solid #fff}
.pagination li:hover, li.current {background:#fff}

.contacts_item{
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	color: #333;
	background-color: #FFF;
	border: 1px solid #B3B3B3;
	padding: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
	box-shadow: 0px 0px 5px 0px #999;
	width: 80%;
}

.nokian_stamp {
	text-align: center;
	margin-top: 20px;
}

.nokian_stamp a, .nokian_stamp a:visited, .nokian_stamp a:hover {
	border: none;
}

.nokian_stamp img {
	max-width: 250px;
}
.comment-catalog-link{
	font-weight: bolder;
}

#saleLink{
	color: #e30001;
}

#saleLink:hover{
	color: #ffffff;
}

.warning{
	background-color: #fcf8e3;
}

.success{
	background-color: #dff0d8;
}

.danger{
	background-color: #f2dede;
}

.btn.map-call-btn, .btn.make-route {
	font-size: 15px;
	padding: 6px 14px;
}

.btn.make-route {
	color: #4F4C4D;
	background-color: #ffffff;
	border: 2px solid #1e98ff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	outline: none;
}
.btn.make-route:hover {
	border: 2px solid #27749E;
	cursor: pointer;
}

.btn.map-call-btn {
	color: #ffffff;
	background-color: #1e98ff;
	border: 2px solid #1e98ff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	outline: none;
}

.storeContact.stores_information .tel, .make-route-container {
	display: inline-block;
}
.make-route-container {
	margin-left: 20px;
}
.customNumber {
	float: right;
	margin: 7px 10px;
	color: #BDBDBD
}

ymaps [class$="-balloon-content__header"] a{
	text-decoration: none;
	color: black;
	border-bottom: none;
}