/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

article,
aside,
details, /* 1 */
figcaption,
figure,
footer,
header,
main, /* 2 */
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

template, /* 1 */
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/* Forms
   ========================================================================== */

/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

@font-face {
    font-family: 'PragmaticaLightCTT';
    font-style: normal;
    font-weight: 400;
    src: local('PragmaticaLightCTT'), local('PragmaticaLightCTT-Regular'),
        url(/web/20220401174633im_/https://wapmaximum.ru/public/font/partner/wapmaximum/pragmaticalightctt.woff) format('woff'),
        url(/web/20220401174633im_/https://wapmaximum.ru/public/font/partner/wapmaximum/pragmaticalightctt.ttf) format('truetype');
}
body {
  background: url('/web/20220401174633im_/https://wapmaximum.ru/public/images/partner/wapmaximum/bg.jpg') #181818;
}
body, input {
  font-family: 'PragmaticaLightCTT', arial, tahoma;
  font-size: 14px;
  color: #fff;
  font-weight: 300;
  /*min-width: 950px;*/
  /*max-width: 100%;
  overflow: hidden;*/
}
a:hover{
  text-decoration: none;
}
.plc {
  font-family: 'PragmaticaLightCTT';
}


#content {
  /*height: 700px;*/
  background: url('/web/20220401174633im_/https://wapmaximum.ru/public/images/partner/wapmaximum/bg-top.jpg') center top no-repeat;
}
.inner {
  width: 900px; 
  margin: 0px auto;
}
.header {
  /*overflow: hidden;*/
  margin-top: 40px;
  height: 700px;
}
.header-left {
  width: 410px;
  float: left;
}
.logo {
  font-size: 70px;
  line-height: 70px;
  color:#d51920;
  text-transform: uppercase;
  background: url('/web/20220401174633im_/https://wapmaximum.ru/public/images/partner/wapmaximum/logo-left.png') left top no-repeat;  
  padding-left: 50px;
  padding-top: 30px;
  font-weight: 700;
}
.logo span {
  display: block;
  color:#fff;
  position: relative;
  margin-top: -10px;
}
.logo i {
  font-style: normal;
  -o-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  display: block;
  float: left;
  position: relative;
  margin-top: -3px;
}
.header-right {
  width: 490px;
  float: right;
}
.header-buttons {
  overflow: hidden;
  float: right;
  margin-top: 10px;
}
.btn-reg {
  display: block;
  float: left;
  text-decoration: none;
  background: #cc1a1a;
  color: #fff;
  border-radius: 25px;
  line-height: 14px;
  padding: 13px 25px;
  margin-right: 10px;
}
.btn-reg:hover {
  background: #626262;
}
.btn-login {
  display: block;
  float: left;
  text-decoration: none;
  color: #fff;
  border-radius: 25px;
  line-height: 14px;
  padding: 11px 25px;
  border: 2px solid #626262;
}
.btn-login:hover {
  background: #626262;
}

.red-square {
  display: block;
  width: 340px;
  height: 340px;
  background: transparent;
  border: 50px solid #d51920;
  clear: both;
  margin-top: 50px;
  float: right;
  position: relative;
}
.black-square {
  display: table;
  position: absolute;
  z-index: 2;
  width: 230px;
  height: 230px;
  text-align: center;
  background: #030202;
  bottom: -100px;
  right: -100px;
  color:#fff;
  font-size: 20px;
  text-transform: uppercase;
}
.black-square>div {
  display: table-row;
  width: 100%;
  height: 100%;
}
.black-square>div>h3 {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
.main-img-container {
  width: 492px;
  height: 495px;
  background: url('/web/20220401174633im_/https://wapmaximum.ru/public/images/partner/wapmaximum/main-img.png') no-repeat;
  position: absolute;
  z-index: 3;
  left: 50%;
  margin-top: 160px;
  margin-left: -285px;
}
.red-square h2 {
  position: absolute;
  z-index: 4;
  font-size: 47px;
  text-transform: uppercase;
  color:#fff;
  margin-left: 50px;
  margin-top: 60px;
}

.main-img-container a {
  display: block;
  text-decoration: none;
  display: block;
  width: 130px;
  height: 70px;
  z-index: 5;
  background: #7b9426;
  border-radius: 5px;
  border: 1px solid #b0c441;
  -webkit-box-shadow: 0px 7px 0px 0px rgba(71, 87, 17, 1);
  -moz-box-shadow:    0px 7px 0px 0px rgba(71, 87, 17, 1);
  box-shadow:         0px 7px 0px 0px rgba(71, 87, 17, 1);
  font-size: 48px;
  color:#e4ff4e;
  line-height: 70px;
  text-align: center;
  margin: 90px 0px 0px -10px;
}
.main-img-container a:hover {
  background: #b0c441;
  color:#fff;
}
.block-title {
  display: block;
  font-size: 48px;
  line-height: 58px;
  color: #fff;
  text-align: left;
  margin: 0;
  padding: 0;
}
.block-title span {
  display: block;
  text-transform: uppercase;
}
.block-title:after {
  content: ' ';
  display: block;
  width: 100px;
  height: 3px;
  background: #d51920;
  margin-top: 20px;
}
.scheme {
  padding-bottom: 90px;
}
.scheme ul {
  display: block;
  list-style: none;
  margin: 50px 0px 0px 0px;
  padding: 0;
  overflow: hidden;
}
.scheme ul>li {
  display: block;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.scheme ul>li:nth-child(3n+1),
.scheme ul>li:nth-child(3n+3) {
  width: 360px;
}
.scheme ul>li:nth-child(3n+2) {
  width: 180px;
  min-height: 1px;
}
.scheme ul>li:nth-child(3n+3) {
  padding-top: 90px;
}

.scheme ul li img {
  margin: 0px auto;
}
.scheme ul li p {
  font-size: 16px;
  line-height: 20px;
  display: block;
  padding: 0;
  margin-top: 30px;
}

.sheme-arrow-1 {
  display: block;
  width: 82px;
  height: 71px;
  background: url('/web/20220401174633im_/https://wapmaximum.ru/public/images/partner/wapmaximum/sheme-arrow-right.png') no-repeat;
  margin: 115px auto 0px auto;
}
.sheme-arrow-2 {
  display: block;
  width: 75px;
  height: 78px;
  background: url('/web/20220401174633im_/https://wapmaximum.ru/public/images/partner/wapmaximum/sheme-arrow-left.png') no-repeat;
  margin: 90px auto 0px auto;
}

.scheme-btn-reg {
  display: block;
  text-decoration: none;
  width: 265px;
  height: 70px;
  line-height: 70px;
  border-radius: 5px;
  text-align: center;
  font-size: 26px;
  color: #fff;
  background: #d51920;
  border-bottom: 5px solid #7f0606;
  margin: 50px auto 0px auto;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow:    0px 5px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow:         0px 5px 5px 0px rgba(0, 0, 0, 0.75);
}
.scheme-btn-reg:hover {
  background: #7f0606;
}

#faq {
  background: #050505;
  padding: 100px 0px;
  border-bottom: 3px solid #d51920;
}
#faq .inner {
  position: relative;
}
#faq .inner a {
  color: #f31119;
}
#faq .inner a:hover {
  color:#d51920;
}
.red {
  color:#d51920;
}
#faq ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#faq ul li {
  list-style: none;
  padding: 0;
  margin: 60px 0px 0px 0px;
}
#faq h3 {
  font-size: 24px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
#faq p {
  font-size: 16px;
  line-height: 20px;
  padding: 0;
  display: block;
  margin-top: 10px;
}
#faq p:before {
  content: '\2014 \20 ';
}
.faq-bottom {
  display: block;
  position: absolute;
  z-index: 1;
  bottom: -119px;
  right: 0;
  width: 112px;
  height: 169px;
  background: url('/web/20220401174633im_/https://wapmaximum.ru/public/images/partner/wapmaximum/faq-bg-bottom.png') no-repeat;
}

#reg {
  background: #161616;
  height: 1140px; 
}
#reg .inner{
  width: 1000px;
  height: 100%;
  margin: 0px auto;
  position: relative;
}
.reg-bg-red {
  background: url('/web/20220401174633im_/https://wapmaximum.ru/public/images/partner/wapmaximum/reg-bg-red.png') no-repeat;
  width: 549px;
  height: 664px;
  position: absolute;
  z-index: 1;
  margin-top: -40px;
}
.reg-container {
  background: #000;
  width: 620px;
  min-height: 1040px;
  margin-top: 100px;
  position: absolute;
  z-index: 2;
  left: 50%;
  margin-left: -320px;
}
.reg-container h2 {
  font-size: 36px;
  display: block;
  padding: 30px 0px;
  margin: 0;
  text-align: center;
  background: #1e1e1e; /* Old browsers */
  background: -moz-linear-gradient(top,  #1e1e1e 0%, #131313 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #1e1e1e 0%,#131313 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #1e1e1e 0%,#131313 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1e1e', endColorstr='#131313',GradientType=0 ); /* IE6-9 */
  color: #626262;
  font-weight: normal;
  border-bottom: 1px solid #282626;

}
.reg-bg-grey {
  background: url('/web/20220401174633im_/https://wapmaximum.ru/public/images/partner/wapmaximum/reg-bg-grey.png') no-repeat;
  width: 645px;
  height: 635px;
  position: absolute;
  z-index: 3;
  left: 50%;
  margin-left: -150px;
  top: 470px;
}
.reg-form-container {
  position: absolute;
  z-index: 5;
  margin: 240px 0px 0px 240px;
}
.reg-form-list {
  display: table;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 550px;
}
.reg-form-list li {
  display: table-row;
  list-style: none;
}
.reg-form-list .t-left {
  display: table-cell;
  text-align: right;
  padding-right: 20px;
  white-space: nowrap;
  font-size: 16px;
}
.notnull span:before {
  content: '* ';
  color: #d51920;
}
.reg-form-list .t-right {
  display: table-cell;
  padding: 10px 0px;
}
.reg-form input[type=text],
.reg-form input[type=password] {
  width: 300px;
  height: 42px;
  line-height: 42px;
  padding: 0px 8px;
  background: #131313;
  color:#fff;
  border: 1px solid #292727;
  border-radius: 3px;
  font-size: 14px;
}
.form-info-text {
  margin-top: 5px;
  font-size: 12px;
  color:#8d8d8d;
  font-style: italic;
}
.reg-form-list a {
  color: #fff;
}
.btn-reg-action {
  width: 300px;
  padding: 0px 9px;
  margin: 0;
}
.reg-form-error { 
  height: 20px;
  display: none;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  margin-top: -55px;
  right: 50px;
  position: absolute;
  z-index: 1;
  padding: 6px 10px 0px; 
  background: #d51920; 
  border-radius: 3px;
}
.recaptcha-container .reg-form-error {
  margin-top: -140px;
}

#footer {
  background: #000;
  border-top: 3px solid #d51920;
  /*margin-top: 20px;*/
  min-height: 200px;
  padding-bottom: 100px;
}
#footer .inner {
  overflow: hidden;
}
.btn-top {
  background: #181818;
  display: block;
  margin: 0px auto;
  color:#8f8f8f;
  padding: 12px 0px;
  width: 120px;
  text-decoration: none;
  text-align: center;
  position: absolute;
  z-index: 6;
  left: 50%;
  margin-left: -60px;
}
.btn-top:hover {
  background: #d51920;
  color: #fff;
}
.footer-contacts {
  width: 620px;
  margin: 100px auto 0px auto;
  clear: both;
  font-size: 16px;
}
.footer-contacts,
.footer-contacts a {
  color:#979797;
}
.footer-contacts>ul {
  list-style: none;
  display: table;
  width: 100%;
  padding: 0;
  margin: 0;
}
.footer-contacts>ul>li {
  list-style: none;
  display: table-cell;
  width: 50%;
  text-align: center;
}
.footer-contacts img {
  margin:0px auto 15px auto;
  clear: both;
  display: inline-block;
}

#copyrights {
  padding: 20px 0px;
}
#copyrights .inner {
  overflow: hidden;
}
#copyrights .inner>div {
  width: 50%;
  float: left;
  font-size: 12px;
  line-height: 16px;
}
#copyrights .inner>div:nth-child(2) {
  text-align: right;
}
#copyrights,
#copyrights a {
  color:#979797;
}


/* 
  system
*/
.recaptcha {
  width: 318px;
  /*margin:0px auto;*/
}
#recaptcha_placer:not(:empty) {
    height: 40px;
    overflow: hidden;
    background: #fff;
    border-radius: 5px;
    margin-top: 15px;
}
#recaptcha_placer iframe {
  
}
#recaptcha {
    margin-top: -22px;
}
#modal-reg #recaptcha_placer {
  display: none;
}

.recaptchatable input {
  margin-top: 0 !important;
  height: 40px;
  border-radius: 5px;
  text-align: center;
}
.recaptcha_theme_blackglass #recaptcha_response_field, .recaptcha_theme_white #recaptcha_response_field {
  border: 0px !important;
}
.recaptchatable input#recaptcha_response_field {
  margin-top: 8px !important;
}
#recaptcha_table tr:last-child {
  display: none;
}
.recaptcha_table td {
  margin: 0;
  padding: 0;
}


.form-error {height: 30px; display: none; color: #fff; font-size: 14px; line-height: 20px; font-style: italic; top: -15px; right: 20px; position: absolute; z-index: 1; padding: 6px 10px 0px; background: #d51920; border-radius: 5px;}

/* -------------------------------------------
  modal
------------------------------------------- */
.modal-container {height: 100%; overflow-x: auto; top: 0; bottom: 0; right: 0; left: 0; position: fixed; z-index: 30; background: rgba(0,0,0,0.8);}

  /* -------------------------------------------
    Box
  ------------------------------------------- */
  .modal-box {width: 460px; position: relative; margin: 80px auto; background: #161616; -webkit-box-shadow: 0 10px 30px 0px rgba(0,0,0,0.35); box-shadow: 0 10px 30px 0px rgba(0,0,0,0.35); border-radius: 3px;}

    /* -------------------------------------------
      Close
    ------------------------------------------- */
    .modal-close {width: 20px; height: 20px; display: block; top: 15px; right: 15px; position: absolute; opacity: 0.7; filter: alpha(opacity=70);}
    .modal-close>img {
      width: 100%;
      height: auto;
    }
    .modal-close:hover {opacity: 1.0; filter: alpha(opacity=100);}

    /* -------------------------------------------
      Title
    ------------------------------------------- */
    .modal-title {color: #fff; font-size: 24px; line-height: 30px; text-align: center; padding: 39px 40px 25px;}

    /* -------------------------------------------
      Content
    ------------------------------------------- */
    .modal-content {padding: 0px 40px 32px;}
    .modal-content a{
        color: #ccc;
        font-size: 14px;
    }


/* -------------------------------------------
  modal form
------------------------------------------- */
.modal-form {padding-top: 6px;}

  /* -------------------------------------------
    General for form and button
  ------------------------------------------- */
  .modal-form .btn, .modal-form input {height: 50px; font-size: 18px; border-radius: 5px;}
  .modal-form input[type=text],
  .modal-form input[type=password] {
    background: #383838;
    border: 1px solid #545454;
    outline: none;
  }
  /* -------------------------------------------
    Button
  ------------------------------------------- */
  .modal-form .btn {padding-top: 12px;}
  .modal-form button.btn {
    padding-top: 0;
    margin:0px auto;
    display: block;
    padding: 0px 50px;
    cursor: pointer;
    outline: none;
    border: 0px;
    background: #c0c0c0;
    color:#000;
  }
  .modal-form button.btn:hover {
    background: #383838;
    color:#c0c0c0;
  }

  /* -------------------------------------------
    Input
  ------------------------------------------- */
  .modal-form input {padding-left: 19px; padding-right: 19px; width: 330px;}

  /* -------------------------------------------
    Form list
  ------------------------------------------- */
  .modal-form-list {}
    .modal-form-list li {position: relative; margin-top: 20px;}
    .modal-form-list li:first-child {margin-top: 0;}

    /* -------------------------------------------
      Info text
    ------------------------------------------- */
    .modal-form-list .form-info-text,
    .modal-form-list .form-info-top {padding-left: 20px; padding-right: 20px; margin-bottom: -8px; font-size: 12px; /*margin-top: -10px;*/}

/* -------------------------------------------
  modal rules
------------------------------------------- */
.modal-rules {width: 620px;}

.modal-rules-container {max-height: 600px; overflow-y: auto; line-height: 20px; padding: 0 10px 0px 0px; margin: 2px 0 8px;}

.modal-rules-list {padding: 0px; margin: 0px;}
  .modal-rules-list ol {padding: 10px 0px 0px 15px; margin: 0px;}
  .modal-rules-list li {padding-top: 10px;}
  .modal-rules-list li:first-child {padding-top: 0;}

.modal-rules-section {font-weight: bold; font-style: italic;}

.modal-rules-footer {padding: 20px 0 25px;}

/*#recaptcha_placer {
  display: block !important;
}*/
.modal-sign-up #recaptcha_placer {
  display: none !important;
}

.reset {
  padding: 0;
  margin: 0;
  list-style: none;
}
.center {
  text-align: center;
}
#frm-reg #recaptcha_placer, 
#frm-reg #recaptcha {
  display: none !important;
}
#recaptcha {
  background: #161616;
}



/* 
 * Selecter v3.2.3 - 2014-10-24 
 * A jQuery plugin for replacing default select elements. Part of the Formstone Library. 
 * http://formstone.it/selecter/ 
 * 
 * Copyright 2014 Ben Plum; MIT Licensed 
 */


.selecter {
  position: relative;
  display: block;
  margin: 10px 0;
  z-index: 1;
  background: #131313;
  border: 1px solid #292727;
  border-radius: 4px;
  width: 320px;
  /*max-width: 30%;*/
}
.selecter:focus {
  box-shadow: none;
  outline: none;
}
.selecter,
.selecter * {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}
.selecter,
.selecter *,
.selecter *:before,
.selecter *:after {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.selecter-element {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  opacity: 0;
  z-index: -1;
}
.selecter-element,
.selecter-element:focus {
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}
.no-opacity .selecter-element {
  left: -999999px;
}
select {
  border:0px;
  background: transparent;
    color: #717171;

}
.selecter-selected {
  position: relative;
  background: transparent;
  border: 0px;
  /*border-bottom: 1px solid #000;*/
  color: #8c8c8c;
  cursor: pointer;
  display: block;
  font-size: 13px;
  margin: 0;
  overflow: hidden;
  padding: 13px 15px 13px 15px;
  text-overflow: clip;
  z-index: 2;
  border-radius: 3px;
  /*text-align: center;*/
}
.selecter-selected:after {
  height: 0;
  width: 0;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #717171;
  content: '';
  display: block;
  margin: auto 0;
}
.no-touch .selecter-selected:hover {
  color: #717171;
}
.no-touch .selecter.disabled .selecter-selected:hover {
  color: #000;
}
.selecter-options {
  width: 100%;
  max-height: 260px;
  position: absolute;
  top: 100%;
  left: 0;
  border: 1px solid #000;
  border-width: 0 1px 1px;
  background-color: #131113;
  display: none;
  margin: 0;
  overflow: auto;
  overflow-x: hidden;
  padding: 0;
  z-index: 50;
  border-radius: 0 0 3px 3px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}
.selecter-options.scroller {
  position: absolute;
}
.no-opacity .selecter-options {
  width: auto;
}
.selecter-group {
  border-bottom: 1px solid #000;
  color: #999999;
  display: block;
  font-size: 11px;
  padding: 10px 15px;
  text-transform: uppercase;
}
.selecter-item {
  width: 100%;
  background: #131113;
  border-bottom: 1px solid #000;
  color: #717171;
  cursor: pointer;
  display: block;
  font-size: 13px;
  margin: 0;
  overflow: hidden;
  padding: 10px 15px;
  text-decoration: none;
  text-overflow: ellipsis;
  text-align: left;
}
.selecter-item.placeholder {
  display: none;
}
.selecter-item.selected {
  background: #262626;

}
.selecter-item.disabled {
  color: #999999;
  cursor: default;
}
.selecter-item:first-child {
  border-radius: 0;
}
.selecter-item:last-child {
  border-bottom: 0;
  border-radius: 0 0 2px 2px;
}
.no-touch .selecter-item:hover,
.no-touch .selecter-item.selected:hover {
  color: #ccc;
  background-color: #262626;
}
.selecter-item.disabled,
.no-touch .selecter-item.disabled:hover {
  color: #cccccc;
  background-color: #131113;
}
.selecter.open {
  z-index: 3;
}
.selecter.open .selecter-selected {
  z-index: 51;
  border-radius: 3px 3px 0 0;
}
.selecter.open .selecter-selected,
.selecter.focus .selecter-selected {
  background-color: #131113;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.selecter.cover .selecter-options {
  border-width: 1px;
  top: 0;
  border-radius: 3px;
}
.selecter.cover .selecter-options .selecter-item.first {
  border-radius: 3px 3px 0 0;
}
.selecter.cover.open .selecter-selected {
  z-index: 49;
  border-radius: 3px 3px 0 0;
}
.selecter.bottom .selecter-options {
  top: auto;
  bottom: 100%;
  border-width: 1px 1px 0;
}
.selecter.bottom .selecter-item:last-child {
  border: none;
}
.selecter.bottom.open .selecter-selected {
  border-radius: 0 0 3px 3px;
}
.selecter.bottom.open .selecter-options {
  border-radius: 3px 3px 0 0;
}
.selecter.bottom .cover .selecter-options {
  top: auto;
  bottom: 0;
}
.selecter.bottom .cover.open .selecter-selected {
  border-radius: 3px;
}
.selecter.bottom .cover.open .selecter-options {
  border-radius: 3px;
}
.selecter.multiple .selecter-options {
  width: 100%;
  position: static;
  border-width: 1px;
  display: block;
  border-radius: 3px;
  box-shadow: none;
}
.selecter.disabled .selecter-selected {
  background: #ffffff;
  border-color: #cccccc;
  color: #cccccc;
  cursor: default;
}
.selecter.disabled .selecter-options {
  background: #ffffff;
  border-color: #cccccc;
}
.selecter.disabled .selecter-group,
.selecter.disabled .selecter-item {
  border-color: #cccccc;
  color: #cccccc;
  cursor: default;
}
.selecter.disabled .selecter-item.selected,
.no-touch .selecter.disabled .selecter-item.selected:hover {
  background: #fafafa;
}
.selecter.disabled .selecter-item,
.no-touch .selecter.disabled .selecter-item:hover {
  color: #cccccc;
  background-color: #ffffff;
}
.selecter-options.scroller {
  overflow: hidden;
}
.selecter-options.scroller .scroller-content {
  max-height: 260px;
  padding: 0;
}
.pay-method-container .reg-form-error {
  margin-top: -70px;
}
.pay-value-container .reg-form-error {
  margin-top: -75px;
}
@media screen and (max-width: 740px) {
  .selecter {
    /*max-width: 40%;*/
  }
}
@media screen and (max-width: 500px) {
  .selecter {
    max-width: 100%;
  }
}

/*
     FILE ARCHIVED ON 17:46:33 Apr 01, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 14:59:47 Dec 30, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 117.556
  exclusion.robots: 0.123
  exclusion.robots.policy: 0.11
  cdx.remote: 0.1
  esindex: 0.011
  LoadShardBlock: 34.262 (3)
  PetaboxLoader3.datanode: 60.808 (5)
  load_resource: 97.713
  PetaboxLoader3.resolve: 33.902
  loaddict: 47.663
*/