@charset "utf-8";
.noscript{
    background-color:#f0f0f0;
    position: absolute;
    bottom:20%;
    left:50%;
    border:solid 2px black;
    margin-left: -300px;
    width: 600px;
    height:300px;
    z-index:999999;
    text-align: center;
    font-size:1.5em;
    margin-top:50%;
    padding-top: 160px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	margin: 0px;
	background-color: #CCC;
	padding: 0px;
	background-attachment: scroll;
	background-image: url(../img/background_body.png);
	background-repeat: repeat;
}
/*Заголовки*/
h1 {
	font-size: 19px;
	color: #666;
	margin-top: 0px;
	margin-bottom: 10px;
}
h2 {
	font-size: 18px;
	color: #333;
	margin-top: 0px;
	margin-bottom: 15px;
}
h3 {
	font-size: 16px;
	color: #333;
	margin-top: 25px;
	margin-left: 0;
	margin-bottom: 15px;
}
h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #666;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active{
	background: rgb(222,239,255);
	background: -moz-linear-gradient(top, rgba(222,239,255,1) 0%, rgba(152,190,222,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(222,239,255,1)), color-stop(100%,rgba(152,190,222,1)));
	background: -webkit-linear-gradient(top, rgba(222,239,255,1) 0%,rgba(152,190,222,1) 100%);
	background: -o-linear-gradient(top, rgba(222,239,255,1) 0%,rgba(152,190,222,1) 100%);
	background: -ms-linear-gradient(top, rgba(222,239,255,1) 0%,rgba(152,190,222,1) 100%);
	background: linear-gradient(top, rgba(222,239,255,1) 0%,rgba(152,190,222,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#deefff', endColorstr='#98bede',GradientType=0 );
}

.naming{
	background-attachment: scroll;
	background-image: url(../img/fon-name.png);
	background-repeat: repeat-x;
	height: 30px;
	padding-top: 4px;
	padding-right: 15px;
	padding-left: 15px;	
	float: left;
	display: block;
	margin: 0;	
}

.head_for_page{
	height: 30px;	
}
.head_for_page i{
	background-attachment: scroll;
	background-image: url(../img/fon-name2.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 30px;
	width: 18px;	
}
.naming h1{
	font-size: 19px;
	color: #666;
	margin-top: 0px;
	margin-bottom: 10px;
	text-shadow: 1px 1px 1px #EAEAEA;
}
.naming h1 a{
	color: #666;	
}
.naming h1 a:hover{
	color: #900;
	text-decoration:underline;
}
/*Ссылки*/
a{
	color: #039;	
	text-decoration: none;
	border-bottom: 1px solid #CBD2ED;
	display: inline;
}
a:hover{
	color: #03C;
	text-decoration: none;
	border-bottom: 1px solid #03C;
}

a:active {
	color: #039;
	text-decoration: none;
	border-bottom: 1px solid #CBD2ED;
}
a:visited {
	color: #956297;
	text-decoration: none;
	border-bottom: 1px solid #956297;
}
.tags a{
	border: none;
}
.newsList a{
	text-decoration: none !important;	
}
.menuHeader a:visited{
	color: #FFF;
	border-color: #FFF;	
}
.newsList a:hover{
	color: #03C !important;
	text-decoration: none;
}
.products_holder a, a.linkTyreCalk001{
	color: #039;	
	text-decoration: underline;
	border: none;
}
a.linkTyreCalk001 {
    margin-top: 70px;
}
.products_holder a:hover{
	color: #03C;
	text-decoration: underline;
}
.head_for_block a{
	text-decoration: none !important;
	border: none;
}
#menu a, div.important p a{
	border: none;
}
.breadcrumbs a{
	border-bottom: 1px solid #CCC;
}
.modelName a{
	border-bottom: none;
}
.fullname2 a{
	border-bottom: 1px solid #CCC;
}
.fullname2 a:hover{
	border-bottom: 1px solid #999;
}
.display-grades-details{
	border: none;
}
.newsText a {
	border: none;
}
.image a{
	border: none;
}
.brand_item, .complect_item, .runflat_item, .complect_item, .rest_item, .sortlink{
	border: none;
}
.complect_item:hover, .runflat_item:hover, .complect_item:hover, .rest_item:hover, .sortlink:hover, .spikes_item, .custom_item, .brandLogo a{
	border: none;
}

/*Абзац*/
.newsText  p span{
	font-family: Arial, Helvetica, sans-serif !important;	
}
p {
	font-size: 100%;
	line-height: 130%;
	margin-bottom: 0.3em;
	margin-top: 0.3em;
}
/*Картинки*/
img {
	border:none;
}
/*Главный блок*/
.content {
	background-color: #FFF;
	position: relative;
	width: 100%;
	min-width: 1024px;
	max-width: 1500px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	box-shadow: 0px 0px 25px 0px #333;
}

/*Шапочка лежит в контент.content*/
#header {
	background-attachment: scroll;
	background-color: #F7F7F9;
	background-image: url(../img/head.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 150px;
	width: 100%;
	margin: 0px;
	padding-top: 5px;
	padding-left: 0px;
	z-index: 0;
	min-width: 1024px;
	max-width: 1500px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	box-sizing: border-box;
}
/*Основное содержимое*/
.main {
	width: 100%;
	min-width: 1024px;
	max-width: 1500px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	height:auto;
	min-height: 850px;
	background-color: #F7F7F9;
	margin-top: 0px;
}
/*Меню*/
#menu {
	width: 980px;
	height: 40px;
	position: relative;
	margin-left: 15px;
	padding-top: 20px;
	padding-bottom: 20px;
	
}
/*Настройка навигации меню*/

.navigation {
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #FFF;
}
.navigation li {
	float: left;
	display: block;
	font-size: 12pt;
	color: #4D4D4D;
	line-height: 22pt;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	font-weight: bold;
}
.navigation li h1 {
	color: #4D4D4D;
	display: block;
	float: left;
	line-height: 20pt;
	font-size: 12pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 3px;
	background-color: #F7F7F9;
}
.navigation li a,.navigation .top-menu a:visited {
	font-size: 12pt;
	color: #666666;
	display: block;
	float: left;
	padding: 0 6px 6px 12px;
	text-decoration: none;
	position: relative;
	margin: 0 2px 0 0;
	line-height: 18pt;
}
.navigation a, .navigation li .first a:visited	{
	padding-left:0;
}
.navigation li a:hover,
.navigation li.navigation__dropdown:hover > a {
	text-decoration: none;
	color: #fff;
	text-shadow: 0px 1px 1px #036;
	background: url('../img/gggg.png') no-repeat left top;
}
.navigation a:hover { 
	text-decoration: none;
	text-shadow: 0px 1px 1px #036;
	color: #666666; background: none;
}
.navigation li a:hover i,
.navigation li.navigation__dropdown:hover > a i{
	position: absolute; 
	right: -6px; 
	top: 0px; 
	width: 100%; 
	height: 100%;
	text-shadow: 0px 1px 1px #036;
	background: url('../img/gggg.png') no-repeat right top;  
	width: 7px; 
	height: 24px; 
}
.navigation a:hover{ 
	color: #fff; 
}
/*.activeMenu{
	text-decoration: none;
	color: #fff;
	text-shadow: 0px 1px 1px #036;
	background: url('../img/gggg.png') no-repeat left top;
}
.navigation a.activeMenu {
	color: #EFEFEF;
}
.navigation a.activeMenu:hover {
	color: #FFF;
}
.activeMenu i { 
	position: absolute; 
	right: -6px; 
	top: 0px; 
	width: 100%; 
	height: 100%;
	text-shadow: 0px 1px 1px #036;
	background: url('../img/gggg.png') no-repeat right top;  
	width: 7px; 
	height: 24px; 
}*/
.logoTop{
	z-index: 999;
	position: relative;
}
.pozdravlenie{
	width: 150px;
	height: 150px;
	background-attachment: scroll;
	background-image: url(../img/9may002.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	top: 0px;
	left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 135%;
	color: #9A1603;
	font-weight: bold;
	z-index: 950;	
}
/*Реклама бесплатная доставка*/
.comercial {
	height: 163px;
	width: 396px;
	position: absolute;
	z-index: 9;
	top: -150px;
	right: 30px;
	background-image: none !important;	
}
/*Хлебные крошки*/
.breadcrumbs{
	font-size: 13px;
	color: #666;
}
.breadcrumbs a{
	font-size: 13px;
	color: #666;
}
.breadcrumbs a:hover{
	font-size: 13px;
	color: #999;
}
/*Размеры шрифтов, полей ввода и кнопок*/
.textfield{
	width: 50px;
	height: 14px;
}
.font-style {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	padding-left: 7px;
	padding-right: 3px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.submitfield {
	height: 30px;
}
/*Блок основного содержимого*/
.content_in_page{
	margin: 0 10px 0 250px; 
}
.ui-widget { 
	font-size: 12px; 
}
/*Пятки*/
/*Пятки*/
.footer {
	width: 100%;
	max-width: 1500px;
	min-width: 1024px;
	background-color: #F7F7F9;
	text-align: center;
}
.footer_speical-links{
	display: inline-block;
	width: 25%;
}
.copyrights {
	font-size: 13px;
	color: #333;
	line-height: 15px;
	position: relative;	
	display: inline-block;
	vertical-align: top;
	margin-bottom: 25px;
	width: 65%;
}

.linkCorpstore, .linkGaranty, .copyrights{
	text-align: left;
}
@media (max-width: 768px) {
	.footer_speical-links, .copyrights {
		width: 100%;
		display: block;
	}
}
input, textarea, select{
	transition: border linear 0.2s, box-shadow linear 0.2s;
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	border: 1px solid #CCC;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
input:focus, textarea:focus, select:focus{
	outline: none;
	box-shadow: 0px 0px 7px 0px #80DEFD;
	-webkit-box-shadow: 0px 0px 7px 0px #80DEFD;
	-moz-box-shadow: 0px 0px 7px 0px #80DEFD;
	-khtml-box-shadow: 0px 0px 7px 0px #80DEFD;
	border: 1px solid #A2D9FD;
}
.button_in_search{
	background-color: white;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 );
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, white), color-stop(50%, #F6F6F6), color-stop(52%, #EEE), color-stop(100%, #F4F4F4));
	background-image: -webkit-linear-gradient(top, white 20%, #F6F6F6 50%, #EEE 52%, #F4F4F4 100%);
	background-image: -moz-linear-gradient(top, white 20%, #F6F6F6 50%, #EEE 52%, #F4F4F4 100%);
	background-image: -o-linear-gradient(top, white 20%, #F6F6F6 50%, #EEE 52%, #F4F4F4 100%);
	background-image: -ms-linear-gradient(top, white 20%, #F6F6F6 50%, #EEE 52%, #F4F4F4 100%);
	background-image: linear-gradient(top, white 20%, #F6F6F6 50%, #EEE 52%, #F4F4F4 100%);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #AAA;
	-webkit-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
	display: block;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
	height: 27px !important;
	/*line-height: 24px;*/
	padding: 0 0 0 8px;
	color: #444;
	text-decoration: none;
}
.button_in_search:hover{
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0 );
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, white), color-stop(50%, #F4F4F4), color-stop(52%, #EEE), color-stop(100%, #F6F6F6));
	background-image: -webkit-linear-gradient(top, #EEE 20%, #F4F4F4  50%, white 52%, #F6F6F6 100%);
	background-image: -moz-linear-gradient(top, #EEE 20%, #F4F4F4 50%, white 52%, #F6F6F6 100%);
	background-image: -o-linear-gradient(top, #EEE 20%, #F4F4F4 50%, white 52%, #F6F6F6 100%);
	background-image: -ms-linear-gradient(top, #EEE 20%, #F4F4F4 50%, white 52%, #F6F6F6 100%);
	background-image: linear-gradient(top, #EEE 20%, #F4F4F4 50%, white 52%, #F6F6F6 100%);	
}
.button_in_search:active{
	-webkit-box-shadow: inset 0px 0px 2px 1px #ccc;
	-moz-box-shadow: inset 0px 0px 2px 1px #ccc;
	box-shadow: inset 0px 0px 2px 1px #ccc;
}
.group_vk{
	height: 146px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-attachment: scroll;
	background-image: url(../img/banner_tyrecalc2.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
}
.text_welcome{
	text-align: center;
	width: 600px;
	height: 55px;
	position: absolute;
	left: 30px;
	top: 63px;
}
.big_p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	color: #444;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	text-shadow: 1px 1px 1px #ffffc9;
}
.small_p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #444;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	text-shadow: 1px 1px 1px #ffffc9;
}
.small_p a{
	color: #444;
	text-decoration: underline;	
}
.small_p a:hover{
	color: #900;
	text-decoration: underline;	
}
.button_vk_group{
	height: 49px;
	width: 209px;
	border: 2px solid #FFF;
	background: #43678d;
	background: -moz-linear-gradient(top,  #43678d 0%, #5a7ea5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#43678d), color-stop(100%,#5a7ea5));
	background: -webkit-linear-gradient(top,  #43678d 0%,#5a7ea5 100%);
	background: -o-linear-gradient(top,  #43678d 0%,#5a7ea5 100%);
	background: -ms-linear-gradient(top,  #43678d 0%,#5a7ea5 100%);
	background: linear-gradient(to bottom,  #43678d 0%,#5a7ea5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#43678d', endColorstr='#5a7ea5',GradientType=0 );
	cursor: pointer;
	float: left;
	position: absolute;
	top: 10px;
	right: 0px;
}
.button_vk_group:hover{
	background: #5a7ea5;
	background: -moz-linear-gradient(top,  #5a7ea5 0%, #43678d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5a7ea5), color-stop(100%,#43678d));
	background: -webkit-linear-gradient(top,  #5a7ea5 0%,#43678d 100%);
	background: -o-linear-gradient(top,  #5a7ea5 0%,#43678d 100%);
	background: -ms-linear-gradient(top,  #5a7ea5 0%,#43678d 100%);
	background: linear-gradient(to bottom,  #5a7ea5 0%,#43678d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a7ea5', endColorstr='#43678d',GradientType=0 );
}
.vkBottom{
	height: 68px;
	width: 800px;
	background-attachment: scroll;
	background-image: url(../img/bottom_down.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.vkBottom p{
	font-size: 26px;
	font-weight: bold;
	color: #444;
	float: left;
	margin-top: 15px;
	margin-left: 160px;
	text-shadow: 1px 1px 1px #ffffc9;
}
.button_vk2{
	background-attachment: scroll;
	background-image: url(../img/button_vk-2.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 27px;
	width: 190px;
	clear: both;
	float: left;
	margin-top: 3px;
	margin-left: 150px;
	font-size: 14px;
	color: #333;
	padding-top: 7px;
	padding-left: 15px;
	text-shadow: 1px 1px 1px #fafadc;
	cursor: pointer;
	text-decoration: none;	
}
.button_vk2:hover{
	background-attachment: scroll;
	background-image: url(../img/button_vk-2hover.png);
	background-repeat: no-repeat;
	background-position: left top;	
}
.hiddenTable{
	width:100%;
}
.linkCorpstore{
	display: block;
	vertical-align: top;
	margin-top: 10px;
}
.linkGaranty{
	height: 25px;
	margin-right:3%;
	top: 10px;
	display: block;
	vertical-align: top;
}
.pageNumber {
	min-height: 25px;
	font-size: 14px;
	color: #666666;
}
.pageNumber div {
	display: inline-block;
}
.pageNumber div.go {
	margin-left: 40px;
}
.pageNumber div.go input {
	margin-top: 0px;
	height: 15px;
}
.error404{
	background-image: url(../img/robohobo.png);
	background-repeat: no-repeat;
	background-position: -40px center;
	min-height: 500px;
}
#popularModels a{
	margin-right: 0px !important;
}
.tyre{
	margin-bottom: 10px;
}
.blockForTyre{
	text-align: center; 
	margin-left: 230px; 
	width: 60%; 
	min-width: 580px;
}
.ya_search{
	margin-left: 102px;
}
#ya-site-form0 .ya-site-form__input-text_type_hint{
	background-image: none !important;
	background-color: #FFF;
	padding: 3px;
}
#ya-site-form0 .ya-site-form__input-text{
	padding: 3px;
}
#ya-site-form0 .ya-site-form__submit_type_image{
	background-attachment: scroll !important;;
	background-image: url(../img/search_button.png) !important;
	background-repeat: no-repeat !important;;	
}
#ya-site-form0 .ya-site-form__submit_type_image{
	width: 27px !important;;
	height: 27px !important;;
	outline: none;
	cursor: pointer;
	border: 0;
}
/*Панель корзины на страницах сайта*/

#cartPanel {
	height: 60px;
	width: 100%;
	position: fixed;
	bottom: 0px;
	left: 0px;
	/*display: none;*/
    z-index: 9999;
	background-attachment: scroll;
	background-image: url(../img/cartBk.png);
	background-repeat: repeat;
}
.pageIner{
	min-width: 1000px;
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;	
}

@media only screen and  (max-width: 1010px) {
	.pageIner td:nth-child(1) {
		display: none;
	}

	.pageIner table {
		width: 100vw;
	}
}

@media only screen and  (min-width: 100px) and  (max-width: 1010px) {
	.pageIner td:nth-child(2),.pageIner td:nth-child(3) {
		width: 50%;
	}
}

@media only screen and (max-width: 480px) {
	.pageIner td:nth-child(3) {
		display: none;
	}
}

#cartPanel div.pageIner div{
	float: left;
}
.comporator{
	padding-left: 50px;
	padding-right: 5px;
	height: 45px;
	background-attachment: scroll;
	background-image: url(../img/comparator.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	min-width: 130px;
	background-color: none;
	margin-top: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.comporator:hover{
	background-color: #444;	
}
.comporator:hover span{
	-webkit-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
}
a .comporator p{
	margin-top: 9px;
	border-bottom: 1px solid;
	border-bottom-color: #FFF;
	color: #FFF;
	font-size: 16px;
	float: left;
	text-shadow: 1px 1px 1px #666;
}
.comporator span{
	display: block;
	float: left;
	padding: 3px;
	margin-left: 10px;
	margin-top: 9px;
	background-color: #FC3;
	-webkit-box-shadow: 0 0 1px 1px #757575;
	box-shadow: 0 0 1px 1px #757575;
}
.cart_goods{
	padding-left: 50px;
	padding-right: 5px;
	height: 45px;
	background-attachment: scroll;
	background-image: url(../img/cartIcon.png);
	background-repeat: no-repeat;
	background-position: 15px 10px;
	min-width: 110px;
	background-color: none;
	margin-top: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.cart_goods:hover{
	background-color: #444;	
}
.cart_goods:hover span{
	-webkit-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
}
a .cart_goods p{
	margin-top: 9px;
	border-bottom: 1px solid;
	border-bottom-color: #FFF;
	color: #FFF;
	font-size: 16px;
	float: left;
	text-shadow: 1px 1px 1px #666;
}
.cart_goods span{
	display: block;
	float: left;
	padding: 3px;
	margin-left: 10px;
	margin-top: 9px;
	background-color: #FC3;
	-webkit-box-shadow: 0 0 1px 1px #757575;
	box-shadow: 0 0 1px 1px #757575;
}
.goodsTotalCost{
	margin-top: 18px;
	font-size: 16px;
	text-shadow: 1px 1px 1px #333333;
	color: #FFF;
	margin-left: 10px;
}
.cartButton{
	margin-top: 5px;
	margin-right: 7px;
	line-height: 30px;
	height: 30px;
	width: 170px;
	background: #ffde00;
	background: -moz-linear-gradient(top, #ffde00 0%, #ff9a00 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffde00), color-stop(100%,#ff9a00));
	background: -webkit-linear-gradient(top, #ffde00 0%,#ff9a00 100%);
	background: -o-linear-gradient(top, #ffde00 0%,#ff9a00 100%);
	background: -ms-linear-gradient(top, #ffde00 0%,#ff9a00 100%);
	background: linear-gradient(to bottom, #ffde00 0%,#ff9a00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffde00', endColorstr='#ff9a00',GradientType=0 );
	color: #333;
	font-size: 17px;
	text-align:center;
	-webkit-box-shadow: 0 0 1px 1px #757575;
	box-shadow: 0 0 1px 1px #757575;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #FFF;
	float: right;
	text-shadow: 1px 1px 1px #FFFFFF;
}
.cartButton:hover{
	background: #ffdb14;
	background: -moz-linear-gradient(top,  #ffdb14 0%, #ffa72d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffdb14), color-stop(100%,#ffa72d));
	background: -webkit-linear-gradient(top,  #ffdb14 0%,#ffa72d 100%);
	background: -o-linear-gradient(top,  #ffdb14 0%,#ffa72d 100%);
	background: -ms-linear-gradient(top,  #ffdb14 0%,#ffa72d 100%);
	background: linear-gradient(to bottom,  #ffdb14 0%,#ffa72d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdb14', endColorstr='#ffa72d',GradientType=0 );	
}
.blockForCart{
	height: 60px;
	/*display: none;*/
}

.compare_list {
    cursor: pointer;
}
.menuHeader{
	min-height: 25px;
	background-color: #93A2B5;
}
.leftLink{
	float:left; 
	margin-left: 20px; 
	margin-top: 3px; 
	font-size: 14px; 
	border-color:  #FFF; 
	color: #FFF;
}
.leftLink:hover, .rightLink:hover{
	color: #E5E5E5;
	border-bottom-color: #E5E5E5;
}
.leftLinkTitle{
	float:left; 
	margin-left: 5px; 
	margin-top: 3px; 
	font-size: 14px; 
/*	border-color:  #FFF; 
	color: #FFF;*/
}
.rightLink{
	float:right; 
	margin-right: 20px; 
	margin-top: 3px; 
	font-size: 14px; 
	border-color:  #FFF; 
	color: #FFF;
}
.townSelect{
	margin-top: 48px;
	margin-left: 50px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	color: #333;
	cursor: pointer;
}
.questionTown{
	position: absolute;
	z-index: 99999;
	height: 100px;
	width: 150px;
	left: 445px;
	top: 100px;
}
.hvostQuestionTown{
	background-attachment: scroll;
	background-image: url(../img/hvost.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 181px;
	height: 15px;	
}
.bodyQuestionTown{
	background-color: #FFF;
	height: 85px;
	width: 150px;
	border-top-width: none;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding-left: 30px;	
}
.buttonTyres{
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );	
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	transition: border linear 0.2s, box-shadow linear 0.2s;
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	border: 1px solid #CCC;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 1px 1px 1px #FFFFFF;
	cursor: pointer;
}
.buttonTyresImportant{
	background: #ffde00;
	background: -moz-linear-gradient(top, #ffde00 0%, #ff9a00 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffde00), color-stop(100%,#ff9a00));
	background: -webkit-linear-gradient(top, #ffde00 0%,#ff9a00 100%);
	background: -o-linear-gradient(top, #ffde00 0%,#ff9a00 100%);
	background: -ms-linear-gradient(top, #ffde00 0%,#ff9a00 100%);
	background: linear-gradient(to bottom, #ffde00 0%,#ff9a00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffde00', endColorstr='#ff9a00',GradientType=0 );
}
.blockForTownSelect{
	height: 350px;
	width: 500px;
	position: absolute;
	z-index: 99999;
	top: 250px;
	left: 50%;
	background-color: #FFF;
	-webkit-box-shadow: 0 0 6px 0 #424242;
	box-shadow: 0 0 6px 0 #424242;
	margin-left: -250px;
	text-align: center;
	display: none;
}
.blockForTownSelect input{
	height: 40px;
	width: 350px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 20px;
}
.nameTownSelect{
	font-size: 22px;
	color: #333;
	margin-top: 50px;
}
.closeTownSelect{
	float:right;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	color: #333;
	margin-top: 5px;
	margin-right: 5px;
	cursor: pointer;
}
.buttonTownSelect{
	font-size: 20px;
	line-height: 35px;
	margin-top: 50px;
	padding-right: 20px;
	padding-left: 20px;
}
.ui-menu .ui-menu-item a{
	border: none;
}
.ui-widget{
	font-size: 14px;
}
.ui-menu .ui-menu-item a.ui-state-hover, .ui-menu .ui-menu-item a.ui-state-active{
	margin: 0px;	
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus{
	background-color: #E5E5E5;
	background-image: none;	
}

.error-delivery-field {
    border: 1px solid red !important;
	-webkit-box-shadow: 0 0 3px 1px #FF0000;
	box-shadow: 0 0 3px 1px #FF0000;
}
#price-appeal-outer, #notification-outer {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999999;
    width: 100%;
    background-color: rgba(180,180,180,0.5);
    /*display: none;*/
}
#price-appeal-cont, #notification-cont {
    width: 500px;
    height: 300px;
    margin: 0 auto;
    padding: 40px;
    border-radius: 10px;
    background-color: white;
    text-align: center;
}
#appeal-fieldset, #notification-fieldset {
    margin: 0 auto;
    text-align: left;
}
#appeal-fieldset td, #notification-fieldset td {
    padding-top: 4px;
    padding-bottom: 4px;
}
.appeal-label, .notification-label{
    padding-right: 20px;
}
#price-appeal-cont input[type="text"], #notification-cont input[type="text"] {
    height: 30px;
    width: 263px;
    font-size: 18px;
    padding-left: 5px !important;
}
#price-appeal-result, #notification-result {
    display: none;
    margin-top: 130px;
    font-size: 18px;
    color: limegreen;
}
#price-appeal-close, #notification-close {
    float: right;
    font-size: 20px;
    margin-top: -40px;
    margin-right: -35px;
    cursor: pointer;
}
#price-appeal-close:hover, #notification-close:hover {
    opacity: 0.7;
}
.appeal-error-field, .notification-field {
    border: 1px solid red;
    -webkit-box-shadow: 0 0 3px 1px #FF0000;
    box-shadow: 0 0 3px 1px #FF0000;
}

/*
 * > > > A D A P T I V E   S T Y L E S < < <
 */
.form-item {
    width: 32%;
    margin-right: 1%;
    float: left;
}

.form-item input {
    display: block;
    margin-bottom: 5px;
    margin-top: 12px;
}

.form-item > span {
    display: block;
    text-align: left;
    color: #808080;
    font-size: 11px;
}

.form-item label span {
    display: block;
    text-align: center;
    height: 33px;
    line-height: 40px;
    font-size: 13px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 12px;
}


@media screen and (max-width: 800px) {
    .content {
        width: 100%;
        min-width: inherit;
        max-width: inherit;
    }

    .menuHeader {
        text-align: center;
        padding-top: 5px;
    }

    .menuHeader a {
        display: inline;
        float: none;
    }

    .menuHeader a:last-child {
        margin-right: 0;
    }

    .questionTown {
        left: 20px !important;
        top: 143px !important;
    }

    .townSelect {
        margin-top: 7px !important;
        margin-bottom: 7px !important;
    }

    .blockForTownSelect {
        width: 100%;
        left: 0;
        right: 0;
        margin: auto;
    }

    .blockForTownSelect input[type=text] {
        width: 90%;
    }

    .serviceButton {
        display: none;
    }

    #header {
        min-width: inherit;
        max-width: inherit;
        height: auto;
    }

    #header .ya_search {
        margin: auto;
        width: 92%;
    }

    .main {
        width: 100%;
        min-width: inherit;
        max-width: inherit;
    }

    .comercial {
        position: inherit;
        top: 0;
        right: 0;
    }

    #menu {
        width: 100%;
        height: 70px;
		margin-left: 0;
		padding-left: 15px;
		box-sizing: border-box;
    }

    #header .logoTop {
        max-width: 90%;
        margin-top: 20px;
    }

    .mainForMain {
		margin: 60px 0 0 0 !important;
        max-width: inherit !important;
        min-width: inherit !important;
    }

    .allContentConteiner {
        background-image: none !important;
        padding-top: 50px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .blockForAll .leftBlock, .blockForAll .rightBlock, .blockForAll .sliderBlock  {
        position: static;
        float: none;
        width: 100%;
        height: auto;
    }

    .topMain {
        height: auto !important;
    }


    .blockSearch {
        padding: 15px 0px;
        margin-top: 5px;
    }

    .blockForAll {
        height: auto !important;
    }

    .contentCont {
        width: 100%;
    }

    .contentCont .leftContent {
        float: none;
    }

    .rightSidebar {
        width: 100% !important;
        float: none !important;
    }

    .centerText {
        position: static !important;
    }

    .column001 {
        margin-left: 0 !important;
    }

    /* TODO ОТКЛЮЧИТЬ JS для устройств меньше < 700px для этого блока на главной!
        https://www.dropbox.com/s/ug3lut02byawhna/%D0%A1%D0%BA%D1%80%D0%B8%D0%BD%D1%88%D0%BE%D1%82%202015-06-24%2018.36.07.png?dl=0
     */
    .products .product {
        /*width: 50% !important;*/
        display: block !important;
        float: left;
    }

    .footer {
        min-width: inherit !important;
        max-width: inherit !important;
        height: auto !important;
        padding: 5% !important;
        width: 90% !important;
    }
	.pageNumber {
		min-height: 100px;
	}
/*    .footer .linkCorpstore {
        height: auto !important;
        position: static;
        text-align: center;

    }*/

    .sidebar {
        width: 95% !important;
        display: none;
        float: none !important;
        background-image: none !important;
    }

    .content_in_page {
        margin-top: 60px;
        margin-left: 0px;
    }

    .content_in_page > div {
        float: none !important;
        width: 90% !important;
        margin: 0 auto;
    }

    .search_by_size_in_catalog {
        width: auto !important;
        height: auto !important;
    }

    .search_by_size_in_catalog table {
        width: auto !important;
    }

    .search_by_size_in_catalog select {
    }

    .search_by_size_in_catalog_disks {
        width: auto !important;
    }

    .search_by_size_in_catalog_disks table {
        width: auto !important;
    }

    .shadow_search {
        width: auto !important;
        -webkit-background-size: 100% auto;
        background-size: 100% auto;
    }

    .brandList {

    }


    .brandList .brandLogo img {
        /*max-width: inherit;*/
        width: 90%;
    }

    .brandList .brandLogo .extended-warranty-block {
        width: 140px !important;
    }

    .model {
        width: 97% !important;
        float: none !important;
        display: block !important;
        height: auto !important;

    }

    .model .moreSizes {
        float: none !important;
    }

    .shoping_cart {
        margin-left: 10px;
        float: none !important;
        margin-right: 0 !important;
        margin-bottom: 5px;
    }

    .compare_list {
        margin-left: 10px;
        float: none !important;
        margin-right: 0px !important;
    }

    .remark2 {
        float: none !important;
        margin-top: 0 !important;
    }

    .accumSearchContainer {

    }

    .accumSearchContainer .box {
        width: 100%;
        display: block;
        float: none;
    }

    .accumSearchContainer .box table {
        width: 95%;
        margin: 10px auto !important;
    }

    .search_accums_by_car select, .search_diffwidthtires_by_car select{
        width: 120px !important;
    }

    .first_area {
        height: auto !important;
    }

    .first_area > a > div {
        display: block !important;
        margin: 10px auto !important;
        float: none !important;
    }

    .service-ul li {
        list-style: none;
        text-align: center;
        margin-bottom: 45px;
        display: block;
    }

    .service-ul li .pageTitle {
        font-weight: bold;
    }

    #YMapsStores {
        width: 100% !important;
        margin-top: 30px;
    }

    .storeContact ul li {
        list-style: none;
    }

    .breadcrumbs {
        display: block !important;
        float: none !important;
    }

    .lastTime {
        float: none !important;
        display: block !important;
    }

    /* TODO Сверстано таблицей, с этим ничего не сделать, убираем */
    /* Как будет возможность переверстать — стоит */
    .filtrBlock {
        display: none;
    }

    .searchContainer .box {
        width: 100%;
        display: block;
        float: none;
    }

    .searchContainer select.season {
        width: 120px !important;
    }

    .modelSearch .sizes table td > div {
        float: none !important;
        text-align: left !important;
        margin-bottom: 13px !important;
    }

    .modelSearch .sizes table td > div.fullname3 {
        width: 90% !important;
        margin-bottom: 10px;
    }

    .modelSearch .sizes table td .storagesBlock {
        display: block;
        float: none !important;
        margin-bottom: 10px;
    }

    .modelSearch .sizes table td .storagesButton {
        float: none !important;
    }

    .modelSearch .sizes table td .price2 {
        float: left !important;
    }

    .modelSearch .sizes table td .compare_list {
        float: right !important;
    }

    .modelSearch .sizes table td .buy_button2 {
        margin-top: 40px;
        clear: both;
    }

    .contacts_item {
        width: auto;
        margin-left: 0;
    }

    .contacts_item img {
        width: 100%;
        height: auto;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-bottom: 20px;
    }

    .block_for_news {
        margin-top: 30px;
    }

    .cm-block-list li {
        list-style: none;
    }

    .services_list li {
        list-style: none;
        text-align: center;
    }

    .services_list li img {
        display: block;
        margin: 10px auto;
    }

    .ms-comment-list li {
        list-style: none;
    }

    .comertialTwo {
        position: static !important;
        top: 0 !important;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .head_for_page {
        overflow: hidden;
    }

    .cars-table-cont table {
        background: #fff;
    }

    .cars-table-cont table td {
        border: 1px solid #000;
        padding: 5px;
    }

    .cars-table-cont table td li {
        list-style: none;
    }

    .cartPageMain .col-xs-3 {
        display: none;
    }

    .agree-block {
        float: none !important;
        width: 100%;
    }

    .cart-table table {
        background-color: #fff;
    }

    .text_in_page img {
        max-width: 100%;
    }

    .tab-body table.shop-addresses {
        width: 100% !important;
    }

    .tab-body .address-info {
        width: 100% !important;
    }

    .agree-block {
        width: 100% !important;
    }

    .order-block {
        padding-left: 10px;
        padding-right: 10px;
    }

    .order-block .contacts-form .form-head span, .order-block .contacts-form .form-body input, .order-block .contacts-form .form-footer span {
        float: none !important;
        width: 100% !important;
        margin-bottom: 10px;
    }

    .order-block .form-body, .order-block .form-head, .order-block .form-footer {
        width: 90% !important;
        min-width: inherit !important;
    }

    .delivery-block .tab-header.active {
        width: 50%;
    }

    .tab-body.active {
        width: 100% !important;
    }

    .tab-body .address-info {
        padding-left: 0 !important;
        padding-right: 0;
    }

    .tab-body .address-info .details {
        padding-left: 20px !important;
    }

    .address-info .yandex-map .ymaps-map {
        width: auto !important;
    }

    .tab-body {
        width: 36% !important;
        margin-right: 14% !important;
        margin-bottom: 15px !important;
        float: left !important;
    }

    .tab-body .addr-input label {
        display: block;
        width: 60px;
        margin-bottom: 5px;
    }
    .makeOrderBtn {
        width: 85% !important;
    }

    .comercial {
        width: 100% !important;
    }

    #wrapper {
        width: 100% !important;
    }

    #container {
        width: 100% !important;
    }

    #slider {
        width: 100% !important;
    }

    #slider li {
        width: 100% !important;
    }

    #slider img {
        max-width: 100% !important;
        height: auto !important;
    }

    #slider li .headerPhone {
        top: 70px !important;
        font-size: 38px !important;
		min-width:263px;
    }

	#slider li .headerPhone.phoneFullFormat {
		font-size: 30px !important;
	}

	/* col-xs-12 for table output */

    .cart-table {
        overflow-x: scroll;
        width: 100% !important;
    }

    .cart-table table > thead > tr > td {
        padding: 2px !important;
    }

    .cart-table table > tbody > tr > td {
        padding: 2px !important;
    }

    .form-item {
        float: none;
        margin-bottom: 10px;
        width: 100%;
    }

    .form-item input {
        width: 90%;
    }

    .form-item label span {
        text-align: left;
        font-weight: bold;
    }

    .pay-method-block input, .pay-method-block p {
        display: inline !important;
        float: none !important;
    }

    .placeForMap {
        width: 100% !important;
    }

    .newsBlock {
        width: 100% !important;
    }

    .accumSearchContainer {
        width: 100% !important;
    }

    .searchResult {
        width: 100% !important;
    }

    .pager {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }

    .stores_information {
        width: 95% !important;
    }

    .stores_information2 {
        width: 100% !important;
    }

    .storeInfo {
        width: 100% !important;
    }

    .storeYMap {
        width: 100% !important;
    }

    .storeInfoFull iframe {
        width: 95% !important;
    }

    .infoModel {
        margin-left: inherit !important;
        overflow: none !important;
    }

    .imgModel {
        margin: 20px;
    }

    .comment-editor-message textarea {
        min-width: auto !important;
    }

    .ms-comment-body-block {
        margin: 10px 0px !important;
    }

    .comment-dop-block {
        margin: 20px 0px !important;
    }

    .headForBlock {
        padding: 10px 0px !important;
    }

    .BackInTime {
        top: 5px !important;
    }

    .Services {
        width: 100% !important;
    }

    .rightBlock {
        float: none !important;
        width: 100%;
    }

    .tyre {
        width: 99% !important;
    }
}
@media (max-width: 800px) and (min-width: 426px){
	    .brandList .brandLogo {
        width: 44%;
        float: left;
    }
}

@media screen and (max-width: 340px) {
    #slider li .ya-phone {
        top: 50px !important;
    }
}
.social{
	height: 100px;
	width: 275px;
	position: absolute;
	z-index: 10;
	top: 50px;
	right: 0px;
	background-image: none !important;
}
.social img{
	width: 30px;
	height:30px;
	margin-left: 15px;
}
.social a{
	border: none;
	color: #fff;
}

@media screen and (max-width: 800px) {
	.social{
		top: 280px;
		right: 40px;
	}
}

@media screen and (max-width: 340px) {
	.social{
		top: 295px;
		right: 20px;
	}
}

.maxCountDanger{
	margin-left: auto;
	margin-right: auto;
	width: 280px;
}
.noticeLink{
	cursor: pointer;
	border-bottom: dashed 1px gray;
}

#notification-send{
	font-size: 100%;
	padding: 5px;
	cursor: pointer;
}

.headerPhone {
	padding-top: 63px;
	padding-left: 37px;
	font-size:52px;  
	font-weight: bold; 
	color: #FFF;
	background-image: url(/core/tpl/img/phone-001.png);
	background-repeat: no-repeat;
	height: 163px;
	line-height: 60px;
}

.headerPhone a {
	color: #FFF;
	border: 0px;
}

.headerPhone.phoneFullFormat {
	font-size: 30px;
}

.garanty_field{
	margin-bottom: 5px;
	padding:5px 10px;
}
.garanty-title{
	margin-bottom: 10px;
}

.width5 {
	width: 5%;
}

.width15 {
	width: 15%;
}

.width26 {
	width: 26%;
}

.width35 {
	width: 35%;
}

.width30 {
	width: 30%;
}

.width32 {
	width: 32%;
}

.width53 {
	width: 53%;
}

.width65 {
	width: 65%;
}

.width84 {
	width: 84%;
}

.width100 {
	width: 100%;
}

/* cellpadding */
.spacing-padding-0 td, .spacing-padding-0 th {
	padding: 0;
}

/* cellspacing */
.spacing-padding-0 {
	border-spacing: 0;
	border-collapse: separate;
}

.br-clear-all {
	clear: both;
}

.ya-page_js_yes .ya-site-form_inited_no {
	display: none;
}

.ya-site-form {
	width: 298px;
}

.ya-site-form {
	width: 298px;
}

.valign-middle {
	vertical-align: middle;
}

.car-search-btn {
	display: block;
	float: right;
	width: 74%;
}

.left-img-for-btn {
	display: block;
	float: left;
}

.left-img-for-btn img {
	max-width: 100px;
}

.text-align-center {
	text-align: center;
}

.navigation__dropdown {
	position: relative;
}

.navigation__dropdown-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 200px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	padding: 10px;
	list-style: none;
	margin: 0;
	z-index: 10;
}

.navigation__dropdown:hover .navigation__dropdown-menu {
	display: block;
}
