body {
  font-family: "Roboto", sans-serif;
  line-height: 1.8;
  font-style: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  color: #000000;
}

.apte {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  line-height: 1.8;
  font-style: normal;
  width: 100%;
  background: url(../images/bg.png);
  padding: 65px 74px 85px;
  background-repeat: repeat;
}
.apte * {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
.apte__inner {
  width: 100%;
  max-width: 600px;
  padding: 70px 15px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  position: relative;
  text-align: center;
}
.apte .logo {
  position: absolute;
  top: 20px;
  left: 26px;
  max-width: 224px;
  width: 100%;
}
.apte .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.apte__img {
  max-width: 383px;
  width: 100%;
  margin-bottom: 43px;
}
.apte__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.apte__text {
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  line-height: 30px;
  color: #BF33A1;
}
.apte__text span {
  color: red;
}
.apte .price {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-around;
  margin-bottom: 13px;
}
.apte .old-price {
  position: relative;
  color: #808080;
  margin-right: 30px;
}
.apte .old-price:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  background: grey;
}
.apte .new-price {
  color: #A52A2A;
}
.apte .availability {
  font-weight: bold;
  font-size: 13px;
  line-height: 15px;
  text-align: left;
  color: #19B500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.apte__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
}
.apte__info svg {
  width: 40px;
  height: 40px;
  margin-bottom: 15px;
}
.apte__info span {
  margin-bottom: 15px;
}

.apte__form {
  margin-top: 58px;
}

.apte__form .input-roulette {
  width: 100%!important;
  max-width:276px;
  height: 63px;
  border: 1px solid #000000;
  font-size: 16px;
  line-height: 19px;
  color: #686868;
  margin-bottom: 30px;
  padding-left: 18px;
}

.apte__form .submit-roulette {
  width: 100%!important;
  max-width:276px;
  height: 63px;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  color: #FFFFFF;
  background: rgba(222, 100, 0, 0.79);
  border: 1px solid rgba(222, 100, 0, 0.79);
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .apte .logo {
    max-width: 160px;
  }
}

@media only screen and (max-width: 660px) {
  .apte {
    padding: 65px 25px 85px;
  }
}


@media only screen and (max-width: 425px) {

  .apte__inner {
    padding-bottom: 20px;
  }

  .apte__form {
    margin-top: 18px;
  }

  .apte__form .submit-roulette {
    display: block!important;
  }
}

@media only screen and (max-width: 395px) {
  .apte .price {
    font-size: 18px;
  }
}

