@font-face {
  font-family: "atlas-black";
  font-weight: 900;
  src: url('fonts/atlas-aaa-900.eot');
  src: url('fonts/atlas-aaa-900.eot?#iefix') format('eot'), url('fonts/atlas-aaa-900.woff') format('woff'), url('fonts/atlas-aaa-900.ttf') format('truetype'), url('fonts/atlas-aaa-900.svg') format('svg');
}

@font-face {
  font-family: "atlas-bold";
  font-weight: 700;
  src: url('fonts/atlas-aaa-700.eot');
  src: url('fonts/atlas-aaa-700.eot?#iefix') format('eot'), url('fonts/atlas-aaa-700.woff') format('woff'), url('fonts/atlas-aaa-700.ttf') format('truetype'), url('fonts/atlas-aaa-700.svg') format('svg');
}

@font-face {
  font-family: "atlas-medium";
  font-weight: 500;
  src: url('fonts/atlas-aaa-500.eot');
  src: url('fonts/atlas-aaa-500.eot?#iefix') format('eot'), url('fonts/atlas-aaa-500.woff') format('woff'), url('fonts/atlas-aaa-500.ttf') format('truetype'), url('fonts/atlas-aaa-500.svg') format('svg');
}

@font-face {
  font-family: "atlas-regular";
  font-weight: 400;
  src: url('fonts/atlas-aaa-400.eot');
  src: url('fonts/atlas-aaa-400.eot?#iefix') format('eot'), url('fonts/atlas-aaa-400.woff') format('woff'), url('fonts/atlas-aaa-400.ttf') format('truetype'), url('fonts/atlas-aaa-400.svg') format('svg');
}

@font-face {
  font-family: "atlas-light";
  font-weight: 300;
  src: url('fonts/atlas-aaa-300.eot');
  src: url('fonts/atlas-aaa-300.eot?#iefix') format('eot'), url('fonts/atlas-aaa-300.woff') format('woff'), url('fonts/atlas-aaa-300.ttf') format('truetype'), url('fonts/atlas-aaa-300.svg') format('svg');
}


.input::-webkit-input-placeholder {
  font-family: 'Alef', sans-serif;
}

.input:-ms-input-placeholder {
  font-family: 'Alef', sans-serif;}

.input:-moz-placeholder {
  font-family: 'Alef', sans-serif;
}

.input::-moz-placeholder {
  font-family: 'Alef', sans-serif;
}

body,html{
  height: 100%;
}
header{
  height: 82px;
  position: fixed;
    background: rgba(255, 255, 255, 0.85);
  width: 100%;
      border-bottom: 1px solid;
      z-index: 999;
}
h2 img{
    position: absolute;
    left: 3.5%;
    top: 50%;
    margin-top: -35px;
}
header ul{
  float: right;
  position: absolute;
  top: 50%;
  width: 79%;
  margin-right: 3.5%;
  margin-top: -11px;  
}
header ul li{
  display: inline;
  margin-left: 7%;
}
a.nav {
      cursor: pointer;
  text-decoration: none;
  font-family: "atlas-regular";
  font-size: 22px;
  color: #323232;
}
#main{
  height: calc(100% - 82px);
  position: absolute;
  width: 100%;
  top: 82px;
  z-index: -1;
}

.main-bg{
  background-size: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
  transition:opacity 1s;
}
#main-bg00{
    background: url(../img/main/1920x933_01.jpg)no-repeat center center;
    background-size: cover !important;
}
#main-bg01{
    background: url(../img/main/1920x933_02.jpg)no-repeat center center;
    background-size: cover !important;  
}
#main-bg02{
    background: url(../img/main/1920x933_03.jpg)no-repeat center center;
    background-size: cover !important;  
}
#main-bg03{
    background: url(../img/main/1920x933_04.jpg)no-repeat center center;
    background-size: cover !important; 
}
#main-bg04{
    background: url(../img/main/1920x933_05.jpg)no-repeat center center;
    background-size: cover !important;  
}
#fadet{
  position: absolute;
  left: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
}
h1{
  color: #fff;
  font-family: "atlas-regular";
  font-size: 60px;
  text-align: center;
  position: absolute;
  top: 27%;
  left: 0;
  right: 0;
  margin: auto;
  line-height: 1.2;
}
#asIs{
  position: absolute;
  top: 100%;
  height: 100%;
  width: 100%;
}
#left-sec{
  position: absolute;
  left: 0;
  background: gray;
  height: 100%;
  width: 50%;
  z-index: -1;
}
.sec-bg{
  background-size: cover !important;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
  transition:opacity 1s;
}
#sec-bg00{
  background:url(../img/sec-bg1.jpg)no-repeat center center;
}
#sec-bg01{
  background:url(../img/sec-bg2.jpg)no-repeat center center;
}
#sec-bg02{
  background:url(../img/sec-bg3.jpg)no-repeat center center;
}
#sec-bg03{
  background:url(../img/sec-bg5.jpg)no-repeat center center;
}
#sec-bg04{
  background:url(../img/sec-bg6.jpg)no-repeat center center;
}
#sec-bg05{
  background:url(../img/sec-bg7.jpg)no-repeat center center;
}
#rigth-sec{
  position: absolute;
  right: 0;
  height: 100%;
  width: 50%;
}
#rigth-sec > div{
    position: absolute;
    width: 80%;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    font-family: "atlas-regular";
    padding: 11% 0;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}
h3{
      font-size: 26px;
    line-height: 1.2;
}
#rigth-sec p {
    margin-top: 4%;
    font-size: 18px;
}
#branches{
  position: absolute;
  top: 200%;
  height: 100%;
  width: 100%;  
      z-index: 1;
}
#branches-left-sec{
  position: absolute;
  left: 0;
  background: gray;
  height: 100%;
  width: 50%;
  z-index: -1;
}
#branches-rigth-sec{
  position: absolute;
  right: 0;
  height: 100%;
  width: 50%; 
}
#map{
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9;

}
#branches-left-sec {
  position: absolute;
  left: 0;
  background: black;
  height: 100%;
  width: 50%;
  z-index: -1;
  color: #fff;
  font-family: "atlas-regular";
}
#branches-left-sec > div {
    position: absolute;
    width: 70%;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    padding-top: 10%;
    padding-bottom: 10%;
    border-bottom: 1px solid;
    border-top: 1px solid; 
}
#location-wrap span{
  font-family: "atlas-bold";
}
#location-wrap p{
line-height: 1.15;
    padding-right: 15px;
}
.block{
  margin-bottom: 13px;
  cursor: pointer;
  position: relative;
}
#line{
    position: absolute;
    width: 3px;
    height: 66px;
    background: #bfd849;

}
#contact{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 300%;
    background:url(../img/form-bg.jpg)no-repeat center center;
    background-size: cover;
} 
#form-wrap{
      position: absolute;
    width: 370px;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    margin-top: -235px;
}  
h5{
      text-align: center;
    color: #fff;
    font-family: "atlas-regular";
    font-size: 38px;
    margin-bottom: 30px;
}
#contact p{
  text-align: center;
  font-family: "atlas-regular";
  color: #fff;
  font-size: 21px;
}
input[type="text"] {
    width: 100%;
    box-sizing: border-box;
    font-size: 18px;
    padding-bottom: 20px;
    padding-top: 20px;
    padding-right: 12px;
    margin-top: 25px;
}
#contact a {
      width: 100%;
    text-align: center;
    display: block;
    text-decoration: none;
    color: black;
    background: #bfd849;
    font-family: "atlas-regular";
    font-size: 32px;
    padding-top: 22px;
    padding-bottom: 22px;
    margin-top: 38px;
}
#thankP{
  font-size: 28px;
  line-height: 1.2;
}
#thanku{
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -10px;
  display: none;
}
footer{
      position: absolute;
    height: 80px;
    background: black;
    top: 400%;
    width: 100%;
}
small{
      position: absolute;
    left: 0;
    color: #fff;
    left: 3.5%;
    font-family: "atlas-light";
    top: 50%;
    font-size: 16px;
    margin-top: -8px;
}
small span{
      font-size: 13px;
}
.links {
    width: 36px;
    height: 36px;
    background: pink;
    position: absolute;
    left: 13%;
    top: 50%;
    margin-top: -18px;
    background: url(../img/links.png)no-repeat;
    cursor: pointer;
}
.sec-link{
  left: calc(13% + 56px);
  background-position: -47px 0;
}
.links:hover{
  background: url(../img/linksHover.png)no-repeat;
}
.sec-link:hover{
  
  background: url(../img/linksHover.png)no-repeat;
  background-position: -47px 0;
}
.active{
    border-bottom: 3px solid;
    padding-bottom: 26px;
    border-color: #bfd849;
}
.arrow{
    width: 15px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: rotateZ(-40deg);
    transform-origin: left;
}
.arrow-2{
  margin-top: -1px;
  transform: rotateZ(40deg);
}
.price{
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    bottom: 3%;
    right: 2%;
    width: 300px;
    text-align: left;
    padding: 20px 20px 14px 20px;
    color: #99ae3b;
    font-family: "atlas-regular";
    font-size: 18px;
}
.item-wrap {
    position: relative;
    margin-bottom: 9px;
}
span.price-item {
    position: absolute;
    right: 0;
    font-family: "atlas-light";
    line-height: 1.2;
}
span.nis {
    color: #fff;
}
span.priceNum {
    font-size: 24px;
    color: #fff;
}

#callbox {
  font-family: "atlas-light";
  text-align: center;
  font-size: 30px;
  color: #bfd849;
  background-color: rgba(0,0,0,0.6);
  padding: 13px 0 10px;
  margin-top: 40px;
  font-weight: normal;
}

#callbox a {
  background: transparent;
  color: white;
  padding: 0;
  margin: 3px 0 5px;
  font-family: "atlas-bold";
  letter-spacing: 2px;
}

#callbox a span{
  position: relative;
  top: 10px;
  right: 3px;
}