.t603__blockimg_4-3 {
border-radius: 4px;
}
.t-carousel__zoomer__img {
border-radius: 4px;
}
a {text-decoration: none;}
/* .t-btn_sm button, .button {
    height: 54px !important; 
    border-radius: 4px !important;
    box-shadow: inset #018354 0 -1px 1px, inset 0 1px 1px #13CC89, #018354 0 0 0 1px, #356050 0 10px 15px -10px !important;
    -webkit-transition: all 0.3s 0.1s ease;
    -moz-transition: all 0.3s 0.1s ease;
    -o-transition: all 0.3s 0.1s ease;
    transition: all 0.3s 0.1s ease;
    font-size: 16px !important;
    border-bottom: 4px solid #28775a !important;
    transition: 0.3s; 
    background: linear-gradient(to left, rgba(0,0,0,0.1), rgba(0,0,0,.0) 50%, rgba(0,0,0,.1)), linear-gradient(#009C64, #009C64, #009C64);
    background-size: 100% 100%, auto !important;
    background-position: 50% 50% !important;
    padding-top: 2px !important;
    width: 220px !important;
}
.t-submit {
    height: 54px !important; 
    border-radius: 4px !important;
    box-shadow: inset #018354 0 -1px 1px, inset 0 1px 1px #13CC89, #018354 0 0 0 1px, #356050 0 10px 15px -10px !important;
    -webkit-transition: all 0.3s 0.1s ease;
    -moz-transition: all 0.3s 0.1s ease;
    -o-transition: all 0.3s 0.1s ease;
    transition: all 0.3s 0.1s ease;
    font-size: 16px !important;
    border-bottom: 4px solid #28775a !important;
    transition: 0.3s; 
    background: linear-gradient(to left, rgba(0,0,0,0.1), rgba(0,0,0,.0) 50%, rgba(0,0,0,.1)), linear-gradient(#009C64, #009C64, #009C64);
    background-size: 100% 100%, auto !important;
    background-position: 50% 50% !important;
    padding-top: 2px !important;
    width: 220px !important;
}
.t-btn_sm button:active, .t-submit:active, .button:active {
    top: 1px;
    box-shadow: inset #018354 0 -1px 1px, inset 0 1px 1px #13CC89, #018354 0 0 0 1px, #356050 0 10px 10px -10px !important;
}
.t-form .t-submit {
position: relative;
text-align: center;
padding: 0px;
}
    .t-btn{     
    margin-bottom:16px;
    width: 220px;
    padding: 0px;
}
.t-btn .t589__btn {
    background: #ccc;
}*/

/*.t-btn_sm button:hover, .t-submit:hover, .button:hover {
    background-size: 140% 100%, auto;
    box-shadow: inset #018354 0 -1px 1px, inset 0 1px 1px #13CC89, #018354 0 0 0 1px, #356050 0 10px 10px -12px !important;
}*/
/*..t-btn_sm:hover {
     background-size: 140% 100%, auto;
}
*, :after, :before {
    border-radius:8px;
}
   
.t976__menu-link:hover{
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    box-shadow: 0px 0px 0px #1616164d !important; 
}
.t976__menu-link{
    border-radius: 10px 10px 30px 10px !important;
    box-shadow: 10px 10px 20px rgb(68 68 68 / 30%) !important;
    -webkit-transition: all 0.3s 0.1s ease;
    -moz-transition: all 0.3s 0.1s ease;
    -o-transition: all 0.3s 0.1s ease;
    transition: all 0.3s 0.1s ease;
    font-size: 20px !important;

}
.t976__list-item {
     padding:0 30px 10px 0;
}
  @media screen and (max-width: 1024px) {  div [style="font-size:20px;"] { 
      font-size: 16px
  }
    
}


.border-btn{
    border:solid 1px #009C64;
    border-radius: 4px;
    box-shadow: inset #018354 0 -1px 1px, inset 0 1px 1px #13CC89, #018354 0 0 0 1px, #356050 0 10px 15px -10px !important;
    -webkit-transition: all 0.3s 0.1s ease;
    -moz-transition: all 0.3s 0.1s ease;
    -o-transition: all 0.3s 0.1s ease;
    transition: all 0.3s 0.1s ease;
    background-color:#ffffff;
    color:#009C64;
    
}
.t395__firefoxfix{
    width:0px;
}
.t395__select{
 border-radius: 10px 10px 30px 10px !important;
}
@media screen and (max-width: 1024px) { .t976__list-item {
    padding: 0 15px 10px 0;

  }}
@media screen and (max-width: 1200px) {.t976__menu-link {
    font-size: 17px !important;
  }}
  
 .js-product-link {text-decoration:none;}
 
 .t835__btn-wrapper .t835__btn_prev {background: #009c64 !important;}*/

/* код анмаций

  overflow: hidden;
    z-index: 1;
    position: relative;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
   }
    .pos_aware:before {
    content: '';
    position: absolute;
    top: -20px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    display: block;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: -1;
}    
    .pos_aware:hover {
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    color: #e91e63;
    z-index: 8;
}
    .pos_aware:hover:before {
    -webkit-transform: scale(8.3);
    transform: scale(8.3); 
    */ 