.page_info {margin:0 5px;} 
.description {margin-top:20px;}
.catalog {margin:50px 0 30px 0;}
.tire_img {margin-top:0px; text-align:center;}
.tire_img img {width:250px;}
.nav-tabs {border-bottom:5px solid #c01427;}
.nav-tabs a {color:#fff;}
.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color:#909090; 
    border: 1px solid #909090;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #fff;
    background-color:#c01427;
    border: 1px solid #c01427;
    border-bottom: 1px solid #c01427;
    cursor: default;
}
.tab_row {margin:0 15px;}
.tab_row.active .tab_cell {background-color:#33566A;}
.tab_cell {font-size:12px;padding:10px 0;text-align:center;height:8em;color:#E4E4E4;font-weight:bold;}
.tab_cell.title_cell {margin:30px 0px 30px 0px;padding:5px 10px;font-weight:bold;color:#fff;height:5em;}
.tab_cell.name {display:none;}

@media screen and (max-width: 991px){
	.tire_img {margin-top:0px;} 
	.tire_img img {width:150px;}
	.tabs_block {padding:0;margin-top:20px;}
	.space_row {clear:both;height:15px;}
	.space_row:last-child {display:none;}
	.title_row {display:none;}   
	.tab_cell {text-align:right;padding:5px 15px 5px 0;border-bottom:1px dotted #484848;font-size:11px;height:4em;/*white-space:nowrap;*/}
	.tab_cell.name {display:block;text-align:left;padding-left:15px;}	 
}