/* Scss Document */
:root {
  --px: 30px;
  --font12: 12px;
  --font13: 13px;
  --font14: 14px;
  --font15: 15px;
  --font16: 16px;
  --font17: 17px;
  --font18: 18px;
  --font20: 20px;
}

.fz12 {
  font-size: var(--font12);
}

.fz13 {
  font-size: var(--font13);
}

.fz14 {
  font-size: var(--font14);
}

.fz15 {
  font-size: var(--font15);
}

.fz16 {
  font-size: var(--font16);
}

.fz17 {
  font-size: var(--font17);
}

.fz18 {
  font-size: var(--font18);
}

.fz20 {
  font-size: var(--font20);
}

.text-center {
  text-align: center;
}

.fw300 {
  font-weight: 300;
}

.fw500 {
  font-weight: 500;
}

.fw600 {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.fw800 {
  font-weight: 800;
}

.lh {
  line-height: 1;
}

.lh110 {
  line-height: 110%;
}

.lh120 {
  line-height: 120%;
}

.lh130 {
  line-height: 130%;
}

.lh140 {
  line-height: 140%;
}

.lh150 {
  line-height: 150%;
}

.lh160 {
  line-height: 160%;
}

.lh170 {
  line-height: 170%;
}

.lh180 {
  line-height: 180%;
}

.lh190 {
  line-height: 190%;
}

.lh200 {
  line-height: 200%;
}

.db {
  display: block;
}

.dib {
  display: inline-block;
}

.flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dif {
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.fxs {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.fxg {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.fxww {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.aic {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ais {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.aie {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.jcsb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.jcfs {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.jcfe {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.jcc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.center {
  text-align: center;
}

.text-black {
  color: #333;
}

.bg-red {
  background-color: #F44333;
}

.no-under {
  text-decoration: none;
}

.ttu {
  text-transform: uppercase;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.posr {
  position: relative;
}

.block {
  display: block;
}

.oh {
  overflow: hidden;
}

.tar {
  text-align: right;
}

button {
  outline: none;
  cursor: pointer;
  font-family: "Roboto";
}

svg {
  display: block;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-1 {
  margin-bottom: 1px;
}

.mb-2 {
  margin-bottom: 2px;
}

.mb-3 {
  margin-bottom: 3px;
}

.mb-4 {
  margin-bottom: 4px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-6 {
  margin-bottom: 6px;
}

.mb-7 {
  margin-bottom: 7px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mb-9 {
  margin-bottom: 9px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-11 {
  margin-bottom: 11px;
}

.mb-12 {
  margin-bottom: 12px;
}

.mb-13 {
  margin-bottom: 13px;
}

.mb-14 {
  margin-bottom: 14px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mt-0 {
  margin-top: 0px;
}

.mt-1 {
  margin-top: 1px;
}

.mt-2 {
  margin-top: 2px;
}

.mt-3 {
  margin-top: 3px;
}

.mt-4 {
  margin-top: 4px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-6 {
  margin-top: 6px;
}

.mt-7 {
  margin-top: 7px;
}

.mt-8 {
  margin-top: 8px;
}

.mt-9 {
  margin-top: 9px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.ml-0 {
  margin-left: 0px;
}

.ml-1 {
  margin-left: 1px;
}

.ml-2 {
  margin-left: 2px;
}

.ml-3 {
  margin-left: 3px;
}

.ml-4 {
  margin-left: 4px;
}

.ml-5 {
  margin-left: 5px;
}

.ml-6 {
  margin-left: 6px;
}

.ml-7 {
  margin-left: 7px;
}

.ml-8 {
  margin-left: 8px;
}

.ml-9 {
  margin-left: 9px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-85 {
  margin-left: 85px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-100 {
  margin-left: 100px;
}

.mr-0 {
  margin-right: 0px;
}

.mr-0 {
  margin-right: 0px;
}

.mr-0 {
  margin-right: 0px;
}

.mr-1 {
  margin-right: 1px;
}

.mr-2 {
  margin-right: 2px;
}

.mr-3 {
  margin-right: 3px;
}

.mr-4 {
  margin-right: 4px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-6 {
  margin-right: 6px;
}

.mr-7 {
  margin-right: 7px;
}

.mr-8 {
  margin-right: 8px;
}

.mr-9 {
  margin-right: 9px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-85 {
  margin-right: 85px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-95 {
  margin-right: 95px;
}

.mr-100 {
  margin-right: 100px;
}

/* Scss Document */
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

#page {
  position: relative;
}

a, img {
  outline: none;
}

* {
  padding: 0px;
  margin: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Scss Document */
img {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}

a {
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 17px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 15px;
}

h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 10px;
}

.clr:before,
.clr:after {
  content: " ";
  display: table;
  clear: both;
}

input::-webkit-input-placeholder {
  text-indent: 0px;
  -webkit-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease;
}

input::-moz-placeholder {
  text-indent: 0px;
  -moz-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease;
}

input:-moz-placeholder {
  text-indent: 0px;
  -moz-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease;
}

input:-ms-input-placeholder {
  text-indent: 0px;
  -ms-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease;
}

input:focus::-webkit-input-placeholder {
  text-indent: -500px;
  -webkit-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease;
}

input:focus::-moz-placeholder {
  text-indent: -500px;
  -moz-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease;
}

input:focus:-moz-placeholder {
  text-indent: -500px;
  -moz-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease;
}

input:focus:-ms-input-placeholder {
  text-indent: -500px;
  -ms-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease;
}

input[placeholder] {
  text-overflow: ellipsis;
}

input::-moz-placeholder {
  text-overflow: ellipsis;
}

input:-moz-placeholder {
  text-overflow: ellipsis;
}

input:-ms-input-placeholder {
  text-overflow: ellipsis;
}

input[type=submit],
input[type=button],
button {
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Scss Document */
.text img {
  max-width: 100% !important;
  height: auto !important;
}
.text ul {
  margin-bottom: 15px;
  display: block;
}
.text ul li {
  display: block;
  padding-left: 30px;
  position: relative;
}
.text ul li:before {
  content: "";
  background-image: url(../images/poker.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.text ul ul {
  margin-top: 15px;
  margin-left: 15px;
}
.text ol {
  margin-bottom: 15px;
  margin-left: 0px;
  list-style-position: inside;
}
.text ul ul li {
  background-image: none;
  padding-left: 0px;
  list-style-type: square;
}
.text li + li {
  margin-top: 5px;
}
.text p {
  margin-bottom: 15px;
}
.text p:last-child {
  margin-bottom: 0;
}
.text table {
  margin-bottom: 15px !important;
  border-collapse: collapse !important;
  width: 100% !important;
}
.text table tr:nth-child(2n+2) {
  background-color: rgba(238, 238, 238, 0.42) !important;
}
/*.text table tr:hover {
  background-color: rgba(238, 238, 238, 0.8) !important;
}*/
.text table th {
  background-color: #30A2D9 !important;
  padding: 15px 10px !important;
  color: #fff !important;
  border: 1px solid #fff !important;
}
.text table th p {
  margin-bottom: 0 !important;
}
.text table td {
  padding: 10px !important;
  border: 1px solid #fff !important;
  vertical-align: middle !important;
  height: auto !important;
}
.text table td p {
  margin-bottom: 0 !important;
}
.text blockquote {
  margin-bottom: 15px;
  color: #fff;
  background-color: #30A2D9;
  padding: 10px;
}
.text blockquote p {
  margin-bottom: 0px;
}

body {
  color: #fff;
  font-family: "Roboto";
  font-size: 14px;
  background-color: #000;
  background-image: url(../images/bg.webp);
  background-repeat: repeat-y;
  background-position: center 0;
  background-size: 1700px auto;
}

.hide {
  display: none;
}

.text-red {
  color: #F44333;
}

#page {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  min-height: 100vh;
}

.page_inner {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.wrap {
  max-width: 1140px;
  min-width: 300px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

header {
  padding-bottom: 10px;
}
header img {
  display: block;
}

.btn-head-1 {
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
  padding: 0 16px;
  height: 42px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d2ff72), to(#557c01));
  background-image: linear-gradient(180deg, #d2ff72, #557c01);
  border: 1px solid #79b101;
}
.btn-head-1 img {
  margin-left: 5px;
}

.btn-head-2 {
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
  padding: 0 16px;
  height: 42px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#009cfe), to(#00149b));
  background-image: linear-gradient(180deg, #009cfe, #00149b);
  border: 1px solid #79b101;
}
.btn-head-2 img {
  margin-left: 5px;
}

.main-menu {
  padding: 1px 0;
  background-image: url(../images/vert.webp);
  background-repeat: no-repeat;
  background-position: 0 center;
}
.main-menu:before {
  content: "";
  background-image: url(../images/line.webp);
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
}
.main-menu:after {
  content: "";
  background-image: url(../images/line.webp);
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.main-menu li {
  background-image: url(../images/vert.webp);
  background-repeat: no-repeat;
  background-position: right center;
}
.main-menu .active a {
  background-position: center 0;
}
.main-menu a {
  text-decoration: none;
  color: #fff;
  padding: 25px 8px;
  background-image: url(../images/active_bg_2.webp);
  background-repeat: no-repeat;
  background-position: center 1000px;
  background-size: cover;
}
.main-menu a:hover {
  background-position: center 0;
}

.enter {
  display: block;
  background-color: #313c54;
  height: 28px;
  padding: 0 9px;
  border-radius: 6px;
  padding-top: 4px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
.enter:hover {
  background-color: #202735;
  opacity: 0.8;
}

.rega {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: linear-gradient(70deg, #31bc69 -8%, #089e4e 96%);
  height: 28px;
  padding: 0 9px;
  border-radius: 6px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
.rega:hover {
  background-image: linear-gradient(70deg, #31bc69 -8%, #089e4e 96%);
  opacity: 0.9;
}
.rega span {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-image: linear-gradient(210deg, hsla(0, 0%, 100%, 0) 25%, hsla(0, 0%, 100%, 0.06) 48%, #fff 133%);
  margin-right: 5px;
}
.rega path {
  fill: #fff;
}
.rega svg {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 9px;
  height: 12px;
}
.btn {
  font-size: 25px;
  padding: 22px 50px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  border-radius: 10px;
  text-transform: uppercase;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffd500), to(#f54c00));
  background-image: linear-gradient(#ffd500 0, #f54c00 100%);
  border: 1px solid #ff3800;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn:hover {
  -webkit-box-shadow: inset 0 -1px 4px 1px #fff;
          box-shadow: inset 0 -1px 4px 1px #fff;
}

.image-style-align-center {
  text-align: center;
  display: block;
}

.text {
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 30px;
}
.text figure {
  margin-bottom: 25px;
}

.info-box {
  margin-bottom: 40px;
  color: #211E1E;
  line-height: 1.4;
  padding: 15px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
}

.info-box-danger {
  background-color: #f8d7da;
}
.info-box-danger:before {
  content: "";
  display: block;
  background-image: url(../images/danger.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.info-box-info {
  background-color: #e8cc00;
  color: #000;
}
.info-box-info:before {
  content: "";
  display: block;
  background-image: url(../images/info.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.info-box-success {
  background-color: #d4edda;
}
.info-box-success:before {
  content: "";
  display: block;
  background-image: url(../images/success.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.info-box-warning {
  background-color: #FFDDA6;
}
.info-box-warning:before {
  content: "";
  display: block;
  background-image: url(../images/warning.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

/* Scss Document */
@media (max-width: 1200px) {
  #page {
    overflow: hidden;
  }
  .wrap {
    margin-left: 20px;
    margin-right: 20px;
  }
  body {
    background-image: none;
  }
}
@media (max-width: 992px) {
  .btn {
    padding: 15px 30px;
    font-size: 20px;
  }
  .info-box {
    margin-left: 0;
    margin-right: 0;
  }
  .show_992 {
    display: block;
  }
  .hide_992 {
    display: none;
  }
}
@media (max-width: 767px) {
  header .wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header .logo {
    margin-bottom: 15px;
  }
  .main-menu:before {
    background-size: 100% 100%;
  }
  .main-menu:after {
    background-size: 100% 100%;
  }
  .head-button img {
    display: none;
  }
  .show_767 {
    display: block;
  }
  .hide_767 {
    display: none;
  }
}
@media (max-width: 550px) {
  .info-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .info-box:before {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .btn {
    padding: 15px 30px;
    font-size: 17px;
    border-radius: 5px;
  }
  .wrap {
    margin-left: 10px;
    margin-right: 10px;
  }
  .main-menu a {
    padding: 18px 5px;
    font-size: 12px;
  }
  .show_550 {
    display: block;
  }
  .hide_550 {
    display: none;
  }
}
