.arcticmodal-overlay,
.arcticmodal-container {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10005;
}

.arcticmodal-container {
  overflow: auto;
  margin: 0;
  padding: 0;
  border: 0;
  border-collapse: collapse;
}

*:first-child+html .arcticmodal-container {
  height: 100%
}

.arcticmodal-container_i {
  height: 100%;
  margin: 0 auto;
}

.arcticmodal-container_i2 {
  padding: 24px;
  margin: 0;
  border: 0;
  vertical-align: middle;
}

.arcticmodal-error {
  padding: 20px;
  border-radius: 10px;
  background: #000;
  color: #fff;
}

.arcticmodal-loading {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  background: #000 url(../img/loading1.gif) no-repeat 50% 50%;
}


/* Modal */

.modal-game {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, .6);
  display: none;
  z-index: 10000;
  overflow: auto;
}

.bannerP {
  font-family: 'Roboto', sans-serif;
  margin: 50px auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 485px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden;
  border: 2px solid #fff;
  position: relative;
  text-align: center;
  background-position: center top;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -ms-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  background-image: url(../img/modalg/modal-g_img3.jpg);
}

.cont_g {
  height: 270px;
  display: table;
  width: 100%;
  background-color: rgba(0, 0, 0, .6);
}

.inner {
  display: table-cell;
  vertical-align: middle;
  padding: 20px;
}

.inner_title {
  font-size: 30px;
  color: #77a02e;
  font-weight: 700;
}

.inner_title_error {
  color: #fc0a0a;
}

.inner_text {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  margin-top: 25px;
}

.inner_text-low {
  font-size: 14px;
  margin: 5px 0;
}

.inner_text_bold {
  font-weight: 700;
}

.inner_footer {
  margin-top: 35px;
}

.btn {
  display: inline-block;
  width: 150px;
  padding: 9px 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
  margin-right: 18px;
  margin-left: 18px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.btn_blue {
  background-color: #1f72af;
}

.btn_blue:hover {
  background-color: #005DA0;
}

.btn_green {
  background-color: #77a02e;
}

.btn_green:hover {
  background-color: #568800;
}

.btn_faded{
  background-color: #f1f1f6;
  color: #1a5685;
}
.btn_faded:hover{
  background-color: #e6e6ec;
}

.btn_green-gd{
  background-image: -webkit-linear-gradient(to top, #77a02e, #94c938);
  background-image: linear-gradient(to top, #77a02e, #94c938);
  background-size: auto 200%;
  background-position: left bottom;
  transition: background-position 300ms;
}
.btn_green-gd:hover{
  background-position: left top;
}

.close {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 8px;
  top: 8px;
  background-image: url(../img/modalg/modal-g-close.png);
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.close:hover {
  opacity: .8;
}


/* Modal end */

.inner_text_choose {
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0 35px;
  vertical-align: top;
  margin-top: 65px;
}

.leftModal{
  background-image: url(../img/modalg/modal-g_img2.jpg);
}

.rightModal{
  background-image: url(../img/modalg/modal-g_img1.jpg);
}

.choose_item {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  text-align: center;
  width: 90px;
}

.choose_item:hover:after {
  content: '';
  width: 110px;
  height: 30px;
  display: block;
  position: absolute;
  top: 155px;
  left: 50%;
  margin-left: -57px;
  background: #ffffff;
  background: -moz-radial-gradient(center, ellipse cover, transparent 0%, rgba(86, 136, 0, .5) 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, transparent), color-stop(100%, rgba(86, 136, 0, .5)));
  background: -webkit-radial-gradient(center, ellipse cover, transparent 0%, rgba(86, 136, 0, .5) 100%);
  background: -o-radial-gradient(center, ellipse cover, transparent 0%, rgba(86, 136, 0, .5) 100%);
  background: -ms-radial-gradient(center, ellipse cover, transparent 0%, rgba(86, 136, 0, .5) 100%);
  background: radial-gradient(ellipse at center, transparent 0%, rgba(86, 136, 0, .5) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='transparent', endColorstr='rgba(86,136,0,.5)', GradientType=1);
  -webkit-border-radius: 48%;
  -moz-border-radius: 48%;
  -o-border-radius: 48%;
  -ms-border-radius: 48%;
  border-radius: 48%;
  border: 2px solid #71992d;
}

.choose_item img {
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.choose_text {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin: 17px 0 0;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.choose_item:hover .choose_text {
  color: #77a02e;
}

.inner_link {
  font-size: 14px;
  color: #4988b9;
  text-decoration: underline;
}

.inner_link:hover {
  text-decoration: none;
}

.inner_clouse {
  text-align: left;
  margin-top: -8px;
  display: none;
}

.clouse_text {
  font-size: 14px;
  color: #fff;
  margin: 0;
  line-height: 1.45;
}

p.clouse_text {
  margin-top: 20px;
}

.clouse_list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.clouse_indent {
  text-indent: 35px;
}

.clouse_text_bold {
  font-weight: 700;
}

.option .inner {
  vertical-align: bottom;
  padding: 0;
}

.option .inner_footer {
  padding: 0 25px;
}

.btn_choose {
  border: 2px solid #fff;
  background-color: #333333;
  background-repeat: no-repeat;
  text-transform: uppercase;
}

.btn_left {
  text-align: right;
  background-image: url(../img/modalg/modal-g-left.png);
}

.btn_right {
  text-align: left;
  background-image: url(../img/modalg/modal-g-right.png);
  background-position: right;
}

.btn_choose.active {
  background-color: #1f72af;
}

.btn_choose:hover,
.btn_choose.active:hover {
  background-color: #333333;
}

.inner_form {
  padding-top: 30px;
}

.inner_form .btn {
  margin-top: 30px;
  width: 340px;
}

.winrait {
  background-color: rgba(12, 48, 76, .5);
  color: #ffe565;
  text-align: center;
  padding: 12px;
  margin-top: 10px;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2;
}

.input_wrap {
  width: 150px;
  position: relative;
  display: inline-block;
  background-color: #fff;
  margin: 0 10px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}

.input_wrap_error .input {
  padding: 9px 10px 8px;
  border: 2px solid #ED272F;
}

.input_wrap_error .input_error {
  display: block;
}

.inner_form_text {
  font-size: 18px;
  color: #fff;
}

.input {
  padding: 10px 10px 9px;
  color: #333333;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  display: block;
  width: 100%;
  background: none;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

.input_faded{
  background-color: #f1f1f6;
}
.input_faded::placeholder{
  color: #1a5685;
}

.valute {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

.input_error {
  display: none;
  font-size: 14px;
  color: #ff2929;
  position: absolute;
  top: 100%;
  margin-top: 5px;
  left: 0;
  width: 100%;
}

.video_first {
  width: 100%;
  height: 100%;
}

.video_first {
  width: 485px;
  height: 270px;
}
