@font-face  {
	font-family: 'MyRiadPro';
	src: url('../font/mrp.OTF');
}
@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300');


body {
    /*padding-top: 30px;*/
    margin: 0px;
}

.shapka {
    position: fixed;
    width: 100%;
    top: 0px;
    background: #333;
    height: 50px;
    z-index:9999;
}

.homepage-hero-module {
    border-right: none;
    border-left: none;
    position: relative;
}
.no-video .video-container video,
.touch .video-container video {
    display: none;
}
.no-video .video-container .poster,
.touch .video-container .poster {
    display: block !important;
}
.video-container {
    position: relative;
    bottom: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: #000;
}
.video-container .poster img {
    width: 100%;
    bottom: 0;
    position: absolute;
}
.video-container .filter {
    z-index: 100;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
}
.video-container video {
    position: absolute;
    z-index: 0;
    bottom: -35px;
}
.video-container video.fillWidth {
    width: 100%;
}

 .title-container {

    z-index: 1000;
    position: absolute;
    top: 35%;
    width: 100%;
    text-align: center;
    color: #fff;
}

.back {
    display: none;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    min-height: 100%;
    z-index: 997;
}

.form-success {
    display: none;
    color: #67ccf5;
}

.main-text {
    display: block;
    text-align: left;
    float: left;
    color: #6c757d;
}
@media (min-width:900px) {
    .callback-form  {
        width:600px;
        height: 300px;
        margin: 300px auto;
        padding: 45px 60px;
        background: #fff;
        border-radius: 20px;
       /* border: 1px solid black;*/
        
    }

    .main-text {

        margin-top: 30px;
        color: #6c757d;
    }

    .callback-form > .title {
        
        float: left;
        width: 300px;
        font-size: 24px;
        font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
        font-weight: 600;
        color: #67ccf5;
    }
    
    .apo_form_input {
        font-family: Open Sans, Roboto;
        border: 0px!important;
        border-radius: 0px;
        border-bottom: 2px solid #67ccf5 !important;
    }

    .apo_form_input:focus {

        border-bottom: 2px solid #3ec0f3 !important;
        
    }

    .form-control:focus {
        box-shadow: none;
    }

    .apo_form_submit {
        border: 0px!important;
        border-radius: 5px;
        background-color: #3ec0f3 !important;
        color: white !important;
        font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
        padding: 10px 40px;
        
    }

    .apo_form_submit:hover {
        border: 0px!important;
        border-radius: 5px;
        background-color: white !important;
        margin-top: -2px;
        color: #3ec0f3 !important;
        border: 2px solid #3ec0f3 !important;
        font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
        cursor: pointer;
        
    }

    .exit{
       /* position: absolute;
       background-color: #3ec0f3;*/
       color: #333;
        float: right;
        right: 0px;
        border-radius: 25px;
        
        width: 40px;
        padding-left: 9px;
        padding-top: 3px;
    }

    .exit:hover {
        
        cursor: pointer;
        
        
 
    }

}


.title {
        
    float: left;
    
    font-size: 24px;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 600;
    color: #67ccf5;
}

@media (max-width:900px) {
    .back {
        background-color: white;
    }
    .callback-form  {
        position: absolute; 
        width: 100%;
        height: 400px;
        padding: 45px 60px;
        background: #fff;
        border-radius: 20px;
       /* border: 1px solid black;*/
        
    }

  
    .callback-form > .title {
        
        float: left;
        width: 300px;
        font-size: 24px;
        font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
        font-weight: 600;
        color: #67ccf5;
    }
    
    .apo_form_input {
        font-family: Roboto;
        border: 0px!important;
        border-radius: 0px;
        border-bottom: 2px solid #67ccf5 !important;
    }

    .apo_form_input:focus {

        border-bottom: 2px solid #3ec0f3 !important;
        
    }

    .form-control:focus {
        box-shadow: none;
    }

    .apo_form_submit {
        border: 0px!important;
        border-radius: 5px;
        background-color: #3ec0f3 !important;
        color: white !important;
        font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
        padding: 10px 40px;
        
    }

    .apo_form_submit:hover {
        border: 0px!important;
        border-radius: 5px;
        background-color: white !important;
        margin-top: -2px;
        color: #3ec0f3 !important;
        border: 2px solid #3ec0f3 !important;
        font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
        cursor: pointer;
        
    }

    .exit{
       /* position: absolute;
       background-color: #3ec0f3;*/
       color: #333;
        float: right;
        right: 0px;
        border-radius: 25px;
        
        width: 40px;
        padding-left: 9px;
        padding-top: 3px;
    }

    .exit:hover {
        
        cursor: pointer;
        
        
 
    }

}