@charset "UTF-8";
body,
h1, h2, h3, h4, h5, h6,
blockquote, dl, dd, figure, ol, ul, p, pre {
  margin: 0;
}

* {
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
}

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overflow-scrolling: touch;
}

html, body {
  height: 100%;
}

a {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

a:active, a:focus,
button:focus, input[type="button"] {
  outline: none;
}

article, aside, details, figure, figcaption, footer, header, main, nav, section {
  display: block;
}

address, em, i {
  font-style: normal;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

ol, ul {
  list-style-type: none;
  padding: 0;
}

li {
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

tr {
  vertical-align: top;
}

th, td {
  padding: 0;
}

.cf {
  zoom: 1;
}
.cf:after {
  content: "";
  display: table;
  clear: both;
}

h1 {
  font-size: 32px;
  font-size: 2rem;
}

.block {
  height: 100%;
  color: white;
  padding: 30px;
}

.block-text {
  padding: 30px;
}

#block-01 {
  background:url(../img/bg-1.jpg) center right no-repeat fixed;
  background-size: cover;
}

#block-02 {
  background: url(../img/bg-2.jpg) center no-repeat fixed;
  background-size: cover;
}

#block-03 {
  background: url(../img/bg-3.jpg) center no-repeat fixed;
  background-size: cover;
}

#block-04 {
  background: url(../img/bg-4.jpg) center right no-repeat fixed;
  background-size: cover;
}

@media screen and (max-width: 1024px) {
  #block-01, #block-02, #block-03, #block-04, #block-05 {
    background-attachment: scroll;
  }
}

@media screen and (max-width: 480px){
  #block-02,#block-03,#block-04 {
    padding: 80px;
  }
  .block{
    height: 50%;
  }

}
.box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}