html{
	margin: 0 5%;
	border: 1px solid #A1A1A1;
	font-family: Tahoma;
	max-width: 1280px;  
	margin: 0 auto; 
	position: relative;
}
body{
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-style: normal;
	font-weight: 400;
	color: #000;
}
ul{
	list-style: none;
	padding-left: 20px;
	
}
.rus-centered{
	text-align: center;
}
.rus-right{
	text-align: right;
}
.padding-none{
	padding:0 !important;
}

/* navbar */
.navbar{
  background-color:#B2B2B2;	
  min-height: 40px;
  margin-bottom: 0 !important;
}
.navbar-inverse{
	border:none;
}
.navbar-static-top {
  margin-bottom:20px;
  height: 40px;
}
i {
  font-size:16px;
}

.nav > li{
	border-right: 1px solid #FFF;
}

.nav > li:last-child{
	border-right: none;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff !important;
    background-color: #29B0FF;
}

.nav > li > a {
  color:#000 !important;
  font-weight: bold;
  padding: 3px 15px !important; 
  min-height: 32px;
}
#top-nav .nav > li > a {
  padding: 10px 20px !important; 
  line-height: 100% !important;
  min-height: 40px;
  vertical-align: middle;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: #29B0FF;
}
.navbar-toggle{
	margin-right: 10px;
}
.navbar-toggle .icon-bar:nth-of-type(2) {
    top: 1px;
}
.navbar-toggle .icon-bar:nth-of-type(3) {
    top: 2px;
}
.navbar-toggle .icon-bar {
    position: relative;
    transition: all 200ms ease-in-out;
}
.navbar-toggle.active .icon-bar:nth-of-type(1) {
    top: 6px;
    transform: rotate(45deg);
}
.navbar-toggle.active .icon-bar:nth-of-type(2) {
    background-color: transparent;
}
.navbar-toggle.active .icon-bar:nth-of-type(3) {
    top: -6px;
    transform: rotate(-45deg);
}
.navbar-form {
    margin-top: 6px !important;
    margin-bottom: 5px !important;
    margin-right: 0 !important;
}    
.form-control {
    height: 26px;
}
.form-group{
	float: left;	
}
.input-search{
	border-radius: 4px 0 0 4px;
	float: left;
   border-right: none;
}
.btn-search{
	height: 26px;
	padding: 3px 8px;
	border-radius: 0 4px 4px 0 !important;
	border-left: none;	
	float: left;
	color: #29B0FF;
}
.btn-search:hover{
	background-color: #FFF;
	color: #383838;
	border-left: none;	
}
.btn-search i{
	font-size: 12px;
}
.input-search:focus, .btn-search:focus{
	border-color:#29b0ff;
	border-left: 1px solid #29b0ff;	
	border-right: 1px solid #29b0ff;	
}    
/* footer */ 
footer {
  margin-top:0;
  padding-top:10px;
  padding-bottom:10px;
  background-color:#B2B2B2;
  color: #FFF;
  position: relative;
}
#back-to-top{
	display: none;
	padding: 2px 16px;
	font-size: 16px;
	line-height: 100%;
	border-radius: 1px;
	position: fixed;
	right: 5px;
	bottom: 5px;
	float: right;
	z-index: 1004;
}
.knopki {
    position: absolute;
    top: 5px;
    right: 5px;
    display: block;
    height: 100%;
    width: 40%;
    z-index: 100;
    text-align: right;
}
/* header */
.title-block{
	position: relative;
	min-height: 100px;
}

.rus-headline, 
.rus-headline a, 
.rus-headline a:hover {
   display: block;
	font-size: 2.2em;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	text-decoration: none;
	padding: 0;
	margin: 0;
	margin-top: 1%;
	margin-left: 3%;
	color: #878787 !important;
	white-space: nowrap;
}

.rus-headline a:first-letter{
	color:#29B0FF;
}

.rus-slogan, 
.rus-slogan a, 
.rus-slogan a:hover{
  	display: block;
  	white-space: nowrap;
	font-size: 1.1em;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	padding: 0;
	margin: 0;
	margin-left: 7%;
	color: #005180 !important;
}

.rus-phone, .rus-phone a{
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  display: block;
  margin: 1.2em auto;
  margin-left: 0;
  white-space: nowrap;
  font-size: 1.5em;
  color:#29B0FF; 
  font-weight: bold;
  text-decoration: none;
}

.rus-mail, .rus-mail a{
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  display: block;
  margin-top: 1.7em;
  margin-right: 7%;
  white-space: nowrap;
  font-size: 1.3em;
  color:#29B0FF; 
  font-weight: bold;
  text-decoration: none;
}
.rus-wsp, .rus-wsp a{
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  display: block;
  margin-top:0;
  margin-right: 7%;
  white-space: nowrap;
  font-size: 1.3em;
  color:#29B0FF; 
  font-weight: normal;
  text-decoration: none;
}
/* Main */
#main{

}

.flex-container {
 display: -webkit-inline-flex; /* Safari */
 display: flex;
 -webkit-flex-direction: row; /* Safari */
 flex-direction: row;
 -webkit-flex-wrap: wrap; /* Safari */
 flex-wrap: wrap;
 padding-top: 20px;
 min-height: 550px;
}

p{
    margin: 0;
    line-height: 140%;
}
/* left sidebar */
#left-sidebar, #left-sidebar2{
	padding-left:0;
	padding-right:0;
}
#left-menu > li{
	min-height: 32px;
   width: 100%;
   display: table;
}
#left-menu > li> a{
	background: #DBDBDB;
	font-weight: normal;
	color: #575757 !important;
	line-height: 100%;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
#left-menu > li > a:hover{
	background: #A3A3A3;
}
#left-menu > li> a.active{
	background: #29B0FF;
	color: #FFF !important;
}
#left-menu > ul{
	list-style: none;
	background: #fff;
	font-weight: normal;
	color: #575757 !important;
	padding-left: 0;
	line-height: 100%;
}
#left-menu > ul > li{
	padding:5px 0;
	padding-left: 10px;
}
#left-menu > ul > li a:hover{
	color: #005180 !important;		
}
#left-menu > ul > li> a{
	font-weight: normal;
	color: #575757 !important;
	line-height: 110%;
}
#left-menu ul li a.active{
	color: #005180 !important;
}
#left-menu > ul ul > li{
	margin: 5px 0;
}
#left-menu > ul ul > li> a{
	font-weight: normal;
	color: #575757 !important;
	line-height: 110%;
}
/* right sidebar */
#right-sidebar{
	padding-right:0;
	padding-left:0;
}
#right-sidebar h3{
	 color: #000000;
    font-size: 1em;
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-weight: bold;
    font-style: normal;
    margin: 0;
    padding: 7px 10px;
    text-decoration: none;
    background: #DBDBDB;
}
#right-sidebar h3 a {
    color: #000;
}
#right-sidebar ul{
	list-style: none;
	padding-left: 10px;
}
#right-sidebar ul > li > a{
	color:#000000;
}
#right-sidebar ul > li > a:hover{
	color: #005485;
}
#right-sidebar ul > li.active > a{
	color:#29B0FF;
	text-decoration: none;
}
#right-sidebar .ul-brand {
    width: 100%;
    display: table;
    padding-left: 5px;
    padding-top: 5px;
}
#right-sidebar .ul-brand li {
    float: left;
    margin: 0 10px 3px 10px;
    padding: 0;
    line-height: 100%;
}
#right-sidebar .ul-brand a {
	 font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    color: #b6b6b6 !important;
    font-weight: bold;
    font-size: 11px;
    padding: 0;
    line-height: 100%;
}
#right-sidebar .ul-filter {
    width: 100%;
    display: table;
    margin-bottom: 0;
}
#right-sidebar .ul-filter h6{
	text-decoration: underline;
	margin: 0 ;
	padding-top: 5px;
	font-size: 12px;
}
#right-sidebar .ul-filter li {
    float: left;
    margin: 3px 5px 0 0;
}
#right-sidebar .ul-filter a {
    color: #b6b6b6 !important;
    font-weight: bold;
    font-size: 11px !important;
}
#right-sidebar .ul-filter > li.active > a{
	color:#29B0FF !important;
	text-decoration: none;
}
/* Content */
.breadcrumb {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    border-radius: 0;
    background-color: transparent;
    font-size: 11px !important;
}
.breadcrumb a{
    font-size: 11px;	
}
.breadcrumb a.active{
    color: #29b0ff !important;	
}
#content{
	border-right: 1px solid #c5c6c6;
	padding-bottom: 10px;
}
#content h2{
   font-size: 1.4em;
   font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;	
   color: #404040;
   margin-top: 0;
}
#content h2.catalog{
   font-size: 11px;
   font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;	
   color: #404040;
   margin-top: 0;
}
#content h3{
	font-size: 18px;
}
#content ul{
	list-style: none;
	padding-left: 10px;
	margin-top: 5px;
}
#content a{
	color: #545454;
}
#content a:hover{
	color: #9C9C9C;;
}
#content ul > li:before{
    content: url(../images/postbullets.png);
    margin-right: 6px;
    bottom: 2px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    line-height: 0;	
}
#content ul > li a{
	font-weight: bold;
   text-decoration: underline !important;
   color: #b22222 !important;
}
#content ul > li.no:before{
    content: "";
    margin-right: 6px;
    bottom: 2px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    line-height: 0;	
}
#content ul > li.y-btn:before{
    content: "";
    margin-right: 6px;
    bottom: 2px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    line-height: 0;	
}
.cat-brand{
	padding: 15px;
	text-align: center;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #dbdbdb;
    font-weight: bold;
}
tr.bars{
	border-top: 2px solid #545454;
}
.mess{
	text-align: center;
	font-size: 1.6rem;
}
td.text{
	border-bottom:none;
	background-color: #FFF;
	font-weight: normal;
}
td.price{
	font-weight: bold;
	text-align: right;
}
.image{
	text-align: center;
}
.image img{
	max-width: 100%;
	margin: 25px auto;
}
.btn{
	border-radius: 0;
}
.buttons .btn{
	margin-bottom: 10px;
	width: 100%;
}
.buttons .btn-info{
	color: #FFF !important;
}
.buttons .btn-info:hover, .buttons .btn-default:hover{
	color: #000 !important;
}
.info{
	display: inline-block;
}
#order-table{
	margin-top: 20px;
}
#order-table td{
	vertical-align: middle;
	font-weight: normal;
	font-size: 1.2rem;
}
#order-table td img{
	max-width: 75px;
}
#order-table .cols{
	width: 15%;
}
#order-table .cols input{
	width: 65%;
}
label{
	margin-top: 5px;
}
#myOrder .btn{
	margin-top: 10px;
}
.btn-info {
    color: #fff;
    background-color: #29b0ff ;
    border-color: #46b8da;
}
#note{
    display:none;
    position:fixed;
    bottom:0;
    right:0;
    left:0;
    min-height: 30px;
    height:50px;
    width:100%;
    background:#c2c2c2;
    color: #262626;
    z-index: 10000;
    border-top: 1px solid #708090;
}
#note h3{
  font-weight: 500;
  font-size: 1.5em;
  color: #FFF;
  text-shadow:0 1px 2px rgba(0,0,0,0.5);;
  margin: 15px 50px;
  text-align: center;
}

#note .close {
    position: absolute;
    top: 10px;
    right: 25px;
    width: 30px;
    height: 30px;
    display:block;
}
#note .close img{
	max-width: 100%;
}