/* jazyky vlajky */

.jazyky {
  display: block;
    position: relative;
}

.jazyky img {
  width: 45px;
  height: auto;
  padding: 1px;
}
.jazyky img:hover {
  opacity: 0.6;
}

.jazyky .active {
  opacity: 0.6;
}


/* accordion PREDAJCOVIA */

.accordion {
  font-size: 16px;
  width: 100%;
  margin: 0 auto;
  border-radius: 0px;
}

.accordion h3 {
  font-size: 19px;
  margin: 20px auto 5px 10px;
  display: block;    
}

.accordion-header,
.accordion-body {
  background: white;
}

.accordion-header {
  padding: 0.7em 0.7em;
  background: #fff;
  color: #24242E;
  font-weight: 700;
  cursor: pointer;
  font-size: 20px;
  transition: all .3s;
}

.accordion__item {
    border-bottom: 1px solid #E5E5E5;
}

.accordion__item .accordion__item {
  border-bottom: 1px solid #09ACED;
}

.accordion-header:hover {
  background: #fff;
  color:#09ACED;
  position: relative;
  z-index: 5;
}

.accordion-body {
  background: #fff;
  color: #24242E;
  display: none;
}

.accordion-body__contents {
  padding: 0.5em 0.5em;
}

.accordion__item.active:last-child .accordion-header {
  border-radius: none;
}

.accordion:first-child > .accordion__item > .accordion-header {
  border-bottom: 1px solid transparent;
}

.accordion__item > .accordion-header:after {
  content: "\e904";
  font-family: ikony;
  font-size: 0.5em;
  float: right;
  position: relative;
  top: 6px;
  transition: .3s all;
  transform: rotate(0deg);
}

.accordion__item.active > .accordion-header:after {
  transform: rotate(-180deg);
}

.accordion__item.active .accordion-header {
  color: #09ACED;
  border-bottom: 1px solid #09ACED !important;  
}

.accordion__item .accordion__item .accordion-header {
  background: #f1f1f1;
  color: #353535;
}

@media screen and (max-width: 1000px) {  
  .accordion {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {  
  .accordion__item.active .accordion-header {
  padding-top: 110px;
}
.accordion-header {
  padding: 0.5em 0.5em;  
  font-size: 18px;
}
.accordion h3 {
  font-size: 17px;   
}    
}


.okno-predajcovia1 {	
	width: 48.6%;
	margin: 0.5% 0.5%;
	padding:  0.5% 1.0%;	
	display: inline-block;	
	vertical-align: top;
    background: #F6F6F6;
    color: #24242E;
	}

.okno-predajcovia1 a {	
	color: #00B2EF;
    text-decoration: underline;
	}
.okno-predajcovia1 a:hover {	
	color: #00B2EF;
    text-decoration: none;
	}

.okno-predajcovia1-obsah {	
	width: 48%;
	margin: 5px 0px;
	padding: 0px;	
	display: inline-block;	
	vertical-align: top;
	}

.okno-predajcovia1 .tx-modry {
	color:#00B2EF;
	text-decoration: none;
	font-weight: 500;
    line-height: 22px !important;
    display: inline-block;
    vertical-align: top;
    height: 43px;
	}

@media screen and (max-width: 1099px) {
 .okno-predajcovia1 {	
	width: 46.6%;
	}
    
 .okno-predajcovia1-obsah {	
	width: 100%;	
	display: block;}   
}    
@media screen and (max-width: 480px) {
 .okno-predajcovia1 {	
	width:100%;
	margin: 2% auto;
	padding: 4% 8%;	
	} 
.okno-predajcovia1 .tx-modry {	
    height: auto;
	}    
}  

/* PARTNERI */

.blok-partneri {width: 100%; display: block; padding: 5px 0px 40px 0px; vertical-align: top; text-align: left; }
.blok-partneri-okno {width: 18.8%; margin: 0 0.3% 1% 0.3%; vertical-align: top; text-align:center;display: inline-block; background:#F6F6F6; position: relative;}
.blok-partneri-okno img {width:auto; max-height: 115px; margin: 0 auto 0px auto; padding: 25px 15px; }


@media screen and (max-width: 1199px) {
.blok-partneri-okno img { max-height: 100px; padding: 30px 15px; }
}   
@media screen and (max-width: 989px) {
.blok-partneri-okno img { max-height: 90px; padding: 30px 10px; }
}
@media screen and (max-width: 610px) {
.blok-partneri-okno {width: 23.3%; min-height:60px; vertical-align:middle;}    
.blok-partneri-okno img { max-height: 60px; vertical-align: middle; padding: 10px 5px; display:inherit;}
}
@media screen and (max-width: 480px) {
.blok-partneri-okno {min-height:40px;}        
.blok-partneri-okno img { max-height: 45px; vertical-align: middle; padding: 10px 5px;}
}


/* APP */

.vlastnosti-app-bg {position: relative; z-index: 100; background-repeat:no-repeat; background-size: cover; background-position: right center; width: 100%; padding: 0px 0px 0px 0px; -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%); clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%); }
.vlastnosti-app-bg.clipnone {-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 100%, 0 100%) !important; clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 100%, 0 100%) !important; padding: 0px 0px 0px 0px; margin: 0 0 50px 0;}
.vlastnosti-app {width: 50%; background: rgba(0, 0, 0, 0.55); padding: 20px 50px ; font-size: 18px; line-height: 105%; font-weight:600; letter-spacing: 0.5px;}
.vlastnosti-app h2 {color:#FFFFFF !important; font-weight:700;	font-size: 30px;}
.vlastnosti-app ul {margin-left:0px; list-style: none;}
.vlastnosti-app li {list-style: none; padding: 6px 0px; color: #fff;}
.vlastnosti-app li:before {content: "❯"; color: #ffffff; float: left; font-size: 22px; width: 22px; margin-top: 0px; margin-left: -1.4em;}

@media screen and (max-width: 920px) {	
.vlastnosti-app-bg {padding: 40px 0px; 180px 0px; -webkit-clip-path: polygon(0 0, 100% 0, 100% 95%, 50% 100%, 0 95%); clip-path: polygon(0 0, 100% 0, 100% 95%, 50% 100%, 0 95%); }    
.vlastnosti-app {width: 100%; padding: 15px 15px 15px 15px;font-size: 17px; margin-top: 15px;  margin-bottom: 15px; }
} 

@media screen and (max-width: 480px) {	
.vlastnosti-app {padding: 20px 15px 10px 15px;font-size: 16px; }
.vlastnosti-app ul {margin-left:-15px; list-style: none;}    
.vlastnosti-app li {padding: 5px 0px;}    
.vlastnosti-app li:before {content: "❯"; color: #ffffff; float: left; font-size: 15px; width: 15px; margin-top: 0px; margin-left: -1.4em;}    
.vlastnosti-app h2 {font-size:22px;} 
} 



.app-funkcie {display: flex; align-items: center; margin: 60px 0px;  font-size: 17px; color: #24242e; line-height: 1.6em; background: #F6F6F6;}
.app-funkcie .upozornenie {padding: 0px; font-style: italic;}
.app-funkcie h2 {font-size: 33px; color: #00B2EF; position: relative; padding-bottom: 0px; margin-bottom: 15px; margin-top: 10px; text-align: left;  line-height: 1.1em;}
.app-text {width: 50%;}
.app-lava-pozicia {padding: 40px 60px;}
.app-prava-pozicia {padding: 40px 60px;}
.app-stredna-pozicia {width: 100%;}
.app-foto {width: 50%; padding: 30px 15%; background: #fff; }
.app-foto img {width: 100%; height: auto; }
.app-foto2 {width: 50%; padding: 0 9%;}
.app-foto2 img {width: 100%; height: auto; }
.app-cela-sirka {width: 100%}

.app-logo {width:40px; height: auto; border-radius: 10px; margin-right: 15px;}
.app-stiahnut {width:33%; padding: 30px; text-align: center; font-size: 18px; font-weight: 600;}
.app-stiahnut img {width:100%; height: auto; max-width: 250px; display: block; margin: 10px auto;}
.app-stiahnut img:hover {opacity:0.9;}

.app-guard-funkcie {display: block; margin: 20px 0px;  font-size: 17px; color: #24242e; line-height: 1.6em;}
.app-guard-funkcie h2 {font-size: 33px; color: #00B2EF; position: relative; padding-bottom: 0px; margin-bottom: 15px; margin-top: 10px; text-align: left;  line-height: 1.1em;}
.app-guard-funkcie h3 {font-size: 27px; padding-bottom: 0px; margin-bottom: 15px; margin-top: 10px; text-align: left;  line-height: 1.1em;}
.app-guard-funkcie h4 {font-size: 20px; padding-bottom: 0px; margin-bottom: 5px; margin-top: 15px; text-align: left;  line-height: 1.1em;}
.app-guard-funkcie img {display: block; max-width: 150px; height: auto; margin: 25px 0;}


@media screen and (max-width: 1300px) {	  
.app-funkcie .upozornenie {padding: 0px 30px; }    
.app-foto {width: 50%; padding: 0px 12% 0px 12%; background: #fff; }  
.app-foto2 {width: 50%; padding: 0 5%;}    
} 

@media screen and (max-width: 1200px) {	
.app-text {width: 60%;}    
.app-foto {width: 40%; padding: 0 8%; background: #fff; }  
.app-foto2 {width: 50%; padding: 0 5%;}      
} 

@media screen and (max-width: 920px) {	 
.app-funkcie {padding: 0px 0px; display: flex;flex-wrap: wrap; font-size: 17px; margin: 0px 0px;}  
.app-funkcie h2 {font-size: 26px;}     
.app-text { width: 100%; padding: 0px 15px; order: 1;}
.app-foto { width: 100%; order: 2; padding: 50px 30% 50px 30%; margin-bottom: 15px;}
.app-foto2 { width: 100%; order: 2; padding: 0 15%; margin-bottom: 15px;}  
.app-funkcie .upozornenie {padding: 0px 15px; }     
    
.app-guard-funkcie h2 {font-size: 26px;}
.app-guard-funkcie h3 {font-size: 23px;}
.app-guard-funkcie h4 {font-size: 18px;}    
} 

@media screen and (max-width: 768px) {	
.app-funkcie {font-size: 16px;}  
.app-funkcie h2 {font-size: 22px;} 
.app-foto { width: 100%; order: 2; padding: 50px 25% 50px 25%; margin-bottom: 15px;}
.app-foto2 { width: 100%; order: 2; padding: 0 10%; margin-bottom: 15px;}   
.app-stiahnut {width:100%; padding: 15px; font-size: 16px;}
.app-stiahnut img {max-width: 200px; margin: 10px auto;}    
} 

@media screen and (max-width: 480px) {	
.app-logo {width:25px; margin-right: 5px;}    
.app-funkcie h2 {font-size: 21px;} 
.app-foto { width: 100%; order: 2; padding: 30px 15% 30px 15%; margin-bottom: 15px;}
.app-foto2 { width: 100%; order: 2; padding: 0 10%; margin-bottom: 15px;}
    
.app-guard-funkcie {font-size: 16px;}      
.app-guard-funkcie h2 {font-size: 21px;}
.app-guard-funkcie h3 {font-size: 19px;}
.app-guard-funkcie h4 {font-size: 17px;}    
    
} 

/* APP DOWNLOAD */

.vlastnosti-app.download {width: 53%; background: none; padding: 100px 50px; font-size: 12px; line-height: 105%; font-weight:600; letter-spacing: 0.5px;}
.vlastnosti-app-bg.clipnone.download {-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 100%, 0 100%) !important; clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 100%, 0 100%) !important; padding: 0px 0px 0px 0px; margin: 0 0 20px 0;}
.app-funkcie.download {display: block; align-items: center; margin: 60px 0px; padding: 20px 30px;  font-size: 15px; color: #24242e; line-height: 1.6em; background: rgba(0, 178, 239, 0.75);}
.app-funkcie.download h2 {display: block; font-size: 40px; margin-bottom: 0px; color: #fff; line-height: 1.1em; width: 100%; clear: both;}
.app-funkcie.download h2 span {display: block; font-size: 18px; color: #fff; font-weight: 300; }
.app-stiahnut.download {width:32.4%; display: inline-block;padding: 5px; text-align: center; font-size: 18px; font-weight: 600;}
.app-stiahnut.download img {width:100%; height: auto; max-width: 200px; display: block; margin: 10px auto;}
.app-stiahnut.download img:hover {opacity:0.9;}

@media screen and (max-width: 1099px) {	 
.vlastnosti-app.download {width: 70%; padding: 50px 50px;}
.app-stiahnut.download {width:32.0%; padding: 4px;}    
} 

@media screen and (max-width: 768px) {	 
.vlastnosti-app.download {width: 100%; padding: 10px 10px 20px 10px;}
.app-funkcie.download { margin: 20px 0px; padding: 10px 10px;}    
.app-funkcie.download h2 { font-size: 22px;margin-bottom: 10px;}
.app-stiahnut.download {width:32.0%; padding: 4px;} 
.app-stiahnut.download img {margin: 0px auto;}    
} 

/* O ZNACKE */
.welcome{padding: 40px 20px 40px 20px !important;}
.welcome__left-panel {padding: 18px !important; margin-bottom: 0px !important;}
.oznacke {display: flex; align-items: top; border-radius: 12px;}
.oznacke h2 {font-size: 38px;  position: relative; padding-bottom: 0px; margin-bottom: 15px; margin-top: 10px; text-align: left;  line-height: 1.1em; display: block !important; }
.oznacke h2 span {color: #009EE3; display: block;}
.oznacke .obrazok {margin: auto 80px auto 80px; }
.oznacke .obrazok img {width: 100%; height: auto; max-width: 200px; }

.oznacke .obsahoznacke {font-size: 16px; line-height:1.4em;	font-weight: 500; width: 66%; margin: 30px 20px 60px 20px; }
.oznacke .obsahoznacke p {margin: 0 0 50px 0 ; text-align: left; font-weight: 400; }

.oznacke .obsahoznacke-3b {font-size: 16px; line-height: 1.3em; font-weight: 600; width: 30.5%; display:inline-block; margin-right:2%; vertical-align: top; text-align: left;}

.okno-predstavenie-ikony {font-size: 25px;margin-bottom:10px;font-weight: 600;letter-spacing:0.3px;display:block;color:#009EE3;}
.okno-predstavenie-ikony img {width: 55px;height:auto;border: 2px solid #009EE3;border-radius: 100%;padding: 5px;float:left;margin-right: 10px;	margin-top: -20px;}	


@media screen and (max-width: 1099px) {	 
.oznacke .obrazok {margin: auto 40px auto 40px; } 
.oznacke .obsahoznacke { margin: 30px 20px 0px 20px; }    
.oznacke .obsahoznacke-3b { width: 95.0%; display:block; margin-right:0; margin-bottom: 70px;}
} 

@media screen and (max-width: 768px) {	 
.oznacke {display: block; padding: 0px 20px 1px 20px !important;}
.oznacke h2 {font-size: 28px; }    
.oznacke .obrazok {margin: -7px auto 35px auto; width: 100%; text-align: center;}
.oznacke .obrazok img {max-width: 160px; }    
.oznacke .obsahoznacke {font-size: 15px; width: 100%; margin: 30px 0px 0px 0px; }  
.oznacke .obsahoznacke-3b { font-size: 15px; width: 100.0%; margin-bottom: 40px;}    
.okno-predstavenie-ikony {font-size: 22px;margin-bottom:5px;}
.okno-predstavenie-ikony img {width: 40px;margin-top: -10px;}	    
}



/* obsah do aplikacie */ 

.biela-app {
	background-color:#fff;
    font-family: 'Open Sans', sans-serif;	
}
  
 .obsah-app {
	width: auto;
	margin: 0 auto 0px auto;
	padding: 30px 20px;
	vertical-align:top;
	position:relative;
	text-align:justify;
	font-size: 16px;
	color:#262626;
	font-weight:400;
	line-height: 27px;
} 


.obsah-app h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 28px;
	color: #262626;
	font-weight: 700;
	text-decoration: none;	
	margin-bottom: 20px;
	line-height: 110%;
	text-align:left;
}


.obsah-app h2 {
	font-family: 'Open Sans', sans-serif;		
	font-size: 22px;
	color: #262626;
	font-weight: 700;
	text-decoration: none;	
	margin-top: 40px;
	margin-bottom: 5px;
	line-height: 120%;
	text-align:left;
}


.obsah-app h3 {
	font-family: 'Open Sans', sans-serif;		
	font-size: 19px;
	color: #141414;
	font-weight: 600;
	text-decoration: none;	
	margin-bottom: 5px;
	line-height: 120%;
	text-align:left;
}

.obsah-app h4 {
	font-family: 'Open Sans', sans-serif;	
	font-size: 17px;
	color: #262626;
	font-weight: 700;
	text-decoration: none;	
	margin-bottom: 5px;
	line-height: 120%;
	text-align:left;
}

.obsah-app p {
	margin-bottom: 20px;
}
.obsah-app ol {
	margin-left: 20px;
}
 .obsah-app a {
	color:#009EE3;
    text-decoration: underline;
} 
 .obsah-app a:hover {
	color:#262626;
    text-decoration: none;
} 


@media (prefers-color-scheme: dark) {
.biela-app {
	background-color:#000000;
}

.obsah-app {
	color:#fff;
} 


.obsah-app h1 {
	color: #00AEEF;
}


.obsah-app h2 {
	color: #00AEEF;
}


.obsah-app h3 {
	color: #00AEEF;
}

.obsah-app h4 {
	color: #00AEEF;
}

.obsah-app p {
	margin-bottom: 20px;
}
}




.tmava-app {
	background-color:#1B1B1B;
}

.obsah-app-tmava {
	width: auto;
	margin: 0 auto 0px auto;
	padding: 30px 20px;
	vertical-align:top;
	position:relative;
	text-align:justify;
	font-size: 16px;
	color:#fff;
	font-weight:400;
	line-height: 27px;
} 


.obsah-app-tmava h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 28px;
	color: #00AEEF;
	font-weight: 700;
	text-decoration: none;	
	margin-bottom: 20px;
	line-height: 110%;
	text-align:left;
}


.obsah-app-tmava h2 {
	font-family: 'Open Sans', sans-serif;		
	font-size: 22px;
	color: #00AEEF;
	font-weight: 700;
	text-decoration: none;	
	margin-top: 40px;
	margin-bottom: 5px;
	line-height: 120%;
	text-align:left;
}


.obsah-app-tmava h3 {
	font-family: 'Open Sans', sans-serif;		
	font-size: 19px;
	color: #00AEEF;
	font-weight: 600;
	text-decoration: none;	
	margin-bottom: 5px;
	line-height: 120%;
	text-align:left;
}

.obsah-app-tmava h4 {
	font-family: 'Open Sans', sans-serif;	
	font-size: 17px;
	color: #00AEEF;
	font-weight: 700;
	text-decoration: none;	
	margin-bottom: 5px;
	line-height: 120%;
	text-align:left;
}

.obsah-app-tmava p {
	margin-bottom: 20px;
}
.obsah-app-tmava a {
	color:#009EE3;
    text-decoration: underline;
} 
.obsah-app-tmava a:hover {
	color:#f1f1f1;
    text-decoration: none;
} 



/* PODPORA */ 

.podpora {display: flex; align-items:center; background: #FFCD0D; padding:20px 20px; margin: 20px 0; border-radius:90px;transition: 0.6s;}
.podpora:hover {background: #E8F7FF; color: #fff !important;}
.podpora h3 {font-size: 34px;  position: relative; padding-bottom: 0px; margin-bottom: 0px; margin-top: 0px; text-align: left;  line-height: 1.2em; display: block !important; color: black;}
.podpora h3 span {font-size: 20px;line-height: 1.3em; display: block; font-weight: 400; margin-top:10px;color: black; text-decoration: none; }
.podpora h3 a {text-decoration:none;color: black; }
.podpora h3 a:hover {text-decoration: underline; }
.podpora .obrazok {margin: auto 5% auto 5%; }
.podpora .obrazok img {width: 100%; height: auto; max-width: 80px; }
.podpora .obsahpodpora {width: auto; margin: 0px 0px 0px 0px; }
.podporanova {border-radius:15px !important;}

@media screen and (max-width: 768px) {	
.podpora {display: block; text-align: center;padding:30px 30px;border-radius:30px;margin: 0px 10px;}
.podpora h3 {font-size: 21px; margin: 0px 0px !important; }
.podpora h3 span {font-size:15px;}
.podpora .obrazok {margin: 0 auto 15px auto; width: auto; display: block;}
.podpora .obrazok img {max-width: 50px; }    
.podpora .obsahpodpora {width: auto; margin: 0px 0px 0px 0px; }
}


.podpora-down {display:flex; align-items: center; margin: 60px 0px;  font-size: 17px; color: #24242e; line-height: 1.6em;}
.podpora-down h3 {font-size: 28px; position: relative; padding-bottom: 0px; margin-bottom: 25px; margin-top: 10px; text-align: center;  line-height: 1.1em;}
.podpora-down .ikona {display: block; max-width: 70px; margin: 0 auto 20px auto;}
.podpora-down-text {width: 50%; padding: 50px 30px 60px 30px; text-align: center; display: block;background: #F6F6F6;}
.podpora-down-foto {width: 50%; padding: 20px 5%; background: #fff; }
.podpora-down-foto img {width: 100%; height: auto; }

.btn-carneo {padding: 0 20px !important;}

.podpora-video {display: block; margin: 0px 0px 80px 0px;}
.podpora-video h2 {font-size: 30px; margin-bottom: -10px; }


.podpora-instalacia {margin: 0px 0px 40px 0px; display:block; vertical-align: top; }
.podpora-instalacia h2 {font-size: 30px; margin-bottom: 15px; }  
.oknoinstalacia {width: 23.0%; margin: 0px 0.5% 10px 0.5%; display: inline-block; vertical-align: top; border-top: 5px solid #F6F6F6;}
.oknoinstalacia .obrazok1 {margin: 0 auto 0px auto; text-align: center; padding: 10px 10px 0px 10px;}
.oknoinstalacia .obrazok1 img {width: 100%; height: auto; max-width: 100px; }
.oknoinstalacia .obsahins {text-align: left; padding: 10px; line-height: 1.7rem; display: inline-block;}
.oknoinstalacia .cislo {width:30px;color: #009EE3; font-weight: 900; font-size: 22px; display: block; margin-bottom: 25px; margin-top: -30px;}

@media screen and (max-width: 991px) {	
.oknoinstalacia {width: 48.0%;}
.podpora-instalacia h2 {font-size: 20px; }     
}





.podpora-kontakty {display:block; margin: 60px 0px; padding: 40px 20px 60px 20px;  font-size: 17px; color: #24242e; line-height: 1.6em; background: #F6F6F6; text-align: center; vertical-align:top;}
.podpora-kontakty h2 {font-size: 36px; position: relative; padding-bottom: 0px; margin-bottom: 45px; margin-top: 10px; text-align: center;  line-height: 1.1em; display: block; width: 100%;}
.podpora-kontakty h3 {font-size: 26px; position: relative; padding-bottom: 0px; margin-bottom: 5px; margin-top: 10px; text-align: center;  line-height: 1.1em; display: block; width: 100%;}
.podpora-kontakty .ikona {display: block; max-width: 50px; margin: 0 auto 20px auto;}
.podpora-kontakty-text {width:48%; max-width:400px; text-align: center; display: inline-block;vertical-align:top;}
.podpora-kontakty-popis {font-weight: 900; max-width: 260px; margin: 15px auto 30px auto;}

@media screen and (max-width: 768px) {	
.podpora-down {display: block;margin: 30px 0px; }
.podpora-down h3 {font-size: 20px;}
.podpora-down .ikona {max-width: 60px;}
.podpora-down-text {width: 100%; padding: 30px 20px 30px 20px;}
.podpora-down-foto {width: 100%; padding: 20px 5%; background: #fff; }  
    
.podpora-video {margin: 0px 0px 40px 0px;}
.podpora-video h2 {font-size: 20px; margin-bottom: -20px; }       
    
.podpora-kontakty {display:block; margin: 30px 0px; padding: 30px 20px 30px 20px;}
.podpora-kontakty h2 {font-size: 24px;}
.podpora-kontakty h3 {font-size: 18px;}
.podpora-kontakty-text {width:90%; max-width:none; margin-bottom: 40px;} 
    
}   


/* VYHLASENIE */ 

.vyhlasenie {display: block; margin: 30px 0; border-bottom: 1px solid #E4E4E4; padding: 0 0 90px 0}
.oknovyhlasenie {width: 16.2%; display: inline-block;margin: 0px 0px 50px 0px; text-align: center;}
.oknovyhlasenie h3 {font-size:18px; margin:10px 0px 5px 0px;}
.oknovyhlasenie h3 span {display: block;}
.btn-vyhlasenie {padding: 0 10px !important; height: 35px !important; line-height: 35px !important;}
.oknovyhlasenie .ikona {display: block; max-width: 35px; height: auto; margin: 0 auto 0px auto;}

@media screen and (max-width: 1300px) {	
.oknovyhlasenie {width: 24.4%; }   
.oknovyhlasenie h3 {font-size:17px;}    
} 

@media screen and (max-width: 768px) {	
.oknovyhlasenie {width: 32.5%;}   
.oknovyhlasenie h3 {font-size:15px; margin:10px 0px 5px 0px;}    
} 

@media screen and (max-width: 480px) {	
.vyhlasenie {padding: 0 0 30px 0}    
.oknovyhlasenie {width: 49.0%;}   
.oknovyhlasenie .ikona {max-width:25px;}    
.oknovyhlasenie h3 {font-size:16px; margin:10px 0px 5px 0px;}    
} 


/*Homepage*/
.in-index .position--benefitHomepage{
	margin-top: 30px;
}