@import url("../plugins/wow/animate.css");
@import url("../plugins/font-awesome/font-awesome-new.min.css");
@import url("../plugins/bootstrap/bootstrap.min.css");
@import url("fonts.css");

*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
body{font-family: 'Montserrat', sans-serif;font-size:16px;padding:0;margin:0;overflow-x: hidden;color:#000;}
.font-tt-autonomous-trl{font-family: 'TT Autonomous Trl', sans-serif;}
/* Header */

body>.loader{
	display:none;
}
body.onloadsite>.loader{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background-color: #fff;
	display:block;
}
body.onloadsite>.loader .img{
    position: fixed;
    left: 50px;
    right: 50px;
    width: auto;
    height: 50px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-animation: pulse 1.5s linear infinite;
    animation: pulse 1.5s linear infinite;
    margin: 0 auto;
    top: calc(50% - 25px);
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
}

p{line-height:1.7;margin:0 0 20px 0;font-weight:300;}
strong{font-weight:500}
p:last-child{margin:0}
h1,h2,h3,h4,h5,h6{margin-top:0;}
.font-cabin{font-family: 'Cabin', sans-serif}

/**************** Header ********************/

html,
body,
main,
main .wrap{
    width: 100%;
    height: 100%;
}
main .wrap{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
main .wrap picture,
main .wrap picture img{
    max-height: 100px;
    width: auto;
    max-width: 100%;
    display: table;
    margin: 0 auto;
}
main .wrap .informations{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    max-width: 850px;
    background-color: rgb(255 255 255 / 88%);
    margin: 0 auto;
    text-align: center;
}
main .wrap .phone,
main .wrap .email{
    text-decoration: none;
    color: #fff;
    background-color: var(--theme-color-1);
    padding: 20px;
    display: block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}