/* ------------------------------------------------------------------------------
 
  1.  Global

      1.1 General
      1.2 Loader
      1.3 Typography
      1.4 Fields
      1.5 Buttons
      1.6 Icons
      1.7 Colors
      1.8 Backgrounds
      1.9 Content styles

  2.  Header 

      2.1 Brand
      2.2 Navigation
      2.3 Affix

  3.  Home
  4.  Partners

      4.1 Owl carousel

  5.  About

      5.1 Product
      5.2 Charts
      5.3 Video section
      5.4 Magnific popup

  6.  Features
  7.  Reviews
  8.  Prices
  9.  Contacts
  10. Footer
  11. Modals
  12. Responsive styles

      12.1 Max width 767px
      12.2 Min width 768px
      12.3 Min width 992px
      12.4 Min width 1200px

    
    
/*-------------------------------------------------------------------------------
  1. Global
-------------------------------------------------------------------------------*/



/* 1.1 General */



@import url('bootstrap.min.css');
@import url('font-awesome.min.css');
@import url('animate.css');
@import url('magnific-popup.css');
@import url('owl.carousel.css');
@import url('owl.transitions.css');

html{
  -webkit-font-smoothing: antialiased;
}

body{
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-variant-ligatures: normal;
  font-variant-caps: normal;
  font-variant-numeric: normal;
  font-variant-east-asian: normal;
  font-stretch: normal;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.42857;
  height: 100%;
  width: 100%;
  color:#333;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-width: 320px;

}

::-webkit-scrollbar{
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #009688;
}

::selection{
  background-color:#009688;
  color:#fff;
}

-webkit-::selection{
    background-color:#009688;
    color:#fff;
}

::-moz-selection{
    background-color:#009688;
    color:#fff;
}



/* 1.2 Loader */



.loader{
  position: fixed;
  overflow: hidden;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background:#009688;
  color:#fff;
  text-align: center;
}

.loader-brand{
  position: absolute;
  left:0;
  width: 100%;
  top:50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
}


/* 1.3 Typography */



h1,
.h1{ 
  font-size: 36px;
  line-height: 1.3;
  font-weight: 700;
  margin:0 0 30px 0;
}

h1{
font-family: "Montserrat";
font-weight: 700;
}
h2,
.h2{ 
font-family: "Montserrat";
  position: relative;
  font-size: 35px;
  line-height: 1.4;
  font-weight: 700;
  color: #303559;
}

h3,
.h3{
  font-size: 17px;
  line-height: 1.25;
  font-weight: 700;
  color:#000;
  margin-top: 20px;
  margin-bottom: 10px;
}

h4,
.h4{
  font-size: 15px;
  line-height:1.4;
  font-weight: 700;
  color:#4B4B4C;
  margin:0;
}

ul,
ol {
  margin-top:0px;
  margin-bottom: 10px;
}

ul{
 /* list-style: none;*/
  padding-left: 15px;
}

.inline-list li{

  margin-right: 20px;
}

ol li,
ul li{
  margin-top: 10px;
}

p{ 
  margin:10px 0 0;
}

blockquote{
  margin:40px 0;
  background-color: #f7f7f7;
  padding: 40px 80px 40px;
  position: relative;
  border-left-color:#009688;
  font-size: inherit;
  line-height: 1.7;
  color: #6B6B6B;
}

blockquote:after, q:after {
  content:"\f10e";
  color: #DBDBDB;
  font-family: "FontAwesome";
  font-size: 30px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: absolute;
  top: 25px;
  left: 25px;
}

blockquote *{
  margin:0;
}

a {
  color:#009688;
  -webkit-transition: color .3s ease-out;
       -o-transition: color .3s ease-out;
          transition: color .3s ease-out;
}

a:hover,
a:focus {
  color:#009688;
  outline: none;
}

a:focus{
  text-decoration: none;
}



/* 1.4 Fields */



.form-control,
textarea.form-control{
  height: 50px;
  color: #9F9F9F;
  border-radius: 30px;
  padding-left: 22px;
  -webkit-box-shadow:none;
          box-shadow:none;
  -webkit-transition: all .15s;
       -o-transition: all .15s;
          transition: all .15s;
}

.form-control:focus {
  border-color: #009688;
  outline: 0;
  -webkit-box-shadow:none;
          box-shadow:none;
}


textarea.form-control{
  height: 120px;
  padding-top: 14px;
  border-radius: 30px;
  resize:none;
}

.form-control::-moz-placeholder {
  color: #9F9F9F;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #9F9F9F;
}

.form-control::-webkit-input-placeholder {
  color: #9F9F9F
}

.form-control.error{
  border-bottom: 1px solid #D99675;
}

.wobble-error{
  -webkit-animation: hvr-wobble-horizontal 1s ease-in-out 0s 1 normal;
           animation: hvr-wobble-horizontal 1s ease-in-out 0s 1 normal;
}


label.error{
  display: block;
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  margin:10px 20px 0;
}

label.error .fa{
  margin-right: 4px;
}

.b-primary{
  border-color:#009688;
}



/* 1.5 Buttons */



.btn{
  position: relative;
  display: inline-block;
  background:#009688;
  border:2px solid #009688;
  padding:15px 42px 15px;
  height: 50px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 12px;
  color:#fff;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: background-color .3s ease-out;
       -o-transition: background-color .3s ease-out;
          transition: background-color .3s ease-out;
}

.btn .fa{
  font-size: 1.3em;
  margin-right: 5px;
  color: #fff;
}

.btn:focus{
  outline: none!important;
  -webkit-box-shadow:none;
  box-shadow: none;
}

.btn:hover,
.btn:focus{
  border-color:#FF6548;
  background-color:transparent;
  color: #009688;
}

.btn:hover .fa{
  color: #009688;
}

.btn-light,
.btn-light:after,
.btn-light:focus{
  color: #fff;
}

.btn-light{
  color: #000;
  background-color: #DADADA;
}

.btn-b-white{
  color: #fff;
  border-color:#fff;
}


.btn-b-white:hover,
.btn-b-white:focus{
  border-color:#fff;
  background-color: #fff;
  color: #009688;
}



/* 1.6 Icons */



.fa {
    display: inline-block;
    color: #098F78;
}

a.fa:hover,
a.fa:focus{
  text-decoration: none;
}

.icon-link .fa{
  vertical-align: middle;
  margin-left: 5px;
}



/* 1.7 Colors */



.text-white{
  color:#fff;
}

.text-opacity{
  opacity: 0.7;
}

.text-dark{
  color:#000;
}

.text-primary{
  color:#009688;
}



/* 1.8 Backgrouns */



.bgc-white{
  background-color: #fff;
}

.bgc-light{
  background-color: #F2F6FF;
}

.bgc-primary{
  background-color: #009688;
}



/* 1.9 Content styles */



.layout{
  overflow: hidden;
}

.section,
.section-lg{
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-sm{
  padding: 100px 0;
}

.section-title{
  margin:0 0 15px 0;
}

.icon-title{
  margin-bottom: 20px;
}

.banner-title{
  font-size: 34px;
  margin:0 0 15px 0;
}

.section-body{
  margin-top: 80px;
}

.top-space{
  margin-top: 25px;
}

.top-base{
  margin-top: 50px;
}

.masked{
  position: relative;
}

.masked:after{
  content:'';
  position: absolute;
  left:0;
  top:0;
  width:100%;
  height: 100%;
  background-color: rgb(0 150 136 / 83%);
}

.rel-1{
  position: relative;
  z-index: 1;
}

.mobile *{
  background-attachment: scroll!important;
}



/*-------------------------------------------------------------------------------
  2. Header
-------------------------------------------------------------------------------*/



.navbar{
  position: absolute;
  z-index: 10;
  top:0;
  left:0;
  width: 100%;
  padding:20px 0;
  margin:0;
  border:0;
  border-radius: 0;
}

.navbar-toggle{
  margin-top: 20px;
}

.navbar-toggle .icon-bar{
  background-color: #009688;
  height: 2px;
  width: 30px; 
}

.navbar-toggle .icon-bar + .icon-bar{
  margin-top: 5px;
}

.navbar-toggle.collapsed .icon-bar{
  background-color: #fff;
}


@media (max-height: 320px ){
  .navbar .navbar-collapse{
    max-height: 240px;
  }
}



/* 2.1 Brand */



.brand{
  display: inline-block;
  text-align: center;
}

.brand:hover,
.brand:focus{
  text-decoration: none;
}

.brand-img-white{
  display: inline-block;
}

.brand-img{
  display: none;
}



/* 2.2 Navigation */



.navbar-nav{
  padding-top: 15px;
  margin:0;
  font-size: 15px;
  font-weight: 500;
}

.navbar-nav li{
  position: relative;
  margin-top: 0;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

.navbar-nav li a{
  color: #333;
  text-decoration: none;
  padding:12px 20px;
  -webkit-transition:background-color 0.3s;
  -o-transition:background-color 0.3s;
  transition:background-color 0.3s;
}

.navbar-nav li a:hover,
.navbar-nav li a:focus,
.navbar-nav .active > a{
  background-color: transparent;

}

.navbar-nav > li > a:hover,
.navbar-nav > .active > a{
  background-color: #009688;
}

.navbar-nav li ul{
  font-size: 14px;
}

.navbar-nav li li{
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

.navbar-nav li li:last-child{
  border-bottom: 0;
}

.navbar-nav li li a{
  display: block;
  padding: 15px 20px;
  color: #adadad;
}

.navbar-nav li li a .fa{
  margin-right: 10px;
}

.navbar-nav li:hover{
  z-index: 1;
}

.navbar-nav li:hover > ul{
  opacity: 1;
  -webkit-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
}



/* 2.3 Affix */



.navbar.affix{
  position: fixed;
  top:0;
  background-color:rgba(255,255,255,0.95);
  padding:10px 0;
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
}

.navbar.affix .brand-img-white{
  display: none;
}

.navbar.affix .brand-img{
  display: inline-block;
}

.navbar.affix .navbar-nav{
  padding-top: 15px;
}

.navbar.affix .navbar-nav li a{
  color: #4B4B4C;
}

.navbar.affix .navbar-nav > li > a:hover, 
.navbar.affix .navbar-nav > .active > a{
  color: #fff;
}

.navbar.affix .navbar-toggle{
  margin-top: 10px;
}

.navbar.affix .navbar-toggle.collapsed .icon-bar{
  background-color: #009688;
}



/*-------------------------------------------------------------------------------
  3. Home
-------------------------------------------------------------------------------*/



.masthead{
  /*background: url(../img/bg/masthead.jpg) 50% 0 no-repeat;*/
  background-size: cover;
}

.masthead-inner{
  background: url(../img/bg/masthead-inner.jpg) 50%  no-repeat;
  background-size: cover;
}

.masthead-inner h1{
  margin-bottom: 20px;
}

.masthead-video.masked:after{
  background-color: rgba(0,0,0,0.2);
}

.video{
  position:absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.opener{
  color:#fff;
  padding: 170px 0 90px;
}

.inner-page{
  color: #fff;
  padding: 100px 0 100px;
  margin-top: 73px;
}

.lead{
  font-size: inherit;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 0;
}

.lead-text{
  opacity: 0.7;
}

.lead-controls{
  margin-top:20px;
}

.lead-controls a{
  margin-top: 20px;
  vertical-align: middle;
}

.play-home{
  font-size: 15px;
  display:inline-block;
}

.play{
  display: inline-block;
}

.play .fa{
  padding:1px;
  color: inherit;
  vertical-align: middle;
  margin-right: 10px;
  -webkit-transition:all .5s;
  transition:all .5s;
}

.play:hover{
  text-decoration: none;
}

.btn-lead{
  margin-right: 20px;
}

.btn-lead:hover,
.btn-lead:focus{
  color: #fff;
  border-color: #fff;
}

.play-home .fa{
  padding:1px;
  color: inherit;
  vertical-align: middle;
  margin-right: 10px;
  font-size:50px;
  -webkit-transition:color .5s;
  transition:color .5s;
}

.play:hover{
  text-decoration: none;
  color: #fff;
}

.play:hover .fa{
  color: #009688;
}

.content{
  position: relative;
  background-color: #fff;
}

.content-inner{
  padding-top: 60px;
}

.intro{
  padding:0px 0 30px;
}



/* Breadcrumbs */



.breadcrumbs{
  padding:22px 0 22px;
  background-color: #f5f5f5;
  text-transform: uppercase;
  font-size:13px;
  font-weight: 500;
}


.breadcrumbs li{
  float: left;
  margin:0;
}

.breadcrumbs .active a,
.breadcrumbs a:hover{
  color: #009688;
}

.breadcrumbs li a{
  color:inherit;
  text-decoration: none;
}

.breadcrumbs li a:after{
  display: inline-block;
  content:'/';
  margin:0 10px;
}

.breadcrumbs li:last-child a:after{
  display: none;
}



/* ------------------------------------------------------------------------------- */
/*  4. Partners
/* ------------------------------------------------------------------------------- */



.partners{
  text-align: center;
  padding: 30px 0;
}

.partners .owl-controls{
  position: absolute;
  left: 0;
  margin-top: -20px;
}

.partner{
  opacity: 0.4;
  padding: 0 65px;
}

.partner img{
  margin:0 auto;
}



/* 4.1 Owl carousel */



.owl-controls {
  position: absolute;
  left: 0;
  width: 100%;
  margin-top: 50px;
}

.owl-controls .owl-pagination{
  text-align: center;
}

.owl-controls .owl-page{
  display: inline-block;
  margin:0 7px;
}

.owl-controls .owl-page span{
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #E0E0E0;
  -webkit-transition: .2s linear;
       -o-transition: .2s linear;
          transition: .2s linear;
}

.owl-controls .owl-page.active span, 
.owl-controls .owl-page:hover span{
  background-color:#009688;
}



/* ------------------------------------------------------------------------------- */
/*  5. About
/* ------------------------------------------------------------------------------- */



.row-columns{
  margin-top: -50px;
}

.column{
  margin-top: 50px;
}



/* 5.1 Product */



.animatePhone{
  -webkit-animation-name: animatePhone;
  animation-name:animatePhone;
}

@-webkit-keyframes animatePhone {
  0% {
    opacity: 0;
    -webkit-transform:rotateX(-80deg) translateZ(0px);
  }

  50%{
    -webkit-transform:rotateX(0deg) translateZ(0px);
  }

  100%{
    opacity: 1;
    -webkit-transform: rotateX(0deg);
  }
}



@keyframes animatePhone {
  0% {
    opacity: 0;
    transform:rotateX(-80deg) translateZ(0px);
  }

  50%{
    transform:rotateX(0deg) translateZ(0px);
  }

  100%{
    opacity: 1;
    transform: rotateX(0deg);
  }
}



/* 5.2 Charts */



.col-pie{
  display: inline-block;
}

.chart{
  display: inline-block;
  margin:0 20px;
  position: relative;
  color: #4d606f;
}

.chart-content{
  position: absolute;
  top:28px;
  left:40px;
  right: 40px;
  text-align: center;
}

.chart-title{
  font-weight: 400;
  font-size: 17px;
  margin-bottom: 7px;
}

.chart-number{
  font-size: 40px;
  line-height: 1;
  font-weight: 600;
  color: #323c46;
}

.line{
  display: block;
  width: 40px;
  margin:12px auto;
  border-radius: 3px;
  border-top: 3px solid #009688;
}

.chart-type{
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}



/* 5.3 Video section */



.video-section{
  background: url(../img/bg/video-section.jpg) 0 0 no-repeat;
  background-size: cover;
}

.video-section .play{
  margin-bottom: 30px;
}



/* 5.4 Magnific popup */



.mfp-figure{
  box-shadow: none;
}

.mfp-iframe-scaler{
  overflow: visible;
}

.mfp-image-holder .mfp-close, 
.mfp-iframe-holder .mfp-close{
  padding: 0;
  margin-top: -10px;
  font-family: inherit;
  font-size: 40px;
  font-weight: 300;
  line-height: 0;
}

img.mfp-img{
  min-height: 220px;
}

.mfp-bottom-bar{
  margin-top: -30px;
}

.mfp-title{
  font-size: 20px;
  color:#D4B068;
}

.mfp-bg{
  background-color: #000;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b{
  display: none;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b{
  display: none;
}

.mfp-wrap .mfp-content {
  -webkit-perspective: 1300px;
          perspective: 1300px
  
}

.mfp-wrap .mfp-figure,
.mfp-wrap .mfp-iframe-scaler {
  opacity: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(60deg);
  -o-transform: rotateX(60deg);
  transform: rotateX(60deg);
}

.mfp-bg {
  opacity: 0;
  -webkit-transition: .5s;
       -o-transition: .5s;
          transition: .5s;
}

.mfp-wrap .mfp-figure,
.mfp-wrap .mfp-iframe-scaler {
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
       -o-transition: .3s ease-in-out;
          transition: .3s ease-in-out;
  -webkit-transform: rotateX(-60deg);
      -ms-transform: rotateX(-60deg);
       -o-transform: rotateX(-60deg);
          transform: rotateX(-60deg);
}

.mfp-bg {
  opacity: 0;
  -webkit-transition: .5s;
       -o-transition: .5s;
          transition: .5s;
}

.mfp-wrap.mfp-ready .mfp-figure,
.mfp-wrap.mfp-ready .mfp-iframe-scaler {
  opacity: 1;
  -webkit-transform: rotateX(0);
      -ms-transform: rotateX(0);
       -o-transform: rotateX(0);
          transform: rotateX(0);
}

.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-wrap.mfp-removing .mfp-figure ,
.mfp-wrap.mfp-removing .mfp-iframe-scaler {
  opacity: 0;
  -webkit-transform: rotateX(-60deg);
      -ms-transform: rotateX(-60deg);
       -o-transform: rotateX(-60deg);
          transform: rotateX(-60deg);
  
}

.mfp-removing.mfp-bg {
  opacity: 0;
}



/* ------------------------------------------------------------------------------- */
/*  6. Features
/* ------------------------------------------------------------------------------- */



.feature-img{
  margin:0 auto;
  max-width: 100%;
}



/* ------------------------------------------------------------------------------- */
/*  7. Reviews
/* ------------------------------------------------------------------------------- */



.review{
	padding: 10px;
    border-radius: 12px;
    border: 1px solid #D7E4F8;
    margin: 10px;
    background-color: #fff;
}

.review .fa{
  font-size: 1.5em;
  margin:15px 0;
}
.review img{
    width: 100%;
   
    height: 240px;
    object-fit: cover;
}


/* ------------------------------------------------------------------------------- */
/*  8. Prices
/* ------------------------------------------------------------------------------- */



.prices{
  background: url(../img/bg/prices.jpg) 50% no-repeat;
  background-size: cover;
}

.col-price{
  width: 100%;
  max-width: 500px;
  display:inline-block;
  position: relative;
  padding: 7px;
  text-align: center;
}

.price-box{
  position: relative;
  background-color: rgba(255,255,255,0.9);
}

.price-inner{
  padding-bottom: 40px;
}

.price-title{
  padding:20px;
  margin-bottom: 0;
}

.price{
  padding: 40px 0;
  line-height: 1;
  color: #000;
  background-color:#DEDEDE;
}

.price-currency{
  display: inline-block;
  vertical-align: top;
  font-size: 30px;
  font-weight: 400;
}

.price-amount{
  font-size: 60px;
}

.price-delimiter{
  font-size: 40px;
  font-weight: 300;
}

.price-period{
  font-size: 20px;
}

.price-features{
  padding:30px 0;
}

.price-features ul{
  margin-top: 0;
}

.price-features ul li{
  padding: 8px 0;
}

.col-price.leading{
  z-index: 1;
}

.col-price.leading .price{
  color: #fff;
  background-color: #009688;
}



/* ------------------------------------------------------------------------------- */
/*  9. Contacts
/* ------------------------------------------------------------------------------- */



.contacts.section{
  padding-bottom: 0;
}

.col-contact:first-child{
  border-left: 0;
}

.map{
  width: 100%;
  height: 550px;
  border: 0;
  text-align: center;
}

.map-info{
  text-align: left;
}

.map-address{
  display: block;
  margin-top:20px;
  width: 230px;
}

.map-address-row{
  margin-bottom:10px;
  overflow: hidden;
}

.map-address-row .fa{
  font-size: 16px;
  padding:2px 1px 1px;
  float: left;
  width: 25px;
}

.map-address-row .text{
  display: block;
  overflow: hidden;
}

.gmap-open{
  margin-top: 15px;
}



/* ------------------------------------------------------------------------------- */
/*  Blog
/* ------------------------------------------------------------------------------- */



/* Post */


.post{
  margin-bottom: 50px;
}

.post-header{
  margin:30px 0 20px;
}

.post-meta{
  overflow: hidden;
  border-bottom: 1px solid #DBDBDB;
  padding-bottom: 15px;
  margin-bottom: 40px;
}

.post-meta li{
  float: left;
  margin-right: 25px;
}

.post-meta li .fa{
  color: #c6c6c6;
}

.btn-post-read{
  margin-top: 30px;
}



/* Post share */



.post-controls{
  border-top: 1px solid #DBDBDB;
  padding: 15px 0;
  margin: 40px 0;
}

.post-controls a,
.post-controls .fa{
  color: #B6B6B6;
}

.post-controls a:hover .fa{
  color: #009688;
}

.post-controls a:hover{
  text-decoration: none;
}

.post-share{
  float: left;
}

.post-share ul{
  margin-top: -10px;
  margin-bottom: 0;
}



/* Comments */



.entry-comment{
  float: right;
}

.comment-reply-title{
  margin-bottom: 20px;
}

.form-double .form-group {
  float: left;
  padding-right: 5px;
  width: 50%;
}



/* Right sidebar */



.search-field{
  height: 40px;
}

.search-submit{
  position: absolute;
  right: 25px;
  top: 10px;
  background: none;
  border: 0;
  font-size: 17px;
  color:#CACACA;
}

.search-submit:focus{
  outline: none;
}

.widget{
  margin-bottom: 50px;
}

.widget a{
  color: #3d3d3d;
}

.widget a:hover{
  color: #f78243;
  text-decoration: none;
}

.widget a:hover{
  text-decoration: none;
}

.widget-title{
  margin-bottom: 25px;
}

.widget_categories ul li {
  text-align: right;
  padding-bottom: 10px;
  margin-bottom: 15px;
  color: #f78243;
  border-bottom: 1px solid #E7E7E7;
}

.widget_categories ul li a {
  float: left;
  display: inline-block;
  font-size: 14px;
}

.post-item{
  margin-bottom: 20px;
}

.post-info{
  margin-top: 5px;
  color: #009688;
  font-size:13px;
}

.post-item h4{
  font-weight: 400;
}

.tagcloud a{
  display: inline-block;
  background: #EFEFEF;
  border: 1px solid #EFEFEF;
  float: left;
  font-size: 11px;
  padding: 5px 7px 5px 7px;
  margin: 0px 5px 5px 0px;
  text-transform: uppercase;
  -webkit-transition:background-color .5s;
  transition:background-color .5s ;
}

.tagcloud a:hover{
  color: #fff;
  background-color: #009688;
}



/* ------------------------------------------------------------------------------- */
/*  10. Footer
/* ------------------------------------------------------------------------------- */



.footer{
  padding:60px 0 40px;
background: #1e2247;
    color: #fff;
}

.social a{
  display: inline-block;
  padding: 1px;
  margin:0 15px;
  color: #C2C2C2;
}

.social a:hover{
  color: #009688;
}
.copy{
  margin-top: 30px;
}



/* ------------------------------------------------------------------------------- */
/*  11. Modals
/* ------------------------------------------------------------------------------- */



body:not(.modal-open){
  padding-right:0!important;
}

.modal{
  color: #fff;
  text-align: center;
}

.modal .form-control{
  border:0;
}

.modal label.error{
  color: #fff;
}

.modal.fade .modal-dialog{
  -webkit-perspective: 1300px;
          perspective: 1300px;
}

.modal-content{
  border:0;
  opacity: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform:  rotateX(60deg);
      -ms-transform:  rotateX(60deg);
       -o-transform:  rotateX(60deg);
          transform:  rotateX(60deg);
  -webkit-transition:.5s ease-out;
       -o-transition:.5s ease-out;
          transition:.5s ease-out;
}

.modal.fade.in .modal-content{
  opacity: 1;
  webkit-transform: translateZ(0) rotateX(0);
      -ms-transform: translateZ(0) rotateX(0);
       -o-transform: translateZ(0) rotateX(0);
          transform: translateZ(0) rotateX(0);
}

.modal-dialog{
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  width: 90%;
  margin:25px auto;
}

.modal-content{
  background-color:#009688;
  padding: 20px 30px 40px;
  border-radius:30px;
  -webkit-box-shadow:none;
  box-shadow: none;
}

.modal-header{
  border:0;
  min-height: 0;
  text-align: center;
}

.close{
  display: inline-block;
  font-size: 12px;
  font-weight: 100;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-shadow: none; 
  cursor: pointer;
  border-radius: 50%;
  opacity: 1;
  filter: alpha(opacity=1);
  -webkit-transition: all 0.2s linear;
       -o-transition: all 0.2s linear;
          transition: all 0.2s linear;
}

.close:hover,
.close:focus {
  color: #fff;
  opacity:1;
  filter: alpha(opacity=1);
}

.modal-header .close{
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 20px;
  font-size: 40px;
}

.modal-title{
  font-size: 25px;
  color: #fff;
}

.modal-title,
.modal-title i{
  font-weight: normal;
}

.modal-subtitle{
  font-size: 16px;
  font-weight: 300;
}

.modal-body{
  padding:20px 0 0;
}

.modal-body .form-group{
  margin-bottom: 30px;
}

.modal-message .modal-content{
  padding-top: 55px;
  padding-bottom: 55px;
}



/* ------------------------------------------------------------------------------- */
/*  12. Responsive styles
/* ------------------------------------------------------------------------------- */



/* 12.1 Max width 767px */



@media (max-width: 767px){



  /* Content styles */


  .top-space-sm{
    margin-top: 25px;
  }
}



/* 12.2 Min width 768px */



@media (min-width: 768px){



  /* Typography */

  h1,
  .h1{
    font-size:46px;
  }



  /* Content styles*/



 /* .section{
    padding-top: 140px;
    padding-bottom: 140px;
  }*/

  .section-lg{
    padding-top: 185px;
    padding-bottom: 185px;
  }



  /* Home */



  .opener{
    padding: 170px 0 160px;
  }



  /* Navigation */



  .navbar-nav > li{
    border-bottom: 0;
    margin-left: 25px;
  }

  .navbar-nav li a{
    position: relative;
    padding:0;
    /*color:#fff;*/
  }

  .navbar-nav li a:hover,
  .navbar-nav li a:focus,
  .navbar-nav .active > a,
  .navbar-nav .active > a:hover{
    background-color: transparent;
  }

  .navbar-nav li:after{
    content:'';
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    border-top: 1px solid #009688;
    margin-top: 1px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }

  .navbar-nav li:hover:after,
  .navbar-nav .active:after{
    width: 100%;
  }

  .navbar.affix .navbar-nav li a:hover,
  .navbar.affix .navbar-nav .active a{
    color: #009688;
  }


  /* Prices */



  .col-price{
    width: 45%;
  }


  /* Modals */



  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }

  .modal-dialog {
    width: 550px;
  }
}



/* 12.3 Min width 992px */



@media (min-width: 992px){



  /* Content styles */


  .row-padding{
    margin-left: -40px;
    margin-right: -40px;
  }

  .column-padding{
    padding-left: 40px;
    padding-right:40px;
  }



  /* Navigation */



  .navbar-nav > li{
    border-bottom: 0;
    margin-left: 36px;
  }



  /* Features */



  .col-feature{
   /* margin-top: 9%;*/
  }


  /* Video section */


  .video-section{
    padding-top: 210px;
    padding-bottom: 210px;
  }



  /* Prices */



  .row-price{
    text-align: center;
  }

  .col-price{
    width: 30%;
  }



  /* Contacts */



  .col-contact{
    border-left:1px solid #E1E1E1;
  }
}



/* 12.4 Min width 1200px */



@media (min-width: 1200px){



  /* Home */


  .opener{
    padding: 170px 0;
  }
}



.notes {color:yellow; font-size:2em}

.tab-head {
    max-width: 560px;
    margin: auto;
    display: block;
}
.tab-head__name {
    list-style: none;
    float: left;
    margin: 0;
    padding: 12px 0 0 25px;
    border-bottom: 1px solid #f2f2f2;
}


.tab-head__name.active {
    border-bottom-color: #222 !important;
}
.tab-head__name a {
	border-width: 1px;
    display: block;
    padding: 12px 30px;
    margin: 0 -1px -1px 0;
    color: rgba(0, 0, 0, 0.7);
    position: relative;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
   
}
.tab-head__name .active a{
font-weight: bold;
    color: #000;
    z-index: 3;
}
.tab-content {
    margin-top: 30px;
}

.tab-pane {
    display: none;
}
.tab-pane.active {
    display: block;
}

table {
    border-collapse: collapse;
    width: 100%;
}
table thead th {
    background: #1E2247;
    color: #fff;
    font-size: 1.3em;
    padding: 18px 20px;
    text-align: left;
    font-weight: 300;
}
table td {
    border-bottom: 1px solid rgba(12, 77, 162, 0.1);
    padding: 16px 20px;
}
.accordion-item {
    border: 1px solid rgba(0, 0, 0, 0.05);
    margin-top: -1px;
    background: #fff;
}
.accordion-item--title {
    font-size: 1.2em;
    padding: 40px 80px 40px 40px;
    cursor: pointer;
    position: relative;
    font-weight: 600;
    margin: 0 !important;
}
.accordion-item--title:after {
    width: 26px;
    height: 26px;
    line-height: 26px;
    position: absolute;
    content: "\f107";
    right: 40px;
    top: 40px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    font-family: 'fontAwesome';
    text-align: center;
    font-size: 24px;
}
.accordion-item--content {
    padding: 0 40px 40px;
}
.price-from {
    background: radial-gradient(#46b7a2, #0c917a);
    color: white;
    padding: 5px 10px;
    display: inline;
    padding: 0.5rem 1rem;
    border-radius: 5rem;
}

.step {
    text-transform: uppercase;
    background: linear-gradient(
45deg, #0B2349 33%, #0D61BC 66%, #8AA9D6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #0B2349;
    font-size: 50px;
    font-weight: bold;
}
.features .fa {
  background: radial-gradient(#46b7a2, #0c917a);
  border-radius: 50%;}
  .text-gradient-green{
	text-transform: uppercase;
    background: linear-gradient(38deg, #00796b 33%, #26a69a 66%, #4db6ac);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #009688;
}

.text-gradient-blue{
 text-transform: uppercase;
    background: linear-gradient(45deg, #0B2349 33%, #0D61BC 66%, #8AA9D6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #0B2349;
}
.img-staff{
    height: 240px;
}
.masthead h1,  .masthead ul {
    color: #303559;
}
.masthead h3{color: #009688; font-size:20px;}
.mt20 {margin-top:20px;}

.nav_phone {
    color: #303559;
    font-size: 20px;
    font-weight: 700;
}
label span {
    font-weight: 300;
}
.calc {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    border-radius: 5px;
    border: 2px solid #009688;
}

.calc-box {
    /* box-shadow: 0px 4px 10px rgb(0 0 0 / 25%); */
    border-radius: 6px;
    padding: 35px;
}

.calc-box:nth-child(1) {width: 50%;box-sizing: border-box;overflow: hidden;/* background-color: #fff; */}

.calc-box:nth-child(2) {
    width: 50%;
    /* background-color: #fff; */
}

.flex {
    display: flex;
    align-items: center;
    justify-content: start;
}

.calc .flex span {
    margin-right: 20px;
}

@media screen and (max-width: 680px){
.calc {
    flex-wrap: wrap;
}
.calc-box:nth-child(1) {
    width: 100%;
}
.calc-box:nth-child(2) {
    width: 100%;
}
}
@media screen and (max-width: 990px){
.calc {
    flex-wrap: wrap;
}
.calc-box:nth-child(1) {
    width: 100%;
}
.calc-box:nth-child(2) {
    width: 100%;
}
}

@media screen and (max-width: 480px){
.calc-box:nth-child(1) {
    padding: 15px 30px;
}
}
.calc .field input {
    padding: 12px 12px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #c5c5c5;
    border-radius: 5px;
    line-height: 1;
    font-size: 14px;
}
.field {
    margin-bottom: 20px;
}
.title-form {
    color: #6b6b6c;
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 40px;
    margin-top: 10px;
}
.block-c {
    margin-bottom: 20px;
}
.calc_field input {
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #009688;
    border-radius: 5px;
    width: 100%;
    color: #6b6b6c;
    margin-top: 10px;
    max-width: 280px;
}
.title-calc-block {
    margin-bottom: 18px;
    font-weight: 700;
}
@media (max-width: 767px){
.tab-head__name {
    width: 100%;
    padding-left: 0;
}}

.input__area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 5px;
    margin-bottom: 20px;
}
.fancybox-slide > *{
padding:0!important;}

input[type=date], input[type=email], input[type=password], input[type=search], input[type=tel], input[type=text], textarea {
    width: 100%;
    min-height: 40px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid rgba(0,0,0,.3);
    border-radius: 0;
    outline: 0;
    -webkit-transition: border ease .3s;
    transition: border ease .3s;
}
.input__area input{margin-bottom: 20px;min-height: 50px;}

.bene {
    display: flex;
    flex-direction: column;
    /* margin-top: 10px; */
}
.bene-item {
  display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 0;
    border-top: 1px solid rgba(0,0,0,.15);
}
.bene-item:last-of-type {
    border-bottom: 1px solid rgba(0,0,0,.15);
}

@media (min-width: 768px){
.bene-item {
    padding: 30px 0;
    /* flex-direction: row; */
}
}

@media (min-width: 992px){
  .bene-item {
    padding: 40px 0;
}
}
.bene-item_title {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.35;
    margin-bottom: 14px;
	color: #303559;
}
.bene-item_text {
    font-size: 18px;
}
.tabs{
	margin-bottom:40px;
}
.features{position:relative;}
.features__img-box{
    margin-top: 20px;
    width: 100%;
    height: 320px;
    overflow: hidden;}

@media (min-width: 768px){
.features__text-box {
    padding-right: calc(40% + 20px);
}
.features__img-box {
    margin-top: 0;
    position: absolute;
    top: 110px;
    right: 0;
    width: calc(40% - 10px);
    height: calc(50% - 130px);
    border-radius: 100px 0 0 100px;
    }
}
@media (min-width: 1024px){
.features__img-box {
    height: calc(100% - 210px);
    }
}

.features__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.container {margin: 0 auto;padding: 0 10px; width: 100%;}
@media (min-width: 768px){
.container {padding: 0 24px;max-width: calc(768px + 40px);}
}
@media (min-width: 1024px){
.container {max-width: calc(1024px + 40px);}
}
@media (min-width: 1200px){
.container {max-width: 1318px;}
}
.lists-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px;
}

.lists-block_item {
    width: calc(50% - 20px);
    border-radius: 3px;
    padding: 35px 35px 25px 30px;
    margin: 0 10px;
    position: relative;
}