@font-face {
  font-family: 'boblic';
  src: url('fonts/boblic.eot');
  src: url('fonts/boblic.eot?#iefix') format('embedded-opentype'),
    url('fonts/boblic.woff') format('woff'),
    url('fonts/boblic.ttf') format('truetype'),
    url('fonts/boblic.svg#boblic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'leaguegothic';
  src: url('fonts/leaguegothiccyrillicautohinted.eot');
  src: url('fonts/leaguegothiccyrillicautohinted.eot?#iefix') format('embedded-opentype'),
    url('fonts/leaguegothiccyrillicautohinted.woff') format('woff'),
    url('fonts/leaguegothiccyrillicautohinted.ttf') format('truetype'),
    url('fonts/leaguegothiccyrillicautohinted.svg#leaguegothic') format('svg');
  font-weight: normal;
  font-style: normal;
}
a{
  text-decoration: underline
}
a:hover{
  text-decoration: none
}
ul{
  margin: 0;
  list-style: none;
  padding: 0
}
.up{
  text-transform: uppercase
}
.down{
  text-transform: lowercase
}
.xxl{
  font-size: 600%;
}
.xl{
  font-size: 430%;
}
.l{
  font-size: 180%;
}
.m{
  font-size: 160%;
}
.s{
  font-size: 150%;
}
.xs{
  font-size: 130%;
}
.xxs{
  font-size: 40%;
}
h1{
  font-size: 1600%;
  font-weight: normal;
  line-height: 1;
  margin: 0;
  text-align: center;
  position: absolute;
  top: 10%;
  width: 100%;
  //min-width: 1000px
}
h2{
  font-family: 'leaguegothic';
  font-size: 700%;
  font-weight: normal;
  margin: 15px 0
}
h3{
  font-family: 'boblic';
  font-size: 200%;
  font-weight: normal;
  margin: 15px 0
}
.white{
  color: #fff
}
a.white:hover{
  color: red
}
.green{
  color: #33AB9C
}
.black{
  color: #000
}
.red{
  color: #F4574B;
}
.grey{
  color: #999
}
.align_center{
  text-align: center
}
.align_left{
  text-align: left
}
.align_right{
  text-align: right
}
.left{
  left: 0;
}
.right{
  right: 0;
}
.bg_red{
  background: #e6332a
}
.bg_navy{
  background: #00559b
}
.bg_dark{
  background: #233540
}
.bg_white span{
  background: #fff
}
body{
  margin:0;
  padding: 0;
  font-family: 'boblic';
  font-size: 14px;
  min-width: 500px;
}
header{
  width: 100%;
  /*min-height: 800px !important;*/
  position: relative
}
section{
  position: relative;
  width: 100%;
  min-height: 800px !important;
}
.logo{
  height: 58px;
  text-align: center;
  position: absolute;
  top: 10%;
  width: 100%;
  //min-width: 1000px
}
.descriptor{
  position: absolute;
  top: 25%;
  width: 100%;
  height: 45%;
  max-height: 400px;
  overflow: hidden;
  padding: 8px 0;
  text-align: center;
  //min-width: 1000px
}
.descriptor .inner{
  height: 100%;
  width: 100%;
  background: url('images/bg1.jpg') repeat-y center center;
  background-size: cover;
  position: relative
}
.descriptor .title_label{
  background: url('images/descriptor.png') no-repeat center center;
  background-size: auto 75%;
  height: 100%;
  width: 100%;
}
.waves_top{
  background: url('images/wave.png') repeat-x left top;
  height: 35px;
  width: 100%;
  position: absolute;
  top: -8px;
  left: 0;
}
.waves_bottom{
  background: url('images/wave2.png') repeat-x left bottom;
  height: 35px;
  width: 100%;
  position: absolute;
  bottom: -8px;
  left: 0;
}
.descriptor h1{
  display: none
}
.catch_contacts{
  position: absolute;
  top: 80%;
  width: 100%;
  //min-width: 1000px
}
.catch_contacts .inner{
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.form{
  display: none;
  width: 445px;
  vertical-align: middle;
  line-height: 1.2;
  text-align: left;
  width: 250px;
}
.form .title{
  margin: 0 0 20px 0
}
.form input[type=text]{
  background: #fff;
  border: 1px solid #c9c8c8;
  width: 250px;
  height: 50px;
  display: block;
  color: #000
}
.form input[type=submit]{
  border: none;
  width: 250px;
  height: 60px;
  display: block;
  border-bottom: 7px solid #c91b1b;
  outline: none;
}
.form input[type=submit]:hover{
  color: #a00a0a;
  background: #ea2121
}
.form input[type=submit]:active,
.form.active input[type=submit]{
  border-top: 3px solid #c91b1b;
  border-bottom: none;
  background: #d81d1d url('images/ajax-loader.gif') no-repeat center center !important;
  color: #a00a0a;
  font-size: 0 
}
input{
  font-family: 'boblic';
}
.catch_contacts .title{
  margin: 10px 0 0 0;
}

footer{
  height: 600px;
  margin: 0 auto;
  position: relative;
  z-index: 0
}

a.button{
  background: #33AB9C;
  line-height: 70px;
  display: block;
  font-size: 190%;
  padding: 0 60px;
  box-shadow: 0 1px 0 #269089, 0 8px 0 #00887A, 0 9px 0 #006D67, 0 10px 0 5px #ccc;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #006D67;
  border-bottom: 1px solid #61CABB;
}
a.button:hover{
  background: #269089;
  color: #000;
}
a.button:active{
  background: #269089;
  color: #006D67;
  box-shadow: 0 1px 0 #269089, 0 5px 0 #00887A, 0 6px 0 #006D67, 0 7px 0 3px #ccc;
  margin: 3px 0 0;
}
.line span{
  border-bottom: 1px solid #ccc;
  display: inline-block;
  height: 1px;
  width: 200px;
  vertical-align: middle;
  margin: 0 20px;
}

.phone{
  display: inline-block;
  vertical-align: middle;
  font-size: 130%;
  margin: 0 0 0 80px;
  background: url('images/phone.png') no-repeat left center;
  line-height: 40px;
  padding: 0 0 0 50px;
}
.mailto{
  margin: 0 80px 0 0
}
.contact_button{
  display: inline-block;
  vertical-align: middle;
  height:90px
}
#works .title{
  font-family: 'leaguegothic';
  line-height: 1.1;
  margin: 30px 0 0 0
}
#works .slider_wrapper{
  position: absolute;
  top: 30%;
  width: 100%;
  z-index: 900;
}

#works .link{
  margin: 30px 0 40px 0
}
#works .link a{
  display: inline-block;
  height: 30px;
}
#works .work{
  margin: 0;
}

.work .icon{
  width: 200px;
  height: 200px;
  border-radius: 100px;
  margin: 0 auto;
  position: relative
}
.shopogolic .icon{
  background: #974E71 url('images/bigben.png') no-repeat 45px 10px;
  
}
.artter .icon{
  background: #353F69 url('images/camera.png') no-repeat 25px 50px;
}
.onlineposrednik .icon{
  background: #665E56 url('images/parcel.png') no-repeat 15px 30px;
}
.sushechnaya .icon{
  background: #C0B198 url('images/roll.png') no-repeat 25px 30px;
}
.sormovo .icon{
  background: #33AB9C url('images/forest.png') no-repeat -100px 20px;
}
.heysay .icon{
  background: #353F69 url('images/tshirt.png') no-repeat 25px 20px;
}
.bx-wrapper .bx-viewport{
  box-shadow: none;
  height: 500px !important
}

.bx-wrapper .bx-controls-direction a{
  z-index: 500
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active{
  background: #33AB9C
}
.bx-wrapper .bx-pager.bx-default-pager a{
  background: #ccc
}

#scheme{
  margin: 45px 0 0 0;
  background: #974E71;
  box-shadow: 0 6px 0 rgba(0, 0, 0, 0.3);
  z-index: 1
}
#scheme h1{
  top: 20%
}
.zig_top{
  height: 42px;
  background: url('images/zig.png') repeat-x left top;
  width: 100%;
  position: absolute;
  top: -35px;
  left: 0;
}

#scheme .icons{
  margin: 0 auto;
  max-width: 1300px
}
#scheme .icons_wrapper{
  position: absolute;
  top: 40%;
  text-align: center;
  width: 100%;
}
#scheme .icons_narrow{
  display: none
}
#scheme .icons li{
  display: inline-block;
  vertical-align: top;
  width: 16%;
  margin: 0 20px;
}
#scheme .icons li .inner{
  position: relative
}
#scheme .icons li img{
  margin: 0 0 30px 0;
}

@media only screen and (max-width: 1199px) {
  .descriptor{
    background-size: 120% auto;
  }
  .descriptor .inner{
    background-size: auto
  }
  #scheme .icons{
    width:100%;
    font-size: 90%
  }
  #scheme .icons li{
    margin: 0 10px;
    width: 16%
  }
}
@media only screen and (max-width: 900px) {
  header{
    min-height: 500px !important;
  }
  section{
    min-height: 500px !important;
  }
  .contact_button{
    
  }
  .logo{
    position: relative;
    margin: 20px 0 20px 0
  }
  .descriptor{
    min-height: 300px;
    position: relative
  }
  .descriptor .inner{
    background-size: auto;
    min-height: 300px;
  }
  .descriptor .title_label{
    min-height: 300px
  }
  .mailto{
    display: block;
    margin: 40px auto;
    width: 300px;
  }
  .phone{
    display: block;
    margin: 40px auto;
    width: 180px;
  }
  .catch_contacts{
    position: relative;
    margin: 0
  }
  .line span{
    width: 100px
  }
  #works h1{
    position: relative;
    padding: 80px 0 60px 0;
  }
  #works .slider_wrapper{
    position: relative
  }
  #scheme{
    margin: 100px 0 0 0
  }
  #scheme h1{
    position: relative;
    padding: 80px 0 60px 0;
  }
  #scheme .icons_wrapper{
    position: relative
  }
  #scheme .icons{
    display: none
  }
  #scheme .icons_narrow{
    display: block;
    overflow: hidden;
  }
  #scheme .icons_narrow li{
    margin: 20px auto 60px auto;
    width: 320px;
  }
  #scheme .icons_narrow li img{
    margin: 0 0 30px 0
  }
}
@media only screen and (max-width: 599px) and (orientation:landscape) {
  body{
    min-width: 700px
  }
  footer{
    height: 290px;
  }
}