@font-face {
    font-family: f-normal; 
    src: url(weblysleekuisl.ttf); 
   }
@font-face {
    font-family: f-light; 
    src: url(weblysleekuil.ttf); 
   }
@font-face {
    font-family: f-bold; 
    src: url(weblysleekuisb.ttf); 
   }


*{
    margin: 0;
    padding: 0;
    font-family: f-normal;
     -webkit-tap-highlight-color: rgba(0,0,0,0);
    font-size: 16px;
    color: #333;
    
}
body{
    margin: 0 auto;
   width: 100%;
    max-width: 1920px;
    overflow: hidden;
}
* a{
    text-decoration: none;
    color: #333;
}
#preloader{
    width: 100vw;
    height: 100vh;
    position: fixed;
    background: url(../img/load.gif) no-repeat;
    background-position: center;
    background-size: 30px;
    background-color: white;
    z-index: 9999;
/*    display: none;*/
}
#top{
    width: 60px;
    height: 60px;
    border-radius: 30px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: url(../img/top.png) no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0;
    transition: 1s;
    transition-property: opacity;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    z-index: 2;
}
#main-full{
    margin: 0 auto;
    width: 100%;
    max-width: 1920px; 
    height: 100vh;
    max-height: 1080px;
    
}
#main-bg{
    margin: auto;
    left: 0;
    right: 0;
    background-image: url(../img/uploads/bg.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    max-width: 1920px;
    height: 100%;
    max-height: 1080px;
    position: fixed;
    z-index: -5;
}
.width{
    width: calc(100% - 40px);
    max-width: 1160px;
    margin: 0 auto;
}
h1{
    padding: 87px 0;
    text-align: center;
    font-size: 36px;
    font-family: f-bold;
    width: 100%;
    text-transform: uppercase;
}
#main-page{
    height: 100%;
    margin: 0 auto;
    position: relative;
    display: table;
}

#lang-block{
    position: absolute;
    top: 20px;
    right: 20px;
}

#lang-block ul{
    display: inline-block;
    padding: 0 5px;
    font-family: f-light;
    color: white;
}
#lang-block ul:hover{
    color: #666666;
}
#main-text{
    width: 100%;
    max-width: 500px;
    position: absolute;
    margin: auto;
    top: 50%;
    transform: translate(-50px, -50%);
    bottom: 0;
    left: 20px;
}

#main-text ul{
    width: 100%;
    text-align: left;
    font-size: 50px;
    font-family: f-normal;
    color: white;
    margin-top: 20px;
}

.text-light{
    font-family: f-light !important;
}

#about-full{
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background: white;
}

#about{
    margin: 0 auto;
    padding-bottom: 30px;
}
#about-nt{
    width: 100%;
    margin-top: 30px;
}
.about-p{
    width: 25%;
    display: inline-block;
    margin-left: -5px;
    height: 200px;
    text-align: center;
    vertical-align: top;
}
.about-p:first-child{
    margin-left: 0;
}

.about-n{
    width: 100%;
    font-size: 48px;
    font-family: f-bold;
}
.about-t{
    margin-top: 10px;
    width: 100%;
    max-width: 150px;
    display: inline-block;
}

.butt{
    width: 210px;
    text-align: center;
    color: white;
    padding: 15px;
    border-radius: 50px;
    background: #13ce66;
    margin: 30px auto;
    font-size: 18px;
    font-family: f-bold;
    cursor: pointer;
    user-select: none;
    border: none;
    -webkit-appearance: none;
    text-transform: uppercase;
}

.butt:hover{
    opacity: 0.7;
}

.butt:active{
    opacity: 0.5;
}

#about-me-full{
    width: 100%;
    max-width: 1920px;
     display: none;
    padding-bottom: 30px;

}
#about-me{
    transition: 2s;
    transition-property: all;
    margin-top: 30px;
    white-space: pre-wrap;
    overflow: hidden;
}

#gallery-full{
    width: 100%;
    max-width: 1920px;
    margin: -5px auto;
    background: #fafafa;
    padding-bottom: 60px;
    overflow: hidden;
}

h2{
    margin-top: -80px;
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    color: #333;
    font-size: 24px;
}
.gallery-pic-s{
    width: calc(30% - 30px);
    height: calc((30vw - 30px) * 1.3333333);
    max-height: 741px;
    display: inline-block;
    margin-top: 15px;
    background-repeat: no-repeat;
    background-size: 100%; 
    background-position: center;
    transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
}

.gallery-pic-s:hover, .gallery-pic-l:hover {
    transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05); /* IE 9 */
}

.gallery-pic{
    cursor: zoom-in;
}

#gallery-fullscreen{
    user-select: none;
    width: 100%;
    height: 100%;
    background: url(../img/load.gif) no-repeat;
    background-position: center;
    background-size: 30px;
    background-color: rgba(255,255,255,0.95);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 999;
}
#fullscreen-pic{
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: zoom-out;
}
#gallery-pic-close{
    width: 50px;
    height: 50px;
    position: absolute;
    right: 20px;
    top: 20px;
    background: url(../img/close.png) no-repeat;
    background-position: center;
    background-size: 60%;
    opacity: 0.3;
    cursor: pointer;
    z-index: 9;
}
#gallery-pic-close:hover{
    opacity: 0.8;
}
.gallery-c{
    z-index: 3;
    height: 100%;
    width: 200px;
    max-width: 25%;
    position: absolute;
    cursor: pointer;
    opacity: 0.3;
}
.gallery-c:hover{
    
    opacity: 0.8;
}
#gallery-right{
    right: 0;
    background-image: url(../img/next.png);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: right 30px center;
    
}
#gallery-left{
    left: 0;
    background-image: url(../img/prev.png);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: left 30px center;
}
.gallery-pic-l{
    margin-top: 15px;
    width: calc(70% + 5px);
    display: inline-block;
    height: calc((30vw - 30px) * 1.3333333);
    max-height: 741px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
}
.left-pic{
    margin-left: 0px;
}
.right-pic{
    margin-left: 20px;
}
#video-full{
    width: 100%;
    max-width: 1920px;
    background: white;
    padding-bottom: 90px;
}

.video-block{
    margin: 10px 18px;
    display: inline-block;
    width: calc(50% - 40px);
}
.y-player{
    width: 100%;
    height: calc((50vw - 40px) * 0.5625) !important;
    max-height: 303px;
}

.video-title{
    padding: 5px 0;
    width: 100%;
    text-align: center;
    font-family: f-bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#partner-full{
    width: 100%;
    max-width: 1920px;
    background: white;
    padding-bottom: 90px;
}

.partner{
    margin-top: 20px;
    margin-left: -5px;
    width: 16.6%;
    height: calc(16.6vw - 40px);
    max-height: 120px;
/*    background: pink;*/
    display: inline-block;
    background-position: center;
    background-size: 35% auto;
    background-repeat: no-repeat;
}
.partner:first-child{
    margin-left: 0;
}

#contacts-full{
    background: #fafafa;
}

#contacts-text{
    margin-top: -70px;
    font-size: 16px;
    text-align: left;
    white-space: pre-wrap;
}

.contacts{
    padding: 20px;
    vertical-align: top;
    margin-top: 30px;
    width: calc(50% - 40px);
    display: inline-block;
    margin-left: -5px;
    position: relative;
}
.contacts:first-child{
    margin-left: 0;
}
.contact-right{
    text-align: right;
}
.contact-right p{
    font-family: f-normal;
    font-size: 18px;
    padding-bottom: 20px; 
}
.p-input{
    width: calc(100% - 40px);
    max-width: 250px;
    padding: 5px;
    font-size: 18px;
    margin-bottom: 20px;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #d4d4d4;
    background: #fafafa;
}
.p-input:focus{
 outline: none;
border-bottom: 1px solid #333;
}

#mess{
    width: calc(100% - 40px);
    height: 150px;
    padding: 5px;
    border: 1px solid #d4d4d4;
    resize: none;
    border-radius: 4px;
    background: #fafafa;
}
#mess:focus{
  outline: none;
border: 1px solid #333;  
}
#rights{
    text-align: center;
    padding: 20px 0;
    width: 100%;
    background: white;
    
}
#rights a{
    color: #666;
}
#rights a:hover{
    color: #ff4f6f;
}

#comment-full{
    width: 100%;
    max-width: 1920px;
    background: #fafafa;
}

.comment-p{
    vertical-align: top;
    width: 50%;
    display: inline-block;
    margin-left: -5px;
    margin-bottom: 30px;
}

.comment-p:first-child{
    margin-left: 0;
}

.comment-left{
    vertical-align: top;
    width: 65px;
    display: inline-block;
    
}
.comment-avatar{
    width: 65px;
    height: 65px;
    vertical-align: top;
    border-radius: 35px;
   background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: silver;
}
.comment-right{
    width: calc(100% - 70px);
    display: inline-block;
/*    background: pink;*/
}
.comment-text{
    padding: 0 10px;
    width: calc(100% - 20px);
    max-width: 350px;
    white-space: pre-wrap;
}
.comment-name{
    width: calc(100% - 20px);
    padding: 10px;
    font-family: f-bold;
}

#soc-link-block{
    width: 100%;
    text-align: right;
}

.soc-link{
    margin: 10px;
    width: 50px;
    height: 50px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
}

#fb-link{
    background-image: url(../img/fb.png);
}
#youtube-link{
    background-image: url(../img/youtube.png);
}
#insta-link{
    background-image: url(../img/insta.png);
}
#tw-link{
    background-image: url(../img/tw.png);
}

#send-loader{
    width: 100%;
    height: 100%;
    background: url(../img/load.gif) no-repeat;
    background-position: center;
    background-size: 30px;
    background-color: rgba(255,255,255,0.5);
    position: absolute;
    display: none;
}










@media only screen and (max-width:1024px){
    #main-bg{
        position: absolute;
    }
    #main-bg{
        background-position: right -150px center;
    }
    #main-text{
        right: 0;
        transform: none;
        bottom: 0;
    }
    #main-text ul{
        text-align: left;
    }
    h1{
        padding: 27px 0;
    }
#contacts-text{
    margin-top: 0;
    
}
    
    h2{
    margin-top: 0px;
}
}
@media only screen and (max-width:768px){
    #main-bg{
        background-image: url(/img/mob-bg.jpg) !important;
        background-position: center top -100px;
        background-size: cover;
    }
    #main-text ul{
        font-size: 30px;
        
    }
    .about-p{
        width: 50%;
    }
.comment-p{
    width: 100%;
    }
    
    .gallery-pic-l{
    width: calc(70vw + 5px);
    height: calc(30vw  * 1.3333333); 
    }
    .gallery-pic-s{
    width: 30%;
    height: calc(30vw  * 1.3333333); 
    }
    .left-pic{
        margin-left: -15px;
    }
    .right-pic{
        margin-left: 5px;
    }  
    
  #soc-link-block{
    
    text-align: center;
}  
    
}

@media only screen and (max-width:624px){
    #main-bg{
        background-position: center;
    }
    
    h1{
        font-size: 24px;
    }
      h2{
    font-size: 18px;
}
   .video-block{
    width: calc(100% - 40px);
    background: #fafafa;
}
.y-player{
    width: 100%;
    height: calc((100vw - 40px) * 0.5625) !important;
} 
    .partner{
        width: 25%;
    }
    
    .contacts{
        width: calc(100% - 20px);
    }
     
    #gallery-full{
        text-align: center;
    }    
    #gallery-left{
        background-position: left 10px center;
    } 
    #gallery-right{
        background-position: right 10px center;
    }
}















































