.shortcode-paper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 120px auto;
}

@media (max-width: 1139px) {
  .shortcode-paper {
    margin-bottom: 60px;
    padding: 50px 30px;
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
    max-width: none;
    background: url(paper1.jpg);
  }
}

@media (max-width: 1024px) {
  .shortcode-paper {
    margin-bottom: 0;
  }
}

@media (max-width: 1023px) {
  .shortcode-paper {
    display: block !important;
  }
}

.shortcode-paper h2 {
  font-size: 50px;
  line-height: 59px;
}

@media (max-width: 1139px) {
  .shortcode-paper h2 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 28px;
  }
}

.shortcode-paper .button {
  padding-left: 50px;
  padding-right: 50px;
  font-size: 18px;
}

@media (max-width: 768px) {
  .shortcode-paper .button {
    font-size: 16px;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 41px;
  }
}

.shortcode-paper .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 114px;
  max-width: 1030px;
  min-height: 690px;
  background: url(paper1.jpg);
}

@media (max-width: 1139px) {
  .shortcode-paper .txt {
    padding: 0 30px;
    min-height: 1px;
  }
}

@media (max-width: 1023px) {
  .shortcode-paper .txt {
    padding: 0;
    max-width: none;
    background: none;
  }
}

.shortcode-paper .txt-content {
  max-width: 490px;
}

@media (max-width: 1139px) {
  .shortcode-paper .txt-content {
    max-width: none;
  }
}

@media (min-width: 1024px) and (max-width: 1139px) {
  .shortcode-paper .txt-content {
    margin-left: 10%;
  }
}

.shortcode-paper .photo {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 1139px) {
  .shortcode-paper .photo {
    position: relative;
    -webkit-transform: none;
            transform: none;
    top: auto;
    right: auto;
    margin-bottom: 32px;
    float: left;
  }
}

.shortcode-paper .photo img {
  max-width: 466px;
  max-height: 500px;
}

@media (max-width: 1139px) {
  .shortcode-paper .photo img {
    width: 300px;
    height: auto;
  }
}

@media (max-width: 1023px) {
  .shortcode-paper .photo img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: none;
  }
}

.shortcode-paper .photo .video-play {
  width: 100px;
  height: 100px;
  background: url(play.svg) center center no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.shortcode-paper.style-paper1 h2, .shortcode-paper.style-paper1 .txt {
  color: #fff;
}

@media (max-width: 1139px) {
  .shortcode-paper.style-paper2 {
    background: url(paper2.jpg);
  }
}

.shortcode-paper.style-paper2 .txt {
  background: url(paper2.jpg);
}

@media (max-width: 1139px) {
  .shortcode-paper.style-paper2 .txt {
    background: none;
  }
}

@media (max-width: 1139px) {
  .shortcode-paper.style-wood {
    background: url(wood.jpg);
  }
}

.shortcode-paper.style-wood .txt {
  background: url(wood.jpg);
}

@media (max-width: 1139px) {
  .shortcode-paper.style-wood .txt {
    background: none;
  }
}

.shortcode-paper.style-wood h2, .shortcode-paper.style-wood .txt {
  color: #fff;
}

@media (max-width: 1139px) {
  .shortcode-paper.style-wood2 {
    background: url(wood2.jpg);
  }
}

.shortcode-paper.style-wood2 .txt {
  background: url(wood2.jpg);
}

@media (max-width: 1139px) {
  .shortcode-paper.style-wood2 .txt {
    background: none;
  }
}

@media (max-width: 1139px) {
  .shortcode-paper.style-wood3 {
    background: url(wood3.jpg);
  }
}

.shortcode-paper.style-wood3 .txt {
  background: url(wood3.jpg);
}

@media (max-width: 1139px) {
  .shortcode-paper.style-wood3 .txt {
    background: none;
  }
}

.shortcode-paper.style-wood3 h2, .shortcode-paper.style-wood3 .txt {
  color: #fff;
}

@media (max-width: 1139px) {
  .shortcode-paper.style-wood4 {
    background: url(wood4.jpg);
  }
}

.shortcode-paper.style-wood4 .txt {
  background: url(wood4.jpg);
}

@media (max-width: 1139px) {
  .shortcode-paper.style-wood4 .txt {
    background: none;
  }
}

.shortcode-paper.style-wood4 h2, .shortcode-paper.style-wood4 .txt {
  color: #fff;
}

.shortcode-paper.text-pos-left .photo {
  right: auto;
  right: 40px;
}

.shortcode-paper > div.txt > div.txt-content > p {
  text-align: justify;
}

.shortcode-paper.text-pos-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.shortcode-paper.text-pos-right .txt {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.shortcode-paper.text-pos-right .photo {
  right: auto;
}

@media (max-width: 1023px) {
  .shortcode-paper.text-pos-right .photo {
    left: auto;
  }
}

@media (min-width: 1024px) {
  .shortcode-paper.text-pos-right .photo {
    left: 40px;
  }
}
/*# sourceMappingURL=styles.css.map */