body{
  #background:#b3a485;  
}

:active, :hover, :focus {
    outline: 0;
    outline-offset: 0;
}

a:hover; a:focus{
  text-decoration:none;
}

.paddingTB{
  padding-top:25px;
  padding-bottom:25px;
}

.paddingTOP{
  padding-bottom:5px;
}

.padding35{
  padding:35px;
}

.bg1{
  background:#36464e;
}

.bg2{
  background:#e7e7e7;
}

.bg3{
  background:#36464e;
}

.menu{ 
  
}

.menu ul{
  list-style:none;   
  padding:0!important; 
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 5px!important;
}

.menu ul li{
  float:left;
  padding-right:25px;
}

.menu ul li a{
  color:#fff; 
}

.menu ul li a:hover{
  color:#ff6400;
}

.address-time{
  font-weight:bold;
}

.address-time a{
  color:#36464e;
}

.phone-mail{
  font-weight:bold;    
  font-size:16px;
}

.phone-mail a{
 color:#36464e;  
}

.mobile-phone{
  padding-top:5px;
  cursor:pointer;  
  color:#fff;
}

.mobile-phone a{
  color:#fff;    
  font-weight:bold;
}

.mobile-menu .mobile-menu-bars{
  padding-top:5px;
  position:relative;
  width:100%;
}

.mobile-menu .mobile-menu-bars span{
  color:#fff;      
  font-weight:bold;
  font-size:14px;
}

.mobile-menu .mobile-menu-bars span:hover{
  color:#36464e;  
}


.mobile-menu-list{
  top:0;
  left:0;
  display:none; 
  width:100%;
  background:#fff;
  padding:15px;            
  text-align:center;
  height: 100vh;
  position: absolute; 
  z-index:9999;
}

.mobile-menu-list ul{
  list-style:none;
  padding-left:0!important;
}

.mobile-menu-list ul li{
  padding-bottom:10px;
}

.mobile-menu-list a{
  color:#000;
  font-size:18px;  
  font-weight:bold;
  border-bottom:1px solid #000;
  text-transform:uppercase;    
}

.show-item{
  display:block;
}

.close-menu{
  position:absolute;
  top:15px;
  right:15px;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 2px;
  background:#fff;
  color:#000;
  font-weight:bold;
}

.title-page{
  font-weight: bold;
  font-size: 1.8em;
}

.title-top .main-title{
  font-weight:bold;
  font-size:16px;
  color:#36464e;  
}

.title-top .desc-title{
  font-weight:bold;
  font-size:12px;    
}

.main-page-title{
  #border-top:1px solid #f0f0f0;
  #padding-top:20px;
  #margin-top:15px;
  font-size:25px;
  margin-bottom:35px;
}

.main-page-title span{
  border-bottom: 6px solid #ff6400;
}

.2services-main-block{
  height:250px;   
  margin-bottom:25px;
  cursor:pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;  
}

.services-main-block:hover{
  -moz-box-shadow: 0 0 11px silver;
  -webkit-box-shadow: 0 0 11px silver;
  box-shadow:0 0 11px silver; 
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;  
}


.services-main-block{
    height: 300px;
    position: relative;
    box-shadow: 0 0 2px rgb(0 0 0 / 16%), 0 2px 24px rgb(0 0 0 / 12%);
    margin-bottom: 25px;
    border: 10px solid #fff;
    box-sizing: border-box;
    cursor:pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;   
}                     
    
    
.services-main-block p{
    position: absolute;
    color: #000;
    text-align: center;
    width: 100%;
    font-size: 15px;
    bottom: 0;
    background: #fff;
    font-weight: 700;
    padding: 5px;
    bottom:-10px
}

.products-main-groups{
  text-align:center;   
  border: 1px solid #eeeeee;
  padding: 10px;
  #border-radius: 10px;
  margin-top: 10px;      
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease; 
  box-shadow: 0 0 2px rgb(0 0 0 / 8%), 0 2px 24px rgb(0 0 0 / 6%); 
  #min-height: 60px;
  text-transform: uppercase;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
  font-weight:bold;
  font-size:11px;  
}

.products-main-groups:hover{
 box-shadow:0 4px 15px 0 rgb(0 0 0 / 14%);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;  
}

.products-main-groups .inner-pages-block-img{
  height:150px;  
}

.products-main-groups .text{
  color:#000; 
}

.products-main-groups .min_price{
  color:silver;   
}


.product-block{
  padding-left:25px;
  padding-right:25px;  
  margin-top: 25px;
  margin-bottom: 15px;
    #border-radius: 10px;
  border-bottom:1px solid #f2f2f2;  
    -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease; 
      box-shadow: 0 0 2px rgb(0 0 0 / 8%), 0 2px 24px rgb(0 0 0 / 6%); 
}

.product-block:hover{
      box-shadow: 0 0 2px rgb(0 0 0 / 18%), 0 2px 24px rgb(0 0 0 / 16%);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;  
}

.product-block .product-img{
  height:150px;
}

.product-block .product-name{
  height: 65px;
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color:#000;
  overflow:hidden;
}

.product-block .product-size{
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color:silver;   
  height:45px;
  overflow:hidden;
}

.product-block .product-price{
  font-size:2.0em;
  height:50px;
  padding-bottom:20px;
  font-weight:bold;
  color: #ff6400;  
  text-align: center;
}

.product-block .product-code{
  position:absolute;
  top:0px;
  background:#36464e;
  color:#fff;
  padding-right:4px;   
  padding-left:4px;      
  right:-10px;
}

.product-block .product-amount{
  text-align:center; 
  padding-bottom:15px; 
}

.f-block-name{
  font-size:1.3em;
  font-weight:bold;
}

.f-block-name a{
  color:#000;
}

.f-block-name sup{
  color:silver;
  font-size:13px;
  font-weight:normal;  
}

.line-hr{
  margin-top:10px;
  height:4px;
  background:#000;
  width:100%;
}

.title-step-two{
  font-size:1.3em;
  font-weight:bold;
}

.title-step-two sup{
  color:silver;
  font-size:13px;
  font-weight:normal;
}

/* table in content  */

.table{
  font-size:14px;     
}

.table tr:first-child {
    background: #000;
    color: #fff;
}

.table tr:nth-child(2) {
    background:rgba(254,186,0,0.3);
    color: darkred;
}

.table td{
  border-right:1px solid #ddd;
  border-left:1px solid #ddd;
  border-top:1px solid #ddd;    
}

.table{
  border-bottom:1px solid #36464e;
}

/* blocks in pages  */

.block-pages{
  padding-bottom:25px;  
}


.block-pages .block-pages-name{
  background:#000;
  color:#fff;
  text-align:center;
  padding:10px;  
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;    
}

.block-pages .block-pages-name:hover{
  -moz-box-shadow: 0 0 10px #000;
  -webkit-box-shadow: 0 0 10px #000;
  box-shadow:0 0 10px #000; 
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;    
}

.special-link{
  color:#000;
  border-bottom:1px dashed #000;
}

.special-link:hover{
  color:#36464e;                
  border-bottom:1px dashed #36464e;  
}

.special-link-con{
  color:#000;
}

.special-link-con:hover{
  color:#36464e;                  
}

.how-to-order{
  text-align:center;
  margin-bottom:25px;  
}

.how-to-order i{
  color:#36464e;
  font-size:80px;   
}

.how-to-order p{
  font-weight:bold; 
  font-size:1.2em;
}

.how-to-order a{
  color:#000;
  font-weight:bold;
  font-size:1.2em;
}

.how-to-order a:hover{
  color:#36464e;  
}

.how-to-order-h2{
  text-align: center;
  font-weight: bold;
}


.site-block{
  padding:15px;
  border:1px solid #a9a9a9;
  background:url("../images/bg_site.png") no-repeat;
  background-size:cover;                                        
  height:370px;
  margin-bottom:25px;    
}

.site-block h3{
  font-weight:bold;
  text-align:center;
}

.site-block h4{
  text-align:center;
}

.site-block h4 span{
  font-weight:bold;
  font-size:1.5em;  
  color:darkred;
}

.site-block ul{
  list-style:none;
  text-align:center;
  padding:0!important;
}

.site-block p{
  text-align:center;   
  background:rgba(255,255,255,0.8);
  font-size:1.1em;
  font-weight:bold;
}

.site-block .site-why{
  cursor:pointer;
  color:#fff;
  background:red;
  padding-left:4px;
  padding-right:4px;   
}

.obertka{
  border: 1px solid #eeeeee;
  padding: 20px;
  border-radius: 4px;
  margin-bottom: 25px;
}

.footer{
  color:#fff;
  font-size:1em;
}

.footer a{
  color:#fff; 
  font-weight:bold;
}

.footer ul{
  list-style:none;
  padding-left:0!important;
}

.footer a:hover{
  color:#fff; 
}

.pricer{
  text-align:right;
}

.pricer a{
  color:#000;
  margin-left:30px;
  font-weight:bold;
}

.pricer a:hover{
  color:#36464e; 
  text-decoration:none; 
}

.pricer i{
  color:#36464e;  
}

.step-flayer{
  background:#36464e;
  color:#000;
  font-size: 20px;
  border-radius:10px;
  text-align:center;
  padding:5px;
  font-weight:bold;
  text-transform:uppercase;  
}

.link-in-content{
  color:#000;
  border-bottom:1px dashed #000;
}

.modal-content{
  border-radius:0!important;
  border:none!important;  
}

.modal-body{
  padding:20px!important;
}

.modal-submit{
      padding: 10px;
    font-size: 20px;
    margin-bottom: 10px;
    width: 100%;
    background:#36464e;
    color:#fff;
    border:none!important;
}

.pulse {
  position: fixed;
  right: 10px;
  bottom: 220px;
  transform: translate(-50%, -50%);
  background: #4fbaea;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  color: #fff;
  text-align: center;
  line-height: 60px;
  font-size: 30px;
  z-index:9999;
  cursor:pointer;
}

.pulse:before,
.pulse:after {
	content: " ";
	display: block;
	position: absolute;
	border: 50%;
	border: 1px solid #4fbaea;
	left: -20px;
	right: -20px;
	top: -20px;
	bottom: -20px;
	border-radius: 50%;
	animation: animate 1.5s linear infinite;
	opacity: 0;
	backface-visibility: hidden; 
}

.pulse:after{
	animation-delay: .5s;
}

.pulse-wa {
  position: fixed;
  right: 10px;
  bottom: 340px;
  transform: translate(-50%, -50%);
  background: #5af776;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  color: #fff;
  text-align: center;
  line-height: 60px;
  font-size: 30px;
  z-index:9999;
  cursor:pointer;
}

.pulse-wa:before,
.pulse-wa:after {
	content: " ";
	display: block;
	position: absolute;
	border: 50%;
	border: 1px solid #5af776;
	left: -20px;
	right: -20px;
	top: -20px;
	bottom: -20px;
	border-radius: 50%;
	animation: animate 1.5s linear infinite;
	opacity: 0;
	backface-visibility: hidden; 
}

.pulse-wa:after{
	animation-delay: .5s;
}


.pulse-mail {
  position: fixed;
  right: 10px;
  bottom: 100px;
  transform: translate(-50%, -50%);
  background: #005ff9;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  color: #fff;
  text-align: center;
  line-height: 60px;
  font-size: 30px;
  z-index:9999;
  cursor:pointer;
}

.pulse-mail:before,
.pulse-mail:after {
	content: " ";
	display: block;
	position: absolute;
	border: 50%;
	border: 1px solid #005ff9;
	left: -20px;
	right: -20px;
	top: -20px;
	bottom: -20px;
	border-radius: 50%;
	animation: animate 1.5s linear infinite;
	opacity: 0;
	backface-visibility: hidden; 
}

.pulse-mail:after{
	animation-delay: .5s;
}


.pulse-basket {
  position: fixed;
  right: 10px;
  top: 100px;
  transform: translate(-50%, -50%);
  background: #ff6400;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  color: #fff;
  text-align: center;
  line-height: 60px;
  font-size: 30px;
  z-index:9999;
  cursor:pointer;
}

.pulse-basket:before,
.pulse-basket:after {
	content: " ";
	display: block;
	position: absolute;
	border: 50%;
	border: 1px solid #ff6400;
	left: -20px;
	right: -20px;
	top: -20px;
	bottom: -20px;
	border-radius: 50%;
	animation: animate 1.5s linear infinite;
	opacity: 0;
	backface-visibility: hidden; 
}

.pulse-basket:after{
	animation-delay: .5s;
}

@keyframes animate
{
	0%
	{
		transform: scale(0.5);
		opacity: 0;
	}
	50%
	{
		opacity: 1;
	}
	100%
	{
		transform: scale(1.2);
		opacity: 0;
	}
}

.padding35 h3{
  font-size:1.7em;
  font-weight:bold;
  text-align:center;
}

.padding35 h5{
  font-size:1em;
  text-align:center;  
  color:gray;                   
}

.padding35 h6{
  font-size:1.1em;
  font-weight:bold;
  text-align:center;
  
}

.padding35 h6 strong{
  font-size:1.8em;
  color:darkred;
}

.padding35 p{
  text-align:center;  
}

.padding35 p a{
  font-size:1em;  
  color:#000;
  border-bottom:1px dashed #000;  
}

.product-name{
  font-size:25px;
  font-weight:bold;
}

.product-card-img{
  position:relative;
}

.product-card-img .product-view{
  position:absolute;
  background:#36464e;
  color:#fff;
  padding-left:4px;
  padding-right:4px;  
  border-radius:5px;
  left:0;
  top:0;
}

.product-card-img .product-view i{
  padding-right:6px;
}

.product-card-img .dop-img img{

}

.another-color img{

}

.tech-line ul{
  list-style:none;
  padding-left:0!important;
}

.tech-line ul li{
  padding-right:15px;
  float:left;
}

.tech-line ul li a{
  color:#000;
}

.tech-line ul li a i{
  color:#36464e;
}

.social-open{
  position:relative;
  cursor:pointer;
}

.social-open i{
  color:#36464e;
}

.social{
  display:none;
  padding:15px;
  border:1px solid #b3b3b3;
  z-index:9999;
  background:#fff;
  min-width:170px; 
  -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);  
}

.social i{
  color:#36464e;
  padding-right:10px;  
}

.social a{
  color:gray; 
}

.social a:hover{
  border-bottom:1px dotted #000;  
}

.social-open:hover .social{
  display:block; 
  position: absolute;
}

.params div{
  margin-bottom:10px;
  border-bottom:1px dotted #b3b3b3;
}

.params div div.params-name{
  float:left;
  border-bottom:none!important;
  color: #b3b3b3;
}

.params div div.params-data{
  float:right;        
  font-weight:bold;
  border-bottom:none!important;
}

.about-product{
  color: #b3b3b3;  
}

.about-product div{
  color:#000;
}

.about-product iframe{
  width:100%!important;
  border:none!important;
  display:none;
}

.basket-block{
  border:1px solid #b3b3b3;
  padding:15px;
}

.basket-block .get-basket{
  background:#ff6400;
  color:#fff;
  text-align:center;
  font-size:18px;
  padding:10px;
  margin-top:10px;
  margin-bottom:10px; 
  cursor:pointer;
}

.basket-block .get-basket:hover{
  background:#ff7e2b;  
}


.basket-block .go-basket{
  background:darkred;
  color:#fff;
  text-align:center;
  font-size:18px;
  padding:10px;
  margin-top:10px;
  margin-bottom:10px; 
  cursor:pointer; 
  display:none;
}

.basket-block .in-basket{
  background:green;
  color:#fff;
  text-align:center;
  font-size:18px;
  padding:10px;
  margin-top:10px;
  margin-bottom:10px; 
  cursor:pointer;
  display:none;
}

.basket-block .no-warehouse{
  background:#000;
  color:#fff;
  text-align:center;
  font-size:18px;
  padding:10px;
  margin-top:10px;
  margin-bottom:10px;  
  display:none;
}

.basket-block .price strong{
  font-size:40px;
  color:#000;
}

.basket-block .price{
  font-size:28px;
  color:#000;
}

.basket-block .amount{
  padding-top:10px;
  color:#000;   
}

.basket-block .amount span{
  padding-top:10px;
  color:#000;
  font-size:0.9em;   
}

.basket-block .amount span a{
  color:#000;
  
  font-weight:bold;  
}

.nanesenie a{
  color:#000;
  
  font-weight:bold;    
}

.table-basket tr.title-line{
  background:#e8e8e8;
  font-size:13px;  
}

.table-basket tr.product-line{
  border-bottom:1px solid #e8e8e8;
}

.table-basket tr td{
  padding:10px;  
}

.table-basket tr td.art-name-amount h4{
  font-weight:bold;  
}

.table-basket tr td.art-name-amount h5{
  font-weight:normal;  
}

.table-basket tr td.art-name-amount h6{
  color:silver;  
}

.table-basket tr td.count-product .plus-basket{  
  font-size:19px;
  color:#36464e;
  cursor:pointer;
}

.table-basket tr td.count-product .plus-basket:hover{
  color:#000;
}  

.table-basket tr td.count-product .quanity-basket{
  text-align:center;
  width:50px;  
}

.table-basket tr td.count-product .minus-basket{
  font-size:19px;
  color:#36464e;
  cursor:pointer;
}

.table-basket tr td.count-product .minus-basket:hover{
  color:#000;
}

.order-tab{
  margin-bottom:25px;
}

.for-ul{
  list-style-type: none;
  padding-left: 0px;
  max-height: 300px;
  overflow-y: scroll;
  margin: 0; 
}

.for-ul li{
  text-align: center;
  line-height: 26px;
  padding-left: 0px;
  padding-right: 0px;
}

.sber-pay-form input{
  width:100%;
  font-size:16px;
  margin-bottom:16px; 
  padding:12px;
  height:50px;
  border:0!important;
  background:#f3f3f3;
  color:#000; 
}

.sibmit-sber-pay{
  background:#000!important;
  color:#fff!important;   
}

.outdoor-h1{
  position: absolute;
  top: 275px;
  left: 5%;
  color: white;
  font-size:60px;
  z-index: 999;
}

.outdoor-desc{
  position: absolute;
  top: 350px;
  left: 5%;
  color: white;
  font-size: 30px;
  z-index: 999;
}

.outdoor-phone{
  position: absolute;
  top: 430px;
  left: 5%;
  color: #000;
  font-size: 30px;
  z-index: 999;
  background-color: white;
  padding:8px;
  font-weight:bold;  
}

.outdoor-block{
  border: 1px solid #dddddd;
  padding:20px;    
  height:250px; 
  position:relative;
  margin-bottom:25px;
}

.outdoor-block-title{
  text-align:center;
  font-size: 45px;  
  color:#fff; 
  font-weight:bold;  
  line-height:45px;
}

.outdoor-block-order{
    padding: 10px;
    font-size: 20px;
    margin-bottom: 10px;
    background: #36464e;
    color: #fff;
    border: none!important;
    text-align:center;  
    position:absolute;
    bottom:10px;  
    cursor:pointer;
}

.outdoor-block-order:hover{
  
}

.outdoor-bg1{
  background:url("../uploads/images/letters_outdoor_nc9ru.jpg");
  background-size:cover;
}


.outdoor-bg2{
  background:url("../uploads/images/letters_outdoor_nc9ru_2.jpg");
  background-size:cover;
}


.outdoor-bg3{
  background:url("../uploads/images/letters_outdoor_nc9ru_3.jpg");
  background-size:cover;
}

.outdoor-bg4{
  background:url("../uploads/images/letters_outdoor_nc9ru_4.jpg");
  background-size:cover;
}

.outdoor-bg5{
  background:url("../uploads/images/letters_outdoor_nc9ru_5.jpg");
  background-size:cover;
}

.outdoor-order-block{
  text-align:center;
  border: 1px solid #dddddd;
  padding:20px;   
  background:darkred;
  color:#fff;
  font-size:45px;
  font-weight:bold;
  cursor:pointer; 
}

.d-block{
  position:relative;
}

.d-block h4{
  font-size:60px;   
  background:#36464e;
  width:20%;                   
  padding:5px!important;
  text-align:center;
  font-weight:bold;
}

#canvas {
border: 1px solid black;
position: absolute;
z-index: 10000;
}


#flake {
color: #fff;
position: absolute;
font-size: 25px;
top: -50px;
}

.block-view-1{
  padding:20px;
  margin-top:20px;
  margin-bottom:20px;  
  border-top:3px solid darkred;
  border-bottom:3px solid darkred;
  border-left:3px solid darkred;
  font-style:italic;
  font-size:20px;
  font-family: auto;    
}

.product-card-min{
  border: 1px solid #ff6400;
  padding: 15px;
  text-align:center;
  background-color:#ff6400;
  color:#fff;             
  text-transform:uppercase;   
  font-weight:bold;
}

.content-params a{
  color: #000;
  border-bottom: 1px dashed #000;
}

.content-params a:hover{
    color:#36464e;                
  border-bottom:1px dashed #36464e;  
}

.carousel-indicators li{
  background-color: #36464e!important;
  border:1px solid  #36464e!important;   
}

.carousel-indicators .active{
  background-color: #ff6400!important;
  border:1px solid  #ff6400!important;   
}


.main-filter{
  font-size:14px;  
  
}

.main-filter-button{
    font-size: 14px;
    height: 40px;
    line-height: 39px;
    cursor: pointer;
    transition: all .3s ease;
    background: #36464e;
    color: #fff;
    box-shadow: 0 2px 14px rgb(0 0 0 / 40%);   
    position:relative;
}                                               

.main-filter-button span{
  padding-left:20px;   
  font-weight:bold;
}



.main-filter .list-filter{
  border:1px solid #cfcfcf;
  border-radius:3px;
  position:absolute;
  width:100%;
  z-index:9999;
  background:#fff;
  box-shadow: 0 2px 18px rgb(0 0 0 / 20%); 
}

.main-filter .list-filter ul{
  list-style:none;
  padding:10px!important;  
  max-height: 300px;
  overflow:auto;
}

.main-filter .list-filter ul li{
  padding-left: 5px;
  #text-transform: uppercase;
  font-size:14px;
  cursor:pointer;
  padding-top:5px;
}

.main-filter .list-filter ul li:nth-child(even){
	
}

.main-filter .list-filter ul li:hover{
  #background:rgba(25,187,79,0.9);
  #color:#fff;
}

.main-filter .list-filter ul li label{
  cursor:pointer;  
  margin-bottom: 0!important;  
  font-weight:normal!important;
}

.knopka-go {
    border: none !important;
    padding: 0 5px 0 5px;
    color: #fff;
    background: #ff6400;
    margin: 10px;         
}

.knopka-go:hover{
    background: #ff7e2b;
}

.sort-pp a{
  font-size:11px;
  color:#000;
  border-bottom:1px dashed #000;
  margin-left:15px;  
}

.from-price{
  width:90px;
}

.to-price{
  width:90px;
}

.from-amount{
  width:90px;
}

.reset-filter{
  
}

.reset-filter a{
  color:#36464e;
  font-weight:bold;  
}

.btn-user {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    
    background-color:#ff6400;
    border-color: #ff6400;
    color:#fff;
}

.btn-user:hover {
    background-color:#ff7e2b;     
}

.filter-vybor{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-end;
}

.filter-vybor div{
  margin-bottom:10px;
}

.vybor{
  border:1px solid gray;
  font-size:11px;
  font-weight:bold;
  cursor:pointer;
  margin-right:10px;
  padding:3px;
  border-radius:4px;
}

.vybor:hover{
  background:#36464e;
  color:#fff;
}

.branding li{
  border:1px solid #36464e;
  font-size:12px;  
  font-weight:normal;
  #cursor:pointer;
  padding:2px;
  background:#36464e;
  color:#fff; 
  margin-bottom:5px;
}

.branding li:hover{
  background:#16464e;
}

.branding strong:last-child:after{
  content:""!important;
}


.super-block{
    position: relative;
    background:#fff;
    padding:35px;
    margin-bottom:30px;
    border-radius:15px;  
}

.super-block-2{
    position: relative;
    padding:35px;  
}

.super-block-img{
    padding:20px;
    position: relative;
    background:#fff;
    margin-bottom:30px;
    border-radius:15px;  
}

.super-block-img img{
  border-radius:15px;  
}

.carousel{
    margin-bottom:30px;  
}

.carousel-inner .item a img{
     border-radius:15px!important; 
}

.carousel-control.right {
  border-radius:15px!important;
}

.carousel-control.left {
  border-radius:15px!important;
}

.other-color{
  list-style:none;
  padding:0; 
  padding-top: 15px;   
  margin-left: -10px; 
      height: 350px;
    overflow: hidden;
}

.other-color li{
  line-height:35px;  
}

.other-color a img{
  width:30px;
}