body {
  padding: 0;
  margin: 0;

  background: #f7f9fa url("../images/bg.png") center / cover;
  width: 100%;
}

a:hover {
  color: #fff;
  text-decoration: none !important;
}

.header {
  height: 100px;
  margin-bottom: 20px;
}

.navia {
  display: flex;
  align-items: center;
  height: 100%;

  width: 1200px;
  margin: 20px auto;
}

.header .logo img {
  height: 100%;
  padding: 10px 0;

  image-orientation: none;
}

.header .header-links {
  margin-left: auto;
}

.header .header-links a {
  color: #000;
  font-size: 36px;
  font-weight: bold;
  font-family: serif;

  cursor: pointer;
  margin: 0 30px;
}

.header .header-links a.extra-btn {
  display: inline-block;
  height: unset;
  width: unset;
}

.header .header-links a.extra-btn:hover {
  border: none;
}

body .row {
  display: flex;
  flex-wrap: wrap;

  width: 1200px;
  margin: 0 auto 5px;
}

.back_wathet {
  background-color: #bbb9f2;
  height: 100%;
  padding: 10px 20px;
}

.extra-btn {
  display: block;
  height: calc((156px / 2) - 10px);
  width: 100%;
}

.extra-btn:hover {
  border: 1px solid #1f3246;
}

.extra-btn img {
  height: 100%;
  width: 100%;
}

.bnb_icon_font {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.bnb_icon_font .bif_font {
  color: #fff;
  font-size: 26px;
  font-weight: 900;
  text-align: center;
  text-shadow: 2px 2px #280100;
}

#ultest .back_XL {
  text-align: center;
}

.back_XL div {
  color: #4d4b4b;
  font-size: 16px;
  font-weight: 900;
  line-height: 55px;
}

.div_entrance {
  background-color: #fff;
  border: 1px solid #ddd;
  height: 110px;
}

.bl1 {
  background-color: #d3d1f5;
  border-bottom: 1px solid #bbb9f2;

  color: #4d4b4b;
  font-weight: 900;
  line-height: 55px;
}

.bl2 {
  border-top: 1px solid #bbb9f2;
  background-color: #fff;
}

.back_LX,
.back_LX1 {
  border: 1px solid #bbb9f2;
}

.back_LX:hover {
  border: 1px solid #1f3246;
}

.back_LX + div {
  background-color: #fff;
  box-sizing: border-box;

  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #bbb9f2;
}

.asd:hover {
  border: 1px solid #39a7fc;
}

#fastest-link {
  color: red;
}

.div_entrance:hover {
  border: 1px solid #39a7fc;
}

.de_icon {
  border-bottom: 1px solid #bbb9f2;

  font-size: 16px;
  line-height: 50px;
}

.de_icon.full_height {
  display: flex;
  align-items: center;
  justify-content: center;

  height: 100% !important;
}

.de_icon:hover {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;

  z-index: 9999;
}

.de_icon .div_center {
  width: 110px;
  margin: 0 auto;
}

.back_gray {
  background-color: #d3d1f5;
}

.div_center .ent_font {
  color: #4d4b4b;
  font-weight: 900;
  line-height: 55px;
}

.red_font {
  color: red;
}

.id_code {
  display: none;
  height: 150px;
  width: 120px;

  position: absolute;
  right: 65px;
  top: 14.3em;

  background-color: #fff;
  border: 1px solid #ddd;

  z-index: 999999;
}

.id_code .id_code_img .ici_icon {
  background: url("../images/icon.png");
  background-position: -80px -72px;

  height: 120px;
  width: 120px;
}

.ici_font {
  color: #9f9f9f;
  font-size: 16px;
  font-weight: 900;
  text-align: center;

  margin: 6px auto;
}

.os_icon {
  height: 48px;
  width: 55px;
  margin: 0 auto;

  background: url("../images/icon.png");
  background-position: 81px -115px;
}

.os_font {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 19px;

  width: 36px;
  margin: 3px auto;
}

.time input {
  text-align: center;
  height: 53px;
  width: 100%;
  border: none;
}

/* ************* modal content css *************  */
help-content .help-item {
  box-sizing: border-box;
  border: 8px solid #2161b3;
  padding: 24px;
}

.help-content .help-item .help-title {
  font-size: 14px;
  margin: 0 0 20px;
}

.help-content .help-item .helper-wrapper .helper-title {
  display: flex;
  align-items: center;
  margin-bottom: 12px;

  padding-top: 12px;
  padding-bottom: 12px;

  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.help-content .help-item .helper-wrapper .helper-title span {
  background: #bbb9f2;
  border-radius: 40px;

  padding: 4px 12px;
  margin-right: 12px;
  white-space: nowrap;

  color: #fff;
}

.help-content .help-item .helper-wrapper .helper-img {
  display: block;
  margin: 12px auto 12px;
  width: 80%;
}

.help-content .help-item .helper-wrapper .helper-img.small {
  max-width: 450px;
}

.help-content .help-item .helper-wrapper .helper-img.extra-small {
  max-width: 250px;
}

.help-content .help-item .helper-wrapper .helper-img.big {
  width: 100%;
}

.help-content .help-item .helper-wrapper table {
  border: 1px solid #bbb9f2;
  margin: 0 auto 20px;
  width: 80%;
}

.help-content .help-item .helper-wrapper table thead tr {
  border-bottom: 1px solid #bbb9f2;
}

.help-content .help-item .helper-wrapper table thead tr td {
  background-color: rgba(82, 9, 27, 0.24);
}

.help-content .help-item .helper-wrapper table tr:not(:last-child) {
  border-bottom: 1px solid #bbb9f2;
}

.help-content .help-item .helper-wrapper table td:not(:last-child) {
  border-right: 1px solid #bbb9f2;
}

.help-content .help-item .helper-wrapper table td {
  padding: 4px 6px;
  text-align: center;
}

.flex-col {
  display: flex;
  align-items: center;
  background-color: #fff;

  width: 100%;
  border: 1px solid #bbb9f2;
}

.flex-col:hover {
  border: 1px solid #1f3246;
}

.flex-col a {
  display: flex;
  align-items: center;
  width: 100%;
}

.flex-col a img {
  width: 230px;
  margin: 0 auto;
}

.title-wrapper {
  margin: 30px 0;
}

.title-wrapper img {
  width: 80%;
}

.footer-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.left-footer {
  display: flex;
  flex-direction: column;
  justify-content: center;

  text-align: center;
  width: 70%;
}

.button-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}

.button-wrapper .btn {
  display: flex;
  align-items: center;
  justify-content: center;

  background: #bbb9f2;
  border-radius: 45px;
  border: 1px solid #d2e3f6;
  margin: 10px;
  width: 30%;

  color: #000;
  font-size: 26px;
  font-weight: bolder;
  text-decoration: none;
}

.button-wrapper .btn > img {
  width: 35px;
  margin-right: 20px;
}

.button-wrapper .btn:hover {
  transform: scale(1.01);
  cursor: pointer;
}

.right-footer {
  width: 30%;
}

.right-footer img {
  height: 350px;
}

@media (max-width: 1200px) {
  body {
    background: #f7f9fa url("../images/bg-md.png") center / cover;
    width: 100%;
  }

  .header {
    height: fit-content;
    margin: 35px 0;
  }

  body .row {
    width: 800px;
    margin: 0 auto 40px;
  }

  .header .logo img {
    height: 140px;
    image-orientation: none;
  }

  .navia {
    display: flex;
    flex-direction: column;
    align-items: center;

    width: 800px;
  }

  .header .header-links {
    margin-left: 0;
    margin-top: 20px;
  }

  .bnb_icon_font .bif_font {
    font-size: 20px;
  }

  .back_wathet {
    padding: 5px;
  }

  .flex-col a img {
    width: 200px;
  }

  .footer-row {
    position: relative;
  }

  .left-footer {
    width: 100%;
    position: relative;
  }

  .button-wrapper {
    width: 50%;
    flex-direction: column;
    align-items: center;
    height: 300px;
  }

  .title-wrapper img {
    width: 100%;
  }

  .right-footer {
    position: absolute;
    right: 100px;
    bottom: 0;
  }

  .right-footer img {
    height: 300px;
  }

  .button-wrapper .btn {
    width: 80%;
  }
}

@media (max-width: 992px) {
  .header .logo img {
    height: 100px;
    image-orientation: none;
  }

  .header {
    height: fit-content;
    margin: 15px 0;
  }

  .header .header-links a {
    font-size: 26px;
  }

  .bif_font br {
    display: none;
  }

  .flex-col a img {
    width: 150px;
  }
}

@media (max-width: 800px) {
  body .row {
    width: 700px;
    margin: 0 auto 30px;
  }

  .navia {
    width: 100%;
  }

  .header .header-links {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }

  .header .header-links a {
    margin: 10px;
  }
}

@media (max-width: 767px) {
  body .row {
    width: 600px;
    margin: 0 auto 10px;
  }

  .header .header-links a {
    font-size: 18px;
  }

  .extra-btn {
    height: 60px;
  }

  .left-footer {
    width: 100%;
  }

  .button-wrapper {
    width: 100%;
    flex-direction: column;
    height: 100%;
  }

  .title-wrapper img {
    width: 100%;
  }

  .right-footer {
    position: static;
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .button-wrapper .btn {
    width: 100%;
  }

  .bl2 {
    border-top: none;
  }

  .de_icon .div_center {
    width: auto;
  }

  .back_XL {
    margin-bottom: 10px;
  }

  #ultest .back_XL:first-child {
    margin-top: 10px;
  }

  #support-section {
    display: none;
  }

  .back_LX1 .bl1 {
    border-width: 0 1px 0 0;
    border-color: #bbb9f2;
    border-style: solid;
    line-height: 45px;
  }

  .back_LX + div {
    border: none;
  }

  .back_LX,
  .back_LX1 {
    border: none;
  }

  .back_LX {
    border-right: 1px solid #bbb9f2;
  }

  .back_XL div,
  .de_icon,
  .div_center .ent_font {
    line-height: 45px;
  }

  .de_icon {
    height: auto;
    border: none;
  }
}

@media (max-width: 600px) {
  body .row {
    width: 420px;
    margin: 0 auto 10px;
  }
}

@media (max-width: 400px) {
  body .row {
    width: 320px;
  }

  .extra-btn {
    height: 55px;
  }
}
