body{
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #00201e;
  letter-spacing: 2px;
}

a {
  outline: 0;
}

p,
label,
button{
  letter-spacing: 2px;
  font-weight: 600;
}

p{
  margin-bottom:5px;
}

h1{
  font-size: 18px;
  white-space: nowrap;
  color: #1cf6b9; 
  letter-spacing: 3px;
}

h1 span:nth-of-type(1), h2 span:nth-of-type(1){
  padding-right: 5px;
}

h1 span:nth-of-type(2), h2 span:nth-of-type(2){
  padding-left: 5px;
}

h2{
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 600;

}

h3{
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 16px;
}

.content h3{
  letter-spacing: 2px;
}

.links a{
  font-size:28px;
  color: #000;
  font-weight: 400;
  letter-spacing: 3px;
}

.links a:hover{
  text-decoration: none;
  color: #1cf6b9; 
}

.form-control, #contact-form span{
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 3px;
}

.contact-address p, .contact-copy p{
  font-weight: 400;
}

#logo{
  position: fixed;
  z-index: 100;
  top: 50px;
  left: 60px;
  background: url(../img/logo-top.png) no-repeat center center; 
  width: 119px;
  height: 22px;
}

#logo.logo-dark{
  background: url(../img/logo-top-dark.png) no-repeat center center; 
}

#humburger{
  position: fixed;
  z-index: 300;
  top:40px; 
  right:60px;
  cursor: pointer;
}

.navbar-toggle .icon-bar{
  height: 2px;
  width: 24px;
  margin: 3px;
  background-color: #1cf6b9;  
}

.dark-fixed .icon-bar{
  background-color: black;  
}

.navbar-toggle{
  padding: 0;
  display: block;
}

.navbar-toggle .icon-bar:nth-of-type(2) {
  top: 1px;
}

.navbar-toggle .icon-bar:nth-of-type(3) {
  top: 2px;
}

.navbar-toggle .icon-bar {
  position: relative;
  transition: all 300ms ease-in-out;
}

.navbar-toggle.active .icon-bar:nth-of-type(1) {
  top: 6px;
  transform: rotate(45deg);
}

.navbar-toggle.active .icon-bar:nth-of-type(2) {
  background-color: transparent;
}

.navbar-toggle.active .icon-bar:nth-of-type(3) {
  top: -6px;
  transform: rotate(-45deg);
}

.navbar-toggle .icon-bar{
  width: 30px;
}

#menu{
  position: fixed;
  top:0;
  left: 50%;
  z-index: 200;
  height: 100%;
  width: 50%;
  background: white;
  display: none;
}

#navi-balls{
  list-style: none;
  margin: 0;
  position: fixed;
  right: 60px;
  bottom: 50px;
  z-index: 1000;
}

#navi-balls a {
  display: block;
  width: 6px;
  height: 6px;
  background: url("../img/ball-1.png") no-repeat 50% 50%;
  margin: 7px 0;
  padding: 7px;
}

#navi-balls a.active-ball {
  background: url("../img/ball-active-1.png") no-repeat 50% 50%;
}

.links{
  list-style: none;
  text-align: left;
  width: 300px;
  margin: 0 auto;
  padding: 0;
}

.links li{
  margin-bottom: 45px;
}

#lang-menu {
  left: 45px;
  position: absolute;
  top: 50px;
}

#lang-menu span{
  font-weight: 400;
  cursor: pointer;
}

#lang-menu span.lang-active{
  color: #1cf6b9; 
}

.content-page{
  width: 100%;
  height: 100vh;
  position: relative;
}

#home { 
  background: #00201e url(../img/home-bg.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#offer { 
  background: #1cf6b9 url(../img/offer-bg.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#flow-1 { 
  background: #00201e url(../img/flow-1-bg.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#flow-2 { 
  background: #1cf6b9 url(../img/flow-2-bg.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#flow-3 { 
  background: #00201e url(../img/flow-3-bg.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#flow-4 { 
  background: #1cf6b9 url(../img/flow-4-bg.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#contact { 
  background: #00201e url(../img/contact-bg.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.arrow{
  position: absolute;
  left: 50%;
  bottom: 25px;
  margin-left: -10px;
  width: 20px;
  height: 10px
}

.arrow a{
  background: url(../img/arrow.png) no-repeat center center; 
  width: 100%;
  height: 100%;
  display: block;
}

.arrow-dark a{
  background: url(../img/arrow-dark.png) no-repeat center center;
}

.content-table{
  display: table;
  height: 100%;
  width: 100%;
  text-align: center;
}

.content-cell{
  display: table-cell;
  vertical-align: middle;

}

.line{
  height: 1px;
  width: 30px;
  background: #00201e;
  margin: 0 auto;
  margin-top: 45px;
  margin-bottom: 45px;
}

.line-dark{
  background: #1cf6b9;
}

.page-title{
  position: absolute;
  left: 60px;
  bottom: 50px;  
}

.page-title-bright{
  color: #1cf6b9; 
}

/*home page*/

#home{
  position: relative;
}

.home-ico{
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -115px 0 0 -425px;
  width: 850px;
  height: 230px;
  background: url(../img/home-ico.png) no-repeat center top; 
}

.home-ico h1{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  text-align: center;
  font-size: 20px;
}

img#m-home-ico{
  display: none;
}

.home-logo{
  position: absolute;
  width: 187px;
  height: 35px;
  left: 50%;
  top:75%;
  margin: -18px 0 0 -94px;;
  background: url(../img/home-logo.png) no-repeat center center; 
}

/*offer page*/

#offer{
  position: relative;
}

#offer img{
  margin-bottom: 50px;
}

#offer .content{
  width: 1330px;
  margin: 0 auto;
  text-align: center;
}

#offer .col-md-4 > div:not(.line){
  display: inline-block;
  padding-bottom: 20px;
  padding-top: 15px;
}

/*flow 1 page*/

#flow-1{
  position: relative;
}

.m-flow-1, .ico-2-flow-1{
  display: none;
}
/*#flow-1 .flow-1-ico{
  background: url(../img/flow-1-ico.png) no-repeat center center; 
  width: 1367px;
  height: 431px;
  position: absolute;
  top:50%;
  left:50%;
  margin: -215px 0 0 -683px;
}*/

/*flow 2 page szkoly*/

#flow-2 img, #flow-3 img, #flow-4 img{
  margin-bottom: 40px;
}

#flow-2 h3, #flow-3 h3, #flow-4 h3{
  margin-bottom: 30px;
}

#flow-2 h3:nth-of-type(2){
  margin-top: 45px;
}
/*flow 3 page*/

#flow-3 h2,
#flow-3 p{
  color: #1cf6b9; 
}

/*flow 4 page*/

#flow-4 .content {
  width: 720px;
  margin: 0 auto;
}

/*contact*/

#contact label,
#contact p,
button,
.form-control{
  color: #1cf6b9; 
}

#contact .btn {
  -moz-user-select: none;
  background-image: none;
  background: transparent;
  border: none;
  border-radius: 0;
  cursor: pointer;
  font-weight: 600;
  font-size:16px;
}

#contact .btn:hover,
#contact .btn:focus{
  color: #00C991; 
}

#contact .content{
  width: 50%;
  margin: 0 auto;
}

#contact .row{
  position: relative;
}

#contact .content-cell > img{
  margin-bottom: 210px;
}

#contact .content-cell p{
  margin-bottom: 55px;
}

.form-control{
  background: transparent;
  border: none;
  border-radius: 0px;
  padding-left: 0;
}

.form-control:focus{
  box-shadow: none;
}

#contact textarea{
  resize: none;
  /*overflow:hidden*/
}

.form-group span,
.form-group .textarea-hide-block{
  display: none;
}


.form-line{
  width: 100%;
  float: right;
  height: 1px;
  background: #1cf6b9;
}


.contact-address{

}

#contact-form-show p{
  color: #fff;
  cursor: pointer;
}

.contact-copy{
  position: absolute;
  bottom: 50px;
  left: 50%;
  width: 280px;
  margin-left: -140px;
}

.contact-copy p{
  text-align: center;
}

/*contact popup*/

#contact-form-modal{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1100;
  background: #00201e url(../img/contact-bg.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: none;
}

#contact-form-hide{
  position: absolute;
  right: 60px;
  top:50px;
  color: #1cf6b9; 
  padding: 10px;
  cursor: pointer;
}

#contact-form{
  width: 960px;
  margin: 0 auto;
}

#contact-form label{
  text-align: left;
  display: block;
  float: left;
  margin-top: 15px;
  margin-right: 30px;
}

.form-control-wrap{
  overflow: hidden;
}

#contact-form input{
  width: 100%;
}

.form-group{
  margin-bottom: 45px;
}
/*animation*/
.add-anim{
  opacity: 0;
}

.loader{
  background: #000;
  position: absolute;
  top:0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 10000;
}

.loader .logo{
  background: url("../img/logo-top.png") no-repeat 50% 50%;
  height: 22px;
  width: 119px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -59px;
  margin-top: -11px;
}