@charset "utf-8";
/* CSS Document */
@font-face{
    font-family: 'WorkM';
    src: url('../fonts/WorkSans-Medium.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: Be;
  src: url("../fonts/../fonts/BEBAS.ttf");
}
*{
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	font-family: Arial, Helvetica,sans-serif;
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
html {
    font-size: 62.5%;
    overflow-x: hidden;
    scroll-behavior: smooth;
}
body{padding:0px ;margin:0;background:#ffffff;}
a,p,dl,dt,dd,ul,li,h2,h1,h3,h4,h5,h6,table,tr,td,form,iframe,font,em,i{
	font-weight:normal;
 	font-style:normal; 
	padding:0px ;
	margin:0;
	text-decoration:none;
	outline:none;
	-moz-outline:none;
}
a{
	text-decoration: none;
    color: #333;
	-webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

a:focus{outline-style:none; -moz-outline-style: none;}

a:hover{ 
	text-decoration:none;
	-webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;}

p{word-break: normal;word-wrap: break-word; }

img{ border:none;max-width:100%;display: block;}

li{ list-style:none; text-decoration:none;}

input, select, textarea {
    box-shadow: none;
    outline: none;
    border: none;
    border-radius: 0;
    -ms-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 0;
}
table{
	border-spacing: 0;
    border-collapse: collapse;
}

/*input:focus{ border:1px solid #9c9f58;}*/

select:focus{ border:none;}

.clearfix:after {visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0;}

.clearfix {zoom:1;}	

a{text-decoration:none;}

button {

	margin:0;

	padding:0;

	color:inherit;

	font-family:inherit;

	font-size:inherit;

	background:0 0;

	border:none;

	border-radius:none;

	box-shadow:none;

	-webkit-appearance:none;

	-moz-appearance:none;

	appearance:none;

	outline:0;

	cursor:pointer

}

.container {
	width:100%;
	
	margin-right:auto;

	margin-left:auto;
	
	max-width:1600px;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.css3, a {
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.ovh{overflow-x:hidden;}

.imgp img{
	-webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    display: block;
}
.bg-cover {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.phone{
	display:none;
}
/*****************************************/






