html, body {
  scroll-behavior: smooth;
  margin: 0;
  background: #939393;
}

body {
  background: #fff;
  max-width: 480px;
  margin: auto;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
}

img {
  max-width: 100%;
  display: block;
}

.form .title {
  background: -webkit-gradient(linear, left top, left bottom, from(#db5f16), to(#b73e32));
  background: linear-gradient(180deg, #db5f16 0%, #b73e32 100%);
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 15px 0;
}

.form .subtitle {
  background: #2a303b;
  color: #fff;
  text-align: center;
  font-size: 24px;
  padding: 15px 0;
  text-transform: uppercase;
  margin-top: -1px;
  margin-bottom: -1px;
}

.form .image {
  position: relative;
  margin-bottom: -1px;
}

.form .sale {
  position: absolute;
  color: #fff;
  top: 45px;
  left: 8px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  text-align: center;
  text-transform: uppercase;
}

.form .delivery {
  position: absolute;
  top: 36px;
  right: 85px;
  font-size: 17px;
  text-align: right;
  color: #fff;
}

.form .delivery b {
  color: #76c6fe;
}

.form .features {
  background: #242830;
  color: #fff;
  font-size: 17px;
  padding: 10px 0;
}

.form .features img {
  width: 32px;
  height: 100%;
  padding-right: 25px;
}

.form .features > div {
  padding-left: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form .features > div div {
  padding: 15px 0;
}

.form .features > div div p {
  margin-bottom: 5px;
  margin-top: 0;
}

.form .features > div:nth-child(2) {
  background: #2e323a;
}

.form .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form .price div {
  width: 50%;
  text-align: center;
  padding: 10px 0;
}

.form .price div>span {
  display: block;
  font-size: 36px;
}

.form .price .old span {
  text-decoration: line-through;
}

.form .price .new {
  background: -webkit-gradient(linear, left top, left bottom, from(#db5f16), to(#b73e32));
  background: linear-gradient(180deg, #db5f16 0%, #b73e32 100%);
  color: #fff;
}

.form .price .new span {
  font-weight: bold;
}

.form .text {
  position: relative;
}

.form .text img {
  margin-bottom: -1px;
}

.form .text div {
  position: absolute;
  color: #fff;
  top: 48%;
  -webkit-transform: translateY(-52%);
          transform: translateY(-52%);
  right: 0;
  padding-left: 190px;
  padding-right: 15px;
  font-size: 17px;
  line-height: 26px;
}

.form .text div span {
  background: #239be3;
  padding: 3px 4px;
}

.form .gray {
  background: #313740;
}

.form .saleend {
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
}

.form .saleend img {
  padding-right: 30px;
  width: 42px;
  height: 29px;
  margin-left: -60px;
}

.form .clockdiv {
  margin: auto;
  display: block;
  font-weight: bold;
  text-align: center;
  font-size: 40px;
  color: #ffd200;
  padding: 20px 0;
}

.form .clockdiv > div {
  display: inline-block;
}

.form .clockdiv div > span {
  padding: 8px;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#18191b), to(#1d1e1f));
  background: linear-gradient(180deg, #18191b 0%, #1d1e1f 100%);
  display: inline-block;
  width: 55px;
}

.form .clockdiv .mins:before, .form .clockdiv .mins:after {
  content: ":";
  color: #fff;
}

.form .left {
  background: #242830;
  color: #fff;
  text-align: center;
}

.form .left span {
  font-weight: bold;
  font-size: 17px;
  background: #239be3;
  padding: 15px 10px;
  display: inline-block;
  margin-left: 10px;
}

.btn {
  cursor: pointer;
  text-transform: uppercase;
  color: #fff;
  border-radius: 10px;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  outline: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffd000), to(#ff9e00));
  background: linear-gradient(180deg, #ffd000 0%, #ff9e00 100%);
  -webkit-box-shadow: 0px 6px 0px 0px #f77400;
          box-shadow: 0px 6px 0px 0px #f77400;
  display: block;
  margin: 20px 40px 50px;
  text-align: center;
  padding: 20px 10px;
}

.block2 {
  padding-bottom: 15px;
}

.block2 h2 {
  color: #444444;
  text-transform: uppercase;
  text-align: center;
  margin: 40px 0;
}

.block2 .features {
  font-size: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.block2 .features img {
  display: inline-block;
}

.block2 .features div {
  text-align: center;
  width: 50%;
}

.block2 .features p {
  padding: 0 15px;
  margin-top: 10px;
  margin-bottom: 30px;
}

.block3 {
  background: -webkit-gradient(linear, left top, left bottom, from(#ce5320), to(#b63d32));
  background: linear-gradient(180deg, #ce5320 0%, #b63d32 100%);
  position: relative;
}

.block3 h2 {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin: 40px 0;
}

.block3 .check {
  position: absolute;
  top: 200px;
  left: 20px;
}

.block3 p {
  padding-left: 75px;
  color: #fff;
  font-size: 17px;
  line-height: 30px;
}

.block3 .gif {
  padding: 25px;
  padding-top: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.block4 {
  background-image: url("img/4.jpg");
  background-size: 100% 100%;
  padding-bottom: 1px;
  margin-top: -1px;
}

.block4 .btn {
  margin-bottom: 40px;
}

.block4 h2 {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 40px 30px;
  margin: 0;
}

.block4 img {
  margin: 0 auto 30px;
}

.block5 {
  background: -webkit-gradient(linear, left top, left bottom, from(#ce5320), to(#b63d32));
  background: linear-gradient(180deg, #ce5320 0%, #b63d32 100%);
  padding: 1px 0;
}

.block5 .item {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 40px 0;
}

.block5 .item p {
  padding-left: 10px;
  padding-right: 20px;
  text-align: right;
  line-height: 22px;
}

.block5 .item2 p {
  text-align: left;
  padding-left: 0;
  padding-right: 10px;
}

.block5 .item3 {
  margin-bottom: -2px;
}

.i10 {
  margin-top: 20px;
  margin-bottom: -1px;
}

.block6 {
  background: #000c19;
  padding: 20px;
  padding-top: 0;
}

.block6 .content {
  background: #fff;
  padding: 0 20px;
}

.block6 .content h2 {
  color: #444444;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.block6 .content .gif {
  width: 100%;
}

.block6 .content .about {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}

.block6 .content .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  padding: 10px 0;
  border-bottom: 1px dashed #eeeeee;
}

.block6 .content .item:before {
  content: url("img/dot.png");
  padding-right: 10px;
}

.block6 .content .item span {
  color: #333;
}

.block6 .content .item span:first-child {
  font-weight: bold;
}

.block6 .content .item span:last-child {
  margin-left: auto;
}

.block6 .btn {
  margin: 40px 0 40px;
}

.block7 {
  background: #f3f3f3;
  padding: 0 20px;
  padding-bottom: 40px;
}

.block7 h2 {
  color: #444444;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.block7 .review {
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.05);
  padding: 20px;
  background: #fff;
}

.block7 .review .img {
  width: 100%;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
  margin-top: 10px;
}

.block7 .review b {
  color: #e41f26;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  margin: 0;
  padding: 30px 0 10px;
}

.block7 .review p {
  font-size: 17px;
  line-height: 26px;
  text-align: center;
}

.block7 .review .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.block7 .review .name img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.block7 .review .name div {
  color: #333333;
  padding-left: 20px;
  font-size: 17px;
}

.form .left2 {
  background: none;
  padding-bottom: 60px;
}

form {
  padding: 0 40px;
  margin-top: 30px;
}

form div {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  margin: 10px 0;
  text-align: center;
}

input {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  color: #000;
  outline: none;
  border-radius: 10px;
  border: none;
}

button {
  border: none;
  margin: 30px 0 50px !important;
  width: 100%;
}
/*# sourceMappingURL=main.css.map */