body {
margin: 0;
color: var(--bzo-body_typo-color);
font-size: var(--bzo-body_typo-font-size);
font-family:  var(--bzo-body_typo-font-family);
line-height: var(--bzo-body_typo-line-height);
background: var(--bzo-body-background);
letter-spacing: var(--bzo-letter-spacing-body);
}
p{
margin-bottom: 20px;
line-height: var(--bzo-body_typo-line-height);
font-family:  var(--bzo-body_typo-font-family);
}
a{
color: var(--bzo-title_typo-color);
text-decoration: unset;
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
}
:focus {
outline: none;
}
a.active, 
a:focus, 
a:hover{
color: var(--bzo-main-color);
text-decoration: none;
transition: all 0.3s ease-out 0s;
}
a:hover{
cursor: pointer;
}
iframe, video, audio{
width: 100%;
}
a:focus {
outline: none;
outline: none;
outline-offset: unset;
}
input:focus {     
outline: 0;     
outline-style: none;     
outline-width: 0; 
}
select{
height: 48px;
line-height: 48px;
border: 1px solid var(--bzo-border-color);
padding: 0 20px;
font-size: 16px;
border-radius: 0;
font-family: inherit;
}
input{
height: 48px;
line-height: 48px;
border: 1px solid var(--bzo-border-color);
padding: 0 20px;
font-size: var(--bzo-body_typo-font-size);
border-radius: 0;
color: var(--bzo-body_typo-color);
font-family:var(--bzo-body_typo-font-family);
}
input[type="checkbox"]{
width: 14px;
height: 15px;
line-height: 15px;
vertical-align: middle;
margin: 0px;
border-radius:0px;
position: relative;
margin-top: -3px;
}
.info-mailchimp input[type="checkbox"]{
margin-top: -3px;
}
input[type="checkbox"]:before{
content: "";
width: 16px;
height: 16px;
background: #f5f5f5;
border: 1px solid #727272;
display: inline-block;
vertical-align: top;
margin: 0;
z-index: 2;
cursor: pointer;
font-family: 'Line Awesome Free';
font-weight: 900;
text-align: center;
font-size: 14px;
color: #fff;
border-radius: 0px;
position: absolute;
top: -1px;
left: 0px;
}
input[type="checkbox"]:checked{
background: var(--bzo-main-color);
}
input[type="checkbox"]:checked:before{
content: "\f00c";
background: var(--bzo-main-color);
border-color: var(--bzo-main-color);
}
input[type="text"]{
max-width: 100%;
font-family: var(--bzo-body_typo-font-family);
}
textarea{
min-width: 50%;
max-width: 100%;
padding: 10px 20px;
border: 1px solid var(--bzo-border-color);
border-radius: 0;
font-size: 14px;
color: var(--bzo-body_typo-color);
font-family: var(--bzo-body_typo-font-family);
}
img{
max-width: 100%;
height: auto;
}
h1{
font-size: 36px;
}
h2{
font-size: 30px;
}
h3{
font-size: 24px;
}
h4{
font-size: 18px;
}
h5{
font-size: 16px;
}
h6{
font-size: 14px;
}
h1, 
h2, 
h3{
font-weight: 500;
line-height: 1.15;
margin-top: 20px;
margin-bottom: 20px;
color: var(--bzo-title_typo-color);
}
h4, h5, h6 {
font-weight: 500;
line-height: 1.1;
margin-top: 10px;
margin-bottom: 12px;
color: var(--bzo-title_typo-color);
}
@media(max-width: 1200px){
h1{
font-size: 30px;
}
h2{
font-size: 24px;
}
h3{
font-size: 18px;
}
h4{
font-size: 16px;
}
h5{
font-size: 14px;
}
}