/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 25 2023 | 16:44:51 */
#content{
	overflow-x:hidden;
}
.page-header, .cmplz-documents{
	display:none!important;
}
.podpis{
	font:400 18px/22px Jost;
	margin-top:20px;
}
.under_link{
	
   
    
    line-height: 0;
	font-weight:600;
}
.podtext{
	font:400 24px/32px Jost;
	margin-top:20px;
}

.my_flip .elementor-flip-box__front, 
 .my_flip .elementor-flip-box__back {
    border-radius: 50%!important;
	     height: 350px!important;
    width: 350px!important;
}



@keyframes scale-ico-rb {
  0%{
    transform:scale(.7);
  }
  100%{
    transform:scale(.9);
  }
}
@keyframes scale-ico-r {
  0%{
    transform:scale(.7);
  }
  100%{
    transform:scale(.9);
  }
}
@keyframes scale-ico-g {
  0%{
    transform:scale(1.1);
  }
  100%{
    transform:scale(1);
  }
}
.red_ico{

  animation-name: scale-ico-r;
  animation-iteration-count: infinite;
  animation-duration: 8s;
  -webkit-transition: all 2.9s ease;
     -moz-transition: all 2.9s ease;
       -o-transition: all 2.9s ease;
          transition: all 2.9s ease;
  animation-direction: alternate;
}
.grey_ico{

  animation-name: scale-ico-g;
  animation-iteration-count: infinite;
  animation-duration:8.5s;
  -webkit-transition: all 1.9s ease;
     -moz-transition: all 1.9s ease;
       -o-transition: all 1.9s ease;
          transition: all 1.9s ease;
  animation-direction: alternate;
}
.red_button_ico{
	cursor:pointer;
	animation-name: scale-ico-rb;
  animation-iteration-count: infinite;
  animation-duration: 5s;
  -webkit-transition: all 0.9s ;
     -moz-transition: all 0.9s ;
       -o-transition: all 0.9s ;
          transition: all 0.9s ;
  animation-direction: alternate;
}


#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{
	text-align:right!important;
	display:block!important
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-6{
	width:auto!important;
	padding-left:29px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item > ul.mega-sub-menu {
    display: flex;
    justify-content: flex-start!important;
	margin-left:120px!important;
	}
.support a{
	    background: #E73737!important;
    color: #fff!important;
    padding: 0px 20px!important;
    height: unset!important;
    margin-left: 10px!important;
}
}