img {
  width: 100%;
  margin-bottom: 15px;
}

p {
  margin-bottom: 15px;
}

.superior {
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.6875rem;
  border: 1px solid #34393f;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-radius: 4px;
}
.superior p {
  padding: 0 15px;
  font-size: 16px;
  line-height: 1.5em;
}
.superior h3 {
  padding: 0 15px;
  line-height: 1.5em;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
  font-weight: 700;
  color: #e3e3e3;
}
.superior .img-text {
  margin-bottom: 0;
  margin-top: 0;
}
.superior img {
  border-radius: 0 !important;
  margin-bottom: 0;
  margin-top: 0;
}
.superior__footer {
  text-align: center;
}
.superior__footer img {
  width: 100px;
  display: block;
  margin: 0 auto 10px;
}
.superior__footer b {
  padding: 0 15px;
  font-size: 16px;
  line-height: 1.5em;
  color: #e3e3e3;
}

.img-text {
  position: relative;
  margin-bottom: 15px;
  margin-top: 15px;
}
.img-text img {
  width: 100%;
  margin: 0 !important;
  border-radius: 4px;
}

.text-block {
  position: absolute;
  display: flex;
  gap: 5px;
  bottom: 0;
  left: 49.9%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 600px;
  margin-bottom: 15px;
  text-align: left;
  border-radius: 2px;
}
.text-block .line-logo {
  width: 100%;
  max-width: 100px;
  background: transparent;
  padding: 3px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 3px 0;
}
.text-block .line-text {
  background: rgb(46, 64, 66);
  background: linear-gradient(90deg, rgb(46, 64, 66) 0%, rgb(69, 25, 17) 60%, #ce8333 100%);
  font-family: Arial, sans-serif;
  line-height: 1;
  padding: 10px 30px;
  border-radius: 50px;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.text-block p {
  display: block;
  line-height: 1.2 !important;
  color: white !important;
  font-size: 13px !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  font-weight: 500;
}
.text-block p.title {
  font-weight: 700;
  margin-bottom: 3px !important;
  background: none;
}

@media (max-width: 520px) {
  .img-text {
    margin-bottom: 0;
  }
  .text-block {
    margin-bottom: 0;
    position: relative;
    display: block;
    top: -25px;
  }
  .text-block .line-text {
    border-radius: 0 0 4px 4px;
    border-bottom: 1px solid #172f45;
  }
  .text-block .line-logo {
    display: none;
  }
  .text-block p {
    border-radius: 0 0 4px 4px;
  }
  .text-block p.title {
    border-radius: 0 4px 0 0;
  }
}
.title-blue {
  font-weight: bold;
  background: #2c4051;
  padding: 15px;
  border-radius: 4px;
}

.title-green {
  font-weight: bold;
  background: #00953a;
  padding: 15px;
  border-radius: 4px;
  color: white;
}

.title-red {
  font-weight: bold;
  text-align: center;
  background: #feecee;
  color: #e23232;
  padding: 15px;
  border-radius: 4px;
}

ul.check {
  margin-bottom: 25px;
  list-style: none;
  padding: 0;
}
ul.check li {
  position: relative;
  padding-left: 30px;
  line-height: 1.4em;
  margin-bottom: 10px;
}
ul.check li:before {
  content: "";
  display: block;
  background: url(../images/checking-mark.png) no-repeat 0 0/contain !important;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
}

.list {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}
.list .img .check-circle-icon {
  width: 20px;
  height: 20px;
  margin-top: 5px;
}
.list .img .check-circle-icon.first {
  margin-top: 2px;
}
.list .img .check-circle-icon img {
  margin: 0;
  padding: 0;
}
.list .li_item p {
  margin-bottom: 0;
}

.ul-num {
  font-family: Arial, Helvetica, sans-serif;
  color: #202020;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5em;
  margin-bottom: 20px;
}
.ul-num.biruza .ul-num__item {
  background: #f3fffd;
}
.ul-num.biruza .ul-num__item span {
  background: #04e0c3;
}
.ul-num.color .ul-num__item {
  background: #feecee;
}
.ul-num.color .ul-num__item:nth-child(2) {
  background: #f3fffd;
}
.ul-num.color .ul-num__item:nth-child(2) span {
  background: #04e0c3;
}
.ul-num.color .ul-num__item span {
  background: #d50414;
}
.ul-num__item {
  background: #fff6dd;
  position: relative;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 4px;
}
.ul-num__item span {
  display: block;
  position: absolute;
  color: #fff;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: #d8be3e;
  font-weight: bold;
  border-radius: 4px 0 4px 0;
}
.ul-num__item p {
  padding: 0 30px;
  font-size: 17px;
  line-height: 1.5em;
  color: #0d1118;
}
.ul-num__item:nth-child(2) {
  background: #ffcf86;
}
.ul-num__item:nth-child(2) span {
  background: #ee7816;
}
.ul-num__item:nth-child(3) {
  background: #fdacb2;
}
.ul-num__item:nth-child(3) span {
  background: #d50414;
}

.regaly__item {
  display: grid;
  grid-template-columns: 1fr 7fr;
  gap: 1em;
  margin-bottom: 20px;
}
.regaly__left {
  max-width: 125px;
}

.timerHolder {
  background: red !important;
  padding: 10px 25px;
  display: inline-block;
  border-radius: 5px;
  margin-bottom: 20px;
}
.timerHolder .timerNameText {
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
  display: block;
}
.timerHolder .timer-elements {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.timerHolder .timer-elements div {
  background: transparent !important;
  display: flex;
  border: 3px solid rgb(255, 179, 0);
  border-radius: 5px;
  padding: 5px;
  justify-content: center;
  align-items: center;
  flex-flow: wrap;
  width: 15%;
}
.timerHolder .timer-elements div .timerVal {
  font-size: 19px;
  font-weight: bold;
  color: #fff;
  margin: 0px 10px;
}
.timerHolder .timer-elements div .timerSign {
  font-size: 10px;
  text-align: center;
  margin: 0px;
  color: #fff;
}

@media (max-width: 420px) {
  .timerHolder .timer-elements div {
    width: auto;
  }
}
.orderWrapper .orderTypeButton {
  background-color: #e7e7e7 !important;
  display: inline-block;
  padding: 7px;
  margin-top: 15px;
  border-radius: 5px;
  cursor: pointer;
  max-width: 100px;
  max-height: 130px;
  position: relative;
  border: 2px solid #fff;
}
.orderWrapper .orderTypeButton.orderTypeButtonActive {
  background: rgb(205, 248, 96) !important;
  background-repeat: no-repeat !important;
  background-position: center bottom !important;
  border: 3px solid rgb(31, 170, 0);
}
.orderWrapper .orderTypeButton .otHead {
  font-size: 16px;
  display: block;
}
.orderWrapper .orderTypeButton .otPrice {
  font-size: 22px;
}
.orderWrapper .orderTypeButton .otCurr {
  font-size: 10px;
}
.orderWrapper .orderTypeButton span {
  display: block;
  font-size: 12px;
  margin-top: 10px;
}
.orderWrapper .orderTypeButton .otButton {
  cursor: pointer;
  font-size: 12px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
}
.orderWrapper .orderTypeButton .otTimerImg {
  position: absolute;
  top: -16px;
  right: -13px;
  width: 40px;
  padding: 0;
  margin: 0;
  background: transparent !important;
}

#order_form input {
  font-size: 21px;
  padding: 15px;
  border-radius: 3px;
  border: 2px solid #e9d7dc;
  max-width: 300px;
}
#order_form #order_form_place {
  padding: 25px;
  border: 0px solid red;
  border-radius: 10px;
  box-shadow: 4px 9px 5px 0px rgba(50, 50, 50, 0.3);
  background-color: #213e82;
}
#order_form label {
  color: #fff;
  width: 282px;
  display: block;
  padding: 5px 0;
  font-weight: 700;
  font-size: 16px;
  text-align: left !important;
}
#order_form button, #order_form .obutton {
  width: 100%;
  display: block;
  padding: 10px 15px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 4px 15px 0 rgba(129, 150, 160, 0.45);
  border-radius: 5px;
  background-color: rgb(0, 163, 106);
  background-position: 1.35em 0.94em;
  background-size: 1em;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  font-size: 20px;
  margin-top: 20px;
}/*# sourceMappingURL=content.css.map */