.btn_get-consultation {
    padding-top: 25px;
    padding-bottom: 50px;
    clear: both;
    text-align: center;
text-shadow:1px 1px 0 rgb(11,9,12),2px 2px 1px rgba(0,0,0,0);
-webkit-text-shadow:1px 1px 0 rgb(11,9,12),2px 2px 1px rgba(0,0,0,0);
-moz-text-shadow:1px 1px 0 rgb(11,9,12),2px 2px 1px rgba(0,0,0,0);
color:#161117;
font-size:15px;
#font-family:Verdana, Geneva, sans-serif;

}
.btn_get-consultation a {
    display: inline-block;
    width: 230px;
    height: 40px;
    line-height: 40px;
    #color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 35px;
    margin-right: 10px;
    #border-radius: 0;
    #background-color: #abd03a;
    text-decoration: none;
  position: relative;
  font-weight: bold;
  color: white;
  text-decoration: none;
  text-shadow: 0 -1px 1px #0000FF;
  user-select: none;
  padding: .8em 2em;
  outline: none;
  border-radius: 5px;
  background: linear-gradient(to left, rgba(0,0,0,.3), rgba(0,0,0,.0) 50%, rgba(0,0,0,.3)), linear-gradient(#abd03a, #abd03a, #abd03a);
  background-size: 100% 100%, auto;
  background-position: 50% 50%;
   #box-shadow: inset #00008B 0 -1px 1px, inset 0 1px 1px #00008B, #DC143C 0 0 0 1px, #000 0 10px 15px -10px;
  transition: 0.2s;
}
.btn_get-consultation a:hover {
	opacity: 0.8;
}
.btn_get-consultation:active {
  top: 1px;
  color: #E6E6FA;
  box-shadow: inset #E6E6FA 0 -1px 1px, inset 0 1px 1px #ffbf00, #cc7722 0 0 0 1px, 0 10px 10px -9px #000;
}
.modal_form1 .get-consultation-center .title-block {
    margin-bottom: 50px;
    font-size: 20px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 100;
}

.block-catalog .product-item-block .best-products.best-products-with-btn-buy .product-item {
    /*padding: 40px 10px 130px 10px; /* bot 80 */
    padding: 40px 10px 0px 10px;
}
.best-products.best-products-with-btn-buy .price {
    /*height: 115px;*/ /*60*/
    height: 115px;
    padding-top: 0;
}
.best-products .btn_buy {
    padding: 20px 10px;
}
.best-products .btn_buy div {
    display: inline-block;
    padding: 0 35px 0 60px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 0;
    background: #abd03a url(img/icon-cart-white.png) no-repeat 35px 12px;
    text-decoration: none;
}
.best-products .btn_buy div:hover {
	opacity: 0.8;
}