.main-screen {
  background: url("../img/module-main-screen/bg.jpg") center top no-repeat;
  height: 999px;
  position: relative;
  box-sizing: border-box;
  padding-top: 128px;
}

.utp-wrapper {
  background: rgba(36, 17, 7, 0.9);
  outline: 12px solid rgba(255, 255, 255, 0.2);
  margin: 0 auto;
  width: 900px;
  margin-top: 50px;
  padding: 15px 0 25px 0;
}

.utp {
  color: #fff;
  font-size: 48px;
  text-align: center;
  margin: 0 auto;
  font-family: pf_agora_slab_promedium;
  text-transform: uppercase;
}

.utp2 {
  font-family: pf_agora_slab_promedium;
  font-size: 36px;
  text-align: center;
  color: white;
}

.order-main {
  margin: 0 auto;
  background: rgba(36, 17, 7, 0.9);
  -webkit-box-shadow: 0px 0px 0px 12px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0px 0px 0px 12px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 0px 0px 12px rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  width: 480px;
  height: 320px;
  text-align: center;
  margin-top: 60px;
  padding-top: 20px;
  color: white;
  position: relative;
}

.order-main .warranty {
  color: #ffffff;
  margin-top: 14px;
  font-family: H_Light;
  font-size: 14px;
}

.order-text1 {
  text-align: center;
  font-size: 30px;
  font-family: H_Roman;
}

.order-text0 {
  margin-top: 24px;
  text-align: center;
  font-size: 30px;
  font-family: H_Light;
  color: #ffffff;
  line-height: 30px;
  margin-bottom: 5px;
}

.order-main .inputs-order {
  display: inline-block;
  position: relative;
}

.order-main .inputs-order input {
  width: 310px;
  height: 56px;
  line-height: 56px;
  font-family: H_Thin;
  border-radius: 5px;
  font-size: 26px;
  padding-left: 16px;
  box-sizing: border-box;
  border: none;
  margin: 10px 0 2px 0;
}

.main-screen .button {
  font-size: 22px;
  font-family: H_Bold;
  width: 310px;
  height: 72px;
  line-height: 72px;
  margin-top: 16px;
  text-transform: none;
  position: absolute;
  bottom: -36px;
  left: 0;
  right: 0;
  margin: auto;
  background: #ff3131; /* Old browsers */
  background: -moz-linear-gradient(top, #ff3131 0%, #ca0000 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff3131), color-stop(100%, #ca0000)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ff3131 0%, #ca0000 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ff3131 0%, #ca0000 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ff3131 0%, #ca0000 100%); /* IE10+ */
  background: linear-gradient(to bottom, #ff3131 0%, #ca0000 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3131', endColorstr='#ca0000',GradientType=0 ); /* IE6-9 */
  box-sizing: border-box;
}

.main-screen .button:hover {
  background: #ff3131; /* Old browsers */
  background: -moz-linear-gradient(top, #ff4f4f 0%, #e80000 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff4f4f), color-stop(100%, #e80000)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ff4f4f 0%, #e80000 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ff4f4f 0%, #e80000 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ff4f4f 0%, #e80000 100%); /* IE10+ */
  background: linear-gradient(to bottom, #ff4f4f 0%, #e80000 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4f4f', endColorstr='#e80000',GradientType=0 ); /* IE6-9 */
}

.digit-item {
  box-sizing: border-box;
  margin-top: 160px;
}

.digit-item:first-child {
  padding-left: 90px;
}

.digit-item:last-child {
  padding-left: 20px;
}

.digit {
  color: #c4976b;
  font-size: 68px;
  font-family: H_Bold;
  display: inline-block;
  vertical-align: top;
}

.digit-text {
  color: #ffffff;
  font-family: H_Light;
  font-size: 22px;
  display: inline-block;
  vertical-align: top;
  margin-top: 9px;
  margin-left: 10px;
}

@media (max-width: 960px) {
  .mobile-block-top {
    display: flex;
    justify-content: space-around;
  }
}

@media (max-width: 930px) {
  .main-screen {
    height: auto;
  }
  #top .container-12 {
    padding: 0 20px;
  }
  .utp-wrapper {
    margin-top: 100px;
    width: 100%;
  }
  .digit-item:first-child {
    padding-left: 20px;
  }

  .digit-item:last-child {
    padding-left: 20px;
  }

  .digit-item {
    padding-left: 0px;
    margin-top: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
  }

  .digit-text {
    margin: 0px;
    text-align: center;
  }

  .mobile-block-top .grid-4 {
    background-color: #2d180d;
    border-radius: 5px;
  }

  .mobile-block-top {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 70px;
  }
}

@media (max-width: 375px) {
  .utp-wrapper {
    margin-top: 200px;
  }
}

@media (max-width: 520px) {
  .order-main {
    width: auto;
    height: auto;
  }
}
