
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../font/material-design-icons/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       url(../font/material-design-icons/MaterialIcons-Regular.woff2) format('woff2'),
       url(../font/material-design-icons/MaterialIcons-Regular.woff) format('woff'),
       url(../font/material-design-icons/MaterialIcons-Regular.ttf) format('truetype');
}

 html {
    font-family: Roboto, Calibri, Trebuchet, sans-serif;
  }
        



.side-nav {
    
    width: 280px;
    
}
ul.side-nav.fixed li.logo{text-align:center;margin-top:32px;margin-bottom:16px;border-bottom:1px solid #444;}
ul.side-nav.fixed li.logo:hover{background-color:transparent;}
ul.side-nav.fixed{overflow:hidden;}
ul.side-nav.fixed li{line-height:44px;}
ul.side-nav.fixed li:hover, ul.side-nav.fixed li.active{background-color:rgba(0, 0, 0, 0.05);}
ul.side-nav.fixed li a{font-size:13px;line-height:44px;height:44px;}
ul.side-nav.fixed ul.collapsible-accordion{background-color:#FFF;}
ul.side-nav.fixed:hover{overflow-y:auto;}
#toast-container {
    top: 20%;
    right: 7%;
    max-width: 86%;
}

ul#nav-mobile2{margin-left:-40px;}
#mob-mat {
    background-image: url(../images/mob-bg.png);
    background-size: cover;
    height: 140px;
}
/*http://www.bztda.com/catalog/trac_equip/equip/okuchivatel_navesnoj_trehkorpu/
*/
a , .tabs .tab a
  {
    /*color: #39c17a;*/
    color:#3F9468;   
}

.tabs .tab a:hover
  {
    /*color: #39c17a;*/
    color:rgba(63, 148, 104, 0.7);   
}

.tabs .indicator {
    position: absolute;
    bottom: 0;
    height: 2px;
    background-color: rgba(63, 148, 104, 0.74);
    will-change: left, right;
}

i.left {
   
    margin-right: 5px;
}


section {min-height: 250px;}

.carousel .carousel-item {
    width: 400px;
    
}

.card .card-content .card-title {
    line-height: 2.4rem;
    font-size: 1.8rem;
    font-weight: 200;
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
}

/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */
h1, h2, h3, h4 {
 font-family: 'Exo 2', sans-serif;

}

b {font-weight: 400;}

#benefits b {font-weight: 500;}


.scrolloff{ pointer-events: none; }

.collapsible-body p {
   
    font-weight: 400;
}

#top .btn {
    margin-top: px;
}

#top .btn > i {
    margin-top: -15px;
}


nav ul a, nav .brand-logo {
    
    color: rgba(255, 255, 255, 0.78);
    
}
nav ul a:hover, nav .brand-logo:hover {
    
    color: rgba(255, 255, 255, .75);
    
}

#benefits4 i.large {
    font-size: 5rem;
}

.brand-logo img.responsive-img {
    vertical-align: middle;
    padding-top: 2px;
}


h1 {
    font-size: 4rem;
    line-height: 110%;
    margin: 6rem 0 1rem 0;
    font-weight: 700;
    margin-top: 50px;
    font-family: 'Exo 2', sans-serif;

}



.card .card-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
}


section {
    padding: 3rem 0 60px 0;
}

#top_phone{
    border: rgba(255, 193, 7, 0.5) 2px solid;
    border-radius: 15px;
    padding: 10px 5px;
    background-color: rgba(0, 0, 0, 0.45);
    
}



footer.page-footer {
    margin-top: -2.2rem; 
    padding-top: 20px;
    background: url('/images/zwartevilt.png') ; 
   
}

blockquote {
  
  border-left: 4px solid #ffc107 ;
  margin: 1.5em 5px;
  padding: 1rem 5px;
    padding-left: 10px;
      font-size: 120%;
    font-weight: 300;
    font-style: italic;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
  
}

.up {
  text-transform: uppercase;
  
}

.lead-c{margin: 1rem auto 3rem; padding: 0 10px 0 10px; font-size:160%;font-weight:300; max-width: 1000px; text-align: center}
.lead{margin: 1rem auto 3rem; padding: 0 10px 0 10px; font-size:140%;font-weight:400; max-width: 1000px; text-align: left}

.lead b {font-weight:400;}

.scale12{-webkit-transform: scale(1);transform: scale(1);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out; -webkit-font-smoothing: antialiased; z-index: 8; }

.scale12:hover{    
transform: scale(1.15);
-webkit-transform: scale(1.15);
-moz-transform: scale(1.15);
-o-transform: scale(1.15);
-ms-transform: scale(1.15);
-webkit-font-smoothing: antialiased; 
z-index: 10;
   
}

#index-banner {
    background-image: url("../images/bg1.jpg");
    background-size: cover;
    background-position: top center;
    min-height: 700px;
    padding-bottom: 0px;
    
}




#features {
    background-image: url("../images/bg2.jpg");
    background-size: cover;
    background-position: top center;
    min-height: 550px;
}



.iadapt {
    
    font-size: 6rem;
}



.bar{

margin-top: -12px;}

#index-banner H1 {
    margin-top: 7%;
    margin-bottom: 20px;
    font-weight: 300;
   font-family: 'Exo 2', sans-serif;

}





#index-banner .cta {
    max-width:800px; 
    margin:0 auto;
    overflow: visible;
    font-weight: 500;
    margin-top: 20px;    
    border-radius: 6px;
    padding:0px 10px 10px;
    background-color: rgba(0, 0, 0, 0.45);
    
    
}

#index-banner .cta h3 {font-size: 1.7rem}





#index-banner h3 {   
    
    font-size: 1.7rem;
    font-weight: 300;
}
#index-banner h4 {   
    
    font-size: 4rem;
    font-weight: 500;
    width: 6.5rem;
    height: 6.5rem;
    padding-top: .7rem;
    text-align: center;
    margin: auto;
    margin-bottom: -15px;
    
    
}






nav , .navbar-fixed{
   position:absolute;
       top: 0;
       width: 100%;
       background: transparent;
       box-shadow: none;
}

.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;  
  background-color: white;
  /* padding-top: 10px; */
  white-space: nowrap;
  height: 48px;  
  margin: 0 auto;
  width: 100%;  
   }

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
	font-size: inherit;
}
#logo-container {
        height: 57px;
        margin-bottom: 32px;
}

.logo {
    text-align: center;
    margin-top: 32px;
    margin-bottom: 16px;
    border-bottom: 1px solid #444;
}


/* Promo Block */
.promo {
  width: 100%; }
  @media only screen and (max-width : 992px) {
      
   .iadapt {
    
    font-size: 4rem;
}   
     
      
      #help {
    background:#e3eaf4;
    background:url("../images/bg4-m.jpg") top center;   
    height: 500px;}
      
      
      
    .promo {
      width: 60%;
      margin: 0 auto;
      display: block; } }
  .promo i {
    margin: 40px 0;
    color: #ee6e73;
    font-size: 7rem;
    display: block; }

.promo-caption {
  font-size: 1.7rem;
  line-height: 2rem;
  font-weight: 500;
 font-family: ' ', sans-serif;
  margin-top: 5px;
  margin-bottom: 0; }



.thin100 {
    font-weight: 100}


p {font-size: 1em;
    padding-bottom: 10px
}

.call
{margin-top: -30px;
padding: 1px 10px 10px 10px;}



#index-banner H1{
    
    font-family: 'Exo 2', sans-serif;

    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.38);
    font-size: 2.5rem;
    font-weight: 600;
}


 #index-banner h2 {
    
   font-family: 'Exo 2', sans-serif;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.38);
    
    font-size: 2.0rem;
    max-width:890px; 
    margin:0 auto;
    overflow: visible;
    font-weight: 600;
    padding-top: 15px;
}

 

  h5 {
    
    font-family: 'Exo 2', sans-serif;

    font-size: 1.0rem;
}

}




 @media only screen and (max-width : 468px) {
  
     
     #index-banner {
    background-image: url("../images/banner-m.jpg");
    background-size: cover;
    background-position: bottom center;
}
     
  #index-banner H1 {
    font-size: 2.5rem;
    margin-top: 80px;
        }
   
   

     
     
      #index-banner h3 {
    font-size: 1.8rem;
        }
    
     h4 {
    font-size: 1.8rem;
         font-weight: 200;
        }
    
 #index-banner .btn-large:nth-child(1) {    
   margin-right: 0;
     margin-bottom: 30px;
    
}
#index-banner .btn-large:nth-child(2) { 
    margin: 0 auto;
    
}
     
     
 }





@media only screen and (max-width : 992px) {
  
     
     #index-banner {
    background-image: url("../images/banner-m.jpg");
    background-size: cover;
    background-position: bottom center;
}



}



/********************
  Index Page Styles
********************/
ul.side-nav.fixed li.logo {
  text-align: center;
  margin-top: 32px;
  margin-bottom: 16px;
  border-bottom: 1px solid #444; }
  ul.side-nav.fixed li.logo:hover {
    background-color: transparent; }

ul.side-nav.fixed {
  overflow: hidden; }
  ul.side-nav.fixed li {
    line-height: 44px; }
    ul.side-nav.fixed li:hover, ul.side-nav.fixed li.active {
      background-color: rgba(0, 0, 0, 0.05); }
    ul.side-nav.fixed li a {
      font-size: 13px;
      line-height: 44px;
      height: 44px; }
  ul.side-nav.fixed ul.collapsible-accordion {
    background-color: #FFF; }
  ul.side-nav.fixed:hover {
    overflow-y: auto; }


#logo-container {
  height: 57px;
  margin-bottom: 32px; }

nav.top-nav {
  height: 122px;
  box-shadow: none; }
  nav.top-nav a.page-title {
    line-height: 122px;
    font-size: 48px; }

a.button-collapse.top-nav {
  position: absolute;
  text-align: center;
  height: 48px;
  width: 48px;
  left: 7.5%;
  top: -30px;
  float: none;
  margin-left: -0.5rem;
  color: #fff;
  font-size: 32px;
  z-index: 2; }
  
  a.button-collapse.top-nav.full {
    line-height: 122px; }

@media only screen and (max-width : 600px) {
  a.button-collapse.top-nav {
    left: 5%; }
.thin {
    font-weight: 300;
}


}

@media only screen and (max-width : 992px) {
  nav .nav-wrapper {
    text-align: center; }
    nav .nav-wrapper a.page-title {
      font-size: 36px; } }

@media only screen and (min-width : 993px) {
  
.flow-text {
    font-size: 1.3rem;
    line-height: 2rem;
    font-weight: 300;
}



}

#front-page-logo {
  display: inline-block;
  height: 100%;
  pointer-events: none; }

@media only screen and (max-width: 992px) {
  #front-page-nav ul.side-nav li {
    float: none;
    padding: 0 15px; }
    #front-page-nav ul.side-nav li:hover {
      background-color: #ddd; }
    #front-page-nav ul.side-nav li .active {
      background-color: transparent; }
  #front-page-nav ul.side-nav a {
    color: #444; } }

#responsive-img {
  width: 80%;
  display: block;
  margin: 0 auto; }




#front-page-nav {
  background-color: #FFF;
  position: relative; }
  #front-page-nav a {
    color: #ee6e73; }
  #front-page-nav li:hover {
    background-color: #fdeaeb; }
  #front-page-nav li.active {
    background-color: #fdeaeb; }
  #front-page-nav .container {
    height: inherit; }


 h2 {
    
    
    font-size: 1.6rem;
      font-weight: 300;
     margin-bottom: 30px;
}


h2 .thin {
    
    
   
      font-weight: 400;
}

#other .btn {
    margin-bottom: 10px;
}

#form-container {
    margin: 1em;
}

.bold {
    font-weight: 400;
}

#cert {
    background-image: url("../images/guilloche.jpg");
    background-repeat: no-repeat;
    background-position: center center;
}

@media only screen and (min-width : 992px) {

h2 {
    
    font-family: 'Exo 2', sans-serif;
    font-size: 2.6rem;
    font-weight: 200;
    padding-bottom: 20px;
    line-height: 3rem;
    color: rgba(0, 0, 0, 0.85);
}


}


.top20 {
    margin-top: 20px;
}

.owl-carousel .item{
    -webkit-transform: scale(1);transform: scale(1);-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out; -webkit-font-smoothing: antialiased; z-index: 8;
}

.owl-carousel .item:hover{
 transform: scale(1.3);
-webkit-transform: scale(1.3);
-moz-transform: scale(1.3);
-o-transform: scale(1.3);
-ms-transform: scale(1.3);
-webkit-font-smoothing: antialiased; 
z-index: 10;
    overflow-y: hidden;
}

#car_top {
    margin-bottom: 50px;
}

#result {
    margin-bottom: 2rem;
}

[data-actualwidth] {
	opacity:0;
}

nav ul a {
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    font-size: 0.8rem;
    color: #fff;
    display: block;
    padding: 0 15px;
    cursor: pointer;
}

nav .brand-logo {
    position: absolute;
    color: #fff;
    display: inline-block;
    font-size: 1.8rem;
    padding: 0;
    white-space: nowrap;
    padding-top: 2px;
}

#map_calc {
    
}

#gmap {
   
}

#map {
   background:white url("../images/evac3.jpg") top right no-repeat; 
}

.dashed {
    text-decoration:none;border-bottom:0px dashed black;
}

 #help p {
    background:rgba(227, 234, 244, 0.71);
    font-size: 1.1rem;
    font-weight: 400;
    border-radius: 2px;
    padding: 5px;
    
}



#info {
        margin-top: -40px;
}

#top_img {
        margin-top: -90px;
        margin-bottom: 20px;
}

.pay_btn {
    margin-bottom: 20px;
}

.full-btn {
    margin-bottom: 20px;
}

#big_call {
    padding: 20px;
}

#top-h3 {
       

}



.video {
    background-image: url("../images/video-bg.jpg");
    background-size: cover;
    background-position: bottom center;
}

.mob-title {
 margin-top: -40px;
    color: white;   
}

#contacts h5 {
    font-size: 1.4rem;
}

.action {
    margin-bottom: 30px
}

nav.navbar.shrink {

    background-color: rgba(99, 11, 123, 0.95);
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
nav.navbar{
  
   // Animation
   -webkit-transition: all 0.4s ease;
   -webkit-transition: all 0.4s ease;
   transition: all 0.4s ease;
}

.nav-wrapper i .left{    
        line-height: 40px;
}




   @media only screen and (min-width : 1400px) {
  #index-banner H1 {
    font-size:3.2rem;
    font-family: 'Exo 2', sans-serif;

    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.38);
      font-weight: 400
}  
    
}
#carts {
    max-width: 1280px;
    margin:0 auto;
    padding: 0 20px 0;
    
}



h4 {
    font-weight: 300;
    font-family: 'Exo 2', sans-serif;
}




.responsive-img {
    margin-bottom: 20px
}

.brand-logo {
    font-weight: 100;
}



section#th-row {
    padding: 40px;
}

h2.white-text {
    text-shadow:0px 2px 5px rgba(0, 0, 0, 0.38)
}

#lovestory {
    min-height: 650px;
    padding: 80px;
    background: url('/images/love.jpg') no-repeat top center; 
   
}

.action h4 {
    line-height: 3rem;
    font-family: 'Exo 2', sans-serif;
}

.autor {
        
    max-width: 900px
    
}


.autor img {
    margin-bottom: -6px;
    padding-bottom: 0;
}

.cd-top {
    padding-top: 0;
}

autoh2 {
    max-width: 980px;
    margin: auto;
}

#benefits {
    background: url('../images/bg2.png') ; 
    margin-top: -20px;
}
#catalog-prod {
    background: url('../images/bg2.png') ; 
    margin-top: -20px;
}

.card-panel {
    max-width: 980px;
    margin: auto;
    margin-top:20px;
}

h2, .card-panel {
    max-width: 980px;
    margin: auto;
}
li.check__item {
    padding: 0 0 10px 32px;
    list-style-type: none;
    background: url(../images/check-icon.png) left 3px no-repeat;
}
#benefits3 {
    margin-top: 0px;
    background-image: url("../images/bg-9.jpg");
    background-size: cover;
    background-position: top right;
    min-height: 700px;
    padding: 50px 0;
    

}

#benefits3 h2 {
    
    
}



.who-partn .card {
   min-height: 200px; 
}
#catalog-prod .card{
    margin-bottom: 40px;
}

#benefits4 {
    background: url('../images/bg4.jpg') no-repeat top center; 
    background-size: cover;
}

.w99 {
    max-width: 990px;
    margin: auto;
    width: 95%;
}

.collection-item i {
  
  margin-bottom: 10px;
    font-size: 4rem;
    margin-right: .8rem;
}
.collection .collection-item.avatar {
    min-height: 84px;
    padding-left: 20px;
    position: relative;
    background: transparent;
}
ul.collection.left-align.flow-text {
    border: none;
}
.collection .collection-item {
    background-color: #fff;
    line-height: 1.5rem;
    padding: 15px 20px;
    margin: 0;
    border-bottom: 1px solid #e0e0e0;
    /* margin-bottom: 10px; */
}

.benefits4-card {
    background-color: bisque;
   
}

#rules {
    background: url('../images/bg6.jpg') no-repeat bottom center; 
    background-size: cover;
}

#catalog {
    background: url('../images/bg7a.jpg') no-repeat top right; 
    
}



.stat-wrap {
    background-color:rgba(250, 250, 250, 0.85)
}

.slider .indicators .indicator-item.active {
    background-color: purple;
}


.cat-price {
    font-weight: 500;
    color:rgba(0, 0, 0, 0.70);
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #f2f2f2;
}
.card-content.left-align {
    border-left: 1px solid #b4b4b4;
}

.card .card-action {
    position: relative;
    background-color: inherit;
    border-top: 1px solid rgba(160,160,160,0.2);
    
    padding: 16px 50px 10px 140px;
}

#how-to .card-image {
    min-width: 100px;
    padding: 30px 20px 20px;
}
#how-to .card-image h3 {
    margin-top: 10px;
    font-size: 4rem
}

#how-to {
    background: url('../images/bg3b.jpg') no-repeat top center; 
    background-size: cover;
}

.tiny {
    line-height: 1.5rem;
}

.modal {
    max-width: 800px;
}

.callback {
    text-decoration: underline;text-decoration-style: dashed;
    
}
@media only screen and (max-width: 1130px) {
#index-banner .cta h3 {font-size: 1.2rem}
 #index-banner .cta h4 {
    font-size: 2.7rem;
    font-weight: 500;
    width: 4.5rem;
    height: 4.5rem;
    padding-top: .7rem;
    text-align: center;
    margin: auto;
    margin-bottom: -15px;
    }
#index-banner {min-height: 500px} 
    nav ul a.btn, nav ul a.btn-large, nav ul a.btn-large, nav ul a.btn-flat, nav ul a.btn-floating {
    margin-top: -2px;
    margin-left: 1px;
    margin-right: 1px;
}
    
    .btn {padding-left: 10px;padding-right: 10px;}
 
}
#index-banner .cta .cta-mob {
    margin-top: -100px;
}

.cta-btn-mob {
    margin-top: -20px;
}

 @media only screen and (max-width : 568px) {
 
     
  #index-banner {
    padding-top: 40px
        }
     #index-banner h2 {
    font-size: 1.5rem;
         margin-top: -10px
        }
     #index-banner h1 {
    font-size: 1.7rem;
        }
     
     #index-banner .autor {
    margin-top: -20px
        }
     
     #benefits3 {
    margin-top: 0px;
    background-image: url("../images/bg-9-m.jpg");
    background-size: cover;
    
    background-position: top center;
    
    padding: 20px 0;
         
}
     
     .benefits4-card1 {
    margin-top: 20px;
}
    
    .card-action1 a:first-child {
    display: none;
}
.card .card-action {
    
    padding: 10px;
}

     h2 {
    margin-bottom: 20px;
    font-size: 2rem;
}
}
.tooltipped-white {
    border-bottom: 1px dashed white
}
