html, body {
  height: 100%;
  width: 100%;
}

.sp-loading {
  text-align: center;
  max-width: 270px;
  padding: 15px;
  border: 5px solid #eee;
  border-radius: 3px;
  font-size: 12px;
  color: #888;
}

.sp-wrap {
  display: none;
  line-height: 0;
  font-size: 0;
  background: #eee;
  border: 5px solid #eee;
  border-radius: 3px;
  position: relative;
  margin: 0 25px 15px 0;
  float: left;
  max-width: 300px;
}

.sp-thumbs {
  text-align: left;
  display: inline-block;
}

.sp-thumbs img {
  min-height: 50px;
  min-width: 50px;
  max-width: 50px;
}

.sp-thumbs a:link, .sp-thumbs a:visited {
  width: 50px;
  height: 50px;
  overflow: hidden;
  opacity: .3;
  display: inline-block;
  background-size: cover;
  background-position: center;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.sp-thumbs a:hover {
  opacity: 1;
}

.sp-thumbs a:active, .sp-current {
  opacity: 1!important;
  position: relative;
}

.sp-large {
  position: relative;
  overflow: hidden;
  top: 0;
  left: 0;
}

.sp-large a img {
  max-width: 100%;
  height: auto;
}

.sp-large a {
  display: block;
}

.sp-zoom {
  position: absolute;
  left: -50%;
  top: -50%;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
  display: none;
}

.sp-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, .9);
  z-index: 1031;
  display: none;
  cursor: pointer;
}

.sp-lightbox img {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 90%;
  max-height: 90%;
  border: 2px solid #fff;
}

#sp-prev, #sp-next {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  z-index: 501;
  color: #fff;
  padding: 14px;
  text-decoration: none;
  background: #000;
  border-radius: 25px;
  border: 2px solid #fff;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  transition: .2s;
}

#sp-prev {
  left: 10px;
}

#sp-prev:before {
  content: '';
  border: 7px solid transparent;
  border-right: 15px solid #fff;
  position: absolute;
  top: 16px;
  left: 7px;
}

#sp-next {
  right: 10px;
}

#sp-next:before {
  content: '';
  border: 7px solid transparent;
  border-left: 15px solid white;
  position: absolute;
  top: 16px;
  left: 18px;
}

#sp-prev:hover, #sp-next:hover {
  background: #444;
}

@media screen and (max-width: 400px) {
  .sp-wrap {
    margin: 0 0 15px 0;
  }
}

@media screen and (max-width: 400px) {
  #sp-prev, #sp-next {
    top: auto;
    margin-top: 0;
    bottom: 25px;
  }
}

.pu1 .img {
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
  max-width: 100%;
  margin: 0 auto;
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width:1920px) {
  .clean-block .block-heading {
    padding-top: 0px;
  }
}

@media (min-width:1920px) {
  .b1-img {
    background: url("../../assets/img/01_004.png") center center no-repeat;
    background-size: cover;
    max-width: 1920px;
    height: 478px;
    margin: 0 auto;
  }
}

@media (max-width:1919px) {
  .b1-img {
    background: url("../../assets/img/01_004.png") center center no-repeat;
    background-size: cover;
    background-position: 0 0;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 25px;
  }
}

@media (max-width:576px) {
  .b1-img {
    background: url("../../assets/img/M01_004.png") center center no-repeat;
    background-size: cover;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 25px;
  }
}

@media (max-width:450px) {
  .b1-img {
    background: url("../../assets/img/M01_004.png") center center no-repeat;
    background-size: cover;
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
    padding-bottom: 25px;
  }
}

@media (min-width:1920px) {
  .b2-img {
    background: url("../../assets/img/01_009.png") center center no-repeat;
    background-size: cover;
    max-width: 1920px;
    height: 424px;
    margin: 0 auto;
  }
}

@media (max-width:1919px) {
  .b2-img {
    background: url("../../assets/img/01_009.png") center center no-repeat;
    background-size: cover;
    background-position: 0 0;
    max-width: 100%;
    height: 250px;
    margin: 0 auto;
    padding-bottom: 0px;
  }
}

@media (max-width:576px) {
  .b2-img {
    background: url("../../assets/img/01_009.png") center center no-repeat;
    background-size: cover;
    max-width: 100%;
    height: 150px;
    margin: 0 auto;
    padding-bottom: 25px;
  }
}

@media (max-width:450px) {
  .b2-img {
    background: url("../../assets/img/M01_009.png") center center no-repeat;
    background-size: 450px auto;
    max-width: 100%;
    height: 183px;
    margin: 0 auto;
    padding-bottom: 25px;
  }
}

@media (min-width:1920px) {
  .b2-1-img {
    background: url("../../assets/img/01_009-1.png") center center no-repeat;
    background-size: cover;
    max-width: 1920px;
    height: 962px;
    margin: 0 auto;
  }
}

@media (max-width:1919px) {
  .b2-1-img {
    background: url("../../assets/img/01_009-1.png") center center no-repeat;
    background-size: cover;
    background-position: 0 0;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 25px;
  }
}

@media (max-width:576px) {
  .b2-1-img {
    background: url("../../assets/img/M01_009-1.png") center center no-repeat;
    background-size: cover;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 25px;
  }
}

@media (max-width:450px) {
  .b2-1-img {
    background: url("../../assets/img/M01_009-1.png") center center no-repeat;
    background-size: cover;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 25px;
  }
}

@media (min-width:1920px) {
  .b3-img {
    background: url("../../assets/img/01_017.png") center center no-repeat;
    background-size: cover;
    max-width: 1920px;
    height: 270px;
    margin: 0 auto;
  }
}

@media (max-width:1919px) {
  .b3-img {
    background: url("../../assets/img/01_017.png") center center no-repeat;
    background-size: cover;
    background-position: 0 0;
    max-width: 100%;
    height: 125px;
    margin: 0 auto;
    padding-bottom: 0px;
  }
}

@media (max-width:576px) {
  .b3-img {
    background: url("../../assets/img/01_017.png") center center no-repeat;
    background-position: 0 0;
    background-size: cover;
    max-width: 100%;
    height: 100px;
    margin: 0 auto;
    padding-bottom: 25px;
  }
}

@media (max-width:450px) {
  .b3-img {
    background: url("../../assets/img/M01_017.png") center center no-repeat;
    background-size: 0 0;
    background-size: cover;
    max-width: 100%;
    height: 186px;
    margin: 0 auto;
    padding-bottom: 25px;
  }
}

@media (min-width:1920px) {
  .b3-1-img {
    background: url("../../assets/img/01_017-1.png") center center no-repeat;
    background-size: cover;
    max-width: 1920px;
    height: 963px;
    margin: 0 auto;
  }
}

@media (max-width:1919px) {
  .b3-1-img {
    background: url("../../assets/img/01_017-1.png") center center no-repeat;
    background-size: cover;
    background-position: 0 0;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 25px;
  }
}

@media (max-width:576px) {
  .b3-1-img {
    background: url("../../assets/img/M01_017-1.png") center center no-repeat;
    background-size: cover;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 25px;
  }
}

@media (max-width:450px) {
  .b3-1-img {
    background: url("../../assets/img/M01_017-1.png") center center no-repeat;
    background-size: cover;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 25px;
  }
}

@media (min-width:1920px) {
  .b4-img {
    background: url("../../assets/img/01_038.png") center center no-repeat;
    background-size: cover;
    max-width: 1920px;
    height: 472px;
    margin: 0 auto;
  }
}

@media (max-width:1919px) {
  .b4-img {
    background: url("../../assets/img/01_038.png") center center no-repeat;
    background-size: cover;
    background-position: 0 0;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 25px;
  }
}

@media (max-width:768px) {
  .b4-img {
    background: url("../../assets/img/M01_038.png") center center no-repeat;
    background-size: cover;
    background-position: 0 0;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 25px;
  }
}

@media (max-width:576px) {
  .b4-img {
    background: url("../../assets/img/M01_038.png") center center no-repeat;
    background-size: cover;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 25px;
  }
}

@media (max-width:450px) {
  .b4-img {
    background: url("../../assets/img/M01_038.png") center center no-repeat;
    background-size: cover;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 50px;
  }
}

@media (min-width:1920px) {
  .b5-img {
    background: url("../../assets/img/01_041.png") center center no-repeat;
    background-size: cover;
    max-width: 1920px;
    height: 1479px;
    margin: 0 auto;
  }
}

@media (max-width:1919px) {
  .b5-img {
    background: url("../../assets/img/01_041.png") center center no-repeat;
    background-size: cover;
    background-position: 0 0;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 25px;
  }
}

@media (max-width:576px) {
  .b5-img {
    background: url("../../assets/img/M01_041.png") center center no-repeat;
    background-size: cover;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 25px;
  }
}

@media (max-width:450px) {
  .b5-img {
    background: url("../../assets/img/M01_041.png") center center no-repeat;
    background-size: cover;
    max-width: 450px;
    height: auto;
    margin: 0 auto;
    padding-bottom: 70px;
  }
}

@media (min-width:1920px) {
  .b6-img {
    background: url("../../assets/img/02_007.png") center center no-repeat;
    background-size: cover;
    max-width: 1920px;
    height: 1153px;
    margin: 0 auto;
  }
}

@media (max-width:1919px) {
  .b6-img {
    background: url("../../assets/img/02_007.png") center center no-repeat;
    background-size: cover;
    background-position: 0 0;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 25px;
  }
}

@media (max-width:576px) {
  .b6-img {
    background: url("../../assets/img/M02_007.png") center center no-repeat;
    background-size: cover;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 25px;
  }
}

@media (max-width:450px) {
  .b6-img {
    background: url("../../assets/img/M02_007.png") center center no-repeat;
    background-size: cover;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 25px;
  }
}

@media (min-width:1920px) {
  .b7-img {
    background: url("../../assets/img/02_011.png") center center no-repeat;
    background-size: cover;
    max-width: 1920px;
    height: 1017px;
    margin: 0 auto;
  }
}

@media (max-width:1919px) {
  .b7-img {
    background: url("../../assets/img/02_011.png") center center no-repeat;
    background-size: cover;
    background-position: 0 0;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 25px;
  }
}

@media (max-width:576px) {
  .b7-img {
    background: url("../../assets/img/M02_007.png") center center no-repeat;
    background-size: cover;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 25px;
  }
}

@media (max-width:450px) {
  .b7-img {
    background: url("../../assets/img/M02_007.png") center center no-repeat;
    background-size: cover;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 70px;
  }
}

@media (min-width:1920px) {
  .b8-img {
    background: url("../../assets/img/03_004.png") center center no-repeat;
    background-size: cover;
    max-width: 1920px;
    height: 633px;
    margin: 0 auto;
  }
}

@media (max-width:1919px) {
  .b8-img {
    background: url("../../assets/img/03_004.png") center center no-repeat;
    background-size: cover;
    background-position: 0 0;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 25px;
  }
}

@media (max-width:576px) {
  .b8-img {
    background: url("../../assets/img/M03_004.png") center center no-repeat;
    background-size: cover;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 25px;
  }
}

@media (max-width:450px) {
  .b8-img {
    background: url("../../assets/img/M03_004.png") center center no-repeat;
    background-size: cover;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 20px;
  }
}

@media (min-width:1920px) {
  .b30-img {
    background: url("../../assets/img/15_003.png") center center no-repeat;
    background-size: cover;
    max-width: 1920px;
    height: 635px;
    margin: 0 auto;
  }
}

@media (max-width:1919px) {
  .b30-img {
    background: url("../../assets/img/15_003.png") center center no-repeat;
    background-size: cover;
    background-position: 0 0;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 25px;
  }
}

@media (max-width:576px) {
  .b30-img {
    background: url("../../assets/img/M15_003.png") center center no-repeat;
    background-size: cover;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 25px;
  }
}

@media (max-width:450px) {
  .b30-img {
    background: url("../../assets/img/M15_003.png") center center no-repeat;
    background-size: cover;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 20px;
  }
}

@media (min-width:1920px) {
  .b31-img {
    background: url("../../assets/img/15_017.png") center center no-repeat;
    background-size: cover;
    max-width: 1920px;
    height: 545px;
    margin: 0 auto;
  }
}

@media (min-width:1920px) {
  .b32-img {
    background: url("../../assets/img/16_003.png") center center no-repeat;
    background-size: cover;
    max-width: 1920px;
    height: 682px;
    margin: 0 auto;
  }
}

@media (min-width:1920px) {
  .b33-img {
    background: url("../../assets/img/16_007.png") center center no-repeat;
    background-size: cover;
    max-width: 1920px;
    height: 816px;
    margin: 0 auto;
  }
}

@media (min-width:1920px) {
  .b34-img {
    background: url("../../assets/img/16_011.png") center center no-repeat;
    background-size: cover;
    max-width: 1920px;
    height: 833px;
    margin: 0 auto;
  }
}

@media (min-width:1920px) {
  .b35-img {
    background: url("../../assets/img/16_014.png") center center no-repeat;
    background-size: cover;
    max-width: 1920px;
    height: 1726px;
    margin: 0 auto;
  }
}

@media (max-width:1919px) {
  .b31-img {
    background: url("../../assets/img/15_017.png") center center no-repeat;
    background-size: cover;
    background-position: 0 0;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 25px;
  }
}

@media (max-width:1919px) {
  .b32-img {
    background: url("../../assets/img/16_003.png") center center no-repeat;
    background-size: cover;
    background-position: 0 0;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 25px;
  }
}

@media (max-width:1919px) {
  .b33-img {
    background: url("../../assets/img/16_007.png") center center no-repeat;
    background-size: cover;
    background-position: 0 0;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 25px;
  }
}

@media (max-width:1919px) {
  .b34-img {
    background: url("../../assets/img/16_011.png") center center no-repeat;
    background-size: cover;
    background-position: 0 0;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 25px;
  }
}

@media (max-width:1919px) {
  .b35-img {
    background: url("../../assets/img/16_014.png") center center no-repeat;
    background-size: cover;
    background-position: 0 0;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 25px;
  }
}

@media (max-width:576px) {
  .b31-img {
    background: url("../../assets/img/M15_017.png") center center no-repeat;
    background-size: cover;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 25px;
  }
}

@media (max-width:576px) {
  .b32-img {
    background: url("../../assets/img/M16_003.png") center center no-repeat;
    background-size: cover;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 25px;
  }
}

@media (max-width:576px) {
  .b33-img {
    background: url("../../assets/img/M16_007.png") center center no-repeat;
    background-size: cover;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 25px;
  }
}

@media (max-width:576px) {
  .b34-img {
    background: url("../../assets/img/M16_011.png") center center no-repeat;
    background-size: cover;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 25px;
  }
}

@media (max-width:576px) {
  .b35-img {
    background: url("../../assets/img/M16_014.png") center center no-repeat;
    background-size: cover;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 25px;
  }
}

@media (max-width:450px) {
  .b31-img {
    background: url("../../assets/img/M15_017.png") center center no-repeat;
    background-size: cover;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 20px;
  }
}

@media (max-width:450px) {
  .b32-img {
    background: url("../../assets/img/M16_003.png") center center no-repeat;
    background-size: cover;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 20px;
  }
}

@media (max-width:450px) {
  .b33-img {
    background: url("../../assets/img/M16_007.png") center center no-repeat;
    background-size: cover;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 20px;
  }
}

@media (max-width:450px) {
  .b34-img {
    background: url("../../assets/img/M16_011.png") center center no-repeat;
    background-size: cover;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 20px;
  }
}

@media (max-width:450px) {
  .b35-img {
    background: url("../../assets/img/M16_014.png") center center no-repeat;
    background-size: cover;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 20px;
  }
}

@media (min-width:1920px) {
  .b9-img {
    background: url("../../assets/img/03_009.png") center center no-repeat;
    background-size: cover;
    max-width: 1920px;
    height: 385px;
    margin: 0 auto;
  }
}

@media (max-width:1919px) {
  .b9-img {
    background: url("../../assets/img/03_009.png") center center no-repeat;
    background-size: cover;
    background-position: 0 0;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 25px;
  }
}

@media (max-width:576px) {
  .b9-img {
    background: url("../../assets/img/M03_009.png") center center no-repeat;
    background-size: cover;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 25px;
  }
}

@media (max-width:450px) {
  .b9-img {
    background: url("../../assets/img/M03_009.png") center center no-repeat;
    background-size: cover;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 20px;
  }
}

@media (min-width:1920px) {
  .b10-img {
    background: url("../../assets/img/03_019.png") center center no-repeat;
    background-size: cover;
    max-width: 1920px;
    height: 520px;
    margin: 0 auto;
  }
}

@media (max-width:1919px) {
  .b10-img {
    background: url("../../assets/img/03_019.png") center center no-repeat;
    background-size: cover;
    background-position: 0 0;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 25px;
  }
}

@media (max-width:576px) {
  .b10-img {
    background: url("../../assets/img/M03_019.png") center center no-repeat;
    background-size: cover;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 25px;
  }
}

@media (max-width:450px) {
  .b10-img {
    background: url("../../assets/img/M03_019.png") center center no-repeat;
    background-size: cover;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 50px;
  }
}

@media (min-width:1920px) {
  .b11-img {
    background: url("../../assets/img/04_004.png") center center no-repeat;
    background-size: cover;
    max-width: 1920px;
    height: 681px;
    margin: 0 auto;
  }
}

@media (max-width:1919px) {
  .b11-img {
    background: url("../../assets/img/04_004.png") center center no-repeat;
    background-size: cover;
    background-position: 0 0;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 25px;
  }
}

@media (max-width:576px) {
  .b11-img {
    background: url("../../assets/img/M04_004.png") center center no-repeat;
    background-size: cover;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 25px;
  }
}

@media (max-width:450px) {
  .b11-img {
    background: url("../../assets/img/M04_004.png") center center no-repeat;
    background-size: cover;
    max-width: 450px;
    height: auto;
    margin: 0 auto;
    padding-bottom: 30px;
  }
}

@media (min-width:1920px) {
  .b12-img {
    background: url("../../assets/img/04_009.png") center center no-repeat;
    background-size: cover;
    max-width: 1920px;
    height: 814px;
    margin: 0 auto;
  }
}

@media (max-width:1919px) {
  .b12-img {
    background: url("../../assets/img/04_009.png") center center no-repeat;
    background-size: cover;
    background-position: 0 0;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 25px;
  }
}

@media (max-width:576px) {
  .b12-img {
    background: url("../../assets/img/M04_009.png") center center no-repeat;
    background-size: cover;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 25px;
  }
}

@media (max-width:450px) {
  .b12-img {
    background: url("../../assets/img/M04_009.png") center center no-repeat;
    background-size: cover;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 20px;
  }
}

@media (min-width:1920px) {
  .b13-img {
    background: url("../../assets/img/04_014.png") center center no-repeat;
    background-size: cover;
    max-width: 1920px;
    height: 832px;
    margin: 0 auto;
  }
}

@media (max-width:1919px) {
  .b13-img {
    background: url("../../assets/img/04_014.png") center center no-repeat;
    background-size: cover;
    background-position: 0 0;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 25px;
  }
}

@media (max-width:576px) {
  .b13-img {
    background: url("../../assets/img/M04_014.png") center center no-repeat;
    background-size: cover;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 25px;
  }
}

@media (max-width:450px) {
  .b13-img {
    background: url("../../assets/img/M04_014.png") center center no-repeat;
    background-size: cover;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 20px;
  }
}

@media (min-width:1920px) {
  .b14-img {
    background: url("../../assets/img/04_017.png") center center no-repeat;
    background-size: cover;
    max-width: 1920px;
    height: 1071px;
    margin: 0 auto;
  }
}

@media (max-width:1919px) {
  .b14-img {
    background: url("../../assets/img/04_017.png") center center no-repeat;
    background-size: cover;
    background-position: 0 0;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 75px;
  }
}

@media (max-width:576px) {
  .b14-img {
    background: url("../../assets/img/M04_017.png") center center no-repeat;
    background-size: cover;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 75px;
  }
}

@media (max-width:450px) {
  .b14-img {
    background: url("../../assets/img/M04_017.png") center center no-repeat;
    background-size: cover;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 100px;
  }
}

@media (min-width:1920px) {
  .b15-img {
    background: url("../../assets/img/12_012.png") center center no-repeat;
    background-size: cover;
    max-width: 1920px;
    height: 2271px;
    margin: 0 auto;
  }
}

@media (max-width:1919px) {
  .b15-img {
    background: url("../../assets/img/12_012.png") center center no-repeat;
    background-size: cover;
    background-position: 0 0;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 25px;
  }
}

@media (max-width:576px) {
  .b15-img {
    background: url("../../assets/img/M12_012.png") center center no-repeat;
    background-size: cover;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 25px;
  }
}

@media (max-width:450px) {
  .b15-img {
    background: url("../../assets/img/M12_012.png") center center no-repeat;
    background-size: cover;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 70px;
  }
}

@media (min-width:1920px) {
  .b16-img {
    background: url("../../assets/img/13_008.png") center center no-repeat;
    background-size: cover;
    max-width: 1920px;
    height: 997px;
    margin: 0 auto;
  }
}

@media (max-width:1919px) {
  .b16-img {
    background: url("../../assets/img/13_008.png") center center no-repeat;
    background-size: cover;
    background-position: 0 0;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 25px;
  }
}

@media (max-width:576px) {
  .b16-img {
    background: url("../../assets/img/M13_008.png") center center no-repeat;
    background-size: cover;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 25px;
  }
}

@media (max-width:450px) {
  .b16-img {
    background: url("../../assets/img/M13_008.png") center center no-repeat;
    background-size: cover;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 40px;
  }
}

@media (min-width:1920px) {
  .b17-img {
    background: url("../../assets/img/13_018.png") center center no-repeat;
    background-size: cover;
    max-width: 1920px;
    height: 1961px;
    margin: 0 auto;
  }
}

@media (max-width:1919px) {
  .b17-img {
    background: url("../../assets/img/13_018.png") center center no-repeat;
    background-size: cover;
    background-position: 0 0;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 25px;
  }
}

@media (max-width:576px) {
  .b17-img {
    background: url("../../assets/img/M13_018.png") center center no-repeat;
    background-size: cover;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 25px;
  }
}

@media (max-width:450px) {
  .b17-img {
    background: url("../../assets/img/M13_018.png") center center no-repeat;
    background-size: cover;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 40px;
  }
}

@media (min-width:1920px) {
  .b18-img {
    background: url("../../assets/img/13_024.png") center center no-repeat;
    background-size: cover;
    max-width: 1920px;
    height: 1512px;
    margin: 0 auto;
  }
}

@media (max-width:1919px) {
  .b18-img {
    background: url("../../assets/img/13_024.png") center center no-repeat;
    background-size: cover;
    background-position: 0 0;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 25px;
  }
}

@media (max-width:576px) {
  .b18-img {
    background: url("../../assets/img/M13_024.png") center center no-repeat;
    background-size: cover;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 25px;
  }
}

@media (max-width:450px) {
  .b18-img {
    background: url("../../assets/img/M13_024.png") center center no-repeat;
    background-size: cover;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 40px;
  }
}

@media (min-width:1920px) {
  .b19-img {
    background: url("../../assets/img/13_038.png") center center no-repeat;
    background-size: cover;
    max-width: 1920px;
    height: 1588px;
    margin: 0 auto;
  }
}

@media (max-width:1919px) {
  .b19-img {
    background: url("../../assets/img/13_038.png") center center no-repeat;
    background-size: cover;
    background-position: 0 0;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 25px;
  }
}

@media (max-width:576px) {
  .b19-img {
    background: url("../../assets/img/M13_038.png") center center no-repeat;
    background-size: cover;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 25px;
  }
}

@media (max-width:450px) {
  .b19-img {
    background: url("../../assets/img/M13_038.png") center center no-repeat;
    background-size: cover;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 40px;
  }
}

@media (min-width:1920px) {
  .b20-img {
    background: url("../../assets/img/13_048.png") center center no-repeat;
    background-size: cover;
    max-width: 1920px;
    height: 2075px;
    margin: 0 auto;
  }
}

@media (max-width:1919px) {
  .b20-img {
    background: url("../../assets/img/13_048.png") center center no-repeat;
    background-size: cover;
    background-position: 0 0;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 25px;
  }
}

@media (max-width:576px) {
  .b20-img {
    background: url("../../assets/img/M13_048.png") center center no-repeat;
    background-size: cover;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 25px;
  }
}

@media (max-width:450px) {
  .b20-img {
    background: url("../../assets/img/M13_048.png") center center no-repeat;
    background-size: cover;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 40px;
  }
}

@media (min-width:1920px) {
  .b21-img {
    background: url("../../assets/img/13_057.png") center center no-repeat;
    background-size: cover;
    max-width: 1920px;
    height: 2445px;
    margin: 0 auto;
  }
}

@media (max-width:1919px) {
  .b21-img {
    background: url("../../assets/img/13_057.png") center center no-repeat;
    background-size: cover;
    background-position: 0 0;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 25px;
  }
}

@media (max-width:576px) {
  .b21-img {
    background: url("../../assets/img/M13_057.png") center center no-repeat;
    background-size: cover;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 25px;
  }
}

@media (max-width:450px) {
  .b21-img {
    background: url("../../assets/img/M13_057.png") center center no-repeat;
    background-size: cover;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 70px;
  }
}

@media (min-width:1920px) {
  .b22-img {
    background: url("../../assets/img/14_003.png") center center no-repeat;
    background-size: cover;
    max-width: 1920px;
    height: 1196px;
    margin: 0 auto;
  }
}

@media (max-width:1919px) {
  .b22-img {
    background: url("../../assets/img/14_003.png") center center no-repeat;
    background-size: cover;
    background-position: 0 0;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 25px;
  }
}

@media (max-width:576px) {
  .b22-img {
    background: url("../../assets/img/M14_003.png") center center no-repeat;
    background-size: cover;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 25px;
  }
}

@media (max-width:450px) {
  .b22-img {
    background: url("../../assets/img/M14_003.png") center center no-repeat;
    background-size: cover;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 70px;
  }
}

.clean-block .block-heading {
  padding-top: 0px;
  margin-bottom: 0px;
  text-align: center;
}

@media (min-width: 1920px) {
  .top-s {
    padding-top: 25px;
  }
}

@media (max-width: 1919px) {
  .top-s {
    padding-top: 15px;
  }
}

@media (max-width: 450px) {
  .top-s {
    padding-top: 15px;
  }
}

@media (min-width: 1200px) {
  .top-s2 {
    padding-top: 0px;
  }
}

@media (max-width: 767px) {
  .top-s2 {
    padding-top: 25px;
  }
}

@media (min-width: 1920px) {
  .top-m {
    padding-top: 50px;
  }
}

@media (min-width: 993px) and (max-width: 1919px) {
  .top-m2 {
    margin-top: -45px;
  }
}

@media (min-width: 1920px) {
  .top-m2 {
    padding-top: 15px;
  }
}

@media (max-width: 1919px) {
  .top-m {
    padding-top: 30px;
  }
}

@media (max-width: 576px) {
  .top-m {
    padding-top: 25px;
  }
}

@media (max-width: 450px) {
  .top-m {
    padding-top: 20px;
  }
}

@media (min-width: 1920px) {
  .top-l {
    padding-top: 75px;
  }
}

@media (max-width: 1919px) {
  .top-l {
    padding-top: 75px;
  }
}

@media (max-width: 992px) {
  .top-l {
    padding-top: 50px;
  }
}

@media (max-width: 576px) {
  .top-l {
    padding-top: 30px;
  }
}

@media (max-width: 450px) {
  .top-l {
    padding-top: 25px;
  }
}

@media (min-width: 1920px) {
  .top-xl {
    padding-top: 100px;
  }
}

@media (max-width: 1919px) {
  .top-xl {
    padding-top: 50px;
  }
}

@media (max-width: 576px) {
  .top-xl {
    padding-top: 50px;
  }
}

@media (max-width: 450px) {
  .top-xl {
    padding: 35px;
  }
}

@media (min-width: 1920px) {
  .top-xxl {
    padding-top: 200px;
  }
}

@media (max-width: 1919px) {
  .top-xxl {
    padding-top: 85px;
  }
}

@media (max-width: 576px) {
  .top-xxl {
    padding-top: 120px;
  }
}

@media (max-width: 450px) {
  .top-xxl {
    padding-top: 85px;
  }
}

.bottom-50 {
  padding-bottom: 50px;
}

.row-80 {
  width: 80%;
  margin: 0 auto;
}

.row-90 {
  width: 90%;
  margin: 0 auto;
}

.row-60 {
  width: 60%;
  margin: 0 auto;
}

.page-footer.dark {
  margin-top: 0px;
  background-color: #424242;
}

@media (min-width: 1920px) {
  .tiffany {
    padding: 25px 0;
    background-color: #1c808c;
  }
}

@media (max-width: 1919px) {
  .tiffany {
    padding: 15px 0;
    background-color: #1c808c;
  }
}

@media (max-width: 576px) {
  .tiffany {
    padding-top: 15px;
    background-color: #1c808c;
  }
}

@media (max-width: 450px) {
  .tiffany {
    padding-top: 15px;
    background-color: #1c808c;
  }
}

@media (min-width: 1920px) {
  .olive {
    padding: 30px;
    background-color: #003035;
  }
}

@media (max-width: 1919px) {
  .olive {
    padding: 30px;
    background-color: #003035;
  }
}

@media (max-width: 576px) {
  .olive {
    padding: 15px;
    background-color: #003035;
  }
}

@media (min-width: 1920px) {
  .gap-R {
    margin-right: -30px;
  }
}

@media (max-width: 1919px) {
  .gap-R {
    margin-right: -45px;
  }
}

@media (max-width: 576px) {
  .gap-R {
    margin-right: 0px;
  }
}

@media (min-width: 1920px) {
  .gap-L {
    margin-left: -30px;
  }
}

@media (max-width: 1919px) {
  .gap-L {
    margin-left: -45px;
  }
}

@media (max-width: 576px) {
  .gap-L {
    margin-left: -15px;
  }
}

@media (min-width: 1920px) {
  .icon-one {
    margin: 0 50px;
  }
}

@media (max-width: 576px) {
  .icon-one {
    margin: 0 50px;
  }
}

@media (min-width: 1920px) {
  .container-top {
    padding-top: 15px;
  }
}

@media (max-width: 1919px) {
  .container-top {
    padding-top: 15px;
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .container-top {
    margin-top: -20px;
  }
}

@media (max-width: 992px) {
  .container-top {
    padding-top: 15px;
  }
}

@media (max-width: 768px) {
  .container-top {
    margin-top: -20px;
  }
}

@media (max-width: 450px) {
  .container-top {
    margin-top: 0px;
  }
}

@media (max-width:1919px) {
  .col-sm-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width:1920px) {
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 1920px) {
  .footer-1 {
    max-width: 20%;
  }
}

@media (max-width: 1919px) {
  .footer-1 {
    order: 5;
    padding-top: 20px;
  }
}

@media (min-width: 1920px) {
  .footer-2 {
    max-width: 18%;
  }
}

@media (max-width: 1919px) {
  .footer-2 {
    order: 1;
    margin-top: -20px;
    text-align: center;
  }
}

@media (min-width: 1920px) {
  .footer-3 {
    max-width: 19%;
  }
}

@media (max-width: 1919px) {
  .footer-3 {
    order: 2;
    text-align: center;
  }
}

@media (min-width: 1920px) {
  .footer-4 {
    max-width: 15%;
  }
}

@media (max-width: 1919px) {
  .footer-4 {
    order: 3;
    text-align: center;
  }
}

@media (min-width: 1920px) {
  .footer-5 {
    max-width: 18%;
  }
}

@media (max-width: 1919px) {
  .footer-5 {
    order: 4;
    text-align: center;
  }
}

@media (max-width: 1919px) {
  .footer-6 {
    order: 5;
    padding-top: 20px;
  }
}

@media (min-width: 1920px) {
  .footer-6 {
    max-width: 10%;
  }
}

@media (min-width: 1920px) {
  .left-right {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (max-width: 1919px) {
  .col-auto2 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 55%;
  }
}

@media (min-width: 1920px) {
  .leaf-left {
    display: flex;
    float: left;
    position: absolute;
    margin-top: -150px;
  }
}

@media (max-width: 1919px) {
  .leaf-left {
    float: left;
    position: absolute;
  }
}

@media (max-width: 1919px) {
  .leaf {
    transform: scale(0.6);
    transform-origin: top left;
    margin-top: -100px;
  }
}

@media (max-width: 768px) {
  .leaf {
    transform: scale(0.5);
    transform-origin: top left;
    margin-top: -85px;
  }
}

@media (max-width: 576px) {
  .leaf {
    transform: scale(0.35);
    transform-origin: top left;
    margin-top: -40px;
  }
}

@media (max-width: 450px) {
  .leaf {
    transform: scale(0.3);
    transform-origin: top left;
    margin-top: -40px;
  }
}

@media (min-width: 1920px) {
  .leaf-right {
    right: 0;
    position: absolute;
    margin-top: 150px;
  }
}

@media (max-width: 1919px) {
  .leaf-right {
    right: 0;
    position: absolute;
    margin-top: 0px;
  }
}

@media (max-width: 1919px) {
  .leaf2 {
    transform: scale(0.6);
    transform-origin: top right;
    margin-top: 50px;
  }
}

@media (max-width: 576px) {
  .leaf2 {
    display: none;
    /*transform: scale(0.35);*/
    /*transform-origin: top right;*/
    /*margin-top: 70px;*/
  }
}

@media (max-width: 450px) {
  .leaf2 {
    display: none;
    /*transform: scale(0.2);*/
    /*transform-origin: top right;*/
    /*margin-top: 40px;*/
  }
}

.clean-block.clean-info {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: inherit;
}

.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.FHD-block {
  max-width: 100%;
  margin: 0 auto;
}

@media (min-width: 1920px) {
  .texts-right {
    text-align: right;
  }
}

@media (min-width: 1920px) {
  .texts-left {
    text-align: left;
  }
}

@media (max-width: 992px) {
  .txt-up {
    margin-top: -30px;
  }
}

@media (min-width: 1920px) {
  .prod-width {
    width: 80%;
    margin: 0 auto;
  }
}

@media (max-width: 1919px) {
  .prod-width {
    width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 992px) {
  .prod-width {
    width: 80%;
    margin: 0 auto;
  }
}

@media (max-width: 576px) {
  .prod-width {
    width: 100%;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .img-fluid.p25-px {
    padding: 0 25px;
  }
}

body {
  background-color: #f6f6f6;
}

.page-footer.dark.fhd-block {
  max-width: 1920px;
  margin: 0 auto;
}

.navbar.fhd-block {
  padding-bottom: 0px;
  max-width: 1920px;
  margin: 0 auto;
}

.dropdown-toggle:after {
  display: inherit;
  margin-left: 0;
  vertical-align: 0;
  content: "";
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}

.clean-navbar .navbar-nav .nav-item {
  padding: 0 1.5rem;
}

.clean-navbar .navbar-nav .nav-link {
  font-weight: 600;
  font-size: .8rem;
  text-transform: uppercase;
}

a:hover {
  color: #1c808c;
  text-decoration: none;
}

a {
  color: #1c808c;
  text-decoration: none;
  background-color: transparent;
}

.top-s3 {
  padding: 15px 0;
}


@media (min-width: 992px) {
  #square-pointer {
    display: block;
	margin-top: -22px;
	margin-left: 104px;
  }
}

@media (max-width: 992px) {
  #square-pointer {
    display: none;
	opacity:0;
  }
}

@media (min-width: 992px) {
  .positions {
   margin: 0 auto;
   text-align: left;
   margin-left: -35%;
   margin-top: -10px;
  }
}

@media (max-width: 992px) {
  .positions {
   margin: 0 auto;
   text-align: center;
   margin-left: 0;
   margin-top: -10px;
  }
}


