@font-face {
    font-family: 'gardensc';
    src: url(../fonts/gardensc.otf);
}

body {
    background-image: url(../img/fonindex.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

header img {
    width: 40%;
    opacity: 0.9;
}

.langs {
    visibility: hidden;    
}

.langs_bottom {
    visibility: hidden;    
}

.main {
    margin-top: 1%;
    margin-left: 5%;
}

.main_lang {
    padding: 20px;
    width: 150px;
    display: block;
    color: #dedddd;
    border: 2px solid #dedddd;
    border-radius: 30px;
    font-family: 'gardensc';
    font-size: 15px;
    letter-spacing: 5px;
    text-align: center;
    border-left: none;
    border-right: none;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.main a {
    text-decoration: none;
}

.main a:hover {
    letter-spacing: 7px;
    color: #fff;
    font-weight: 550;
    transition: all 0.3s ease;
}

/*PRELOADER*/

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #000;
    z-index: 30;
}

.contpre {
    width: 250px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -125px;
    margin-top: -75px;
    letter-spacing: -2px;
    text-align: center;
}

#preloader .svg_anm {
    position: absolute;
    width: 41px;
    height: 41px;
    background: url(../img/preloader.svg) center center no-repeat;
    background-size: 41px;
    margin: -16px 0 0 -16px;
}
