* {
  margin: 0;
  padding: 0;
}
body {
  font-family: Arial, sans-serif;
  font-size: 12px;
}
a {
  color: #245aa7;
  text-decoration: underline;
}
button {
  height: 60px;
  margin-top: 20px;
  background: #82af32;
  border: 0;
  border-bottom: 1px solid #6c971f;
  border-top: 1px solid transparent;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding: 0 20px;
  cursor: pointer;
  outline: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
button:hover,
button:focus {
  background: #94bf46;
}
button:active {
  background: #6f9924;
  border-bottom: transparent;
  border-top: 1px solid #537811;
}
header {
  display: block;
  height: 110px;
  min-width: 320px;
  max-width: 820px;
  margin: 43px auto 0 auto;
}
.logo {
  float: left;
  width: 235px;
  height: 65px;
  display: block;
  margin: 0 auto;
}
.logo_ukrnet {
  width: 235px;
  height: 65px;
  background: url('/img/logo_ukrnet.png');
  background-size: cover;
}
.logo_ukrnet.ru {
  height: 65px;
  background: url('/img/logo_ukrnet_ru.png');
  background-size: cover;
}
.server__error {
  background: #f5d5d0;
  color: #d1240a;
  font-size: 12px;
  text-align: center;
  height: 56px;
  line-height: 56px;
  cursor: pointer;
}
.page {
  min-width: 320px;
  max-width: 820px;
  margin: 0 auto;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.page__head {
  padding: 17px 0;
  background: #fff2c1;
  height: auto;
  text-align: left;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  font-size: 20px;
  font-weight: 400;
}
.page__head.danger {
  background: #f87d6d;
}
.page__head.danger .header_text {
  color: #ffffff;
}
.page__head.danger .header_img {
  background: url('/img/white.png');
  background-size: cover;
}
.page__head:before {
  vertical-align: middle;
  content: "";
  height: 100%;
  width: 0;
  display: inline-block;
}
.page__foot {
  text-align: center;
  padding: 20px 0;
}
.page__foot a {
  margin: 0 4px;
}
.header_img {
  display: inline-block;
  vertical-align: middle;
  width: 45px;
  height: 45px;
  margin-left: 70px;
  margin-right: 18px;
  background: url('/img/red.png');
  background-size: cover;
}
.header_text {
  display: inline-block;
  vertical-align: middle;
  color: #3d3d3d;
  max-width: 65%;
}
.confirm__content {
  margin-top: 21px;
  padding: 40px 75px;
  text-align: left;
  background: #f4f4f1;
  font-weight: 400;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  color: #464646;
}
.confirm__content-text {
  font-size: 17px;
  color: #464646;
}
.confirm__content-warn {
  margin-top: 25px;
  text-align: left;
  font-size: 14px;
  color: #464646;
}
.confirm__status {
  font-size: 15px;
}
input::-ms-reveal,
input::-ms-clear {
  /*hide addon controls in ie10*/
  display: none;
}
@media screen and (max-device-width: 600px) {
  .header_img {
    margin-left: 12px;
    margin-right: 13px;
    background: url('/img/red_big.png');
    background-size: cover;
  }
  .page__head {
    margin-left: 20px;
    margin-right: 20px;
  }
  .page__head.danger .header_img {
    background: url('/img/white_big.png');
    background-size: cover;
  }
  .confirm__content {
    padding-left: 17px;
    padding-right: 17px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .logo {
    margin-left: 15px;
  }
  .logo .logo_ukrnet {
    width: 235px;
    height: 65px;
    background: url('/img/logo_ukrnet_big.png');
    background-size: cover;
  }
  .logo .logo_ukrnet.ru {
    height: 65px;
    background: url('/img/logo_ukrnet_big_ru.png');
    background-size: cover;
  }
  header {
    height: 90px;
    margin-left: 10px;
    margin-top: 20px;
  }
}
.ie8 header {
  width: 820px;
}
.ie8 .page {
  width: 820px;
}
