trash-basket:active, :hover, :focus {
    outline: 0;
    outline-offset: 0;     
}

.trash-basket{
    cursor:pointer; 
}

:hover{
    -moz-transition: all 0.3s 0.01s ease;
  -o-transition: all 0.3s 0.01s ease;
  -webkit-transition: all 0.3s 0.01s ease;
}

a, a:hover; a:focus{
  text-decoration:none;
}

.clearfix{
  clear:both;
}

body{
font-family: "Noto Sans", sans-serif;
   color:#000; 
   font-size:14px;    
   background: rgba(0, 0, 0, 0.02);
}

a{color:#000;}

.paddingTB15{
  padding-top:15px;
  padding-bottom:15px;
}

.paddingTB{
  padding-top:50px;
  padding-bottom:50px;
}

.marginTB25{
  margin-top:25px;
  margin-bottom:25px;
}


.marginTB{
  margin-top:50px;
  margin-bottom:50px;
}

.paddingTOP{
  padding-bottom:5px;
}

.margin25{
  margin-bottom:25px;
}

.margin10{
  margin-bottom:10px;
}

.padding35{
  padding:35px;
}

.paddingB10{
  padding-bottom:10px;
}

.bg1{
  background:rgba(0,0,0,0.02);
}

.bg2{
  background:#e7e7e7;
}

.bg3{
  background:#f9f9f9; /*#f9f9f9*/
}

.bg4{
  background:#eeeeee;
}

.bg5{
  background:#fff;
}

.color1{
  color: #000;
}

.size08{
  font-size:0.8em;
}

.shadow1{
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.slide-step{
    -moz-transition: all 0.3s 0.01s ease;
    -o-transition: all 0.3s 0.01s ease;
    -webkit-transition: all 0.3s 0.01s ease;  
}

.slide-step:hover{
    -moz-transition: all 0.3s 0.01s ease;
    -o-transition: all 0.3s 0.01s ease;
    -webkit-transition: all 0.3s 0.01s ease;  
}

.button-top{
  text-align:center;
  margin-top:20px;  
}

.button-top a{ 
  background:#000;
  color:#fff;
  padding:10px;
  border-radius:10px;  
  font-size:18px;
}

.button-top a:hover{
  background:#000;  
} 

.title-on-page{
  font-size:38px;   
  margin-bottom:20px;
  text-transform:uppercase;   
  color: #000;    
  text-align:center;   
  position: relative;
  padding-bottom:30px;
}

.title-on-page:before{
    content: '';
    background-color: #dcdcdc;
    height: 1px;
    width: 40%;
    left: 30%;
    bottom: 15px;
    display: block;
    position: absolute;
}


.title-on-page:after{
  content: '';
    background-color: #000;
    height: 1px;
    width: 30%;
    left: 35%;
    bottom: 15px;
    display: block;
    position: absolute;
}

.button-on-page{
  padding:10px;
  color:#000;
  font-size:15px;
  font-weight:bold;  
  border: 5px solid #000;
  display:inline-block;
  
}

.button-on-page:hover{
  background:#000;
  color:#fff;
}

.topblock{
  margin-top:80px;

}

.logo-svg{
  float:left;  
  padding-top:10px;
  padding-right:100px;
}

.logo-svg img{
  height: 50px;
}

.phone-mail{
  #font-weight:bold;    
}

.phone-mail a{
  color:#000;           

}

.phone-link{
  padding:3px;
  font-size:17px;
}

.adr-line{
  color:#000;
  #font-weight:bold;
}

.adr-line:hover{
  color:#000;
}

.ask-line{

  float: left;
    background: #a0a0a0;
    color: #fff;
    padding: 0px 15px 0px 15px;
    -moz-transition: all 0.3s 0.01s ease;
    -o-transition: all 0.3s 0.01s ease;
    -webkit-transition: all 0.3s 0.01s ease;
    line-height: 60px;
    font-size: 17px;
    cursor: pointer;  
}

.ask-line a{
  color:#fff;
}

.menu{
  padding-bottom: 30px;
}

.menu{
  list-style: none;
  margin: 0;
  padding-left: 0;
  height: 40px;
}

.menu li{
    font-size: 14px;
    float:left;
    position:relative;  
    font-weight: 500;
}

.menu li a{
  color:#000!important;     
  line-height:80px;
  padding:0px 15px;
    display: block; 
  -moz-transition: all 0.3s 0.01s ease;
  -o-transition: all 0.3s 0.01s ease;
  -webkit-transition: all 0.3s 0.01s ease;
}

.menu li a.active a{
  background:#e0e0e0;     
}

.menu li:hover{
  background:#e0e0e0;  
}

.menu li > ul {
        position:absolute;
        top:40px;
        display:none;
        background: #fff;
        z-index:99999; 
        list-style: none;
        margin: 0;
        padding-left: 0;  
        #-webkit-box-shadow: 0px 16px 12px 5px rgba(0, 0, 0, 0.2);
        #-moz-box-shadow: 0px 16px 12px 5px rgba(0, 0, 0, 0.2);
        #box-shadow: 0px 16px 12px 5px rgba(0, 0, 0, 0.2);
    }
     
    /*Делаем скрытую часть видимой*/
.menu li:hover > ul {
        display:block; 
        width:250px;  /*Задаем ширину выпадающего меню*/      
    }
.menu li:hover > ul > li {
        float:none; /*Убираем горизонтальное позиционирование*/
    }
    
.active{
  #background:#a0a0a0;  
}    
    
.stickytop {
    transition: all 0.5s ease-out;
    position:fixed;
    top:0;
    z-index:99991;
}

.mobile-block-open{
  color:#000;
  font-size:35px;
  padding-top:18px;
}

.left-menu-block{
  list-style:none;
  padding-left:10px!important;
}

.left-menu-block a li{
  color:#000;
  font-weight:bold;
  padding-bottom:10px;
}

.left-menu-block a li:hover{
  color:#a0a0a0;
}

.select-menu-left{
  color:#a0a0a0!important;  
}

.basket-place{
  position:relative;
}

.basket-place .count_in_cart{
  position:absolute;
  height:22px;
  min-width:16px;
  text-align:center;
  background:darkred;
  color:#fff;
  font-size:11px;
  top:17px;
  right:4px;
  border-radius:4px;
  padding:4px;
}

             
.basket-place a i{
    
    font-size: 25px;
    padding-top: 28px;  
}

.basket-place a .q-doors{
    background: #a0a0a0;
    color: #000;
    padding: 3px 5px 2px 5px;
    position: absolute;
    top: 32px;
    right: 47px;
    font-size: 10px;
    font-weight: bold;
    border: 1px solid #a0a0a0;
}

.slider-product{
    background-color:#fff;
    #background-position: top left!important;
    background-repeat: no-repeat!important;;
    background-attachment: local!important;;
    background-size: contain!important;
    height:650px;  
    -webkit-box-shadow: 0px 0px 12px 1px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 0px 12px 1px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 0px 12px 1px rgba(34, 60, 80, 0.2);
}

i.search-button{
  color:#000; 
}


.owl-carousel .owl-item {
  opacity:0;
   
}

.owl-carousel .owl-item.active {
  opacity:1;  
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: -30px!important; ;
    position: absolute!important; ;
    right: 0!important; ;
    left: 0!important; ;
}


.slider .item{
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: local;
    background-size: cover;
}

.slider .item .caption div p{
  padding:50px;
  color:#fff;
  font-size:40px;
  font-weight:bold;  
}

.slider .item .caption div div{
  padding-left:50px;           
  position:absolute;
  top:250px;
}

.slider .item .caption div p.title{
    position: absolute;
    bottom:20%;
    font-size: 60px;
    color: #fff; 
    z-index:999;
    margin: auto;
    font-weight:normal!important;
    left: 0;
    right: 0; 
    display:flex;
    align-items:center;
    justify-content:center; 
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 1);
}

.slider .item .caption div p.text{
    position: absolute;
    bottom:15%;
    font-size: 30px;
    color: #fff; 
    z-index:999;
    margin: auto; 
    font-weight:normal!important;
    left: 0;
    right: 0; 
    display:flex;
    align-items:center;
    justify-content:center; 
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 1);
}

.slider .item .caption div div p:hover{
  background:#717171;
  color:#fff;                             
    -moz-transition: all 0.3s 0.01s ease;
  -o-transition: all 0.3s 0.01s ease;
  -webkit-transition: all 0.3s 0.01s ease;
}

.owl-prev{
  width: 40px;
  height: 40px;
  background:#a0a0a0!important;
  color:#fff;
  padding-top:10px!important;
  position:absolute;
  bottom:0;
  left:0;
  margin:0!important;
  border-radius:0!important;
}

.owl-next{
 width: 40px;
 height: 40px;
  background:#a0a0a0!important;
  color:#fff;
  padding-top:10px!important;
  position:absolute;
  bottom:0;
  right:0;
  margin:0!important;
  border-radius:0!important;
}


.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;
}

.block-ob{
  background:#fff;
  -webkit-box-shadow: 0px 0px 7px 1px rgba(11, 11, 11, 0.07);
  -moz-box-shadow: 0px 0px 7px 1px rgba(11, 11, 11, 0.07);
  box-shadow: 0px 0px 7px 1px rgba(11, 11, 11, 0.07);
  -moz-transition: all 0.3s 0.01s ease;
  -o-transition: all 0.3s 0.01s ease;
  -webkit-transition: all 0.3s 0.01s ease;  
}

.block-ob:hover{
  -moz-transition: all 0.3s 0.01s ease;
  -o-transition: all 0.3s 0.01s ease;
  -webkit-transition: all 0.3s 0.01s ease; 
  -webkit-box-shadow: 0px 0px 16px 6px rgba(11, 11, 11, 0.17);
  -moz-box-shadow: 0px 0px 16px 6px rgba(11, 11, 11, 0.17);
  box-shadow: 0px 0px 16px 6px rgba(11, 11, 11, 0.17); 
}

.groups-on-main{
  height:600px;   
  background-size:cover;
  background-position:center center;
  background-repeat: no-repeat;      
  display: flex;
  align-items: flex-end;     
  filter: grayscale(70%);
  border-radius:5px;
}

.groups-on-main:hover{
  filter: grayscale(0);  
}


.groups-on-main p{
margin: 0;
    width: 100%;
    padding: 10px;
    color: #000;
    font-size: 20px;
    font-weight: 400;
    bottom: -10px;
    text-align: center;
    background: rgba(255, 255, 255, 0.6);
}


.groups-on-catalog{
  display: flex;
  align-items: flex-end;     
  border:1px solid #eeeeee; 
  transition: all 0.3s ease;
  border-radius:5px;
}


.groups-on-catalog:hover{
  display: flex;
  align-items: flex-end;     
  background: #eeeeee; 
  transition: all 0.3s ease;
}

.groups-on-catalog p{
  margin: 0;
  width: 100%;
  padding:10px;
  color:#000;
  font-size:16px;  
  bottom:-10px;
  text-align:center;       
}

.title-page{
  font-size:20px;    
  font-weight:300;
  margin-bottom:20px;
  text-transform:uppercase;   
  color: #000;       
  position: relative;
  padding-bottom:30px;
}

.title-page:before{
    content: '';
    background-color: #dcdcdc;
    height: 1px;
    width: 60%;
    bottom: 15px;
    display: block;
    position: absolute;
}


.title-page:after{
  content: '';
    background-color: #000;
    height: 1px;
    width: 30%;
    bottom: 15px;
    display: block;
    position: absolute;
}


.title-top .main-title{
  font-weight:bold;
  font-size:16px;
  color:#a0a0a0;  
}

.title-top .desc-title{
  font-weight:bold;
  font-size:12px;    
}

.mobile-menu{
  top:0;
  position:fixed;
  display:none; 
  left:-300px;
  width:100%;
  height:100%;
  z-index:99999;       
  border-radius:10px;
  background:#fff;
}

.mobile-menu ul{
  list-style:none;
  text-align: center;
  margin: 0;
  padding: 0;  
}

.mobile-menu ul li{
  float:none; 
  color:#fff;
  font-size:25px;
  font-weight:bold;
}

.menu-mobile{
  list-style:none;
}

.menu-mobile li a{
  color:#000;    
  font-size:25px; 
   display: block; 
  -moz-transition: all 0.3s 0.01s ease;
  -o-transition: all 0.3s 0.01s ease;
  -webkit-transition: all 0.3s 0.01s ease;
}

.menu-mobile li a.active a{
  color:#fff;     
}

.close{
  color: #000;
  line-height: 0;
  opacity:1;        
  top:15px;
  right:18px;  
}

.show-item{
  display:block;
  animation: showLeft 1s;
  left:0;   
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease; 
}

.hide-item{
  display:block;
  animation: showRight 1s;
  left:-100%;   
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease; 
}

@keyframes showLeft {
from {left:-100%;}
to {left:0;}
}

@keyframes showRight {
from {left:0;}
to {left:-100%;}
}


.main-page-title{
  border-top:1px solid #f0f0f0;
  padding-top:20px;
  margin-top:15px;
  font-size:20px;
  margin-bottom:35px;
  font-weight:bold;
  text-transform:uppercase;
}

.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{
  #border-bottom: 5px solid #a0a0a0;       
  -moz-transition: all 0.3s 0.01s ease;
  -o-transition: all 0.3s 0.01s ease;
  -webkit-transition: all 0.3s 0.01s ease; 
    box-shadow: 0 0 2px rgb(0 0 0 / 50%), 0 2px 24px rgb(0 0 0 / 10%); 
}


.services-main-block{
height: 300px;
    #border-bottom: 5px solid #717171;
    -moz-transition: all 0.3s 0.01s ease;
    -o-transition: all 0.3s 0.01s ease;
    -webkit-transition: all 0.3s 0.01s ease;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;  
    margin-bottom:25px;
}                     
    
    
.services-main-block p{
  position:absolute;
  padding:10px;
  color:#fff;
  font-size:16px;
  font-weight:bold;  
  bottom:15px;
  #left:30px;
  #text-shadow: 1px 1px 1px black;  
  background: rgba(84,84,84,0.7);
  text-transform: uppercase;      
  #width: 83%;
}

.services-main-block i{
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 25px;
    color: #fff;
    background: #000;
    padding: 10px;
}

.products-main-groups{
  text-align:center;   
  border: 1px solid #a0a0a0;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 25px;      
  -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: 90px;
  text-transform: uppercase;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;  
}

.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: #a0a0a0;  
  text-align: center;
}

.product-block .product-code{
  position:absolute;
  top:30px;
  background:#a0a0a0;
  color:#000;
  padding-right:4px;   
  padding-left:4px;  
}

.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;
}



/* 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:#a0a0a0;                
  border-bottom:1px dashed #a0a0a0;  
}

.special-link-con{
  color:#000;
}

.special-link-con:hover{
  color:#a0a0a0;                  
}

.how-to-order{
  text-align:center;
  margin-bottom:25px;  
}

.how-to-order i{
  color:#a0a0a0;
  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:#a0a0a0;  
}

.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 #a0a0a0;
  padding: 20px;
  border-radius: 4px;
  margin-bottom: 25px;
}

.footer{
  color:#000;
  font-size:16px;
}

.footer a{
  color:#000;     
    line-height:20px;
}

.footer ul{
  list-style:none;
  padding-left:0!important;
}

.footer a:hover{
  color:#a0a0a0; 
}

.pricer{
  text-align:right;
}

.pricer a{
  color:#000;
  margin-left:30px;
  font-weight:bold;
}

.pricer a:hover{
  color:#a0a0a0; 
  text-decoration:none; 
}

.pricer i{
  color:#a0a0a0;  
}

.step-flayer{
  background:#a0a0a0;
  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:#a0a0a0;
    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: #a0a0a0;
  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 #a0a0a0;
	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-artical{
  color:gray;         
  margin-top:-10px;
  margin-bottom:15px;
}

.product-artical span{
  font-weight:bold;
  color:#000;
}

.product-card-price{
  font-size:30px;
  padding-bottom:25px;
}

.product-card-price .fa-percent{
  color:white;
  background:red;
  padding:5px;  
  font-size:12px;
  border-radius:50%;
  float:left;           
  margin-top:12px;
}

.product-card-img{
  position:relative;
}

.product-card-img .product-view{
  position:absolute;
  #background:#a0a0a0;
  color:#fff;
  padding-left:4px;
  padding-right:4px;  
  border-radius:5px;
  left:0;
  top:0;
}

.product-card-img .product-view i{
  padding-right:6px;
}

.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:#a0a0a0;
}

.social-open{
  position:relative;
  cursor:pointer;
}

.social-open i{
  color:#a0a0a0;
}

.social{
  display:none;
  padding:15px;
  border:1px solid #a0a0a0;
  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:#a0a0a0;
  padding-right:10px;  
}

.social a{
  color:gray; 
}

.social a:hover{
    
}

.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;
  
}

.basket-block{
    padding: 15px;
    border-radius: 5px!important;
    #box-shadow: 0 0 1px rgb(0 0 0 / 2%), 0 1px 24px rgb(0 0 0 / 8%);
    margin-bottom: 15px;
    background:#fff;
}


.basket-block .size-basket{
  box-shadow: 0 0 1px rgb(0 0 0 / 2%), 0 1px 24px rgb(0 0 0 / 8%);
  color:#fff;
  text-align:center;
  font-size:14px;
  padding:10px;    
  border-radius:10px; 
  background:#000;
}

.basket-block .get-basket{
  
  color:#000;
  text-align:center;
  font-size:14px;
  padding:10px;
  cursor:pointer;    
  border-radius:5px; 
  display:none;
  background:rgba(0,0,0,0.3);
  color:#fff;
}

.basket-block .get-basket:hover{
  background:rgba(0,0,0,0.8);
  color:#fff;  
}


.basket-block .go-basket{
  box-shadow: 0 0 1px rgb(0 0 0 / 2%), 0 1px 24px rgb(0 0 0 / 8%);
  color:#000;   
  border-radius:10px;  
  background:darkred;
  color:#fff;
  text-align:center;
  font-size:14px;
  padding:10px;
  cursor:pointer; 
  display:none;
}

.basket-block .in-basket{
  box-shadow: 0 0 1px rgb(0 0 0 / 2%), 0 1px 24px rgb(0 0 0 / 8%);
  color:#000;        
  border-radius:10px;  
  background:green;
  color:#fff;
  text-align:center;
  font-size:14px;
  padding:10px;

  cursor:pointer;
  display:none;
}

.basket-block .no-warehouse{
  background:#a0a0a0;
  color:#fff;
  text-align:center;
  font-size:12px;
  padding:10px;
  margin-top:10px;
  margin-bottom:10px;  
}

.basket-block .price strong{
  font-size:20px;
  color:#000;
}

.basket-block .price{
  font-size:15px;
  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;
  border-bottom:1px dashed #000;
  font-weight:bold;  
}

.basket-block .sizes-block .size-product{
    padding: 5px;
    border-radius: 5px!important;
    box-shadow: 0 0 1px rgb(0 0 0 / 2%), 0 1px 24px rgb(0 0 0 / 8%);
    width:40px;
    margin:5px;
    float:left;         
    cursor:pointer;
}

.basket-block .sizes-block .size-product:hover{
  color:#fff;
  background:#000;
}

.basket-block .sizes-block .active{
  color:#fff;
  background:#000;
}

.qnt-block{
    padding: 10px;
}


.nanesenie a{
  color:#000;
  border-bottom:1px dashed #000;
  font-weight:bold;    
}

.table-basket tr.title-line{
  background:#000;
  font-size:12px;
  color:#fff;  
}

.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:#a0a0a0;
  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:#a0a0a0;
  cursor:pointer;
}

.table-basket tr td.count-product .minus-basket:hover{
  color:#000;
}

.back-right-line{
  border-right:1px solid #eeeeee;
}

.back-left-line{
  border-left:1px solid #eeeeee;
}


.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: #a0a0a0;
    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:#a0a0a0;
  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 #b3b3b3;
  padding: 15px;
  text-align:center;
  background-color:#8B0000;
  color:#fff;             
  text-transform:uppercase;
}

.content-params{
 #font-size:18px; 
}

.content-params a{
  color: #000;    
      -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.content-params a:hover{
    color:#a0a0a0;          
        -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;      
  
}

.exhibition{
  text-align:center;
  padding:20px;    
  position: relative;
    box-shadow: 0 0 2px rgb(0 0 0 / 16%), 0 2px 24px rgb(0 0 0 / 12%);
    margin-bottom: 25px;
    box-sizing: border-box;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.exhibition i{
  font-size:50px;
  color:#a0a0a0;
}

.exhibition p{
  font-size:20px;
  font-weight:bold;  
  margin:0!important;
}

.subgroups{
  position:relative;
  margin-bottom:30px;
}

.subgroups .img{
  
}

.subgroups .img img{
    margin: 10px auto 20px;
    display: block;
}

.subgroups .text{   
    position: absolute;
    padding: 10px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    border: 5px solid #a0a0a0;    
    text-shadow: 1px 1px 1px black;  
    bottom: 45px;
    text-align:center;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 140px;    
}

.seriya-block{
    padding: 10px;
    color: #a0a0a0;
    font-size: 13px;
    font-weight: bold;
    border: 3px solid #a0a0a0;   
    text-align:center;        
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor:pointer;            
    margin-bottom:15px;
}

.seriya-block:hover{
    background: #a0a0a0;
    color:#fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;  
}

.products{
    height:400px;
    padding:20px;
    margin-bottom:30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;     
    display:flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    flex-direction: column;
}
  
.products-on{
  display:none;    
}


.products:hover{
  background:#e6e6e6;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;      
  border-radius:5px;
}

.products .img{
    border:1px solid #f7f7f7;
    #height:100%;    
    #width:160px; 
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    #background:#e9e9e9;    
    height:250px;
}

.products .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
 
.products .text{ 
    padding: 10px;
    color: #000;
    font-size: 14px;
    text-align: center;         
    height:80px;    
	  overflow: hidden;
	  position: relative; 
    #font-weight:bold;   
}

.products .artical{ 
    color: #000;
    font-size: 14px;
    text-align: center;
    padding:10px;         
}

.products .text:after{
	content: "";
	text-align: right;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	height: 1em;
	#background: linear-gradient(to bottom, rgba(0, 0, 0, 0.02), white 100%);
	pointer-events: none;
} 

.products .price{
    height: 50px;
    #padding: 5px;
    color: #000;
    font-size: 16px;
    text-align: center;   
    font-weight:400;
}

.products .price strike{
  color:silver;
  font-weight: 400;           
  margin-right:10px;
}

.products .price .fa-percent{
  color:white;
  background:darkred;
  padding:5px;  
  font-size:11px;
  border-radius:5px;
  float:left;           
}


.products .basket-1{ 
    padding: 5px; 
    background:#a0a0a0;
    color: #fff;
    font-size: 13px;
    font-weight: normal;      
    text-align:center;            
  
        -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;  
    cursor:pointer;
}

.products .basket-1:hover{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background:#a0a0a0;    
}

.buy-button{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    padding: 5px;
    /* width: 100%; */
    text-align: center;
    border-radius:5px;
    position: absolute;
    width: 50%;
    bottom: 45px; 
    margin: 0 auto;
    right: 0;
    left: 0;
}

.buy-button:hover{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: rgba(0, 0, 0, 0.4);

}

.sort-button{
    padding: 5px;
    color: #000;
    font-size: 11px;
    border: 1px solid #eeeeee;
    text-align: center;
    border-radius: 5px;

  cursor:pointer; 
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;  
}

.sort-button:hover{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background:#eeeeee;
    color:000;  
}


.btn-send{
  background: #a0a0a0;
  color: #fff;
  text-align: center;
  font-size: 14px;
  padding: 10px;
  border:none!important;  
    -moz-transition: all 0.3s 0.01s ease;
  -o-transition: all 0.3s 0.01s ease;
  -webkit-transition: all 0.3s 0.01s ease;
}

.btn-send:hover{
   background:#717171;                    
     -moz-transition: all 0.3s 0.01s ease;
  -o-transition: all 0.3s 0.01s ease;
  -webkit-transition: all 0.3s 0.01s ease;
}

.shadow-radius{
  border-radius:25px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.left-catalog-menu{
  list-style: none;
  padding-left: 0px!important;
  font-size: 15px;
  color:#000;
  text-transform:uppercase;
}

.left-catalog-menu li{
  padding-bottom: 10px; 
}

.left-catalog-menu li a{
  color:#000;
}

.left-catalog-menu li:hover, .left-catalog-menu li a:hover{
  color:#a0a0a0;
}

.left-catalog-menu ul{
  list-style: none;
  padding-left: 25px!important;
  font-size: 14px;
  color:#000;
}

.selected-catalog-menu, .selected-catalog-menu a{
  color:#a0a0a0!important;
}

.docs-1{
  height:400px;
  margin-bottom:40px;
}

.docs-1 p{
  font-size:13px;
  font-weight:bold;
  height:50px;
  width:90%;
}

.docs-1 a img{
  border:1px solid #eeee;
  padding:25px;
  max-height:350px;  
}

.faq-1{
  padding:15px;
  margin-bottom:25px;
  border-bottom:1px solid #a0a0a0;
  border-left:1px solid #a0a0a0;
}

.faq-1 h4{
  font-size:14px;
  font-weight:bold;
  background:#ececec; 
  #padding:15px;
}

.part-1{
  padding:25px;
  border-bottom:1px solid #a0a0a0;
  border-left:1px solid #a0a0a0;
  margin-bottom:25px;
}

.part-1 p{
  font-size:15px;
  font-weight:bold;  
  height:50px;
}

.contact-1{
  padding:15px;
  margin-bottom:25px;
  border-bottom:1px solid #a0a0a0;
  border-left:1px solid #a0a0a0;  
}

.contact-1 ul{
  list-style:none;
  height:100px;
  padding-left:0!important;
}

.contact-1 ul li{
  margin-bottom:6px;
}

.contact-1 i{
  padding-right:5px;
  width:20px;
}

.anons-block{

}

.anons-block:before{
    content: '';
    background-color: #dcdcdc;
    height: 1px;
    width: 60%;
    bottom: 15px;
    display: block;
    position: absolute;
}


.anons-block:after{
  content: '';
    background-color: #000;
    height: 1px;
    width: 30%;
    bottom: 15px;
    display: block;
    position: absolute;
}

.go_link{
  font-weight:bold;       
  border-bottom:1px dashed #fff;  
  color:#fff;
}

.go_link:hover{
  color:#a0a0a0!important;
  border-bottom:1px dashed #a0a0a0;
}

.owl-carousel22 .owl-prev{
  top: 272px!important;
}

.owl-carousel22 .owl-next{
  top: 272px!important;
}

.search-button{
  color: #fff;
  padding-top: 9px;
  padding-right:15px;
  font-size: 25px;  
  cursor:pointer;
}

.search-block{
  list-style:none;
  padding-left:0!important;
}

.search-block li.item{
  padding:15px;  
  margin-bottom: 25px;
  border-radius:15px;        
  -webkit-box-shadow: 0px 0px 7px 1px rgba(11, 11, 11, 0.07);
  -moz-box-shadow: 0px 0px 7px 1px rgba(11, 11, 11, 0.07);
  box-shadow: 0px 0px 7px 1px rgba(11, 11, 11, 0.07);
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;  
}

.search-block li.item:hover{
  -webkit-box-shadow: 0px 0px 10px 2px rgba(11, 11, 11, 0.07);
  -moz-box-shadow: 0px 0px 10px 2px rgba(11, 11, 11, 0.07);
  box-shadow: 0px 0px 10px 2px rgba(11, 11, 11, 0.07);
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;  
}

.search-block li ul{
  list-style:none;
  padding-left:0!important;
}

.search-block li.item ul li.name-search{
  font-size:18px;
  font-weight:bold;
  color:#000!important;
}

.search-block li.item ul li.art-search{
  font-size:14px;
  font-weight:bold;
  color:#000!important;
}

.search-block li.item ul li.link-search{
  font-size:14px;             
  color:#006000!important;
}

.search-block li.item ul li.text-search{
  font-size:12px;
  color:#000!important;             
}

.search-block li.item ul li.text-search span{
  font-size:12px;
  color:silver!important;             
}

.openBtn {
    background: #f1f1f1;
    border: none;
    padding: 10px 15px;
    font-size: 20px;
    cursor: pointer;
}

.openBtn:hover {
    background: #bbb;
}

.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);  
    z-index:999999;  
      -moz-transition: all 0.3s 0.01s ease;
  -o-transition: all 0.3s 0.01s ease;
  -webkit-transition: all 0.3s 0.01s ease;
}

.overlay-content {
    position: relative;
    top: 46%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: white;
}

.overlay .closebtn:hover {
    color: #ccc;
}

.overlay input[type=text] {
    padding: 15px;
    font-size: 16px;
    border: none;
    float: left;
    width: 85%;
    background: white; 
    margin-top: 1px;
}

.overlay input[type=text]:hover {
    background: #f1f1f1;
}

.overlay button {
    float: left;
    width: 15%;
    padding: 15px;
    background: #000;
    font-size: 15px;
    border: none;
    cursor: pointer;    
    color:#fff;
}

.overlay button:hover {
    background: #bbb;
}

button[class="show_next"]{
    background: #a0a0a0;
    font-size: 16px;
    border:0!important;
    color:#fff;         

    padding: 15px;
    margin-bottom: 25px;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 7px 1px rgba(11, 11, 11, 0.07);
    -moz-box-shadow: 0px 0px 7px 1px rgba(11, 11, 11, 0.07);
    box-shadow: 0px 0px 7px 1px rgba(11, 11, 11, 0.07);
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;    
    
}

.watermark{
      width: 120px!important;
    margin-left: 10px!important;
}

.watermark-mini{
      width: 100px!important;
    margin-left: 10px!important;
}

.face-mle{
     background: #fff;
     border-radius:15px;
     padding:25px; 
}

.face-mle img{
    display: inline-block;
  height: auto;
  max-width: 100%;
}

.picture-top{
  position:relative;
}

.pic1-top{
  position:absolute;
  top:50px;   
  left:290px;
  z-index:9999;
}

.pic1-top img{
  width:100%;
}

.pic2-top{
  position:absolute;
  top:10px;
}

.pic2-top img{
  width:60%;
}

.t-block{
    background:#fff;
    padding:15px;
    margin-bottom:30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;     
    -webkit-box-shadow: 0px 0px 7px 1px rgba(11, 11, 11, 0.07);
    -moz-box-shadow: 0px 0px 7px 1px rgba(11, 11, 11, 0.07);
    box-shadow: 0px 0px 7px 1px rgba(11, 11, 11, 0.07);
    border-radius:15px;
}

.t-block i{
  color:#a0a0a0;
  padding-right:15px;
}


.t-block h2{

  font-size:20px;
  font-weight:bold;  
  margin-top:0!important;
  margfin-bottom:20px!important;
}

.t-block h3{

  font-size:18px;
  font-weight:bold;
  margin-top:0!important;
  margfin-bottom:20px!important;
}

.t-block ul{
  list-style:none;  
  list-style-type: square;
}

.gallery_itemz{
    background:#fff;
    padding:10px;
    margin-bottom:30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;     
    display:flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    flex-direction: column;
    -webkit-box-shadow: 0px 0px 7px 1px rgba(11, 11, 11, 0.07);
    -moz-box-shadow: 0px 0px 7px 1px rgba(11, 11, 11, 0.07);
    box-shadow: 0px 0px 7px 1px rgba(11, 11, 11, 0.07);
    border-radius:15px;    
    position:relative;
}
  

.gallery_itemz:hover{
  -webkit-box-shadow: 0px 0px 10px 2px rgba(11, 11, 11, 0.07);
  -moz-box-shadow: 0px 0px 10px 2px rgba(11, 11, 11, 0.07);
  box-shadow: 0px 0px 10px 2px rgba(11, 11, 11, 0.07);
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.download-button{
  color:#000;
  position:absolute;      
  z-index:9999;
  background:rgba(255,255,255,0.5);
  bottom:20px;
  left:20px;      
  border-radius: 50%;
  padding: 5px 10px 5px 10px;   
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.download-button:hover{
  background:#fff;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease; 
}

.go_linker{
  color:darkred!important;
  border-bottom:1px solid #000;
  font-weight:bold;
}


.sizer ul{
  list-style:none;    
  margin: 0;
  padding: 0;  
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.sizer ul li{
  padding: 5px 10px 5px 10px; 
  text-align:center;  
  margin:5px;  
  -webkit-box-shadow: 0px 0px 7px 1px rgba(11, 11, 11, 0.07);
  -moz-box-shadow: 0px 0px 7px 1px rgba(11, 11, 11, 0.07);
  box-shadow: 0px 0px 7px 1px rgba(11, 11, 11, 0.07);
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease; 
      border-radius:5px; 
      cursor:pointer;        
          width: 50px;
}

.sizer ul li:hover{
  color:#fff;
  background:#000;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(11, 11, 11, 0.07);
  -moz-box-shadow: 0px 0px 10px 2px rgba(11, 11, 11, 0.07);
  box-shadow: 0px 0px 10px 2px rgba(11, 11, 11, 0.07);
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;  
}


.aff ul{
  list-style:none;    
  margin: 0;
  padding: 0;  
      display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.aff ul li{
  padding: 5px 10px 5px 10px; 
  text-align:center;
  margin:5px;    
  -webkit-box-shadow: 0px 0px 10px 2px rgba(11, 11, 11, 0.07);
  -moz-box-shadow: 0px 0px 10px 2px rgba(11, 11, 11, 0.07);
  box-shadow: 0px 0px 10px 2px rgba(11, 11, 11, 0.07);
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease; 
  border-radius:5px; 
}

.aff ul li img{
  width:25px;
}

.sizer ul li.selected{
   color:#fff;
  background:#000; 
}