.blk-1{
  background-image: url(../img/quests/bg_blk-1.png);
  position: relative;
  z-index: 1;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  min-height: 40vh;
  padding-top: 19vh;
  padding-bottom: 5vh;
}
.banana{
  background-image: url(../img/quests/bg_banana.png);
  position: relative;
  z-index: 1;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  min-height: 40vh;
  padding-top: 0;
  padding-bottom: 30vh;
}
.gru{
  background-image: url(../img/quests/bg_gru.png);
  position: relative;
  z-index: 3;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  min-height: 40vh;
  margin-top: -20vh;
  padding-top: 10vh;
  padding-bottom: 8vh;
}
.smesh{
  background-image: url(../img/quests/bg_smesh.png);
  position: relative;
  z-index: 3;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  min-height: 40vh;
  padding-top: 3vh;
  padding-bottom: 18vh;
}
.not-all{
  position: relative;
  left: 50%;
  width: 30vw;
  margin-top: 5vh;
}
.not-all h2{
  color: #fff;
  margin-bottom: 15px;
  text-align: left;
}
.sale{
  z-index: 3;
  margin-top: -13vh;
}
#trio{
  width: 40vw;
}
#trio .carousel-inner{
  background-image: none;
  padding: 0;
  height: auto;
}
.trio-img{
  padding: 0;
}
#trio .trio-img img{
  border-radius: 20px 20px 0 0;
}
.trio-text{
  background-color: #fff;
  border-radius: 0 0 20px 20px;
  padding-bottom: 15px;
}
.trio-text .container{
  position: relative;
  margin-top: -3vh;
  background-color: #fff;
  padding: 15px 5px;
  border: 1px;
  border-color: #6073ab;
  border-style: dashed;
  border-radius: 20px 20px;
}
.trio-text .col{
  padding: 0;
}
.trio-text h2{
  color: #6073ab;
  margin-bottom: 10px;
}
.trio-text p{
  font-size: 14px;
  color: #8e9aad;
  margin: 0;
}
.trio-text p b{
  font-size: 18px;
}
.trio-text img{
  position: relative;
  width: 50px;
  height: 50px;
  left: 25px;
  margin-right: 10px;
}
.btn-more{
  position: relative;
  background-color: rgba(255, 0, 0, 0);
  border: none;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 10px;
}
.btn-add{
  position: relative;
  left: 0;
  border-radius: none;
  background-color: rgba(255, 0, 0, 0);
  border: none;
}
.btn-bron{
  left: 0;
  transform: translateX(0);
}
.btn-more img{
  left: 0;
  width: 270px;
  height: 60px;
  border-radius: none;
  transform: translateX(0);
  margin: 0;
}
#trio .carousel-control-prev{
  background-position: 15% 100%;
}
#trio .carousel-control-next{
  background-position: 15% 100%;
}
#trio .trio-text .container{
  width: 100%;
}
@media (max-height: 990px) {
    .blk-1{
      padding-top: 25vh;
      padding-bottom: 10vh;
    }
}
