.all {
  display: block;
  overflow: hidden;
  width: 978px;
  height: 312px;
  margin-right: auto;
  margin-left: auto;
}

.tablink {
  width: 136px;
  height: 44px;
  background-color: transparent;
  color: transparent;
}

.tablink.w--current {
  background-color: transparent;
}

.tabs {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
}

.tabmenu {
  text-align: right;
}

.waitImg {
  position: relative;
  left: 262px;
  top: 188px;
  float: left;
}

.hearot {
  position: relative;
  left: 100px;
  top: 165px;
  width: 60px;
  height: 20px;
  float: left;
}

.formblock {
  position: relative;
  top: 149px;
  right: 36px;
  float: right;
  direction: rtl;
  text-align: right;
}

.field {
  display: inline-block;
  width: 118px;
  height: 23px;
  margin-right: 29px;
  margin-left: 20px;
  padding-top: 3px;
  padding-right: 5px;
  padding-bottom: 3px;
  border-style: none;
  background-color: transparent;
  direction: rtl;
  font-size: 12px;
  text-align: right;
}

.field.drop {
  position: relative;
  left: -37px;
  top: 0px;
  box-shadow: inset 0 0 7px 0 rgba(0, 0, 0, .8);
}

.but {
  position: relative;
  left: -35px;
  top: 0px;
  width: 135px;
  height: 37px;
  margin-right: -3px;
  background-color: transparent;
  color: transparent;
}

.cb {
  margin-top: 0px;
  margin-right: -3px;
}

.box {
  margin-top: 0px;
  float: right;
}

.horaotdiv {
  position: relative;
  left: 0px;
  top: 211px;
  z-index: 1;
  float: right;
}

.sent {
  
  padding: 20px;
  text-align: center;
  background-color: #dddddd;
  width: 682px;
  padding-top: 17px;
  border-top-left-radius: 5px;
  border-top-right-radius: 6px;
  background-image: -webkit-linear-gradient(270deg, red, #940000);
  background-image: linear-gradient(180deg, red, #940000);
  box-shadow: inset 0 0 8px 0 #000;
  color: #fff;
  font-size: 18px;
  z-index: 9999;
}

.err {
  position: absolute;
  left: -200px;
  top: 0px;
  margin-right: 78px;
}

html.w-mod-js *[data-ix="hide"] {
  -webkit-transform: translate(0px, 43px);
  -ms-transform: translate(0px, 43px);
  transform: translate(0px, 43px);
}