h1{
    font-size: 44px;	
	line-height: 1.4;
}
h2{
    font-size: 44px;
	line-height: 1.3;
}
h3{
    font-size: 24px;
}
body,html{
	font-size: 17px;
}
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{
	text-decoration: underline;
	color:var(--white);
}
.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;
}
.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);
}
.wsf-form input[type=checkbox].wsf-field+label.wsf-label{
	display: block!important;
}
@media screen and (min-width: 2000px){	
	#brxe-tiuvsb {
		padding-right: 6%;
		padding-left: 6%;
	}
  #brxe-chdezq{
    min-height:1000px;
  }
}
@media screen and (max-width: 1580px){	
	h1{
		font-size: 38px;
	}
	h2 {
    	font-size: 34px;
	}
	h3 {
		font-size: 22px;
	}
	body,html{
		font-size: 16px;
		line-height: 24px;
	}
}
@media screen and (max-width: 1400px){	
	h1{
		font-size: 34px;
	}
	h2 {
    	font-size: 28px;
	}
	h3 {
		font-size: 18px;
	}
}
@media screen and (max-width: 1200px){	
	h1{
		font-size: 32px;
	}
	h2 {
    	font-size: 30px;
	}
	h3 {
		font-size: 19px;
	}
	.footer button{
		width: 100px !important;
		max-width: 100px !important;
	}
}
@media screen and (max-width: 991px){	
	h1{
		font-size: 30px;
	}
	h2 {
    	font-size: 26px;
	}
	
}
@media screen and (max-width: 760px){	
	h1{
		font-size: 24px;
		line-height: 1.3;
	}
	h2 {
    	font-size: 22px;
	}
	h3 {
		font-size: 18px;
	}
	.footer .wsf-form .wsf-field-wrapper{
		max-width: 258px!important;
	}
}