.p30 {
  padding:50px;
}

.line {
  border-right: 1px solid #eee;
}

.choose_us_item:hover a {
    color: #ececec;
transition: all 0.3s ease-in-out;
}

.choose_us_item:hover a:hover {
   color: #232323;
transition: all 0.3s ease-in-out;
}

.akcia {
    background: rgba(240, 238, 226, 0.6);
    border-radius: 5px;
    margin-top: 10px;
}



.akcia ul.akc{
  display: none;
}


.timefoot{
    color: #9c9c9c;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}

.timefoot i {
    margin-right: 15px;
    font-size: 16px;
}

.vse a{
    color: #cecece !important;
}

.vse a:hover{
    color: #7fb401 !important;
  }

.icontop {
    font-size: 48px;
    transform: rotate(27deg);
    padding-top: 5px;
    color: #75a501;
    position: absolute;
  }

  .tel a{
    font-weight: 800;
    color: #3a3a3a !important;
    font-size: 20px;
  }


.contacttop {
    padding-left: 42px;
    display: inline-block;
}

.menuzord-menu > li > a:hover {
background: #75a501;
border-color: #699401;
}

.vsenews {
    float: right;
    font-size: 15px;
    padding-top: 15px;
    font-weight: 400;
    position: relative;
}
.newsi {
      position: absolute;
    left: -30px;
    top: 15px;
    font-size: 20px;
}

.pol a {
  color: #fff !important;
}

/*.iconbg:before {
    font-family: FontAwesome;
    content: "\f2a0";
    position: absolute;
    color: #f9f9f9;
    font-size: 375px;
}*/

.zrel {
    position: relative;
    z-index: 1;
}

.iconcall {
    position: absolute;
    right: 10px;
    top: 15px;
    font-size: 22px;
    color: #7fb401;
}

 button:disabled {
        background: #929292;
  }

  button:disabled:hover {
        background: #929292;
        cursor: not-allowed;
  }

    input:disabled {
        background: #929292 !important;
        border: 1px solid #929292 !important;
  }

    input:disabled:hover {
        background: #929292 !important;
        cursor: not-allowed;
  }


  .tooltip1 {
  display: inline;
  position: relative;
  z-index: 999;
}

/* Trigger text */

.tooltip-item {
    cursor: pointer;
    color: #3f3d3c;
    padding-left: 3px;
    padding-top: 1px;
    position: relative;
    display: block;
}

/* Gap filler */

.tooltip-item::after {
  content: '';
  position: absolute;
  width: 360px;
  height: 20px;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.tooltip:hover .tooltip-item::after {
  pointer-events: auto;
}

/* Tooltip */

.tooltip-content {
  position: absolute;
  z-index: 9999;
  width: 300px;
  left: 50%;
  margin: 0 0 20px -180px;
  bottom: 100%;
  text-align: left;
  font-size: 0.765em;
  line-height: 1.4;
  background: #2a3035;
  opacity: 0;
  cursor: default;
  pointer-events: none;
}



.tooltip-effect-5 .tooltip-content {
     width: 280px;
    margin-left: -94px;
  -webkit-transform-origin: 50% calc(100% + 6em);
  transform-origin: 50% calc(100% + 6em);
  -webkit-transform: rotate3d(0,0,1,15deg);
  transform: rotate3d(0,0,1,15deg);
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, transform 0.2s;
  -webkit-transition-timing-function: ease, cubic-bezier(.17,.67,.4,1.39);
  transition-timing-function: ease, cubic-bezier(.17,.67,.4,1.39);
}

.tooltip1:hover .tooltip-content {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translate3d(0,0,0) rotate3d(0,0,0,0);
  transform: translate3d(0,0,0) rotate3d(0,0,0,0);
}

.tooltip1.tooltip-effect-2:hover .tooltip-content {
  -webkit-transform: perspective(1000px) rotate3d(1,0,0,0deg);
  transform: perspective(1000px) rotate3d(1,0,0,0deg);
}

/* Arrow */

.tooltip-content::after {
  content: '';
  top: 100%;
  left: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-top-color: #2a3035;
  border-width: 10px;
  margin-left: -10px;
}

/* Tooltip content*/

.tooltip-content img {
  position: relative;
  height: 170px;
  display: block;
  float: left;
  margin-right: 1em;
}

.tooltip-text {
  font-size: 14px;
  line-height: 1.3;
  display: block;
  color: #fff;
}

.tooltip-effect-5 .tooltip-text {
  padding: 1.4em;
}

.tooltip-text a {
  font-weight: bold;
  font-size: 14px;
}

.liner { padding:10px; }
.liner2 { border-top: 1px solid #c1c1c1; }


.short-title {
    position: relative;
    bottom: 42px;
    padding: 10px;
    text-align: left;
    background: #7fb401;
}

.short-title span{
    color: #fff !important;
}

.menuzord-menu > li.nomain > a {
    background: #7fb401;
    border-color: #7fb401;
}
.h200 {
    margin-top: 10px;
}

.akcia2 {
    background: rgba(240, 238, 226, 0.6);
    border-radius: 5px;

}

.noimg img {
  display: none;
}