@font-face {
    font-family: 'gardensc';
    src: url(../fonts/gardensc.otf);
}

@font-face {
    font-family: 'roboto-regular';
    src: url(../fonts/roboto-regular.ttf);
}

* {
    margin: 0;
    padding: 0;
}

body {
    background-image: url(../img/fonindex2portrait2.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

header img {
    margin-top: 5%;
    width: 100%;
}

.langs {
    padding: 0 5%;
    justify-content: center;
    background-color: black;
    opacity: 0.5;   
}

.langs p {
    align-items: center;
    font-family: roboto-regular;
    font-size: 30px;
    color: white;    
}

.langs_bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: black;
    opacity: 0.5;
    font-family: roboto-regular;
    font-size: 40px;
    color: white;     
}

.main {
    padding: 20% 0 20% 0;
    opacity: 0.7;
    text-align: center;
    font-family: 'gardensc';
}
.main_lang {
    display: block;
    padding: 15px;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 5px solid #fff;
    border-radius: 50px;
    font-family: 'gardensc';
    font-size: 50px;
    letter-spacing: 5px;
    text-align: center;
    border-left: none;
    border-right: none;
    font-weight: 600;
}

.main a {
    font-family: 'gardensc';
    margin: 10%;
}

.main a:hover {
    letter-spacing: 10px;
    color: #fff;
    transition: all 0.3s ease;
}

span {
    visibility: hidden;
}

/*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;
}
