
@import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@100;200;300;400;500;600;700;800;900&display=swap');
@font-face {
    font-family: 'Roboto';
    src: url('/files/fonts/Roboto-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto';
    src: url('/files/fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: 'Roboto-Light';
    src: url('/files/fonts/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
}
@font-face {
    font-family: 'Roboto-Light';
    src: url('/files/fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: 'Roboto-Thin';
    src: url('/files/fonts/Roboto-Thin.ttf') format('truetype');
    font-weight: 200;
}
@font-face {
    font-family: 'Roboto-Thin';
    src: url('/files/fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: bold;
}
* {
	margin: 0px;
	padding: 0px;
}
body{
  	background-color: #ffffff;
  	color: #283751;  
	text-align: left;
	font-family: 'Roboto',sans-serif;
	font-weight: 300;
	height: 100%;
  	line-height: 1.5em;
  	font-size: 19px;
}

h4{
font-size:21px;
font-weight:bold;
}

a.btn-1{
color: white !important;
}

/**********************************/
/*         COMMON COMPONENTS
/**********************************/



.mobile-show{
	display: none !important;
}

.desktop-hide {
	display: none !important;
  }
  
  @media (max-width: 1272px) {
	.desktop-hide {
	  display: flex !important; /* or inline, flex, etc., depending on what you want */
	}
  }

.container2 {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 30px;
  padding-bottom: 35px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container2 {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container2 {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container2 {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container2 {
      max-width: 89%;
  }
}

@media (min-width: 1900px) {
  .container2 {
      max-width: 87%;
  }
}




@media (min-width: 1270px){
.container {
    max-width: 1600px;
}
}
.cols{
	display: flex;
}
.col{
	display: inline-block;
	vertical-align: middle;
}
#cookies_souhlas{
	width: 100% !important;
}
button, button:hover, button:active, button:focus{
	outline: none;
	box-shadow: none !important;
}
.fader{
	opacity: 0.0;
    	-webkit-transition: opacity 1.0s ease-in-out;
    	-moz-transition: opacity 1.0s ease-in-out;
    	-ms-transition: opacity 1.0s ease-in-out;
    	-o-transition: opacity 1.0s ease-in-out;
    	transition: opacity 1.0s ease-in-out;
}
.fader.visible{
	opacity: 1;
}
.scaler{
	-webkit-transform: translateY(0) scale(0.5);
    	transform: translateY(0) scale(0.5);
    	opacity: 0;
    	-webkit-transition: -webkit-transform 0.6s ease-in-out 0.6s, opacity 0.6s ease-in-out 0.6s;
    	transition: transform 0.6s ease-in-out 0.6s, opacity 0.6s ease-in-out 0.6s;
}
.scaler.visible{
	-webkit-transform: translateY(0) scale(1);
    	transform: translateY(0) scale(1);
	opacity: 1;
}
b, strong {
    font-weight: bold;
}
.vertical-align {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}






        /**********************************/
/*         MENU
/**********************************/
#menu_top .container{
	padding: 0;
	overflow: visible;
}
#menu_top{
	z-index: 2;
	margin-top: 15px;
}
.navbar {
    	padding: 0;
	margin-top: 0;
	-webkit-transition: all 0;
    	transition: all 0;
}
.navbar-toggler {
    display: none;
}
.navbar-collapse.collapse:not(.show) {
    display: block;
}
.navbar-inner{
	text-align: left;
	display: block;
    	width: 100%;
}
.nav {
    justify-content: center;
}
.nav li {
    margin: 0;
    position: relative;
    display: inline-block;
}
.nav li.lvl-1{
	padding: 6px 6px;
}
.nav li.lvl-1 > a {
    font-size: 18px;
    color: #283751;
    font-weight: normal;
    padding: 11px 8px;
	border-radius: 3px;

    font-family: 'Roboto', sans-serif;
    text-decoration: none !important;
    display: inline-block;
	position: relative;
}
.nav li.lvl-1 > a:hover, .nav li.lvl-1 > a.active {
	text-decoration: underline;
}


.menu_servis{
	padding: 15px 10px;
    color: #faf4c0 !important;
    border: 2px solid #faf4c0;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;

}

.nav-header li.lvl-1 > a:hover::after, .nav-header li.lvl-1 > a.active::after{
    opacity: 1;
}

.nav-header li.lvl-1 > a:hover::before, .nav-header li.lvl-1 > a.active::before{
    opacity: 1;
}

.footer_main .nav li.lvl-1{
	padding: 0px 6px;
}


.dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
	color: white;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.nav li.lvl-1 > a:hover, .nav li.lvl-1 > a.active, .dropdown-toggle:hover {
    background: none;
    color: black;
    text-decoration: underline !important;
    text-decoration-color: #b62013!important;

    text-decoration-thickness: 3px!important;

    text-underline-offset: 8px!important;

}
@media (max-width: 768px) {
.nav li.lvl-1 > a:hover, .nav li.lvl-1 > a.active, .dropdown-toggle:hover {
    text-decoration: none !important;
}

}

.dropdown-toggle::after{
	display: none;
}
.dropdown-menu {
    border-radius: 0;
    border: 1px solid #e7e7e7;
    margin: 0;
    left: 8px;
	top: 41px;
    min-width: calc(100% + 2px);
    background-color: white;
    transform-origin: 50% 0;
    transform: scaleY(0);
    opacity: 0;
    display: block;
    transition: transform 0.3s, opacity 0.3s;
-webkit-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.25);
box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.25);
}
.dropdown-menu.show {
    transform: scaleY(1);
    opacity: 1;
}
.dropdown-menu a{
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
}
.dropdown-menu a img{
	max-width: 15px;
	max-height: 15px;
}
.dropdown-menu a:hover, .dropdown-menu a:active{
	background: inherit;
}
.dropdown-menu a:hover:after, .dropdown-menu a:active:after{
	position: absolute;
	left: 1.5rem;
	bottom: 0;
	right: 1.5rem;
	height: 2px;
	background: #94c15c;
	content: '';
}




/**********************************/
/*         HEADER
/*********************************/
header{
    color: black;
    width: 100%; 
    padding: 30px 0;
    position: fixed;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.74);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(8.2px);
    -webkit-backdrop-filter: blur(8.2px);
    border: 1px solid rgba(255, 255, 255, 0.3);
  transition: padding 0.3s ease; 

}


.logo img {
  transition: width 0.3s ease; /* 👈 add this */
}

@media screen and (min-width: 1270px){
.header{
	display: flex;
 

}

}

@media screen and (max-width: 768px){

padding: 5px 0;
}

header a{
    color: white;
}
header .odkaz_na_uvod{
    text-decoration: none;
}

header .logo-text{	
	font-weight: bold;
	color: white;
	font-size: 31px;
	text-decoration: none !important;	
}

@media screen and (max-width: 1000px){
    .logo img{
        width: 80%;
        height: auto;
    }
}





@media screen and (max-width: 1350px){
	header{
    padding-top: 0px;
		padding-bottom: 0px;
	}
}


@media screen and (max-width: 500px){
	header{
		padding: 15px 0;
	}

	header .logo-text{	
		font-size: 32px;
	}	
}
@media screen and (max-width: 320px){
	header .logo-text{	
		font-size: 20px;
	}	
}

header .logo-text .green-text{	
	letter-spacing: 8px;

}





#header{
	text-align: center;
}
#logo{	
	display: inline-block;
	margin-top: 20px;	
	margin-bottom: 10px;
	position: relative;
}
.link-fill {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    z-index: 10;
}
.nomargin{
	margin: 0;
}
#stripe{
	text-align: center;
	background: white;
	padding: 0;
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 15px;
}
#stripe p, #stripe a{
  font-family: 'Roboto-Light';
	font-weight: 300;
	color: black;
	text-decoration: none;
	display: inline-block;
	font-size: 17px;
	margin-bottom: 0;
}
#stripe p{
	margin: 0 8px;
}
#stripe a:hover{
	text-decoration: underline;
}


/**********************************/
/*         OBrazek s textem
/**********************************/

.main-image {
    background: url("/files/images/hlavni-foto-elektrohelp.jpg");
    width: 100%;
    background-size: cover;
    height: 800px;
}

.main-image h1 {
    color: white;
    text-transform: uppercase;
	font-weight: bold;
    font-size: 60px;
	text-shadow: 1px 1px 2px black;
}



.main-image p {
	font-weight: bolder;
	font-size: 30px;
	line-height: 1.3em;
	text-shadow: 1px 1px 2px black;
    color: white;
}

@media screen and (max-width: 500px){
	.main-image h1 {
		font-size: 22px;
	}
	.main-image p {
		font-size: 18px;
	}

	.main-image {
		height: 300px;
	}
}


/**********************************/
/*        Panel naše služby
/**********************************/
.panel-service{
	margin-top: 75px;
	margin-bottom: 75px;
}



.panel-service h2{
	text-align: center;
	margin-top: 15px;
	margin-bottom: 30px;
}
.panel-service p{
	margin-bottom: 30px;
}
.column {
    transition: all 0.3s ease;
}


.column p {
    text-align: center;
}

.column i,.column a {
   color: #1f2f50;
}


.column:hover i,
.column:hover a {
   
    font-weight: 700;
}

a {
    transition: color 0.3s ease;
}

i {
    transition: color 0.3s ease;
}

@media screen and (max-width: 500px){
	.panel-service{
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.column {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

/**********************************/
/*       Modrá sekce
/**********************************/

.blue-section {
    color: white;
    padding: 60px 0px;
    margin: 60px 0px;
    background-color: #1d3050;
}

.blue-section span{
    font-size: 24px;
}

.blue-section h2{
    color: white;
}
   

.blue-section img {
    width: 100%;
}
.blue-section .grid-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 20px;
    /* row and column gap */
    margin-top: 1em;
}
.blue-section .grid-box span {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 24px;
}

/**********************************/
/*         BUTTONS
/**********************************/

.btn-wrap{
	display: block;
	margin-top: 8px;
	clear: both;
}
.btn,  .camera_wrap .btn{
	text-decoration: none !important;
	font-weight: bold;
	font-size: 18px;
	box-shadow: none !important;
	padding: 0.3rem 1.2rem;
	border-radius: 0;
	display: inline-block;
}
.btn.btn:active{
	border: inherit !important;
	background: inherit !important;
}
.btn.btn-primary{
	background: #7abb00;
	border: 1px solid #7abb00;
	border-radius: 5px;
	color: white !important;
}
.reference_box .btn.btn-primary{
	text-transform: initial;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .reference_box:hover .btn.btn-primary{
	
}
.btn.btn-secondary{
	background: white;
	border-radius: 5px;
	border: 1px solid #e7e7e7;
	color: black !important;
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus, .article-thumb:hover .btn.btn-secondary{
	background: #cc041c;
	border: 1px solid #cc041c;
	color: white !important;
}







.btn3:hover {
    padding: 15px 20px !important;
    border: 2px solid #81ab59 !important;
    color: #81ab59  !important;
    background-color: #001e44!important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    font-size: 18px !important;
    font-weight: bold !important;

}

.btn3 {
    padding: 15px 20px !important;
    color: #001d44  !important;
    border: 2px solid #001d44 !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    font-size: 18px !important;
    font-weight: bold !important;
}



.btn2:hover {
    text-decoration: none;
}





/**********************************/
/*         CONTENT
/**********************************/
#main_content {
	height: auto;
	padding: 15px 0;
	text-align: left;
	position: relative;
	display: block;
}

.box_green{
	border: 1px solid #7abb00;	
	padding: 20px;
	color: #3a3a3a;
	margin-bottom: 20px;
	border-radius: 5px;
}
.box_green button{
	align-items: center;
}
.box_green button p{
	display: inline-block;
	vertical-align: middle;
  font-family: 'Roboto-Light';
	font-weight: 300;
	font-size: 24px;
	margin: 0;
	margin-right: 8px;
	color: black;
}
.box_green button a.btn-primary{
	padding: 10px 19px;
	
}
.box_green h2{
	position: relative;
	font-weight: bold;
	color: #3a3a3a;
	padding-bottom: 5px;
}
.box_green h2:after{
	content: "";
    	background: #e6152e;
    	position: absolute;
    	bottom: 0;
    	left: 0;
    	height: 3px;
    	width: 120px;
}
.col-main {
    max-width: calc(100% - 250px);
    width: calc(100% - 250px);
    margin-top: 10px;
}
.left-col {
    width: 250px;
    margin-top: 10px;
}

/**********************************/
/*  INDEX 
/*********************************/
.index-info{
	display: flex;
	margin-bottom: 40px;
}

@media screen and (max-width: 480px){
    .info-box {
    flex-direction: column;
    align-items: center;
    text-align: center;
}

}

.index-info-box {
	flex-basis: 50%;
	max-width: 50%;
}
.index-info-text-box{
	background: white;
	border: 1px solid #eaeaea;
	border-right: none;
	padding: 20px 25px;
}
.index-info-text-box p{
	margin-bottom: 30px;
}
.index-info-img-box{
	background: url(/files/images/index-intro.jpg) no-repeat center center;
	background-size: cover;
}
.index-info h1, .index-info .h1{
	font-size: 30px;
	font-weight: bold;
	color: black;
}

@media screen and (max-width: 1100px){
.index-info, .box{
	flex-wrap: wrap;
}
.index-info-box, .box-half{
	flex-basis: 100%;
	max-width: 100%;
}
.index-info-text-box, .box-text{
	border-top: 1px solid #eaeaea !important;
	border-left: 1px solid #eaeaea !important;
	border-right: 1px solid #eaeaea !important;
	border-bottom: none !important;
}
.index-info-img-box, .box-img{
	width: 100%;
    	padding-top: 70%;
    	position: relative;
}
}

/**********************************/
/*         BREADCRUMB
/**********************************/
.breadcrumb{
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	background: #f5f5f5;
    	padding: 7px 1rem;
	border-radius: 0;
}
.breadcrumb a, .breadcrumb span{
	font-size: 15px;
}
.drobeckova-navigace-sipky{
	display: inline-block;
	margin: 0 15px;
}




/* paticka */
#footer {
	color: white;
	height: auto;
	margin: 0 auto;
	text-align: center;
	background: transparent;
	border: none;
}
footer {
	
  	background: #242424;
  	z-index: 0;
  	width: 100%;
}
#footer_text{ 
	padding: 2em 0; 
	text-align: start;
}
#footer #footer_text, #footer #footer_text p, #footer #footer_text a{
	color: #283751;
	font-size: 15px;
	text-align: start;
}
@media screen and (max-width: 768px){
#footer #footer_text, #footer #footer_text p, #footer #footer_text a{

text-align: center;
}
}
#footer #footer_text .editable-section{
	margin-bottom: 0px;
}
#footer #footer_text p{
	display: block;
}
#footer #footer_text a{
	text-decoration: none;
}
#footer #footer_text a:hover{
	text-decoration: underline;
}

.footer_main{
	background-color: #1d3050;
	padding: 40px 0;
}

.footer_main .logo-text{	
	font-weight: bold;
	color: white;
	font-size: 31px;
	text-decoration: none !important;	
}
.footer_main .logo-text .green-text{	
	letter-spacing: 8px;

}

@media screen and (max-width: 768px){

	.footer_main {	
		text-align:center;
	}	
	.footer_main p{	
		text-align:center;
	}
	.footer_main img,	.footer_main a{	
		align-self:center;
	}	

}


@media screen and (max-width: 500px){

	.footer_main .logo-text{	
		font-size: 32px;
	}	
}
@media screen and (max-width: 320px){
	.footer_main .logo-text{	
		font-size: 20px;
	}	
}

.footer_main .odkaz_na_uvod{
    text-decoration: none;
}
.footer_main .nav li.lvl-1{
	width: 100%;
}
.footer-ref{
color: white !important;
font-size: 24px;
font-weight: bold;
}

a.footer-ref{
text-decoration: none;
}

.footer-ref:hover{
	color: #94c15c !important;
	font-size: 24px;
	font-weight: bold;
	}



/* resetovac */
#reset {
	border:  0px none;
	margin:  0px;
	padding: 0px;
	float: none;
	clear: both;
	width: 0px;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}
/**********************************/
/*         DEFAULTNI HODNOTY
/*********************************/



h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
  line-height: 1.3em;
  margin: 0 0 12px 0;
  text-align: left;
  font-family: 'Exo 2', sans-serif;	
}

h1.centered{
	text-align: center;
}
h1 {
    font-weight: bold;
    /* Medium */
    font-size: 48px;
    color: #001d44;
    margin-top: 3rem;
font-family: 'Exo 2'
}
 h1 {

}
 h1 {
  position: relative;
 


        }

.panel-container-header h2{


}		

.no-after{

  text-align: start;
}
.no-after::after {
    display: none;
    content: none;
}

h2 {
    color: #283751;
    font-size: 36px;
	font-weight: 700;
    margin-bottom: 30px;
}

h2.index-page {
	text-align: center;
	font-size: 41px;
}

h2.indexpage{
    color: #001d44;

}

/* H3 */
h3 {
        font-family: 'Exo 2', sans-serif;
        font-weight: 700;
        font-size: 24px;
	  margin-bottom: 30px;  
        color: #283751;
}



h4, .h4 {
	color: black;
	
	font-weight: 600;
}
p, li {
  margin: 0 0 12px 0;
  list-style-type: none;
  text-align: left;
  font-family: 'Roboto';
}

#main_content ul{
	padding-left: 0;
}

img {
	border: none;
	margin: 0; 
	max-width: 123%;
}

.EditableSection a[rel="lightbox[all]"] img, .EditableContent a[rel="lightbox[all]"] img, .editable-section a[rel="lightbox[all]"] img{
	border: 3px solid #e7e7e7;
	margin: 4px;
	z-index: 50;
}
.EditableSection a[rel="lightbox[all]"] img:hover, .EditableContent a[rel="lightbox[all]"] img:hover, .editable-section a[rel="lightbox[all]"] img:hover{
	border: 3px solid white !important;
}
a,
a:visited {
    color: #2a3651;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Roboto';
    text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #b62013;
	
}
table {
	border-collapse: collapse;
	border: none;
  margin: 0 0 12px 0;
}
.EditableSection th, .EditableContent th, .editable-section th,
.EditableSection td, .EditableContent td, .editable-section td{
	font-size: 17px;	
  	color: black;
  	font-weight: 300;
    font-family: 'Roboto-Light';
	padding: 5px;
	border: 1px solid #e0e0e0;
}
table td {
  vertical-align: top;
  text-align: left;
}
ul, ol {
	list-style-position: outside;
	margin: 0 0 0px 0px;
}

#main_content table {
  border: 1px solid #ffffff;
  width: auto;
  height: auto;
}

#main_content td {
  border: 1px solid #E4E4E4;
  padding: 10px;
  line-height: 1.3em;
  font-size: 15px;
  color: #4d4c4c;
}

.custom-list {
    list-style: none;
	line-height: 1;
	flex-direction: column;
    padding-left: 0;
  }

.custom-list li {
padding: 6px 0px !important;
}
.custom-list li a{
color: white !important;
}

.custom-list li.lvl-1 > a{
padding: 0;
}

/**********************************/
/*  BANNERY 
/*********************************/
#banners{
	margin-top: 20px;
	margin-bottom: 35px;
}
.banner{
	text-align: center;
	margin-bottom: 20px;
}
.banner .h2{
	text-align: center;
	font-weight: 300;
  font-family: 'Roboto-Light';
	height: 1.2em;
	overflow: hidden;
}
.banner_img{
	border-radius: 5px;
	overflow: hidden;
	border-bottom: 4px solid #7abb00;
}
.banner_img img{
	width: 100%;
}
.banner:hover .banner_img{
	border-bottom: 4px solid #cc041c;
}
.banner .btn-primary{
	z-index: 50;
	margin-top: -23px;
	font-weight: normal;
}
.banner:hover .btn-primary{
	border: 1px solid #cc041c;
	background: #cc041c;
}



/**********************************/
/*  MODULY 
/*********************************/

/* hlavicka - odkaz logo */
#head .link_logo  {
	background: url(/files/images/logo.png);
	float: left;
	width: 397px;
	height: 78px;
	display: block;
	margin-top: 30px;
    margin-bottom: 10px;
}

/* clear obtekani */
.clear {
	border:  0px none;
	margin:  0px;
	padding: 0px;
	float: none;
	clear: both;
	width: 0px;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}
/**********************************/
/*  FORMULARE 
/*********************************/

button#modal-launch, button#modal-launch-2 {
    background: none;
    border: none;
    cursor: pointer;
	box-shadow: none;
	padding: 0;
	white-space: normal;
}
button#modal-launch-2 {
	padding: 0;
}

.modal-content{
	border: none;
	border-radius: 0;
	font-family: Roboto,sans-serif;
}

div.modal-header {
	border-radius: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2ab8fa+0,2a83fa+100 */
	background: #2a3651;
}

div.modal-header .close{
	margin: 0 0 auto;
	border: 1px solid white;
	border-radius: 5px;
	padding: 0.4rem 0.7rem;
	color: white;
	opacity: 1;
	-webkit-transition: all 0.3s; 
	-ms-transition: all 0.3s;
    	transition: all 0.3s;    
}
div.modal-header .close:not(:disabled):not(.disabled):hover, 
div.modal-header .close:not(:disabled):not(.disabled):focus{
	opacity: 1;
	color: black;
	background: white;
}

.modal-dialog label {
    margin-bottom: 0.2rem;
}

.modal-dialog .modal-title{
	color: white;
	/* text-transform: uppercase; */
	font-size: 25px;
	font-family: 'Roboto';
	font-weight: bold;
}

span.mandatory-star {
    color: #ff6d6d;
}

.modal-dialog .modal-body {
    background-color: #f5f5f5;
}

.modal-dialog .modal-body label{
	/* font-weight: bold; */
	font-size: 17px;
	color: black;
}

.modal-dialog .btn-primary{
	border: 1px solid #0c1d42;
	color: white;
	font-family: 'Roboto';
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
    	padding: 0.375rem 1.75rem; 

	background: #242424;
	-webkit-box-shadow: inset 1px 1px 2px 0px rgba(255,255,255,0.5) !important;
	-moz-box-shadow: inset 1px 1px 2px 0px rgba(255,255,255,0.5) !important;
	box-shadow: inset 1px 1px 2px 0px rgba(255,255,255,0.5) !important;
}


.modal-dialog .btn-primary:hover{
}


.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .custom-select.is-invalid
{
    background-color: #ffdede;
}

.invalid-feedback, .form-text, small, .small {
    font-size: 15px;
}
.modal small a{
	font-size: 15px;
    	font-weight: normal;
}
.modal small a:hover{
	text-decoration: none !important;
}
/***************************/
/*  PRODUKTY
/***************************/

.produkt{
	text-align: center;
	position: relative;
	margin-bottom: 20px;
	border-radius: 8px;
	border: 1px solid #e7e7e7;
	padding: 20px;
	padding-top: 0;
}
.produkt_nazev{
	margin: 10px 0;
	height: 2.6em;
	overflow: hidden;
	text-align: center;
	font-weight: normal;
	color: black;
}
.produkt_img{
	position: relative;
	height: 200px;
	z-index: -1;
}
.produkt_img img{
	border: 2px solid white;
	position: absolute;
	top: 2px;
	left: 2px;
	bottom: 2px;
	right: 2px;
	margin: auto;
	max-height: calc(100% - 4px);
	max-width: calc(100% - 4px);
	height: auto;
	width: auto;
}
.produkt_buttons{
	z-index: 50;
	position: absolute;
	bottom: 8px;
	left: 0;
	right: 0;
}
.produkt:hover .btn{
    	background: #cc041c;
    	border: 1px solid #cc041c;
    	color: white !important;
}
.produkt:hover{
	background: #f5f5f5;
	-webkit-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.25);
    	-moz-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.25);
    	box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.25);
}
.produkt_pagination{
	flex-basis: 100%;
	max-width: 100%;
	margin: 5px 15px;
}

.pgr, .strankovani-odkaz, .strankovani-sipky{
	font-size: 15px;
	padding: 2px 5px;
	border-radius: 3px;
	border: 1px solid transparent;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
}
.pgr, .strankovani-odkaz:hover, .strankovani-sipky:hover{
	font-weight: bold;
	background: #f5f5f5;
	border: 1px solid #e7e7e7;
	text-decoration: none;
	color: black;
}
.products-not-found{
	display: none;
}

/***************************/
/*  AKTUALITY
/***************************/
.article-thumb .aktuality_img {
    	background: #f5f5f5;
    	height: 100%;
    	width: 100%;
	margin: 0;
	text-align: center;
	border: 1px solid transparent;
}
.article-thumb:hover{
	border: 1px solid #e7e7e7;
}
.article-thumb:hover .aktuality_img{
	border: 1px solid #e7e7e7;
}
.article-thumb .aktuality_img img{
    	max-height: 135px;
}
h2.aktuality_name {
    	margin-top: 0;
	font-weight: bold;
}
.aktuality_text {
    	height: 2.8rem;
    	overflow: hidden;
}
.article-thumb{
	position: relative;
	border: 1px solid #f5f5f5;
	padding: 10px;
}
.article-thumb .aktuality_img a{
	width: 100%;
	position: relative;
	text-align:center;
}

  

/***********
RESPONSIVE
************/

@media screen and (max-width: 1270px){


#menu_top .nav li.lvl-1 > a:hover::before, #menu_top .nav li.lvl-1 > a.active::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 8px;
    width: 96%;
    height: 2px;
    background: none;
}


#menu_top .nav li.lvl-1 > a:hover::after, #menu_top .nav li.lvl-1 > a.active::after {
    content: '';
    position: absolute;
    top: 90%;
    left: 0%;
    width: 100%;
    height: 2px;
    background-color: black;
}


.custom-list li::before {
	display: none;
}	
#stripe .container{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#stripe .container > div{
	display: flex;
	align-items: center;
}
#stripe .container .logo{
	margin: 0;
}
#menu_top{
    position: static;
}
#menu_top .navbar-collapse {
    position: absolute;
    top: 100%;
    right: 0px;
    left: 0;
    background: white;
    z-index: 5000;
}

.mobile-show{
	display: block;
}
.mobile-hide{
	display: none;
}
.mobile-show img{
	min-height: 50px;
}
.navbar-inner {
    width: 100%;
}
.nav{
	
}
.nav-header{
}
.navbar {
	height: auto;
}
.navbar-toggler {
    	display: block !important;
    	color: black;
	font-size: 22px;
   	vertical-align: middle;
    	outline: none !important;
    	line-height: 25px;
}
.navbar-toggler-icon {
    	font-size: 25px;
    	height: auto;
    	vertical-align: initial;
	margin-bottom: 0;
	color: black;
	width: auto;
}
.navbar-collapse.collapse:not(.show) {
    display: none;
    height: auto;
}

.nav li.lvl-1 a {
    display: block;
text-align: center;
}

header .nav li.lvl-1 a {
    display: block;
text-align: left;
}



.nav li.lvl-1:last-of-type{
	padding-left: 0;
}
.nav li.lvl-1:last-of-type a:before{
	display: none;
}
.dropdown-toggle::before{
	display: none;
}

}
@media screen and (max-width: 768px){
.article-thumb > .row{
	flex-direction: column-reverse;
}
.article-thumb > .row > .col{
	width: 100%;
	position: relative;
	flex-basis: 100%;
}
}

@media screen and (max-width: 900px){
.kategorie .toggler {
    display: block;
}
.navbar-toggler-icon {
    font-size: 22px;
    height: auto;
    vertical-align: initial;
    margin-bottom: 0;
    color: black;
    width: auto;
}
.left-col {
    width: 100%;
}
.col-main {
    width: 100%;
    max-width: 100%;
}
}

@media screen and (max-width: 800px){
	
.p-mobile-top-1{
	padding-top: 1rem;
}
.p-mobile-top-2{
	padding-top: 2rem;
}
.p-mobile-top-3{
	padding-top: 3rem;
}
.p-mobile-top-4{
	padding-top: 4rem;
}

.nav li.lvl-1 {
    width: 100%;
    display: block;
	padding-left: 1rem;    
	padding: 0;
}

.footer_main .nav li.lvl-1{
text-align: center !important;

}


#aktuality_slide_box{
	display: block;
}
.archiv {
    position: relative;
    right: auto;
    top: auto;
    bottom: auto;
    display: block;
    padding: 1rem;
    padding-top: 0;
}
#aktuality_slide{
	max-width: 100%;
}
#nadpatickou .row .col{
	flex-basis: 100%;
	max-width: 100%;
	text-align: center !important;
}
#nadpatickou p{
	text-align: center;
}
#nadpatickou .col:nth-of-type(2) {
    border: none;
}
#stripe .tel i, #stripe .mail i{
	display: none;
}
#stripe .tel a, #stripe .mail a{
    overflow: hidden;
    content: '';
    color: transparent;
    height: 25px;
    width: 25px;
    display: block;
}
#stripe .tel a:before, #stripe .mail a:before {
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    font-size: 20px;
    margin-right: 6px;
    color: black;
	line-height: 25px;
}
#stripe .tel a:before {
    content: '\f095';
}
#stripe .mail a:before {
    content: '\f2b6';
    font-weight: normal;
}
.caption p{
	font-size: 18px;
	line-height: 20px;
}
button#modal-launch, button#modal-launch-2{
	text-align: center;
}
.box_green button p{
	margin-right: 0;
	margin-bottom: 5px;
}

}
	
@media screen and (max-width: 640px){
#footer_text{
text-align:center;
}


}


.custom-list-item {
    display: flex;
    gap: 4px;
    margin-bottom: 1rem; /* same as mb-3 */
}

.list-icon {

    padding-top: 4px;
}

.underline-div {
    height: 1px;
    width: 10rem;
    background-color: #001d44;
    margin: 0 auto; /* centers the div horizontally */
}




/***********
New
************/



body {
      font-family: 'Roboto', sans-serif;
      font-weight: 400; /* Regular weight */


    }

 

	.gray-section *{
	  opacity: 0;
  transform: translateY(-20px);
  animation: fadeDown 1s ease-out forwards;
	}



    .row-container {
      display: flex;        
      width: 100%;          
      height: 200px;        
    }

    .row-container .left {
      background-color: #c00000;
      width: 25%;
      display: flex;         
      align-items: center;   
      justify-content: center;
      color: white;          
      font-weight: bold;
	line-height: 40px;
    }
    .row-container .right {
     
      flex: 1;               
      display: flex;         
      align-items: center;   
      justify-content: space-around;
      color: black;           
      font-weight: bold;
    }



    .panel-container-header {
      display: flex;         
      width: 100%;           
      height: auto;         
    }

    .panel-container-header .text-header-small {
   color: #212121;
   font-size: 21px;
    }

        .panel-container-header h1 {
          font-size: 72px;
          text-transform: uppercase;
          color: #212121;
		  text-align: start;
          font-family: 'Roboto', sans-serif;
          font-weight: bold;
        }

        .panel-container-header h2 {
          font-size: 41px;
      
          color: #212121;
          font-family: 'Roboto', sans-serif;
          font-weight: lighter;
	    padding-bottom: 15px;
        }



  .panel-container-header .left {
    flex: 1;
    background-image: url('/files/images/background-koruna.png');
 
    background-repeat: no-repeat;
    padding-left: 5rem;
    display: flex;
    background-position: center;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    padding-top: 40px;
    color: black;
}

  .panel-container-header .left .content {
    max-width: 700px;
  }

      .panel-container-header .right {
     flex: 1;      
     display: flex;
     justify-content: end;
    }

    .panel-container {
      display: flex;        
      width: 100%;          
      height: auto;         
    }

     .panel-container .left {
     flex: 1;      
    }
     .panel-container .left img {
       display: block;     
       width: 100%;   
      height: auto;   
       margin: auto;         
     }

       .panel-container .right {
             flex: 1;   
        background-color: lightgray;   
        display: flex;          
        align-items: center;    
        justify-content: center;
    }

     .panel-container .right .content {
       flex: 1;
       display: flex;
       flex-direction: column;
       justify-content: center;
       align-items: start;
       padding-left: 3rem;
       padding-right: 25%;
     }

    .panel-container .right .content ul, .section-advantage ul {
  list-style-type: none; 
  padding-left: 0;       
}

ul.image{
    list-style-type: none;
  padding-left: 0;        
}

.panel-container .right .content li, .section-advantage li,ul.image li,ul.image2 li,ul.image-check li,.tmave-odrazky li,.svetle-odrazky li,.cervene-odrazky li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 15px;
}

.panel-container .right .content li::before,ul.image li:before,.tmave-odrazky li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;    
  width: 26px; 
  height: 30px;
  background-image: url("/files/images/odrazka-krychle.png");
  background-size: contain;
  background-repeat: no-repeat;
}


.section-advantage li::before,ul.image2 li:before,.svetle-odrazky li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;    
  width: 26px; 
  height: 30px;
  background-image: url("/files/images/odr2.png");
  background-size: contain;
  background-repeat: no-repeat;
}


.section-advantage{
  padding-left: 200px !;
}
@media screen and (min-width: 1200px) {}

ul.image-check li:before,.cervene-odrazky li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 4px;    
  width: 24px; 
  height: 24px;
  background-image: url("/files/images/check-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;

}


.black-red-section, .black-red-section2 {
  padding: 40px 0px;
  color: white !important;
  display: flex;
  background: linear-gradient(to right, #242424 60%, #c00000 60%);
}

@media screen and (max-width: 950px) {
.black-red-section, .black-red-section2 {
  padding: 40px 0px;
  color: white !important;
  display: flex;
  background: linear-gradient(to right, #242424 63%, #c00000 60%);
}
}

.black-section{
  padding: 40px 0px;
  color: white !important;
	overflow: auto;
    background: #242424;
}

.black-red-section .left{

  flex: 1;
}

.black-red-section .right{

  width: 30%;
}


    .display-5 {
      font-size: 2.5rem;      
    }

@media screen and (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1800px !important;
    }
}


.section-advantage {
    background-color: #242424;
    color: white;
      padding: 80px 0px;
}

.section-advantage h2 {
  color: white;

}

a.btn1{
	text-decoration: none !important;
}

a.btn{
	text-decoration: none !important;
}

.btn1, .btn { 
  background-color: #ffffff; 
  color: #000000; 
  font-weight: 700; 
  font-size: 16px; 
  position: relative;
  border: 1px solid #ccc; 
  border-bottom: 5px solid #c00000;  
  padding: 10px 20px; 
  
  letter-spacing: 0.5px; 
  cursor: pointer; 
  transition: all 0.2s ease-in-out; 
}
.btn1{
text-transform: uppercase; 
}
.btn1::before,

.btn1:hover::before,
.btn1:focus::before,
.btn:hover::before,
.btn:focus::before {
  transform: scaleY(1);
}

.btn1,
.btn {
  transition: color 300ms ease-in-out;
  z-index: 1;
}

.btn1:hover,
.btn1:focus,
.btn:hover,
.btn:focus {
  color: white;
}



.btn2{ 
  background-color: #ffffff; 
  color: #000000; 
  font-weight: 700; 
  font-size: 16px; 
  position: relative;
  border: 1px solid #ccc; 
  padding: 10px 20px; 
  text-transform: uppercase; 
  letter-spacing: 0.5px; 
  cursor: pointer; 
  transition: all 0.2s ease-in-out; 
}

.btn2:hover{
	 border: 1px solid #c00000; 
}


.footer-div {
    background-image: url('/files/images/paticka-back.jpg');
    background-size: cover;
  color: white;
  padding: 20px 0;
  text-align: center;
}

.footer-div a{
    color: white !important;
}


.right img{
    height: fit-content;
}

.ikony{
    background-color: #eaeaea;
}
.ikony h3 {
  font-size: 24px;

}

.ikona-col i {
    transition: transform 0.8s ease;
}


.ikona-col:hover i {
    transform: rotate(360deg);
}



.number {
  font-family: 'Roboto', sans-serif;
  font-weight: 700; 
  color: #212121;
	font-size: 60px;
  margin-bottom: 10px
}


.number-subtext {
  font-family: 'Roboto', sans-serif;
  font-weight: 400; 
  font-size: 24px;
  color: #212121;
  padding-top: 10px;
}

.number-header {
  font-family: 'Roboto', sans-serif;
  font-weight: 700; /* Bold */
  font-size: 36px;
  color: #ffffff;
}


.footer-div .nav li.lvl-1 > a {
    padding: 2px 1px;	
    text-transform: none;
    padding: 3px 1px;
    font-weight: normal;
    	
}
.footer-div .nav li.lvl-1 > a:hover {
		text-decoration: underline !important;
}

.footer-div a:hover {
		text-decoration: underline !important;
}

.footer-div a:hover {
 text-decoration: none;font-weight:normal;
}




.footer-div .nav li.lvl-1{
padding: 2px 1px;	

width: 100%;	
}



@media (max-width: 1000px) {
 .panel-container-header h1{
	font-size: 32px;
text-align: center;

}

.panel-container,.row-container{
	flex-direction: column-reverse;
}

.right img{
    width: 80%
}
.row-container{
	flex-direction: column;
	height: auto;

}
.row-container .left{
	text-align: center;
	padding: 20px;
	width:100%;

}

.row-container .right{
padding: 20px 0px;
flex-direction: column;
gap: 20px;
}
}


@media (max-width: 1000px) {
    .panel-container-header h2{
    text-align: center;
  }
}

@media (max-width: 767px) {




  .mobile-hide {
    display: none !important;
  }
	.panel-container-header .left{
	padding: 0px 15px;
}
.ikona-col{
padding-left: 25%;
}

.text-header-small{
	text-align: center;
}
.panel-container-header .content{
	text-align: center;
}
h2{
	font-size: 30px !important;
	text-align: left;
	margin-top: 20px;

}

 .black-red-section {
        flex-direction: column;
        background: linear-gradient(to bottom, #242424 62%, #c00000 62%);
    }

 .black-red-section2 {
        flex-direction: column;
        background: linear-gradient(to bottom, #242424 68%, #c00000 62%);
    }


.panel-container .right .content{
padding: 15px 15px;
}




.number,.number-subtext{
	text-align: center;
}
.section-advantage{
padding: 15px 0px;
}


}




@keyframes revealScaleY {
  0% {
    transform: scaleY(0);
    opacity: 0;
  }
  100% {
    transform: scaleY(1);
    opacity: 1;
  }
}



.fade-down {
  opacity: 0;
  transform: translateY(-20px);
  animation: fadeDown 0.6s ease-out forwards;
}

@keyframes fadeDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}






  .card1 {
            width: 100%;
            height: auto;
            background-color: white;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
            border: 2px solid #e8e8e8;
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative;
        }

        .card1-content {
            background-image: url('/files/images/background-koruna.png');
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat;
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
            padding: 40px;
        }


.panel-container-header .right{
	align-items:center;
}
      

@media (max-width: 767px) {
  .footer-div .nav li.lvl-1 a {
    display: block;
    text-align: center;
  }
}

@media (min-width: 767px) {
  .footer-div .nav li.lvl-1 a {
    display: block;
    text-align: left;
  }
  .panel-container-header .left{
  padding: 0px;
}
}


.panel-container-header .right .editable-section{
  text-align: right;
}





.text-center-lg-down {
  text-align: left; /* default */
}

@media (max-width: 991.98px) {
  .text-center-lg-down {
	display:block;
    text-align: center !important;
  }
}


@media (max-width: 1000px) {
    .panel-container-header .left {
        background-size: contain;
    }
}




.cookieMarketExpress .btn{
  /* Box Styling */
  background-color: white !important;
  border: 1px solid #bfbfbf !important; /* Light gray border */
  border-radius: 6px !important;        /* Rounded corners */
  padding: 8px 16px !important;         /* Spacing inside the button */
  
  /* Text Styling */
  color: #333333  !important;            /* Dark gray text */
  font-family: sans-serif  !important;   /* Clean font */
  font-size: 16px  !important;
  cursor: pointer  !important;           /* Hand icon on mouseover */
  
  /* Smooth Transition */
  transition: background-color 0.2s ease  !important;
}

/* Hover State */
.cookieMarketExpress .btn:hover {
  background-color: #bfbfbf  !important; /* Changes background to match the border */
  /* Optional: Change text color to white if the gray is too dark */
  /* color: white  !important; */ 
}*/





































html, body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    background-color: #fff;
    color: #283751;
    font-size: 18px;
}


 *,
        *::before,
        *::after {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }

        body {
            font-family: 'Exo 2', sans-serif;
        }

        .hero {
            position: relative;
            width: 100%;
            min-height: 620px;
		    aspect-ratio: 1920/1023;
            display: flex;
            align-items: center;
            overflow: hidden;
        }

        @media (max-width: 1200px) {
            .hero {
                 aspect-ratio: auto;
                min-height: unset; /* optional */
            }
        }

.hero2{
		aspect-ratio: auto;
}

.hero .section {

    width: 100%;
    z-index: 99;
    margin-top: 130px;
    height: 100%;
}

@media (max-width: 1200px) {
.hero .section {
        margin-top: 10px;
}
}

@media (min-width: 1200px) {
    .hero {
        
        min-height: unset; /* optional */
    }
}

        .hero__bg {
            position: absolute;
            inset: 0;

            background: url('/files/images/uvodni-foto.jpg') top center / cover no-repeat;
            z-index: 0;
        }


.hero__bg2{
position: absolute;
            inset: 0;

            background: url('/files/images/foto-dalsi-strany.jpg') top center / cover no-repeat;
            z-index: 0;

}
        

        .hero__content {
            position: relative;
            z-index: 1;
            max-width: 900px;
            padding: 60px 0px;
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

           @media (max-width: 1350px) {
            .hero__content {
         
                margin-top: 30px;
               
            }
            }
        @media (max-width: 768px) {
            .hero__content {
                padding: 30px 24px;
                margin-top: 80px;
                text-align: center;
            }
        }

        .hero__title {
            font-family: 'Exo 2', sans-serif;
            font-weight: 700;
            font-size: 72px;
            line-height: 1.05;
text-align: start;
            color: #283751;
        }

        @media (max-width: 768px) {
            .hero__title {
text-align: center;
                font-size: 48px;
            }
        }

        @media (max-width: 480px) {
            .hero__title {
                font-size: 32px;
            }
        }

        .hero__subtitle {
            font-family: 'Exo 2', sans-serif;
            font-size: 30px;
            font-weight: 400;
            color: #283751;
        }

@media (max-width: 768px) {
.hero__subtitle {
		text-align:center;
font-size: 18px;

        }

        }



        /* Button — user has their own .btn-primary, we just add the class */
        .btn-primary {
            width: fit-content;
        }



        /* Dark info card */
        .hero__card {
            background: rgba(42, 54, 81, 0.82);
            border-radius: 14px;
            padding: 24px 24px 24px 20px;
            display: flex;
            align-items: center;
            gap: 18px;
            max-width: 570px;
            margin-top: 10px;
        }

        @media (max-width: 480px) {
            .hero__card {
                flex-direction: column;
                align-items: center;
                text-align: center;
            }
        }

        .hero__card-icon {
            color: white;
            font-size: 28px;
            margin-top: 2px;
            flex-shrink: 0;
        }

        .hero__card-text {
            font-family: 'Exo 2', sans-serif;
            font-size: 20px;
            line-height: 1.8;
            color: #ffffff;
            font-weight: 400;
        }
                @media (max-width: 768px) {
.hero__card-text {
    font-size: 17px;
   }
   }
        .hero__card-text strong {
            font-weight: 700;
        }

        .hero__card-text .accent {
            color: #ff3f47;
            font-weight: 400;
        }


         .carousel-wrapper {
            width: 80%;
            margin: 0 auto;
            /* centers it */
        }

/* Shared styles */
.slick-prev,
.slick-next {
  width: 40px;
  height: 40px;
  background: transparent;        /* white circle */
  border-radius: 50%;
  border: none;
  display: flex !important;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

/* Remove default Slick arrow */
.slick-prev::before,
.slick-next::before {
  content: '';
}

/* PREVIOUS arrow (left) */
.slick-prev::after {
  content: '';
  width: 10px;
  height: 10px;
  border-left: 3px solid #000;
  border-bottom: 3px solid #000;
  transform: rotate(45deg);
  margin-left: 4px;
}

/* NEXT arrow (right) */
.slick-next::after {
  content: '';
  width: 10px;
  height: 10px;
  border-right: 3px solid #000;
  border-top: 3px solid #000;
  transform: rotate(45deg);
  margin-right: 4px;
}


        .bg-image {
            background-image: url('/files/images/pozadi.jpg');
            background-size: cover;
            background-position: center;
           

        }





        /** CARDS **/
    .info-box {
        background: #ffffff;
        border-radius: 16px;
        border: 1.5px solid #2a3972;
        padding: 28px;
        overflow-wrap: anywhere;
        width: 100%;
        display: flex;
	  height: 100%;
        align-items: flex-start;
        gap: 20px;
        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    }


    .badge-number {
        background: #b51915;
        color: #fff;
        font-family: 'Exo 2', sans-serif;
        font-weight: 700;
        font-size: 18px;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        margin-top: 2px;
    }

    .info-box-content {
 width: 100%;

        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .info-box-title {
        font-family: 'Exo 2', sans-serif;
        font-weight: 700;
        font-size: 24px;
        color: #283751;
        line-height: 1.2;
    }

    .info-box-text {
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        font-size: 18px;
        color: #283751;
        line-height: 1.55;
    }

    .info-box-highlight {
        font-family: 'Exo 2', sans-serif;
        font-weight: 700;
        font-size: 18px;
        color: #283751;
        line-height: 1.55;
    }

.info-box-highlight  .accent {
    color: #d72830;
    font-weight: 700;
}

    .info-box-highlight .text-red {
        color: #9b2b2b;
    }


@media (min-width: 1600px) {

.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1600px;
}
}



    .arrow-btn {
        background: none;
        border: none;
        font-size: 28px;
        color: #283751;
        cursor: pointer;
        flex-shrink: 0;
        padding: 8px;
        line-height: 1;
        user-select: none;
    }

    .arrow-btn:hover {
        color: #9b2b2b;
    }


    .service-card {
        background: #ffffff;
        border-radius: 16px;
        border: 1.5px solid #e0e4ea;
        padding: 24px 20px 20px;
        min-height: 550px;
        display: flex !important;        
        flex-direction: column;
        align-items: center;
        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    }

    .service-card .text-content{
	width: 100%;
        flex: 1;
    }

    .service-card h3 {
        font-family: 'Exo 2', sans-serif;
        font-weight: 700;
        font-size: 24px;
        color: #283751;
        margin-bottom: 16px;
        line-height: 1.3;
    }

    .service-card img {
        width: 100%;
        height: auto;
        object-fit: cover;
        border-radius: 8px;
        margin-bottom: 16px;
    }

    .service-card p {
        font-family: 'Roboto', sans-serif;
        
        color: #283751;
        line-height: 1.55;
        flex: 1;
        margin-bottom: 20px;
    }

    .btn-vice {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background: #9b2b2b;
        color: #fff;
        font-family: 'Exo 2', sans-serif;
        font-weight: 700;
        font-size: 15px;
        padding: 9px 18px;
        border-radius: 8px;
        text-decoration: none;
        border: none;
        cursor: pointer;
        transition: background 0.2s;
    }

    .btn-vice:hover {
        background: #7a2020;
        color: #fff;
        text-decoration: none;
    }

    .btn-vice .arrow {
        font-size: 16px;
    }

    .slick-slide {
    margin: 0 10px;   /* 10px gap on left and right */
}









 .btn-1,#btn-FormSendMail {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 13px 34px;
        background: linear-gradient(135deg, #b62013 0%, #283751 100%);
        color: #fff;
        font-family: 'exo 2', sans-serif;
        font-size: 20px;
        font-weight: bold;
        border: none;
        border-radius: 30px;
        cursor: pointer;
          width: fit-content;
        text-decoration: none;
        transition: filter 0.2s, transform 0.1s;
    }

    .btn-1:hover,#btn-FormSendMail:hover {
        color: #fff !important;
        text-decoration: none !important;
	  background: #283751;
        
    }

    .btn-1:active ,#btn-FormSendMail:active {
        transform: translateY(0);
    }

    .btn-1 i {
        font-size: 16px;
    }

    .section{
        padding: 40px 0;
    }





/** LISTS **/
    .list-unstyled-type1,
    .list-unstyled-type2,
    .list-unstyled {
        list-style: none;
        padding-left: 0;
        margin-left: 0;
    }

    .list-unstyled-type1 li::before {
        content: "";
        display: inline-block;
        background-image: url("/files/images/check-red.svg");
        background-size: contain;
        background-repeat: no-repeat;
        width: 1.5rem;
        height: 1.5rem;
        margin-right: 0.7rem;
        vertical-align: middle;
    }

    .list-unstyled-type2 li::before {
        content: "";
        display: inline-block;
        background-image: url("/files/images/check-blue.svg");
        background-size: contain;
        background-repeat: no-repeat;
        width: 1.5rem;
        height: 1.5rem;
        margin-right: 0.7rem;
        vertical-align: middle;
    }

    .list-unstyled li {
        margin-bottom: 0.5rem;
    }











        .faq-section {
        background-color: #e8e8f5;
        padding: 60px 0;
    }

    .faq-section h2 {
        text-align: center;
        margin-bottom: 40px;
        font-size: 2rem;
        font-weight: 700;
        color: #1a1a3e;
    }

    .faq-item {
        margin-bottom: 20px;
    }

    .faq-question {
        width: 100%;
        padding: 20px;
        background-color: #ffffff;
        border: none;
        border-radius: 12px;
        text-align: left;
        font-size: 1.3rem;
        font-weight: 600;
        color: #363651;
        cursor: pointer;
        transition: all 0.3s ease;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

    .faq-question:hover {
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        transform: translateY(-2px);
    }

    .faq-question:focus {
        outline: none;
        border: none;
    }

    .faq-question.active {
        background-color: #f8f9fa;
    }

    .faq-answer {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease, padding 0.3s ease;
        background-color: #ffffff;
        border-radius: 12px;
    }

    .faq-answer.show {
        max-height: 500px;
        padding: 20px;
	  font-family: 'Roboto';
	  font-size: 17px
    }

    .faq-answer p {
        margin: 0;
        color: #555555;
        line-height: 1.6;
    }


    .site-footer {
        background-color: #283751 !important;
    }

    .site-footer .col-md-3:not(:last-child) {
        border-right: 1px solid rgba(255, 255, 255, 0.3);
    }





.text-center h2,.text-center p{
    text-align: center!important;
}


.modal-open .modal{
	z-index: 99999;
}



@media (max-width: 768px) {
  .center-mobile {
text-align:center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}




h1{
  animation: revealScaleY 0.8s ease-out forwards;
}


@keyframes revealScaleY {
  0% {
    transform: scaleY(0);
    opacity: 0;
  }
  100% {
    transform: scaleY(1);
    opacity: 1;
  }
}


/* Default: fully visible (for old editors / no-JS) */
.reveal {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.9s ease, transform 0.9s ease;
}

/* JS adds this class to PREPARE elements for animation */
.reveal.js-ready {
  opacity: 0;
  transform: translateY(80px);
}

/* JS adds this when element enters viewport */
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}


/* Stagger only kicks in when JS is running */
.reveal.js-ready:nth-child(2) { transition-delay: 0.1s; }
.reveal.js-ready:nth-child(3) { transition-delay: 0.2s; }
.reveal.js-ready:nth-child(4) { transition-delay: 0.3s; }





.section-cards {
  padding: 80px 0px 120px 0px;
}

.section-cards-posuvnik {
  padding: 90px 0px 120px 0px;
}

.section-list {
  padding: 80px 0px 80px 0px;
}

.section-faq {
  padding: 90px 10px 90px 10px;
}

.section-contact {
  padding: 80px 0px 100px 0px;
}


.sweet-alert h2{
text-align:center;
}