/*
Author: Dunaev Denis
Email: dunaevdeniss@yandex.ru*/

html, body {
    background-image: url(/video/video_poster_2.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.padding-50{
    display:inline-block;
    width:100%;
    height:50px
}
a{
   color: #4a38ff;
}
ul.babel li a {
    font-size: 18px;
    color: #fff;
}
.babel li:first-child{
    border-right: 1px solid #fff;
    margin-right: -5px;
}
.content{
    display: inline-block;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    padding: 15px;
    font-size: 18px;
    color: #fff;
}
.main-block .hello__bg, .main-block .hello__bg:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.main-block .hello__video {
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
}
/*.main-block .hello {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}*/
.logo {
    margin-bottom: 180px;
    padding: 30px;
}
.logo2{
    margin-bottom: 0;
}
.logo img{
   # -webkit-box-shadow: 0px 0px 30px -2px rgba(50, 50, 50, 0.75);
   # -moz-box-shadow: 0px 0px 30px -2px rgba(50, 50, 50, 0.75);
   # box-shadow: 0px 0px 30px -2px rgba(255, 255, 255, 0.75);
   # border-radius: 10px;
}
.block_body {
    display: inline-block;
    width: 100%;
    
}
.black-block {
    display: inline-block;
    width: 100%;
    height: auto;
    background: rgba(0, 0, 0, 0.7);
}
.item {
    display: inline-block;
    width: 100%;
    padding: 38px 50px;
    color: #fff;
    font-size:16px;
}
.kontakt a {
    font-size: 20px;
    border-bottom: 1px solid;
}
.kontakt a:hover{
    text-decoration:none;
}
.item ul {
    margin-left: 40px;
}
.bot-title {
    /*position: absolute;
    bottom: 0;*/
    padding: 0 15px 10px;
    color: #fff;
    border: 1px solid #fff;
    width: 55%;
}
.title-page {
    display: inline-block;
    width: 100%;
    
        margin-bottom: 25px;
    position: relative;
}
.btn-p {
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 0;
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 36px;
    letter-spacing: .2em;
    width: 100%;
    height: 56px;
    max-width: 288px;
    text-align: center;
    box-sizing: border-box;
    -webkit-transition: border-color .15s ease,background-color .15s ease;
    transition: border-color .15s ease,background-color .15s ease;
}
.btn-p:hover {
    border-color: #0ff;
    color:#fff;
    background-color: rgba(0,255,255,.2);
}
.btn-page {
    padding: 40px 0;
    margin-top: 15px;
    border-top: 1px solid #fff;
}
.block_footer {
    display: inline-block;
    width: 100%;
    height: 10vh;
}
.line {
    width: 10%;
    height: 1px;
    background: #4a38ff;
    margin-bottom: 25px;
}
p.copy {
    color: #fff;
}
.line2 {
    width: 20%;
    height: 1px;
    background: #0ff;
    margin-bottom: 25px;
}
span.hesh {
    font-size: 16px;
    color: #4a38ff;
}
.videos {
    display: inline-block;
    width: 100%;
   
    
    padding-bottom: 15px;
    padding-top: 15px;
}
h1.title {
    color: #4a38ff;
    margin-top: 0;
    padding: 30px;
    text-decoration: underline;
}
.title span{
    color:#fff;
}
.video-item {
    display: inline-block;
    width: 100%;
    margin: 15px 0;
    text-align: center;
    position:relative;
}
.video-item a{
    color:#fff;
}
.video-item a:hover{
    color:#ccc;
}
.video-item:hover .cont-item{
    opacity:1;
}
.cont-item {
    background: rgba(52, 56, 65, 0.53);
    padding: 30px 15px;
    position: absolute;
    text-align: center;
    height: 100%;
    opacity: 0;
    transition:all 0.5s;
    top: 0;
}
.cont-item .h3{
    margin-bottom: 30px;
}
.video-item img {
    width: 100%;
    border: 1px solid #fff;
}
.btn-play {
    position: absolute;
   top: 100px;
    left: 0;
    right: 0;
}
.video-item p {
    color: #fff;
    margin-top:5px;
}
.desc-video {
    font-size: 16px;
}
.btn-play i {
    font-size: 70px;
}

.modal-content {
    background: #343841;
    border-radius: 0;
    border: 1px solid #fff;
}
#modalform label{
    color:#fff;
}
#modalform .modal-title {
    font-size: 26px;
    color: #fff;
}
#modalform .close {
    color: #fff;
    opacity: 1;
    font-size: 26px;
    float: right;
    background: none;
}
#modalform .form-control {
    background-color: #6d6f75;
    border-radius: 0;
    color: #fff;
    border-color: #fff;
}
#modalform button {
    float: none;
    background: #18181d;
    border-color: #fff;
    border-radius: 0;
    font-size: 22px;
}
#modalform .modal-footer {
    padding: 0;
    border: none;
}
input[type="file"] {
    color: #ccc;
}

/*=======================MOBILE=====================*/
@media (max-width:1440px){
    .btn-play {
       top: 50px;
    }
}
@media (max-width:1024px){
    .bot-title {
        width: 100%;
    }
}
@media (max-width:768px){
    .btn-play {
       top: 30px;
    }
}
@media (max-width:425px){
    .btn-play {
       top: 75px;
    }
    .logo{
        margin-bottom: 20px;
    }
    .bot-title h1 {
        font-size: 22px;
    }
    .btn-p {
        font-size: 16px;
        line-height: 0;
        padding: 25px 15px;
        margin-bottom: 15px;
        height: auto;
    }
    .item {
        padding: 0px 15px;
     }
}
@media (max-width:320px){
    h1.title {
            padding: 140px 15px 20px;
    }
    .btn-play {
       top: 50px;
    }
    
    
}

