.main-menu ul.menu > li.has-submenu .base-submenu .inner ul {
   display: inline-block;
   list-style: none;
   margin: 0;
   padding: 0;
   padding-top: 0px;
   padding-bottom: 0px;
   padding-top: 1.5em;   
   padding-bottom: 0.8em;
}
.moto-tabs .tab-description input[type=button]{
  width: 100%;
  height: 45px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(red), to(#c00));
  background-image: linear-gradient(to bottom, red, #c00);
  z-index: 0;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'ducati-condensed', Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.07;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  text-align: center;
  color: #fafafa;
  cursor: pointer;
  border: none;
}
.additional h3 {
  margin-bottom: 1em
}
.additional a input[type=button]{
  width: 100%;
  height: 45px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(red), to(#c00));
  background-image: linear-gradient(to bottom, red, #c00);
  z-index: 0;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'ducati-condensed', Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.07;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  text-align: center;
  color: #fafafa;
  cursor: pointer;
  border: none;}
@media(max-width:767px){

#home-slider .btn-danger:not(.send-news), .btn-lg:not(.send-news), .btn-group-lg > .btn:not(.send-news) {
  padding: 0.5rem 2rem !important;
  margin-bottom:0.5rem;
}
}

.price-box-screen h2::before {
content:"Od " !important;  
position: absolute;
left: -45px;
font-size: 0.5em;
top: 55px;
}