h1,h2{
    font-size: 40px;
	line-height: 1.4;
}
h2{
	font-size: 30px;
	line-height: 1.4;
}
h3{
    font-size: 32px;
}
a{
	-webkit-transition: .3s all; 
	-moz-transition: .3s all; 
	-ms-transition: .3s all; 
	transition: .3s all;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover,a:hover{
	color: var(--primary);
}
.fixed{
	position: fixed;
	top: 0;
}
.pic,.full-pic{
  width: 100%;
  overflow: hidden;
}
.pic img{
  width: 100%;	
  height: auto;
	-webkit-transition: .3s all; 
	-moz-transition: .3s all; 
	-ms-transition: .3s all; 
	transition: .3s all;
}
.pic-auto{
	overflow: hidden;
}
.pic-auto img{
	width: 100%;	
	height: auto;
}
.full-pic img{
  width: 100%;	
  height: 100%;
  object-fit: cover;
	-webkit-transition: .3s all; 
	-moz-transition: .3s all; 
	-ms-transition: .3s all; 
	transition: .3s all;
}
.pic:hover img,.full-pic:hover img{
  -webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
}
.radius{
	border-radius: 20px;
}
body,html{
	font-size: 16px;
	color: var(--base);
}
.wsf-form input[type=checkbox].wsf-field+label.wsf-label{
	display: block!important;
}
.footer button.wsf-button{
  height:50px;
  font-size:16px!important;
  font-weight:600!important;
}
.footer button.wsf-button:hover{
  background:rgba(255, 255, 255, 0.8) !important;
}
.footer button{  
  flex-shrink:0;
  min-width:100px;
  border:none;
}
.footer .wsf-label a{
  flex-shrink:0;
}
.footer button{
	width: 120px!important;
	max-width: 120px !important;
	flex-shrink: 0!important;
  background:var(--white) !important;
  border-color:var(--white) !important;
  color:var(--primary) !important;
	padding: 0;
	align-self: flex-start !important;
}
.footer button:hover{
	background:var(--white) !important;
	border-color:var(--white) !important;
	color:var(--primary) !important;
}
.footer .wsf-form input[type="email"].wsf-field{
	margin-right: 15px;
}
.footer .wsf-form .wsf-field-wrapper{
	margin-bottom: 0;	
	flex-shrink: 1 !important;
	align-self: flex-start !important;
}
.footer .wsf-form .wsf-grid{
	flex-wrap: nowrap;
	align-items: flex-start;
}
.btn{
	min-width: 240px;
}
.btna{
	min-width: 200px;
}

.button:hover{
	background: var(--neutral)!important;
}
.button-white:hover{
  background:#fff!important;
  color: var(--neutral)!important;
}
.btn-line:hover{
	background:var(--primary)!important;
}
.btn-line:hover svg {
    fill: var(--neutral)!important;
}
.btn-line:hover{
	border-color: var(--primary)!important;
}
.button svg{
	-webkit-transition: .08s all; 
	-moz-transition: .08s all; 
	-ms-transition: .08s all; 
	transition: .08s all;
}
.button:hover svg{
    transform: rotate(33deg);

}

.wpgb-facet>fieldset:last-child,.wpgb-facet>fieldset{
	margin-bottom: 0!important;
}
.wpgb-facet .wpgb-checkbox-facet .wpgb-hierarchical-list{
	gap:18px!important;
}

@keyframes moveLeftRight {
  0%, 100% {
    transform: translateX(-4px);
  }
  50% {
    transform: translateX(4px);
  }
}
@media screen and (min-width: 2000px){	
	#brxe-hnezov {
		padding-right: 26%;
	}
	#brxe-obkeic {
		padding-right: 24%;
	}
}
@media screen and (max-width: 1580px){	
	h1{
		font-size: 36px;
	}
	h2 {
    	font-size: 32px;
	}
	h3 {
		font-size: 24px;
	}
}
@media screen and (max-width: 1400px){	
	h1{
		font-size: 30px;
	}
	h2 {
    	font-size: 28px;
	}
	h3 {
		font-size: 22px;
	}
}
@media screen and (max-width: 1200px){	
	h1{
		font-size: 28px;
	}
	h2 {
    	font-size: 28px;
	}
	h3 {
		font-size: 20px;
	}
	body,html{
		font-size: 17px;
	}
	.footer button{
		width: 100px !important;
		max-width: 100px !important;
	}
}
@media screen and (max-width: 991px){	
	h1{
		font-size: 26px;
	}
	h2 {
    	font-size: 24px;
	}
	h3 {
		font-size: 19px;
	}
}
@media screen and (max-width: 760px){	
	h1{
		font-size: 24px;
	}
	h2 {
    	font-size: 24px;
	}
	.footer .wsf-form .wsf-field-wrapper{
		max-width: 258px!important;
	}
}