
#ruffle-form-show {
  justify-content: flex-end;
  margin: 0 auto;
  text-align: center;
  background: url("../images/bg.jpg") no-repeat;
  background-size: contain;
padding: 25px 6px;
  max-width: 1200px;
  position: relative;
}
.ruffle-form-gift {
  position: absolute;
  top: 13%;
  left: 32%;
  background: linear-gradient(180deg, #684c99 0%, #ae7fff 100%);
  border-radius: 8px;
  padding: 10px !important;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ruffle-form-gift p {
  font-weight: 700;
  font-size: 17px;
  color: #fff;
  margin-bottom: 5px !important;
}
.ruffle-form-gift img {
  width: 113px;
}
.ruffle-form-title {
  font-family: "Inter", sans-serif !important;
  font-weight: 700;
  font-size: 18px;
  line-height: 110%;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  margin-bottom: 12px !important;
}
#ruffle-form-show .ruffle-form-img {
  display: block;
  width: 90%;
  max-width: 350px;
  margin: 0 auto 20px;
}

#ruffle-form-show .ruffle-form-text {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  text-align: center;
  color: #fff;
  margin-bottom: 14px;
}

#ruffle-form-show .ruffle-form-timer {
  color: #dfa952;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
}

#ruffle-form-show .ruffle-form-price {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 8px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
}

#ruffle-form-show .ruffle-form-price__new {
  font-weight: 700;
  font-size: 28px;
  line-height: 110%;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}

#ruffle-form-show #appeared-form {
  text-align: center;
}

#ruffle-form-show #appeared-form .appeared-form-group label {
  display: block;
}

#ruffle-form-show #appeared-form select,
#ruffle-form-show #appeared-form input {
  width: 100%;
  max-width: 280px;
  height: 40px;
  line-height: 45px;
  background: #fff;
  padding: 0 15px;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  outline: none;
  margin-bottom: 12px;
  color: rgba(27, 27, 27, 0.5);
}

#ruffle-form-show #appeared-form input:focus {
  border-color: #333;
}

#ruffle-form-show #appeared-form .appeared-form-btn {
  font-family: "Inter", sans-serif !important;
 background: linear-gradient(90deg, #d58801 34.18%, #ffbd4c 53.38%, #efbd6a 65.8%, #d89e40 79.33%);
  display: block;
  width: 100%;
  max-width: 280px;
  text-align: center;
  padding: 16px 20px 16px;
  border: none;
 border-radius: 51px;
  color: #020202;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  margin: 0 auto;
  cursor: pointer;
  margin-top: 4px;
}

#ruffle-form-show #appeared-form .appeared-form-btn:hover {
  background: #dfa952;
}

#ruffle-form-show #appeared-form .appeared-form-footnote {
  font-size: 16px;
  margin-top: 3px;
}

.ruffle-form-block {
  max-width: 340px;
}

.ruffle-form-price__old {
  font-weight: 400;
  font-size: 22px;
  line-height: 110%;
  text-decoration: line-through;
  text-align: center;
  color: #fff;
  opacity: 0.5;
}
.br_1 {
  display: block;
}
.br_2 {
  display: none;
}
#ruffle-form-show {
  max-width: 960px;
}
@media (max-width: 1200px) {
  .br_1 {
    display: none;
  }
  .br_2 {
    display: block;
  }
  #ruffle-form-show {
    background: url("../images/bg-mob.jpg") no-repeat center;
    background-size: cover;
    background-position: top center;
    flex-direction: column;
    padding: 32px 20px 32px 20px;
    align-items: center;
    max-width: 360px;
  }
  .ruffle-form-title {
    font-size: 21px;
  }
  #ruffle-form-show .ruffle-form-price {
    flex-direction: column;
    margin-bottom: 256px;
  }

  .ruffle-form-gift p {
    font-size: 13px;
  }

  .ruffle-form-gift img {
    width: 88px;
  }

  .ruffle-form-gift {
    top: 14%;
    left: 57%;
  }

  #ruffle-doors .ruffle-doors-container .ruffle-door {
    width: 142px;
    height: 239px;
  }

  #ruffle-door1 {
    width: 103px;
    height: 208px;
  }

  #ruffle-door2 {
    width: 109px;
    height: 208px;
  }

  #ruffle-door3 {
    width: 109px;
    height: 208px;
  }

  .ruffle-door-img {
    top: 27px;
    left: 17px;
  }

  .open.ruffle-door::after {
    top: 29px;
    left: 25px;
    width: 87px;
    height: 193px;
  }

  .ruffle-door::before {
    width: 180px;
    height: 180px;
  }

  #ruffle-doors .ruffle-doors-container .ruffle-door .ruffle-door__discount {
    font-size: 50px;
  }
  #ruffle-form-show #appeared-form select,
  #ruffle-form-show #appeared-form input {
    max-width: 320px;
    height: 48px;
  }
  #ruffle-form-show .ruffle-form-text{
    font-size: 14px;
  }
  #ruffle-form-show #appeared-form .appeared-form-btn {
    background: linear-gradient(90deg, #d58801 0%, #dfa952 100%);
    max-width: 320px;
  }
}
@media (max-width: 479px) {
  .ruffle-form-price {
    flex-direction: column;
  }
}
