body { background-color: #f5f4f5;}
   @font-face {
    font-family: ProximaNovaCondBold; /* Имя шрифта */
    src: url(../fonts/ProximaNovaCondBold.ttf); /* Путь к файлу со шрифтом */
   }
   @font-face {
    font-family: ProximaNovaCondReg; /* Имя шрифта */
    src: url(../fonts/ProximaNovaCondReg.ttf); /* Путь к файлу со шрифтом */
   }
   @font-face {
    font-family: ProximaNovaReg; /* Имя шрифта */
    src: url(../fonts/ProximaNovaReg.ttf); /* Путь к файлу со шрифтом */
   }
   @font-face {
    font-family: ProximaNovaExCnReg; /* Имя шрифта */
    src: url(../fonts/ProximaNovaExCn-Reg.ttf); /* Путь к файлу со шрифтом */
   }

h1, h2, h3, h4, h5, h6, p, .btn, .navbar-nav a, .form-control, .list-inline, small, #pricing {
  font-family: 'Montserrat', sans-serif;
}

p, .lead {
	font-family: 'Raleway', sans-serif;
}

h1 {
  font-size: 45px;
  line-height: 55px;
  letter-spacing: -1px;
  color: #ffffff;
  font-weight: 700;
}

h2 {
  line-height: 40px;
  etter-spacing: -0.5px;
  color: #ffffff;
}

h3 {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #231f20;
}

.lead {
  font-size: 21px;
  line-height: 26px;
  color: #ffffff;
}

/*------------------Utilities---------------------*/
a {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: none;
  color: #231f20;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -10%;
}

::selection {
	background: #231f20; /* Safari */
	color: #FFFFFF;
}
::-moz-selection {
	background: #231f20; /* Firefox */
	color: #FFFFFF;
}


/*------------------Buttons---------------------*/
.btn:focus {
  outline: 0px auto -webkit-focus-ring-color;
  outline: none;
}

.btn {
  text-transform: uppercase;
  border-radius: 4px;
  border: none;
}

.btn-lg {
  font-size: 13px;
  line-height: 1.33;
  padding: 22px 30px;
  font-weight: 400;
  letter-spacing: 1px;
}

.btn-sm {
  font-size: 11px;
  line-height: 1.33;
  padding: 10px 18px;
  font-weight: 400;
}

.btn-wide {
  width: 100%;
  font-size: 13px;
  line-height: 1.33;
  padding: 18px 28px;
  font-weight: 400;
  letter-spacing: 1px;
}

.btn-primary {
  background-color:#70cbce;
  color: #ffffff;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
  background-color: #8be2e5;
  color: #ffffff;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.btn-secondary {
  background-color: #ffffff;
  color: #231f20;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active {
  background-color: #ededed;
  color: #231f20;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}




/*-----------------Margins------------------*/
.margin-0 {
    margin-bottom: 0 !important;
}
.margin-10 {
    margin-bottom: 10px !important;
}
.margin-15 {
    margin-bottom: 15px !important;
}
.margin-20 {
    margin-bottom: 20px !important;
}
.margin-30 {
    margin-bottom: 30px !important;
}
.margin-40 {
    margin-bottom: 40px !important;
}
.margin-50 {
    margin-bottom: 50px !important;
}
.margin-60 {
    margin-bottom: 60px !important;
}
.margin-70 {
    margin-bottom: 70px !important;
}
.margin-80 {
    margin-bottom: 80px !important;
}
.margin-90 {
    margin-bottom: 90px !important;
}
.margin-100 {
    margin-bottom: 100px !important;
}


/*-----------------Colors------------------*/

.black {
  color: #231f20;
}

.blue {
  color: #70cbce;
}

.white {
  color: #ffffff;
}

.black-bg {
  background: #231f20;
}

.blue-bg {
  background: #70cbce;
}

.white-bg {
  background: #ffffff;
}

.purple-bg {
	background: #6d3f96;
}



/* ==========================================================================
   Nav Styles
   ========================================================================== */

.navbar {
    border: 0px solid rgba(0, 0, 0, 0);
    background: #70cbce;
    margin: auto;
    min-height: 60px;
    padding-top: 8px;
    position: fixed;
    top: -60px;
    transition: top 0.4s ease 0s;
}

.navbar.open {
    top: 0;
}

.navbar-inverse .navbar-nav > li > a, .navbar-nav a {
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 1px;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #ffffff;
    opacity: 0.6;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 10px;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #4ec3cd;
}

.navbar-inverse .navbar-toggle {
    border-color: transparent;
}





/* ==========================================================================
   Main styles
   ========================================================================== */
header {
  
  width: 100%;
  padding: 20px 10px 60px 10px;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
      max-width: 1440px;
    margin: 0 auto;
    max-height: 530px;
	background: no-repeat top center;
}

.header-info {

  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  margin-left: 0px;
  margin-bottom: 12%;
}

.signin {
  padding-top: 9px;
}


.mouse-icon {
    border: 2px solid #fff;
    border-radius: 16px;
    display: block;
    height: 50px;
    margin: -100px auto 50px;
    position: relative;
    width: 30px;
    z-index: 10;
}
.mouse-icon .scroll {
    animation-delay: 0s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-name: scrolling;
    animation-play-state: running;
    animation-timing-function: linear;
}
.mouse-icon .scroll {
    background: #fff none repeat scroll 0 0;
    border-radius: 10px;
    height: 10px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 4px;
    width: 4px;
}
@keyframes scrolling {
0% {
    opacity: 0;
    top: 5px;
}
30% {
    opacity: 1;
    top: 10px;
}
100% {
    opacity: 0;
    top: 25px;
}
}

.pad-xl {
	border-top: 1px solid #ccccc9;
    border-bottom: 1px solid #ccccc9;
	#padding: 200px 0px;
	padding-top: 20px;
    padding-bottom: 20px;
}

.pad-lg {
	padding: 160px 0px;
}

.pad-sm {
	padding: 80px 0px;
}

.pad-xs {
	padding: 30px 0px;
}



#be-the-first {
  background: url(../img/be-the-first-bg.jpg) #231f20 no-repeat center center fixed;
  min-height: 300px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

hr.line {
	width: 100%;
	border: 2px solid;
}

.purple {
	border-color: #6d3f96;
	color: #6d3f96;
}

.blue {
	border-color: #70cbce;
	color: #70cbce
}

.yellow {
	border-color: #fdc05d;
	color: #fdc05d;
}

.iphone {
    position: relative;
    height: 200px;
}

.iphone img {
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 440px;
}


#invite {
  background: #f2f2f2;
}

.fa-envelope-o {
  color: #4ec3cd;
  font-size: 22px;
  display: block;
  padding-top: 15px;
  width: 60px;
  height: 60px;
  border: 2px solid #4ec3cd;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  margin: auto;
}



.news-container {
  padding: 10px 0px 20px;
  border-bottom: 1px solid #ccccc9;
}

.news-img {
  padding-right: 20px;
}



.social li a:hover {
  opacity: 0.5;
}



/*---------------Pricing Tables-------------------*/


#pricing {
  background: #70cbce;
}

.pricing-container {
  padding-left: 0px;
  padding-right: 0px;
}

.pricing-table {
  background: transparent;
  margin-bottom: 50px;
  margin-top: 0px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.pricing-table.active {
  box-shadow: 0px 0px 12px rgba(41,46,50,0.6); 
  position: absolute;
  margin: auto;
  z-index: 200;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.pricing-table:hover {
  margin-top: -10px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.pricing-table li {
  padding-left: 20px;
  padding-right: 20px;
}

.headline {
  background: #231f20;
  color: #FFFFFF;
  padding: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.price {
    background: none repeat scroll 0 0 #231f20;
    color: #FFFFFF;
    font-size: 32px;
    font-weight: bold;
    padding-bottom: 20px;
    padding-top: 20px;
}


.pricing-table:hover li.price  {
  background: #303236;
  -webkit-transition: all 0.85s ease-in-out;
  -moz-transition: all 0.85s ease-in-out;
  -o-transition: all 0.85s ease-in-out;
  transition: all 0.85s ease-in-out;
}

.price small {
  font-weight: 300;
  color: #929496;
}

.info {
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 300;
  font-size: 13px;
  color: #929496;
  background: #ffffff;
}

.features {
    color: #231f20;
    /* font-weight: bold; */
    padding-top: 12px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccccc9;
    /* background: #ffffff; */
}

.features.first {
  #border-top: 1px solid #ccccc9;
}
.features.end {
    border-bottom: 2px solid #4758a5;
	font-family: ProximaNovaCondBold;
}
.features.last {
  padding-top: 17px;
  padding-bottom: 20px;
}

.features.last a {
	color: #70cbce;
	font-size: 14px;
	letter-spacing: 1px;
}

.pricing-container .btn {
    border-radius: 0;
}




/* ==========================================================================
   Form styles
   ========================================================================== */
.section-form .form-control {
    background-color: #FFFFFF;
    background-image: none;
    border: 0px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #929496;
    display: block;
    font-size: 15px;
    height: 60px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.form-control::-moz-placeholder {
    color: #d9d9d9;
    font-size: 15px;
    opacity: 1;
}

.form-control::-webkit-placeholder, .form-control::-o-placeholder {
    color: #d9d9d9;
    font-size: 15px;
    opacity: 1;
}

.form-control::-o-placeholder {
    color: #d9d9d9;
    font-size: 15px;
    opacity: 1;
}





/* ==========================================================================
   Mobile styles
   ========================================================================== */
/* Landscape phones and down */
@media (max-width: 480px) { 

.btn-lg {
  font-size: 12.5px;
  line-height: 1.33;
  padding: 16px 13px;
  letter-spacing: 0px;
}


.btn-wide {
  width: 100%;
  font-size: 12.5px;
  line-height: 1.33;
  padding: 16px 13px;
  letter-spacing: 0px;
}

#be-the-first { 
      background-attachment: scroll;
  }

}


/* Landscape phone to portrait tablet */
@media (min-width: 481px) and (max-width: 767px) { 

#be-the-first { 
      background-attachment: scroll;
  }

}


/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {

#be-the-first { 
      background-attachment: scroll;
  }
  
}



/* Desktops and laptops ----------- */
@media (min-width: 992px) and (max-width: 1199px) {

}
     


/* Large screens ----------- */
@media (min-width: 1200px) and (max-width: 3000px) {

}   


.header-phone-num{
	font-family: ProximaNovaCondBold;
    font-size: 36px;
}


.header-phone-link{
    font-size: 16px;
	font-family: ProximaNovaReg;
	color:#4b4b4b;
	text-decoration: underline;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	cursor:pointer;
}

.header-phone{
    margin-top: 10px;
    background: url(/img/phone-h.png) center left no-repeat;
	padding-left: 70px;
}

.slider-text{
	font-size: 4.8rem;
	font-family: ProximaNovaReg;
    line-height: 55px;
	margin-top: 120px;
	cursor:pointer;
}

.header-info .btn{
    background-color: #577bc2;
    color: #ffffff;
    text-transform: none;
    border-radius: 6px;
    margin-top: 50px;
    font-size: 30px;
	font-family: ProximaNovaReg;
}

.bl-1{
    background: url(/img/bl1.png) center left no-repeat;
	padding-left: 80px;
	color:#000000;
    font-size: 24px;
    line-height: 28px;
	font-family: ProximaNovaCondReg;
	min-height: 85px;
}
.bl-2{
    background: url(/img/bl2.png) center left no-repeat;
	padding-left: 80px;
	color:#000000;
    font-size: 24px;
    line-height: 28px;
	font-family: ProximaNovaCondReg;
    min-height: 85px;	
}
.bl-3{
    background: url(/img/bl3.png) center left no-repeat;
	padding-left: 60px;
	color:#000000;
    font-size: 24px;
    line-height: 28px;
	font-family: ProximaNovaCondReg;
    min-height: 85px;	
}
.bl-4{
    background: url(/img/bl4.png) center left no-repeat;
	padding-left: 80px;
	color:#000000;
    font-size: 24px;
    line-height: 28px;
	font-family: ProximaNovaCondReg;	
    min-height: 85px;	
}

.bl-5 span{
	color:#010101;
	font-size: 60px;
	font-family: ProximaNovaExCnReg;	
}
.bl-6{
    background: url(/img/bl5.png) center left no-repeat;
	min-height: 570px;
}
.bl-7 p{
    color: #010101;
    font-size: 24px;
    line-height: 40px;
    font-family: ProximaNovaCondReg;
    margin-top: 50px;
    margin-left: 20px;
}
.bl-8{
	margin-bottom: 20px;
    margin-top: 20px;
}
.bl-8 span{
	color:#ffffff;
	font-size: 50px;
	font-family: ProximaNovaExCnReg;
}
.bl-9{
	color:#ffffff;
	font-size: 30px;
	font-family: ProximaNovaCondReg;
}
.bl-10{
	margin-top: 40px;
	background-color: #dbe0f1;
	padding: 20px;
    border-radius: 3px;
	font-size: 24px;
	font-family: ProximaNovaCondReg;
}
.pad-xl-sklad{
	padding-top: 40px;
}

.sklad-ln-1{
	margin-top: 0px;
    margin-bottom: 00px;
    border: 0;
    border-top: 3px solid #4758a5;
    position: absolute;
    width: 30%;
    text-align: center;
    bottom: 20px;
    margin: 0 auto;
    left: 50%;
    margin-left: -15%;
}

.sklad-ln-2{
	margin-top: 20px;
	border-top: 1px solid #ccccc9;
	
}

.section-grafik{
	background: url(../img/bg-graf.jpg) no-repeat center center;
    width: 100%;
    padding: 20px 10px 60px 10px;
    height: 100%;
    overflow: hidden;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	max-width: 1440px;
    margin: 0 auto;
}
.section-product{
	background: url(../img/bg-prod.jpg) no-repeat center center;
    width: 100%;
    padding: 20px 10px 50px 10px;
    height: 100%;
    overflow: hidden;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	max-width: 1440px;
    margin: 0 auto;
}
.section-form{
	background: url(../img/bg-form.jpg) no-repeat center center;
    width: 100%;
    padding: 20px 10px 50px 10px;
    height: 100%;
    overflow: hidden;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	max-width: 1440px;
    margin: 0 auto;
}
.bl-14{
	margin-bottom: 40px;
    margin-top: 40px;
}

.pfi-1{
	background: url(/img/pfi1.png) center left no-repeat;
	padding-left: 110px;
	    margin-top: 10px;
    margin-bottom: 10px;
}
.pfi-2{
	background: url(/img/pfi2.png) center left no-repeat;
	padding-left: 110px;
	    margin-top: 10px;
    margin-bottom: 10px;
}
.pfi-3{
	background: url(/img/pfi3.png) center left no-repeat;
	padding-left: 110px;
	    margin-top: 10px;
    margin-bottom: 10px;
}
.pfi-4{
	background: url(/img/pfi4.png) center left no-repeat;
	padding-left: 110px;
	    margin-top: 10px;
    margin-bottom: 10px;
}
.pfi-5{
	background: url(/img/pfi5.png) center left no-repeat;
	padding-left: 110px;
	    margin-top: 10px;
    margin-bottom: 10px;
}
.pfi-6{
	background: url(/img/pfi6.png) center left no-repeat;
	padding-left: 110px;
	    margin-top: 10px;
    margin-bottom: 10px;
}
.pfi-1 h3,.pfi-2 h3,.pfi-3 h3,.pfi-4 h3,.pfi-5 h3,.pfi-6 h3{
	font-family: ProximaNovaCondReg;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #231f20;
}
	
footer {
	background: url(../img/bg-footer.jpg) no-repeat center right;
    width: 100%;
    padding: 20px 10px 50px 10px;
    height: 100%;
    overflow: hidden;
    background-size: auto 350px;
    -webkit-background-size: auto 350px;
    -moz-background-size: auto 350px;
    -o-background-size:auto 350px;
	min-height: 350px;
    background-color: #e6e6e6;
	max-wibody { background-color: #f5f4f5;}
   @font-face {
    font-family: ProximaNovaCondBold; /* Имя шрифта */
    src: url(../fonts/ProximaNovaCondBold.ttf); /* Путь к файлу со шрифтом */
   }
   @font-face {
    font-family: ProximaNovaCondReg; /* Имя шрифта */
    src: url(../fonts/ProximaNovaCondReg.ttf); /* Путь к файлу со шрифтом */
   }
   @font-face {
    font-family: ProximaNovaReg; /* Имя шрифта */
    src: url(../fonts/ProximaNovaReg.ttf); /* Путь к файлу со шрифтом */
   }
   @font-face {
    font-family: ProximaNovaExCnReg; /* Имя шрифта */
    src: url(../fonts/ProximaNovaExCn-Reg.ttf); /* Путь к файлу со шрифтом */
   }

h1, h2, h3, h4, h5, h6, p, .btn, .navbar-nav a, .form-control, .list-inline, small, #pricing {
  font-family: 'Montserrat', sans-serif;
}

p, .lead {
	font-family: 'Raleway', sans-serif;
}

h1 {
  font-size: 55px;
  line-height: 55px;
  letter-spacing: -1px;
  color: #ffffff;
  font-weight: 700;
}

h2 {
  line-height: 40px;
  etter-spacing: -0.5px;
  color: #ffffff;
}

h3 {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #231f20;
}

.lead {
  font-size: 21px;
  line-height: 26px;
  color: #ffffff;
}

/*------------------Utilities---------------------*/
a {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: none;
  color: #231f20;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -10%;
}

::selection {
	background: #231f20; /* Safari */
	color: #FFFFFF;
}
::-moz-selection {
	background: #231f20; /* Firefox */
	color: #FFFFFF;
}


/*------------------Buttons---------------------*/
.btn:focus {
  outline: 0px auto -webkit-focus-ring-color;
  outline: none;
}

.btn {
  text-transform: uppercase;
  border-radius: 4px;
  border: none;
}

.btn-lg {
  font-size: 13px;
  line-height: 1.33;
  padding: 22px 30px;
  font-weight: 400;
  letter-spacing: 1px;
}

.btn-sm {
  font-size: 11px;
  line-height: 1.33;
  padding: 10px 18px;
  font-weight: 400;
}

.btn-wide {
  width: 100%;
  font-size: 13px;
  line-height: 1.33;
  padding: 18px 28px;
  font-weight: 400;
  letter-spacing: 1px;
}

.btn-primary {
  background-color:#70cbce;
  color: #ffffff;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
  background-color: #8be2e5;
  color: #ffffff;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.btn-secondary {
  background-color: #ffffff;
  color: #231f20;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active {
  background-color: #ededed;
  color: #231f20;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}




/*-----------------Margins------------------*/
.margin-0 {
    margin-bottom: 0 !important;
}
.margin-10 {
    margin-bottom: 10px !important;
}
.margin-15 {
    margin-bottom: 15px !important;
}
.margin-20 {
    margin-bottom: 20px !important;
}
.margin-30 {
    margin-bottom: 30px !important;
}
.margin-40 {
    margin-bottom: 40px !important;
}
.margin-50 {
    margin-bottom: 50px !important;
}
.margin-60 {
    margin-bottom: 60px !important;
}
.margin-70 {
    margin-bottom: 70px !important;
}
.margin-80 {
    margin-bottom: 80px !important;
}
.margin-90 {
    margin-bottom: 90px !important;
}
.margin-100 {
    margin-bottom: 100px !important;
}


/*-----------------Colors------------------*/

.black {
  color: #231f20;
}

.blue {
  color: #70cbce;
}

.white {
  color: #ffffff;
}

.black-bg {
  background: #231f20;
}

.blue-bg {
  background: #70cbce;
}

.white-bg {
  background: #ffffff;
}

.purple-bg {
	background: #6d3f96;
}



/* ==========================================================================
   Nav Styles
   ========================================================================== */

.navbar {
    border: 0px solid rgba(0, 0, 0, 0);
    background: #70cbce;
    margin: auto;
    min-height: 60px;
    padding-top: 8px;
    position: fixed;
    top: -60px;
    transition: top 0.4s ease 0s;
}

.navbar.open {
    top: 0;
}

.navbar-inverse .navbar-nav > li > a, .navbar-nav a {
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 1px;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #ffffff;
    opacity: 0.6;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 10px;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #4ec3cd;
}

.navbar-inverse .navbar-toggle {
    border-color: transparent;
}





/* ==========================================================================
   Main styles
   ========================================================================== */
header {
  
  width: 100%;
  padding: 20px 10px 60px 10px;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
      max-width: 1440px;
    margin: 0 auto;
    max-height: 530px;
	background: no-repeat top center;
}

.header-info {

  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  margin-left: 0px;
  margin-bottom: 12%;
}

.signin {
  padding-top: 9px;
}


.mouse-icon {
    border: 2px solid #fff;
    border-radius: 16px;
    display: block;
    height: 50px;
    margin: -100px auto 50px;
    position: relative;
    width: 30px;
    z-index: 10;
}
.mouse-icon .scroll {
    animation-delay: 0s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-name: scrolling;
    animation-play-state: running;
    animation-timing-function: linear;
}
.mouse-icon .scroll {
    background: #fff none repeat scroll 0 0;
    border-radius: 10px;
    height: 10px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 4px;
    width: 4px;
}
@keyframes scrolling {
0% {
    opacity: 0;
    top: 5px;
}
30% {
    opacity: 1;
    top: 10px;
}
100% {
    opacity: 0;
    top: 25px;
}
}

.pad-xl {
	border-top: 1px solid #ccccc9;
    border-bottom: 1px solid #ccccc9;
	#padding: 200px 0px;
	padding-top: 20px;
    padding-bottom: 20px;
}

.pad-lg {
	padding: 160px 0px;
}

.pad-sm {
	padding: 80px 0px;
}

.pad-xs {
	padding: 30px 0px;
}



#be-the-first {
  background: url(../img/be-the-first-bg.jpg) #231f20 no-repeat center center fixed;
  min-height: 300px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

hr.line {
	width: 100%;
	border: 2px solid;
}

.purple {
	border-color: #6d3f96;
	color: #6d3f96;
}

.blue {
	border-color: #70cbce;
	color: #70cbce
}

.yellow {
	border-color: #fdc05d;
	color: #fdc05d;
}

.iphone {
    position: relative;
    height: 200px;
}

.iphone img {
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 440px;
}


#invite {
  background: #f2f2f2;
}

.fa-envelope-o {
  color: #4ec3cd;
  font-size: 22px;
  display: block;
  padding-top: 15px;
  width: 60px;
  height: 60px;
  border: 2px solid #4ec3cd;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  margin: auto;
}



.news-container {
  padding: 10px 0px 20px;
  border-bottom: 1px solid #ccccc9;
}

.news-img {
  padding-right: 20px;
}



.social li a:hover {
  opacity: 0.5;
}



/*---------------Pricing Tables-------------------*/


#pricing {
  background: #70cbce;
}

.pricing-container {
  padding-left: 0px;
  padding-right: 0px;
}

.pricing-table {
  background: transparent;
  margin-bottom: 50px;
  margin-top: 0px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.pricing-table.active {
  box-shadow: 0px 0px 12px rgba(41,46,50,0.6); 
  position: absolute;
  margin: auto;
  z-index: 200;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.pricing-table:hover {
  margin-top: -10px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.pricing-table li {
  padding-left: 20px;
  padding-right: 20px;
}

.headline {
  background: #231f20;
  color: #FFFFFF;
  padding: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.price {
    background: none repeat scroll 0 0 #231f20;
    color: #FFFFFF;
    font-size: 32px;
    font-weight: bold;
    padding-bottom: 20px;
    padding-top: 20px;
}


.pricing-table:hover li.price  {
  background: #303236;
  -webkit-transition: all 0.85s ease-in-out;
  -moz-transition: all 0.85s ease-in-out;
  -o-transition: all 0.85s ease-in-out;
  transition: all 0.85s ease-in-out;
}

.price small {
  font-weight: 300;
  color: #929496;
}

.info {
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 300;
  font-size: 13px;
  color: #929496;
  background: #ffffff;
}

.features {
    color: #231f20;
    /* font-weight: bold; */
    padding-top: 12px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccccc9;
    /* background: #ffffff; */
}

.features.first {
  #border-top: 1px solid #ccccc9;
}
.features.end {
    border-bottom: 2px solid #4758a5;
	font-family: ProximaNovaCondBold;
}
.features.last {
  padding-top: 17px;
  padding-bottom: 20px;
}

.features.last a {
	color: #70cbce;
	font-size: 14px;
	letter-spacing: 1px;
}

.pricing-container .btn {
    border-radius: 0;
}




/* ==========================================================================
   Form styles
   ========================================================================== */
.section-form .form-control {
    background-color: #FFFFFF;
    background-image: none;
    border: 0px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #929496;
    display: block;
    font-size: 15px;
    height: 60px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.form-control::-moz-placeholder {
    color: #d9d9d9;
    font-size: 15px;
    opacity: 1;
}

.form-control::-webkit-placeholder, .form-control::-o-placeholder {
    color: #d9d9d9;
    font-size: 15px;
    opacity: 1;
}

.form-control::-o-placeholder {
    color: #d9d9d9;
    font-size: 15px;
    opacity: 1;
}





/* ==========================================================================
   Mobile styles
   ========================================================================== */
/* Landscape phones and down */
@media (max-width: 480px) { 

.btn-lg {
  font-size: 12.5px;
  line-height: 1.33;
  padding: 16px 13px;
  letter-spacing: 0px;
}


.btn-wide {
  width: 100%;
  font-size: 12.5px;
  line-height: 1.33;
  padding: 16px 13px;
  letter-spacing: 0px;
}

#be-the-first { 
      background-attachment: scroll;
  }

}


/* Landscape phone to portrait tablet */
@media (min-width: 481px) and (max-width: 767px) { 

#be-the-first { 
      background-attachment: scroll;
  }

}


/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {

#be-the-first { 
      background-attachment: scroll;
  }
  
}



/* Desktops and laptops ----------- */
@media (min-width: 992px) and (max-width: 1199px) {

}
     


/* Large screens ----------- */
@media (min-width: 1200px) and (max-width: 3000px) {

}   


.header-phone-num{
	font-family: ProximaNovaCondBold;
    font-size: 36px;
}


.header-phone-link{
    font-size: 16px;
	font-family: ProximaNovaReg;
	color:#4b4b4b;
	text-decoration: underline;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	cursor:pointer;
}

.header-phone{
    margin-top: 10px;
    background: url(/img/phone-h.png) center left no-repeat;
	padding-left: 70px;
}

.slider-text{
	font-size: 5.8rem;
	font-family: ProximaNovaReg;
    line-height: 65px;
	margin-top: 110px;
	cursor:pointer;
}

.header-info .btn{
    background-color: #577bc2;
    color: #ffffff;
    text-transform: none;
    border-radius: 6px;
    margin-top: 50px;
    font-size: 30px;
	font-family: ProximaNovaReg;
}

.bl-1{
    background: url(/img/bl1.png) center left no-repeat;
	padding-left: 80px;
	color:#000000;
    font-size: 24px;
    line-height: 28px;
	font-family: ProximaNovaCondReg;
	min-height: 85px;
}
.bl-2{
    background: url(/img/bl2.png) center left no-repeat;
	padding-left: 80px;
	color:#000000;
    font-size: 24px;
    line-height: 28px;
	font-family: ProximaNovaCondReg;
    min-height: 85px;	
}
.bl-3{
    background: url(/img/bl3.png) center left no-repeat;
	padding-left: 60px;
	color:#000000;
    font-size: 24px;
    line-height: 28px;
	font-family: ProximaNovaCondReg;
    min-height: 85px;	
}
.bl-4{
    background: url(/img/bl4.png) center left no-repeat;
	padding-left: 80px;
	color:#000000;
    font-size: 24px;
    line-height: 28px;
	font-family: ProximaNovaCondReg;	
    min-height: 85px;	
}

.bl-5 span{
	color:#010101;
	font-size: 50px;
	font-family: ProximaNovaExCnReg;	
}
.bl-6{
    background: url(/img/bl5.png) center left no-repeat;
	min-height: 570px;
}
.bl-7 p{
	color: #010101;
    font-size: 30px;
    margin-top: 50px;
    line-height: 35px;
	font-family: ProximaNovaCondReg;
}
.bl-8{
	margin-bottom: 20px;
    margin-top: 20px;
}
.bl-8 span{
	color:#ffffff;
	font-size: 60px;
	font-family: ProximaNovaExCnReg;
}
.bl-9{
	color:#ffffff;
	font-size: 30px;
	font-family: ProximaNovaCondReg;
}
.bl-10{
	margin-top: 40px;
	background-color: #dbe0f1;
	padding: 20px;
    border-radius: 3px;
	font-size: 24px;
	font-family: ProximaNovaCondReg;
}
.pad-xl-sklad{
	padding-top: 40px;
}

.sklad-ln-1{
	margin-top: 0px;
    margin-bottom: 00px;
    border: 0;
    border-top: 3px solid #4758a5;
    position: absolute;
    width: 30%;
    text-align: center;
    bottom: 20px;
    margin: 0 auto;
    left: 50%;
    margin-left: -15%;
}

.sklad-ln-2{
	margin-top: 20px;
	border-top: 1px solid #ccccc9;
	
}

.section-grafik{
	background: url(../img/bg-graf.jpg) no-repeat center center;
    width: 100%;
    padding: 20px 10px 60px 10px;
    height: 100%;
    overflow: hidden;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	max-width: 1440px;
    margin: 0 auto;
}
.section-product{
	background: url(../img/bg-prod.jpg) no-repeat center center;
    width: 100%;
    padding: 20px 10px 50px 10px;
    height: 100%;
    overflow: hidden;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	max-width: 1440px;
    margin: 0 auto;
}
.section-form{
	background: url(../img/bg-form.jpg) no-repeat center center;
    width: 100%;
    padding: 20px 10px 50px 10px;
    height: 100%;
    overflow: hidden;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	max-width: 1440px;
    margin: 0 auto;
}
.bl-14{
	margin-bottom: 40px;
    margin-top: 40px;
}

.pfi-1{
	background: url(/img/pfi1.png) center left no-repeat;
	padding-left: 110px;
	    margin-top: 10px;
    margin-bottom: 10px;
}
.pfi-2{
	background: url(/img/pfi2.png) center left no-repeat;
	padding-left: 110px;
	    margin-top: 10px;
    margin-bottom: 10px;
}
.pfi-3{
	background: url(/img/pfi3.png) center left no-repeat;
	padding-left: 110px;
	    margin-top: 10px;
    margin-bottom: 10px;
}
.pfi-4{
	background: url(/img/pfi4.png) center left no-repeat;
	padding-left: 110px;
	    margin-top: 10px;
    margin-bottom: 10px;
}
.pfi-5{
	background: url(/img/pfi5.png) center left no-repeat;
	padding-left: 110px;
	    margin-top: 10px;
    margin-bottom: 10px;
}
.pfi-6{
	background: url(/img/pfi6.png) center left no-repeat;
	padding-left: 110px;
	    margin-top: 10px;
    margin-bottom: 10px;
}
.pfi-1 h3,.pfi-2 h3,.pfi-3 h3,.pfi-4 h3,.pfi-5 h3,.pfi-6 h3{
	font-family: ProximaNovaCondReg;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #231f20;
}
	
footer {
	background: url(../img/bg-footer.jpg) no-repeat center right;
    width: 100%;
    padding: 20px 10px 50px 10px;
    height: 100%;
    overflow: hidden;
    background-size: auto 350px;
    -webkit-background-size: auto 350px;
    -moz-background-size: auto 350px;
    -o-background-size:auto 350px;
	min-height: 350px;
    background-color: #e6e6e6;
	max-width: 1440px;
    margin: 0 auto;

}

.bl-11 p{
    font-size: 26px;
    font-family: ProximaNovaCondReg;
    line-height: 32px;
    color: #000000;
}

.bl-12 h2{
    font-size: 28px;
    font-family: ProximaNovaCondBold;
    line-height: 32px;
    color: #000000;
	margin-bottom: 20px;
    margin-top: 30px;
}

.bl-12{
    font-size: 26px;
    font-family: ProximaNovaCondReg;
    line-height: 32px;
    color: #000000;
}

.bl-12 table{
    width:100%
}

.bl-12 table td{
    font-size: 24px;
	padding-top: 10px;
    padding-bottom: 10px;
	position: relative;
}

.bl-13 h2{
    font-size: 24px;
    font-family: ProximaNovaCondBold;
    line-height: 32px;
    color: #577bc2;
	margin-top: 30px;
	margin-bottom: 50px;
}

.pad-xl-sklad-bl{
	    padding-bottom: 30px;
}

.bl-15 span{
color: #ffffff;
    font-size: 50px;
    font-family: ProximaNovaExCnReg;
}

.section-form label{
	color: #ffffff;
    font-size: 30px;
    font-family: ProximaNovaExCnReg;
}

.section-form .btn{
background-color: #62a432;
    color: #ffffff;
    text-transform: none;
    border-radius: 6px;
    margin-top: 30px;
    font-size: 30px;
    font-family: ProximaNovaReg;
    min-width: 300px;
    padding: 12px 20px;
}
#main-info{
	max-width: 1440px;
    margin: 0 auto;
}

.footer-phone{
	    font-size: 30px;
    font-family: ProximaNovaReg;
	    margin-left: 20px;
    margin-top: 20px;
}
.footer-mail{
	    font-size: 30px;
    font-family: ProximaNovaReg;
	    margin-left: 20px;
}
.footer-adress{
    font-size: 30px;
    font-family: ProximaNovaReg;
    margin-left: 30px;
    margin-top: 40px;
    background: url(../img/icn-map.png) no-repeat left center;
    padding-left: 30px;
}
.highcharts-button{
	display:none;
}

.highcharts-text-outline{
	fill: rgb(219, 224, 241);
    stroke: rgb(219, 224, 241);
}
.chart-bl{
	margin-top:20px;
}

.hr-cl1{
	margin-top: 0px;
    margin-bottom: 0px;
    border: 0;
    border-top: 2px solid #4758a5;
    width: 60%;
    position: absolute;
    bottom: -1px;
}
.hr-cl2{
	margin-top: 0px;
    margin-bottom: 0px;
    border: 0;
    border-top: 2px solid #4758a5;
    width: 30%;
    position: absolute;
    bottom: -1px;
}
.hr-cl3{
	margin-top: 0px;
    margin-bottom: 0px;
    border: 0;
    border-top: 2px solid #4758a5;
    width: 45%;
    position: absolute;
    bottom: -1px;
}
.hr-cl4{
	margin-top: 0px;
    margin-bottom: 0px;
    border: 0;
    border-top: 2px solid #4758a5;
    width: 20%;
    position: absolute;
    bottom: -1px;
}
.hr-cl5{
	margin-top: 0px;
    margin-bottom: 0px;
    border: 0;
    border-top: 2px solid #4758a5;
    width: 50%;
    position: absolute;
    bottom: -1px;
}

.sum-bl{
	border: 1px solid #ccccc9;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    line-height: 24px;
}

.btn-blue{
	background-color: #577bc2;
}
