#Tehnic-page .slider-nav.tehnic-nav
	{display:none;}

#Tehnic-page .Tehnic-stn {
  margin-top: 60px;
  padding-bottom: 60px; }
  #Tehnic-page .Tehnic-stn .title-stn {
    margin-bottom: 30px;
    text-align: center;
    font-size: 2em;
    font-family: 'mullerBold';
    color: #1c1c1c; }
  #Tehnic-page .Tehnic-stn .text {
    line-height: 1.556;
    font-size: 1.125em;
    color: #1c1c1c;
    font-family: 'mullerRegular';
    margin-top: 40px; }
    #Tehnic-page .Tehnic-stn .text.float-text {
      margin-top: 0; }
    #Tehnic-page .Tehnic-stn .text.cb {
      margin-top: 80px;
      clear: both; }

#Tehnic-page .flex-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px; }
  #Tehnic-page .flex-wrap .slider-wrap {
    max-width: 100%; }

#Tehnic-page .fotorama__wrap {
  margin: auto; }

@media (min-width: 1240px) {
  #Tehnic-page .Tehnic-stn .flex-wrap {
    display: block;
    float: left;
    max-width: 60%;
    margin-right: 30px;
    margin-bottom: 0; } }

@media (max-width: 1240px) {
  #Tehnic-page .flex-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    #Tehnic-page .flex-wrap .slider-wrap {
      max-width: inherit; }
  #Tehnic-page .Tehnic-stn .text.cb {
    margin-top: 40px; }
  #Tehnic-page .flex-wrap p.text {
    padding-left: 0; }
  #Tehnic-page .flex-wrap .text-wrap {
    margin-top: 30px; } }

@media (max-width: 768px) {
  #Tehnic-page .Tehnic-stn {
    padding-left: 15px;
    padding-right: 15px; } }

#news-page .news-items-wrap .news-item img:hover{
  filter: none;
  transform: scale(1.2);
  transition: .3s;
}
#news-page .news-items-wrap .news-item .imgwrp{
  overflow: hidden;
}
.title-stn-wrap .slider-nav{
  transform: translateY(-200px);
  transition: .5s;
  opacity: 0;
  visibility: hidden;
}
.title-stn-wrap .slider-nav.showing{
  transform: translateY(0px);
  visibility: visible;
  opacity: 1;
  transition: .5s;
}
#news-page .news-items-wrap{
  justify-content: flex-start;
}
#news-page .news-items-wrap .news-item{
  margin-left: 5px;
  margin-right: 5px;
  flex: 0 1 calc(24.9% - 9px);
}
#news-page .news-items-wrap .news-item:first-child{
  margin-left: 0;
}
#news-page .news-items-wrap .news-item:last-child{
  margin-right: 0;
}
@media(max-width: 1240px){
  #news-page .news-items-wrap .news-item{
    margin-left: 8px;
    margin-right: 8px;
    flex: 0 1 calc(33% - 14px);
  }
}
@media (max-width: 992px) {
  #news-page .news-items-wrap .news-item img{
    margin: auto;
  }
  #news-page .news-items-wrap{
    justify-content: space-between;
  }
  #news-page .news-items-wrap .news-item{
    flex: calc(50% - 5px);
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  #news-page .news-items-wrap .news-item{
    display: block;
    max-width: 320px;
    margin: auto;
    margin-top: 20px;
  }
  #news-page .news-items-wrap .news-item:first-child{
    margin-left: auto;
  }
  #news-page .news-items-wrap .news-item:last-child{
    margin-right: auto;
  }
  #news-page .news-items-wrap{
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
}

header.header .logo-wrap{
  justify-content: space-evenly;
}
@media (max-width: 850px) {
  header.header .logo-wrap{
    padding: 0 15px;
  }
}