#ruffle-form-show {
  justify-content: end;
  align-items: flex-end;
  margin: 0 auto !important;
  text-align: center;
  background: url("../images/bg.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  padding: 47px 35px !important;
  padding-top: 33px !important;
  padding-bottom: 60px !important;
  max-width: 1200px;
}
.ruffle-form-title {
  font-family: "Inter", sans-serif !important;
  font-weight: 700;
  font-size: 24px !important;
  line-height: 134% !important;
  text-transform: uppercase;
  text-align: center;
  color: #252E5D;
  margin-bottom: 12px !important;
}

.ruffle-form-title p {
  display: inline-block;
  width: 92%;
  background: linear-gradient(90deg, rgba(239, 157, 224, 0) 3.29%, #ef9de0 14.65%, #ef9de0 85.93%, rgba(239, 157, 224, 0) 98.95%);
  color: #212121;
  margin-bottom: 0 !important;
}

#ruffle-form-show .ruffle-form-img {
  display: block;
  width: 90%;
  max-width: 404px;
  margin: 0 !important;
  margin-bottom: -30px !important;
}

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

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

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

#ruffle-form-show .ruffle-form-price__new {
  font-family: "Inter", sans-serif !important;
  font-weight: 700;
  font-size: 32px !important;
  line-height: 110% !important;
  text-transform: uppercase;
  text-align: center;
  color: #252e5d;
}
#ruffle-form-show .ruffle-form-price__new span {
  font-family: "Inter", sans-serif !important;
}
#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 !important;
  background: #fff;
  padding: 0 15px !important;
  border: none;
  border-radius: 6px;
  font-size: 16px !important;
  margin-bottom: 20px !important;
  outline: none;
  color: #6C6C6C;
  padding-left: 65px !important;
}

#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: #9F2087;
  display: block;
  width: 100%;
  max-width: 280px;
  text-align: center;
  padding: 14px 20px 14px !important;
  border: none;
  border-radius: 6px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 15px !important;
  font-weight: 700;
  margin: 0 auto !important;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  margin-top: 4px !important;
}

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

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

#ruffle-form-show .appeared-form .input-wrapper {
  position: relative;
  max-width: 280px;
  margin: 0 auto;
}

#ruffle-form-show .appeared-form .input-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 45px;
  width: 1px;
  height: 40px;
  background-color: rgba(108, 108, 108, 0.3);
}

#ruffle-form-show .appeared-form .input-icon {
  position: absolute;
  top: 9px;
  left: 12px;
  cursor: pointer;
  width: 21px;
  height: 21px;
}

#ruffle-form-show form {
  width: 75%;
  margin: 0 auto !important;
}

.ruffle-form-block {
  max-width: 479px;
  width: 50%;
}

.ruffle-form-price__old {
  font-family: "Inter", sans-serif !important;
  font-weight: 400;
  font-size: 22px !important;
  line-height: 110% !important;
  text-decoration: line-through;
  text-align: center;
  color: #252e5d;
  opacity: 0.5;
}
.ruffle-form-price__old span {
  font-family: "Inter", sans-serif !important;
}
.br_1 {
  display: block;
}
.br_2 {
  display: none;
}

.order.active {
  display: block !important;
}
@media (max-width: 1100px) {
  .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 !important;
    align-items: center;
    max-width: 360px;
    position: relative;
  }
  #ruffle-form-show .ruffle-form-block {
    width: 100%;
  }
  #ruffle-form-show .appeared-form .input-wrapper {
    max-width: 100%;
  }
  #ruffle-form-show .ruffle-form-img {
    position: absolute;
    top: 112px;
  }
  .ruffle-form-title {
    margin-bottom: 256px !important;
    font-size: 21px !important;
  }
  .ruffle-form-title p {
    width: 100%;
  }
  #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;
  }
  #ruffle-form-show .appeared-form .appeared-form-btn {
    max-width: 320px;
  }

  #ruffle-form-show .appeared-form {
    width: 100%;
  }

  #ruffle-form-show .ruffle-form-price {
    margin-bottom: 16px !important;
  }
}
@media (max-width: 479px) {
  .ruffle-form-price {
    flex-direction: column;
  }
}
