@font-face {
	font-family: 'Bicubik';
	src: url('../fonts/subset-Bicubik.eot');
	src: local('Bicubik Regular'), local('Bicubik'),
		url('../fonts/subset-Bicubik.eot?#iefix') format('embedded-opentype'),
		url('../fonts/subset-Bicubik.woff') format('woff'),
		url('../fonts/subset-Bicubik.ttf') format('truetype'),
		url('../fonts/subset-Bicubik.svg#Bicubik') format('svg');
	font-weight: normal;
	font-style: normal;
}

h1 {
  margin-top: 10px;
  margin-bottom: 40px;
  font-family: 'PT Sans', sans-serif;
  color: #FCFDFD;
  font-size: 2.5rem;
  line-height: 120%;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 2px 2px 1px hsla(0, 0%, 100%, .18);
}

.top {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(315deg, rgba(80, 135, 166, .44), rgba(80, 135, 166, .61) 36%, hsla(36, 99%, 71%, .12) 56%, hsla(36, 99%, 71%, .72) 95%);
  background-image: linear-gradient(135deg, rgba(80, 135, 166, .44), rgba(80, 135, 166, .61) 36%, hsla(36, 99%, 71%, .12) 56%, hsla(36, 99%, 71%, .72) 95%);
}

.item {
  position: relative;
  display: block;
  height: 300px;
  max-width: 280px;
  margin-bottom: 20px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 10px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .4);
  border-radius: 5px;
  background-color: #fff;
  background-image: -webkit-linear-gradient(270deg, #fff, rgba(147, 182, 200, .71) 83%, rgba(81, 137, 167, .63));
  background-image: linear-gradient(180deg, #fff, rgba(147, 182, 200, .71) 83%, rgba(81, 137, 167, .63));
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, .18);
  -webkit-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
  text-align: center;
  cursor: pointer;
}

.item:hover {
  box-shadow: 0 0 12px 8px rgba(0, 0, 0, .08);
}

.img_ware {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.button {
  display: inline-block;
  height: 40px;
  margin-top: 20px;
  margin-right: auto;
  border-radius: 8px;
  background-image: -webkit-linear-gradient(270deg, #F1982B #C77F1A);
  background-image: linear-gradient(180deg, #F1982B, #C77F1A);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .19);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: 'PT Sans', sans-serif;
  font-size: 1.3rem;
  text-transform: uppercase;
  width: 200px;
  background-color: #F1982B;
}

.button:hover {
  background-image: -webkit-linear-gradient(270deg, #C77F1A, #F1982B);
  background-image: linear-gradient(180deg, #C77F1A, #F1982B);
  box-shadow: 0 2px 12px 1px rgba(0, 0, 0, .19);
}

.button:active {
    background-color: #DCA632;
    background-image: -webkit-radial-gradient(circle farthest-side at 50% 50%, #e67f70, #da6f65 44%, #c25050);
    background-image: radial-gradient(circle farthest-side at 50% 50%, #E6C870, #DAA665 44%, #D6A358);
    box-shadow: inset 0 0 10px 1px rgba(0, 0, 0, .4);
}

.logo {
  display: block;
  width: 180px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  opacity: 0.9;
}

.wrap_img {
    display: block;
    width: 80%;
    height: 100px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
}

.main {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 20;
  padding-top: 50px;
  padding-bottom: 50px;
}

.bg {
  height: 100%;
  min-height: 100%;
  background-color: #fff;
}

.rel {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
}

.innerbg {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  width: 100%;
  height: 100%;
  background-image: url('../images/main_bg.jpg');
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.wrap {
  position: relative;
}

.item h3 {
    font-family: 'Bicubik';
    font-size: 45px;
    line-height: 130%;
}

@media (max-width: 991px) {
  h1 {
    font-size: 2.2rem;
  }
  .main {
    padding-top: 30px;
  }
  .innerbg {
      background-image: url('../images/main_bg_1000x562.jpg');
  }
}
@media only screen 
  and (max-device-width: 991px)
  and (orientation: portrait) {

    .item {
    max-width: 60%;
    height: auto;
    margin-bottom: 15%;
    padding: 8% 0;
}
    .wrap_img {
        margin-bottom: 60px;
    }
    
    .button {
        height: 50px;
        line-height: 145%;
    }
    
     }
@media (max-width: 767px) {
  h1 {
    font-size: 2rem;
    line-height: 108%;
  }
  .item {
    margin-bottom: 40px;
  }
  .main {
    padding-top: 20px;
  }
  
}

@media (max-width: 479px) {
  h1 {
    font-size: 1.4rem;
    line-height: 100%;
  }
  .top {
    height: 100vh;
  }
  .main {
    padding-bottom: 30px;
  }
  .rel {
    background-image: url('../images/stock-photo-107923577.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }

}

@media only screen 
  and (max-device-width: 480px)
  and (orientation: portrait) {

    .item {
        max-width: 80%;
        height: auto;
        padding-bottom: 20px;
    }
    .wrap_img {
        height: auto;
        margin-bottom: 20px;
    }
    
    .item h3 {
        line-height: 100%;
    }
    
     }

