@font-face {
    font-family: Museo Sans Cyrl;
    src: url(../fonts/MuseoSansCyrl.otf);
    font-weight: normal;
}
@font-face {
    font-family: Museo Sans Cyrl;
    src: url(../fonts/MuseoSansCyrl_0.otf);
    font-weight: 300;
}
@font-face {
    font-family: Museo Sans Cyrl;
    src: url(../fonts/MuseoSansCyrl_1.otf);
    font-weight: 500;
}
@font-face {
    font-family: Museo Sans Cyrl;
    src: url(../fonts/MuseoSansCyrl_2.otf);
    font-weight: 700;
}
@font-face {
    font-family: Museo Sans Cyrl;
    src: url(../fonts/MuseoSansCyrl_3.otf);
    font-weight: 900;
}
html{
/*    position: absolute;
    width: 100%*/
/*width: 100%;
position: absolute*/
overflow-x: hidden;
}
* {
/*    margin: 0;
    padding: 0;*/
/*overflow-x: hidden;*/
overflow-x: initial;
}
body { 
/*    font-family:  Museo Sans Cyrl,'Raleway', sans-serif;
    overflow-y: scroll;
    overflow-x: hidden;
    background: #fff;
    width: 100%*/
    /*display: none;*/
    overflow-x: hidden;
    
}
/*.home-container *
{
    overflow-x: hidden;
}*/
p {
    font-family: Museo Sans Cyrl,'Raleway', sans-serif;
    font-size: 14px;
}
h1,h2,h3,h4,h5,h6  
{
    font-family: Museo Sans Cyrl,'Raleway', sans-serif;
}
.logo>img
{
    width: auto;
    max-width: 100%
    /*height: 35px*/
}
.tel_header
{
    position: absolute;
    z-index: 1111;
    top: 1rem;
    right: 1rem;
    font-size: 30px;
    color: white !important;
    font-family: arial;
    outline: none;
    outline-offset: 0;
    font-stretch: normal;
    text-decoration: none !important
}
.tel_foother
{
    font-size: 20px;
    color: #c1c1c1;
    font-family: arial;
    outline: none;
    outline-offset: 0;
    font-stretch: normal;
    text-decoration: none !important
}
.mail_foother
{
    font-size: 16px;
    color: #c1c1c1;
    font-family: arial;
    outline: none;
    outline-offset: 0;
    font-stretch: normal;
    text-decoration: none !important;
    line-height: 30px;
}
.mail_foother:hover,.tel_foother:hover
{
    color: white
}
.address_foother
{
    color: white;
    font-size: 14px;
}

/*.background_video
{
    width: 100%;
    position: absolute;
    left:0;
    top:0;
    z-index: -1;
    background: transparent
}

.background_video>video
{
    height: 100%;
    width: auto;
    min-width: 100%
}*/
.background_video {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%; 
  overflow: hidden;
  left: 0;
  z-index: -1
}

.background_video video {
  /* Make video to at least 100% wide and tall */
  min-width: 100%; 
  min-height: 100%; 
  
  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;
  
  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}


.section_title {
    padding-top: 90px;
    padding-bottom: 25px;
    overflow: hidden
}
.section_title h2 {
    text-transform: uppercase;
    text-align: center;
    position: relative;
    color: #333;
    font-size: 30px;
    font-weight: 400;
}
.section_title h2:after {
    content: "";
    position: absolute;
    bottom: -20px;
    width: 60px;
    height: 1px;
    background-color: #3f73f4;
    left: 50%;
    margin-left: -30px;
}
.section_title p {
    text-align: center;
    margin-top: 45px;
    color: #333;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
}
.parallax {
    background-attachment: fixed !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*---------------------------------------
   SECTION HOME              
-----------------------------------------*/
/*menu*/

.header h2 {
    height: 0px;
    margin: 0px;
}
.navbar {
    margin-top: -100px
}

.navbar-brand {
    padding: 9px 15px;
    
}
.navbar-brand img{
    display: none;
    height: 50px;
    margin-top: -9px;
}
@media(min-width:768px) {
    .logo
    {
        padding-top: 0;
        padding-bottom:  50px;
        /*padding-bottom: 50px;*/
    }
    .navbar-default {
        background-color: transparent;
    }
    .navbar-default .navbar-nav>li>a {
        color: #B5B5B5;
        font-family: 'Raleway', sans-serif;
    }
    .navbar-default .navbar-nav>li>a:hover {
        color: #3f73f4;
    }
    .navbar-default .navbar-nav>li>a:focus {
        color: #B5B5B5;
    }
    .navbar-default {
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
        z-index: 110;
    }
    .navbar-brand img {
        padding-top: 25px;
        height: 45px;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
        display: block
    }
    .navbar-default .navbar-nav>li>a {
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
    }
    .navbar-nav>li>a {
        padding-top: 45px;
    }
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    background: transparent;
    color: #3f73f4;
}
.header {
/*    background: url(../images/home.jpg);
    background-size: cover;
    background-repeat: no-repeat;*/
overflow-x: hidden;
}
.header .section_overlay {
    background-color: rgba(33, 33, 33, .75);
}
.logo
{
    padding-top: 35px;
    padding-bottom:  0px;
    /*padding-bottom: 50px;*/
}
.home_text{
    text-align: left;
}
.home-iphone{
    text-align: right;
}
.home-iphone img{
    width: 36rem;
    position: absolute;
    left: -5rem;
    top: 0;
}

.contact-info {
  position: absolute;
  background-color: #f2f2f2;
  right: 0;
  top: 0;
  width: 33%;
  height: 100%;
  padding:25px 50px;
  opacity: 0.95;
  color: #333;
}
#gmap {
  height: 350px;
}
@media (max-width: 768px){
    .contact-info {
        position: relative;
        width: 100%;
        float: left
    }
    #gmap {
        height: 250px;
        width: 100%
      }
    .home-iphone{
        display: none;
    }
    .home_text{
        text-align: center;
        width: 100%
    }

}
.home_text h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 300;
    line-height: 45px;
    padding-top: 30px
}
.home_text p {
    color: #fff;
    font-size: 17px;
    line-height: 28px;
    margin-top: 0px;
    font-weight: 300;
}
.container-btn {
    margin-top: 90px;
    margin-bottom: 50px
}
.home-btn,
.home-btn:focus,
.home-btn:active,
.home-btn:visited {
    background: transparent;
    border-color: #3f73f4;
    color: #3f73f4;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 19px;
    text-transform: uppercase;
    border-radius: 3px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.home-btn:hover {
    background-color: #3f73f4;
    color: #fff;
}
.tuor,
.tuor:focus,
tuor:active,
tuor:visited {
    color: #A9ADB0;
    /*margin-left: 20px;*/
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 500;
    background: transparent;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.tuor:hover {
    color: #c1c1c1;
}
.tuor i {
    font-size: 20px;
    padding-left: 5px;
    color: #3f73f4;
}

.production {
    background: white;
}
.inner_production_area {
    padding-top: 0px;
    padding-bottom: 25px;
}
.inner_production_title {
    padding-bottom: 5px;
}
.inner_production_title h2 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    line-height: 37px;
    position: relative;
}
.inner_production_title h2:after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 70px;
    background: #3f73f4;
    height: 1px;
}
.inner_production_title p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 0
}
.inner_production_desc {} .single_production_area {
    position: relative;
    /*padding-bottom: 4px;*/
    padding-left: 80px;
}
.single_production_area div {
    position: absolute;
    top: 0px;
    left: 0px;
}
.single_production_area div i {
    font-size: 55px;
    color: #BABABA;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.single_production_area h3 {
    color: #343434;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
}
.single_production_area p {
    color: #727272;
    font-size: 15px;
}
.single_production_area:hover div i {
    color: #3f73f4;
}
.production_phone img {} @media (min-width: 991px) and (max-width: 1200px) {
    .production_phone img {
        margin-top: 184px;
        width: 80%;
        margin-right: 20%
    }
}
/*---------------------------------------
   SECTION VIDEO              
-----------------------------------------*/
.settings_ul
{
    margin-top: 45px;
}
.settings_ul_feature
{
    margin-top: 0;
    text-align: left;
}
.li_settings_ul
{
    color: #333;
    font-size: 18px;
    line-height: 40px;
    font-weight: 300px;
    font-family: arial
}
.li_settings_ul_feature
{
    font-size: 14px;
    line-height: 28px;
}
.li_settings_ul>.fa
{
    vertical-align: middle;
    margin-right: 10px;
    font-size: 12px;
    color: #3f73f4
}
.li_settings_ul_feature>.fa
{
    
}
.production_info_area {
    background: #e4e4e4;
    padding-bottom: 40px;
    padding-top: 20px;
}


#owl-demo .item {
    margin-left: 90px;
    margin-right: 90px;
    margin-bottom: 50px;
}
#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
}
.about_company {
/*    background: url(../images/testimonial.jpg);
    background-size: cover;
    background-repeat: no-repeat;*/
background: rgb(228,228,228)
}
.about_company .section_overlay {
    /*background: rgba(0, 0, 0, .6);*/
    padding-top: 80px;
    padding-bottom: 80px;
}
.carousel-indicators {
    bottom: -8px;
}
div.carousel-inner .item img {
    border: 2px solid #3f73f4;
    border-radius: 50%;
    padding: 3px;
}
/*---------------------------------------
   SECTION COMPOUND              
-----------------------------------------*/
.compound {
    background-color: rgba(228, 228, 228)
}
.compound_inner {
    /*padding-top: 30px;*/
    padding-bottom: 70px;
}
.container_compound
{
    
    
}
.cell_compound
{
    background: white;
    border: 1px solid #c1c1c1;
    padding-bottom: 1.5rem;
     -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.cell_compound>hr
{
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.cell_compound > h3
{
    font-size: 18px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.cell_compound > h4
{
    font-size: 16px;
    font-weight: 100;
}
.cell_compound > ul
{
    color: #727272;
}
.cell_compound > p
{
    color: #727272;
}
.cell_compound > p.price
{
    font-size: 18px;
    font-weight: 500;
    padding-top: 1rem;
}
.price>b
{
    color: #c9302c;
}
.cell_compound:hover
{
    transform: scale(1.05);
    z-index: 1;
}
.cell_compound:hover>h3
{
    color: #3f73f3;
}
.cell_compound:hover>hr
{
    border-color: #3f73f3;
}
@media (max-width: 768px) {
    .cell_compound
    {
        margin: 0.5rem;
    }
    .cell_compound:hover
    {
        transform: none;
        z-index: 1;
    }
    .cell_compound:hover>h3
    {
        color: #3f73f3;
    }
    .cell_compound:hover>hr
    {
        border-color: #3f73f3;
    }
}
/*---------------------------------------
   SECTION FEATURES              
-----------------------------------------*/

.features {
    background-color: rgba(228, 228, 228)
}
.feature_inner {
    /*padding-top: 30px;*/
    padding-bottom: 70px;
}
.feature_iphone {} .feature_iphone img {
    width: 100%;
}
.right_single_feature {
    position: relative;
    padding-left: 90px;
    /*margin-bottom: 65px;*/
    margin-top: 35px;
}
.right_single_feature div {
    position: absolute;
    font-size: 40px;
    color: #3f73f4;
    left: 0;
    width: 90px;
    height: 90px;
    text-align: center;
    top: -8px;
}
.right_single_feature h3 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    /*margin-bottom: 21px;*/
    color: #333333;
    text-align: left;
    margin-left: 2.14em
}
.right_single_feature h3 span {
    color: #3f73f4;
}
.right_single_feature p {
    color: #333;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
}
/*left feature*/

.left_single_feature {
    position: relative;
    padding-right: 90px;
    /*margin-bottom: 65px;*/
    text-align: right;
    margin-top: 35px;
}
.left_single_feature div {
    position: absolute;
    font-size: 40px;
    color: #3f73f4;
    right: 0;
    width: 90px;
    height: 90px;
    text-align: center;
    top: -8px;
}
.left_single_feature h3 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    /*margin-bottom: 21px;*/
    color: #333333;
    text-align: left;
    margin-left: 2.14em
}
.left_single_feature h3 span {
    color: #3f73f4;
}
.left_single_feature p {
    color: #333;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
}
.right_no_padding {
    padding-left: 15px;
}
.left_no_padding {
    padding-right: 15px;
}
@media (min-width: 991px) and (max-width: 1200px) {
    .right_single_feature {
        margin-left: -60px;
    }
    .left_single_feature {
        margin-right: -60px;
    }
    .feature_iphone {
        margin-top: 35px;
    }
    .right_single_feature h3,
    .left_single_feature h3 {
        margin-top: 0px;
        margin-bottom: 15px;
    }
}


/*---------------------------------------
   SECTION CALL TO ACTION              
-----------------------------------------*/

.call_to_action {
    background-color: #1a1a1a;
    padding-top: 100px;
    padding-bottom: 100px;
}
.call_to_action p {
    color: #dfdfdf;
    font-size: 18px;
    font-weight: 300;
}
.call_to_action a {} .btn-action,
.btn-action:active,
.btn-action:focus,
.btn-action:visited {
    background: #3f73f4;
    border: 1px solid #3f73f4;
    color: #fff;
    border-radius: 3px;
    padding: 15px 35px;
    text-transform: uppercase;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.btn-action:hover {
    background: #FF6B80;
    border-color: #FF6B80;
}

/*---------------------------------------
   SECTION APPS SCREEN             
-----------------------------------------*/

.apps_screen {
    background: #f1f1f1;
    padding-bottom: 96px;
}
.screen_slider {
    padding-top: 50px;
}
.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: transparent;
    border: 1px solid #3f73f4;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    opacity: 1;
    background: #3f73f4;
}
/*---------------------------------------
   SECTION FUN FACTS              
-----------------------------------------*/
.section_title_about
{
    padding-top: 0;
}
.section_title_about h2
{
    /*color: white*/
}
.section_title_about h2:after
{
    /*background-color: white*/
}
.section_title_about p
{
    /*color: white*/
}
.section_title_downloads
{
    padding-top: 0;
    color: white
}
.section_title_downloads h2
{
    /*color: white*/
}
.section_title_downloads h2:after
{
    /*background-color: white*/
}
.downloads_vega {
    /*background: url(http://www.1280x800.net/large/201203/4827.jpg) no-repeat center;*/
    background-size: cover;
    background: white;
}
.downloads_vega .section_overlay {
    padding-top: 50px;
    padding-bottom: 50px;
    /*background: rgba(228, 228, 228);*/
}
.item_downloads_vega {
    font-family: 'Source Sans Pro', sans-serif;
}
.item_downloads_vega i {
    /*color: white;*/
    font-size: 60px;
    ;
}
.item_downloads_vega h2 {
    /*color: white;*/
    font-weight: 500;
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 1px;
    font-family:  sans-serif;
}
.item_downloads_vega h2 span {
    font-weight: 300;
    font-family: 'Source Sans Pro', sans-serif;
}
.item_downloads_vega p {
    color: #D7DADB;
    font-size: 20px;
    margin-top: 0px;
    font-weight: 300;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
}
.item_downloads_vega a {
    /*color: white;*/
    font-size: 16px;
    margin-top: 0px;
    line-height: 40px;
    font-weight: 300;
    text-transform: uppercase;
    font-family:  sans-serif;
}
/*---------------------------------------
   SECTION DOWNLOAD              
-----------------------------------------*/

.download {
    background: #f1f1f1;
}
.download_screen {
    padding-top: 45px;
}
.download_screen img {
    width: 100%
}
.available_store {
    background: #1a1a1a;
    margin-top: -8px;
    position: relative;
}
.available_title {
    padding-top: 75px;
}
.available_title h2 {
    color: #fff;
    font-size: 30px;
}
.available_title p {
    color: #B5B5B5;
}
.single_store {
    text-align: center;
    border-left: 1px solid #0F1217;
    min-height: 230px;
    padding-bottom: 15px;
    position: relative;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.single_store i {
    color: #3f73f4;
    text-align: center;
    opacity: 1;
    font-size: 40px;
    padding-top: 90px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.store_inner {
    position: absolute;
    bottom: 93px;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.store_inner h2 {
    text-align: center;
    font-weight: 300;
    color: #d7dadb;
    font-size: 16px;
}
.single_store:hover {
    background: #121212;
}
.single_store:hover i {
    opacity: 0;
}
.single_store:hover div.store_inner {
    opacity: 1;
}
.no_padding {
    padding-left: 0px;
    padding-right: 0px;
}
.last {
    border-right: 1px solid #0F1217;
}
/*---------------------------------------
   SECTION CONTACT              
-----------------------------------------*/

.contact {
    background: white;
    background-repeat: no-repeat;
    background-size: cover;
}
.contact_form {
    padding-top: 30px;
}
.contact_form .form-control {
    display: block;
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: transparent;
    border: 1px solid #aeaeae;
    background-image: none;
    border-radius: 3px;
    margin-bottom: 15px;
    opacity: .8;
     -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    outline: 0px !important;   

}
.contact_form .form-control:focus {
    border: 1px solid #3f73f4;
    border-color: #3f73f4;
    outline: 0px none;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.075) inset, 0px 0px 0px rgba(102, 175, 233, 0.6);
}
.contact_form {} .form-control:-webkit-input-placeholder {
    color: red;
}
.form-control:-moz-placeholder {
    /* Firefox 18- */
    
    color: red;
}
.form-control:-moz-placeholder {
    /* Firefox 19+ */
    
    color: red;
}
.form-control:-ms-input-placeholder {
    color: red;
}
.submit-btn,
.submit-btn:active,
.submit-btn:focus,
.submit-btn:visited {
    background-color: transparent;
    border: 1px solid #3f73f4;
    border-radius: 4px;
    width: 100%;
    height: 50px;
    text-transform: uppercase;
    font-size: 18px;
    color: #3f73f4;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    outline: 0px !important;
}
.submit-btn:hover {
    background-color: #3f73f4;
    color: #fff;
    border-color: #3f73f4;
}
.social_icons {
    padding-top: 50px;
    padding-bottom: 70px;
}
.social_icons ul {
    margin: 0;
    padding: 0;
    text-align: center;
}
.social_icons ul li {
    list-style: none;
    display: inline;
    padding-left: 10px
}
.social_icons ul li a {
    text-decoration: none;
    display: inline-block;
    text-align: center;
    border: 1px solid #9d9d9d;
    border-radius: 3px;
    width: 45px;
    height: 45px;
    line-height: 49px;
    color: #9d9d9d;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.social_icons ul li a i {
    font-size: 20px;
}
.social_icons ul li a:hover {
    background: #3f73f4;
    border: 1px solid #3f73f4;
    color: #fff
}
.error {
    color: #3f73f4;
    display: block;
    padding-bottom: 15px;
    font-size: 18px
}
.error i {
    padding-right: 10px;
    font-size: 18px
}
.Sucess {
    color: #4DB849;  
    display: block;
    padding-bottom: 15px; 
    font-size: 18px;
    text-align: center;
}
.Sucess i {
    padding-right: 10px;
    font-size: 18px;
    color: #4DB849
}
.contact_form .form-control {
    color: #3d3d3d;
}
#message {
    height: 350px; 
    resize: none;
}

.contact {
    /*background-image: url(../images/subscribe.jpg);*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background: white;
}
.contact .section_overlay {
    padding-bottom: 70px;
    background: transparent
}
.contact .section_title h2{
	/*color: #eaeaea;*/
}
.contact .section_title p{
	color: #a4a4a4;
}
.contact_form {
    text-align: center;
    padding-top: 30px;
}
.contact_form .form-group {} .contact_form .form-control {
    background: transparent;
    border: 1px solid #575b63;
    border-radius: 0px;
    height: 45px;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    color: #aeaeae;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.contact_form .form-control:focus {
    background: transparent;
    border-bottom: 1px solid #f1f1f1;
    box-shadow: none;
}
.subs-btn,
.subs-btn:active,
.subs-btn:focus,
.subs-btn:visited {
    width: 200px;
    background: transparent;
    border: 1px solid #3f73f4;
    border-radius: 4px;
    height: 45px;
    margin-left: 0px;
    margin-bottom: 1px;
    color: #3f73f4;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    outline: 0px !important;
}
.subs-btn:hover {
    background-color: #3f73f4;
    color: #fff;
    border-color: #3f73f4;
}
@media (min-width: 300px) {
    .contact_form .form-control {
        width: 100%
    }
}
.subscription-success {
    color: #fff;
    text-align: center;
    font-size: 20px;
}
.subscription-error {
    color: #fff;
    text-align: center;
    font-size: 20px;
}
/*---------------------------------------
   SECTION FOOTER              
-----------------------------------------*/

.copyright {
    background-color: #1A1D22;
    padding-bottom: 65px;
    padding-top: 65px;
    border-bottom: 3px solid #3f73f4;
}
.copyright h2 {
    height: 0px;
    margin: 0px;
}
.copy_right_text {
    width: 60%;
}
.copy_right_text p {
    color: #8C8B8A;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
}
.copy_right_text p a {
    text-decoration: none;
    color: #3f73f4;
}
.copy_right_text p span {
    font-weight: 300;
}
.scroll_top {
    text-align: right;
}
.scroll_top a {
    background: #3f73f4;
    padding: 12px 20px;
    display: inline-block;
}
.scroll_top a i {
    color: #fff;
    font-size: 25px;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    background-color: red;
    background-image: none;
    color: rgb(0, 0, 0);
}
.PRELOADER {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 50000;
    opacity: 1;
     -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.spinner {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    left: 50%;
    margin-left: -35px;
    height: 24px;
    width: 70px;
    text-align: center;
    display: block;
}
.spinner > div {
    width: 18px;
    height: 18px;
    background-color: #333;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
    animation: bouncedelay 1.4s infinite ease-in-out;
    /* Prevent first frame from flickering when animation starts */
    
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
@-webkit-keyframes bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0.0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}
@keyframes bouncedelay {
    0%, 80%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    40% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}
/*--------------------------------------- 
   КОСТЫЛИ             
-----------------------------------------*/
.padding0
{
    padding: 0;
}

.tuor-mobile
{
    display: none;
}
.tuor-desktop
{
    display: inline-block;
        padding: 10px;
    width: 100%;
}
h2
{
    overflow: visible;
}
.lang-panel
{
    position: fixed;
    left: 1.5rem;
    top: 1.5rem;
    z-index: 11111111;
}
.lang-panel>a
{
    color: white;
    cursor: pointer
}
.section_title_features
{
    padding-top: 50px;
}
.right-btn-main
{
    float: right;
    border: 1px solid #4b68f9;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.right-btn-main:hover
{
    color: white;
    border-color: #4b68f9;
    background: #4b68f9;
}
@media (max-width: 768px) {
    .tuor-mobile
    {
        display: block
    }
    .tuor-desktop
    {
        display: none;
    }
    .inner_production_title h2
    {
        font-size: 22px;
    }
    .inner_production_title p
    {
        margin-top: 0;
    }
    .single_production_area
    {
        padding-left: 60px
    }
    .single_production_area div i
    {
        font-size: 44px;
    }
    .single_production_area h3
    {
        margin-top: 0;
        font-size: 14px;
    }
    .single_production_area p
    {
        font-size: 12px;
    }
    .navbar-brand img {} .navbar-default {
      /*  background-color: #fff !important; */
    }
    .production_phone
    {
       max-height: 30rem;
       overflow: hidden
    }
    .inner_production_title
    {
        padding-top: 40px;
        padding-bottom: 10px
    }
    /*------*/
    .section_title_features
    {
        padding-top: 50px;
        padding-bottom: 0px;
        text-align: center
    }
    .right_no_padding
    {
        padding: 0;
        margin: 0;
    }
    .left_single_feature
    {
        margin: 0;
        padding: 0
    }
    .right_single_feature
    {
         margin: 0;
        padding: 0
    }
    .section_title_contact
    {
        padding-top: 50px
    }
    .contact-info
    {
        padding: 10px
    }
    .contact-info h2
    {
        font-size: 20px;
    }
    .section_title_cc
    {
        padding-top: 50px;
        padding-bottom: 0;
    }
    .navbar-default
    {
       background: rgba(59, 59, 59, 1) !important;
    }
    .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus
    {
        color: white;
    }
    .navbar-default .navbar-nav>li>a
    {
        color: #c1c1c1
    }
    .navbar-brand img
    {
        display: block
    }
}
#CONTACT *
{
    overflow-x: initial;
}
#rc-connect *
{
    overflow-x: initial;
}
#rh-snippet *
{
    overflow-x: initial;
}
.navbar *
{
    overflow-x: initial;
}
.inner_production_desc *
{
    overflow-x: initial;
}
.scroll_top *
{
    overflow-x: initial;
}
#wowslider-container1 *
{
    overflow-x: initial;
}
.feature_inner *
{
    overflow-x: initial;
}
.bottom-show-mail
{
    background: #3f73f4;
    padding: 12px 20px;
    display: inline-block;
    color: white;
    border-color: transparent;
    margin-top: 15px;
}
.label_checkbox
{
    text-align: left;
}
.mobile
{
    display: none
}



.swiper-container {
      width: 100%;
      height: auto;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      
    }
    .swiper-container .swiper-slide {
      min-height: 300px;
      /*line-height: 300px;*/
    }
    .slide-container-text-header>h3
    {
        text-transform: uppercase;
        text-align: center;
        position: relative;
        color: #333;
        font-size: 24px;
        font-weight: 400;
        padding: 0;
        margin-top: 0;
    }
    .slide-container-image
    {
        padding-left: 6rem;
        padding-right: 1rem;
        padding-top: 2rem;
        padding-bottom: 5rem;
            
    }
    .slide-container-image>img
    {
        max-width: 100%;
    }
    .slide-container-text
    {
        text-align: justify;
        padding-top: 2rem;
        padding-right: 0rem;
        padding-left: 1rem;
        padding-bottom: 5rem
    }
    .slide-container-text>p
    {
        font-size: 16px;
    }
    @media (max-width: 768px) {
        .slide-container-image
        {
            padding-left: 6rem;
            padding-right: 6rem;
            padding-top: 2rem;
            padding-bottom: 0rem;

        }
        .slide-container-text
        {
            padding-top: 2rem;
            padding-right: 6rem;
            padding-left: 6rem;
            padding-bottom: 3rem
        }
    }
/*    .swiper-container .swiper-slide:nth-child(2n) {
      height: 500px;
      line-height: 500px;
    }*/

.background_video_container {position: relative; padding-bottom: 56.25%; /* 16:9 */  padding-top: 25px;}
.background_video_container iframe {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}

@media (max-width: 768px) {
        .background_video_container {position: initial; padding-bottom: 0; /* 16:9 */  padding-top: 0;}
        .video
        {
            padding-top: 0 !important;
        }
}

.ul_downloads
{

}
.li_ul_downloads
{
    
}
.li_ul_downloads>a
{
    
}
.li_ul_downloads>a:hover,.li_ul_downloads>a:active,.li_ul_downloads>a:focus
{
    
}
.li_ul_downloads>a>i
{
    
}



.cookies_alert
{
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 11;
    background-color: rgba(59, 59, 59, 0.9);
    display: none;
}
.cookies_container
{
    padding: 1rem;
    float: left;
    color: #b0b0b0;
}
.cookies_container_text
{
    float: left;
    padding-left: 2rem;
    padding-top: 0.8rem;
}
.cookies_container_text>p
{
    padding: 0;
    margin: 0;
}

#buttonCookiesBox
{
    float: left;
}