@keyframes bounce {
  from {
    top: 0; }
  25% {
    top: -14px; }
  50% {
    top: 14px; }
  75% {
    top: -7px; }
  to {
    top: 0; } }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block; }

figure {
  margin: 0;
  padding: 0; }

input[type="image"] {
  padding: 0;
  border: none; }

input[type="text"],
input[type="password"],
input[type="file"],
input[type="submit"],
input[type="search"],
input[type="email"],
input[type="tel"],
input[type="url"],
textarea {
  -webkit-appearance: none;
  border-radius: 0; }

button,
html input[type="button"],
html input[type="reset"],
html input[type="submit"] {
  font-size: 100%;
  font: inherit;
  padding: 0;
  border: 0;
  margin: 0;
  -webkit-appearance: button;
  cursor: pointer;
  overflow: visible;
  outline: none; }

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

input[type="search"]::-webkit-search-decoration {
  display: none; }

body {
  font: 400 18px/24px Frutiger, Tahoma, Geneva, sans-serif;
  color: #005ca8;
  background: url(../images/main-background.jpg) repeat #e5e5e5;
  min-width: 320px;
  margin: 0;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none; }
  @media only screen and (max-width: 767px) {
    body {
      font-size: 18px;
      line-height: 22px;
      background: url(../images/main-background-mobile.jpg) repeat #e5e5e5; } }

* {
  max-height: 100000px; }

img {
  border-style: none;
  max-width: 100%;
  height: auto; }

svg {
  max-width: 100%;
  max-height: 100%; }

a {
  color: #005ca8;
  text-decoration: none;
  outline: none; }
  a:hover {
    text-decoration: underline; }
  a:focus {
    outline: none; }

input,
textarea,
select {
  font: inherit;
  font-size: 100%;
  vertical-align: middle;
  color: #005ca8; }

textarea {
  overflow: auto;
  resize: vertical;
  vertical-align: top; }

form, fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #005ca8; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #005ca8;
  opacity: 1; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #005ca8;
  opacity: 1; }

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #005ca8; }

::-ms-clear {
  display: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

p {
  margin: 0 0 10px; }

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  font-family: Frutiger, Tahoma, Geneva, sans-serif;
  margin: 0; }

blockquote {
  margin: 0; }

blockquote, q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

#wrapper {
  overflow: hidden; }

.bold {
  font-weight: 700; }

@media only screen and (max-width: 767px) {
  .block-on-mobile {
    display: block; } }

@font-face {
  font-family: 'Frutiger';
  src: url("../fonts/Frutiger Bold.eot");
  src: url("../fonts/Frutiger Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Frutiger Bold.svg") format("svg"), url("../fonts/Frutiger Bold.woff2") format("woff2"), url("../fonts/Frutiger Bold.woff") format("woff"), url("../fonts/Frutiger Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Frutiger';
  src: url("../fonts/Frutiger CE 45 Light.eot");
  src: url("../fonts/Frutiger CE 45 Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Frutiger CE 45 Light.svg") format("svg"), url("../fonts/Frutiger CE 45 Light.woff2") format("woff2"), url("../fonts/Frutiger CE 45 Light.woff") format("woff"), url("../fonts/Frutiger CE 45 Light.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Carosello';
  src: url("../fonts/Carosello Regular.eot");
  src: url("../fonts/Carosello Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Carosello Regular.svg") format("svg"), url("../fonts/Carosello Regular.woff2") format("woff2"), url("../fonts/Carosello Regular.woff") format("woff"), url("../fonts/Carosello Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'SummerHearts';
  src: url("../fonts/SummerHearts Regular.eot");
  src: url("../fonts/SummerHearts Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/SummerHearts Regular.svg") format("svg"), url("../fonts/SummerHearts Regular.woff2") format("woff2"), url("../fonts/SummerHearts Regular.woff") format("woff"), url("../fonts/SummerHearts Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

.btn {
  display: block;
  width: 147px;
  height: 46px;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  background: #005ca8;
  padding: 0 20px;
  border: 1px solid #3d82ba;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    .btn {
      width: 104px;
      height: 32px;
      font-size: 14px;
      line-height: 18px;
      padding: 0 10px; } }

.radio-btn {
  position: relative;
  display: block;
  height: 24px;
  text-align: left;
  cursor: pointer; }
  @media only screen and (max-width: 767px) {
    .radio-btn {
      height: 22px; } }
  .radio-btn input {
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 24px;
    margin: 0;
    visibility: hidden; }
    @media only screen and (max-width: 767px) {
      .radio-btn input {
        width: 22px;
        height: 22px; } }
    .radio-btn input:checked + .radio-btn__label .radio-btn__fake:after {
      display: block; }
  .radio-btn__label {
    font-weight: 700;
    font-size: 22px;
    line-height: 24px;
    margin: 0 26px 0 0; }
    @media only screen and (max-width: 767px) {
      .radio-btn__label {
        font-size: 18px;
        line-height: 22px; } }
  .radio-btn__fake {
    position: absolute;
    top: 3px;
    right: 3px;
    display: block;
    width: 16px;
    height: 16px;
    border: 1px solid #005ca8;
    border-radius: 50%; }
    .radio-btn__fake:after {
      position: absolute;
      top: 50%;
      left: 50%;
      content: "";
      display: none;
      width: 10px;
      height: 10px;
      background: #005ca8;
      border-radius: 50%;
      transform: translateX(-50%) translateY(-50%); }

.header {
  text-align: center; }
  .header__logo-link {
    display: inline-block;
    vertical-align: top; }
  @media only screen and (max-width: 767px) {
    .header__logo-image {
      display: none; } }
  .header__logo-image_mobile {
    display: none; }
    @media only screen and (max-width: 767px) {
      .header__logo-image_mobile {
        display: block; } }

.section-join {
  max-width: 916px;
  background: url(../images/casino-top-bg.png) 50% 0% no-repeat;
  padding: 100px 66px 0;
  margin: -39px auto 0 auto; }
  @media only screen and (max-width: 767px) {
    .section-join {
      background: none;
      padding: 0 13px;
      margin: 0 auto; } }
  .section-join:after {
    content: '';
    display: block;
    width: 100%;
    height: 184px;
    background: url(../images/casino-bottom-bg.png) 50% 100% no-repeat; }
    @media only screen and (max-width: 767px) {
      .section-join:after {
        display: none; } }
  .section-join__inner {
    padding-top: 128px; }
    @media only screen and (max-width: 767px) {
      .section-join__inner {
        padding-top: 16px; } }
  .section-join__top-content {
    max-width: 435px;
    height: 318px;
    text-align: center;
    background: url(../images/top-content-bg.png) 50% 0% no-repeat;
    padding: 15px;
    margin: 0 auto -19px; }
    @media only screen and (max-width: 767px) {
      .section-join__top-content {
        max-width: 291px;
        height: 227px;
        background: url(../images/top-content-bg-mobile.png) 50% 0% no-repeat;
        padding: 12px;
        margin: 0 auto; } }
  .section-join__main-heading {
    font: 400 34px/38px Carosello, Tahoma, Geneva, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 27px; }
    @media only screen and (max-width: 767px) {
      .section-join__main-heading {
        font-size: 24px;
        line-height: 26px;
        margin: 0 0 20px; } }
    .section-join__main-heading span {
      display: block;
      font: 400 71px/73px SummerHearts, Tahoma, Geneva, sans-serif; }
      @media only screen and (max-width: 767px) {
        .section-join__main-heading span {
          font-size: 49px;
          line-height: 52px; } }
  .section-join__description {
    font: 400 31px/46px Carosello, Tahoma, Geneva, sans-serif;
    color: #fff;
    text-shadow: 2px 2px #222;
    letter-spacing: 0.5px;
    padding: 0 25px; }
    @media only screen and (max-width: 767px) {
      .section-join__description {
        font-size: 30px;
        line-height: 32px;
        color: #005ca8;
        text-shadow: none; } }

.form-holder {
  width: 516px;
  height: 673px;
  font-size: 0;
  background: url(../images/form-bg.png) 50% 0% no-repeat;
  padding: 36px 38px 37px;
  margin: 0 auto 34px; }
  @media only screen and (max-width: 767px) {
    .form-holder {
      width: auto;
      max-width: 480px;
      height: auto;
      text-align: center;
      background: none;
      padding: 10px 26px 10px; } }
  .form-holder:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 600px;
    margin: 0 -1px 0 0; }
    @media only screen and (max-width: 767px) {
      .form-holder:after {
        display: none; } }
  .form-holder__inner {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    padding: 7px 0 0; }

.form {
  font-size: 20px;
  line-height: 24px;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    .form {
      font-size: 18px;
      line-height: 22px; } }
  .form_ajax-success {
    display: none; }
  .form__row {
    margin: 0 0 23px; }
    @media only screen and (max-width: 767px) {
      .form__row {
        margin: 0 0 25px; } }
  .form__subrow {
    margin: 0 0 6px; }
  .form__input-holder {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 0; }
    @media only screen and (max-width: 767px) {
      .form__input-holder {
        display: block;
        margin: 0; } }
    .form__input-holder_radio {
      display: inline-block !important;
      margin: 0; }
    .form__input-holder_error input {
      border-color: #dc3545; }
      .form__input-holder_error input::-webkit-input-placeholder {
        /* WebKit browsers */
        color: #dc3545; }
      .form__input-holder_error input:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #dc3545;
        opacity: 1; }
      .form__input-holder_error input::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #dc3545;
        opacity: 1; }
      .form__input-holder_error input:-ms-input-placeholder {
        /* Internet Explorer 10+ */
        color: #dc3545; }
    .form__input-holder_valid input {
      color: #28a745;
      border-color: #28a745; }
    .form__input-holder_hidden {
      position: absolute;
      left: -9999px; }
  .form__input {
    display: block;
    max-width: 160px;
    font-size: 16px;
    line-height: 23px;
    background: #e5e5e5;
    padding: 0 10px;
    border: 1px solid #005ca8;
    border-radius: 2px !important;
    outline: none; }
    @media only screen and (max-width: 767px) {
      .form__input {
        width: 100%;
        max-width: 223px;
        font-size: 18px;
        line-height: 33px;
        padding: 0 13px;
        margin: 6px auto; } }

.notification {
  display: none;
  width: 242px;
  text-align: center;
  margin: 0 auto; }
  .notification__mesage {
    font: 400 34px/38px Carosello, Tahoma, Geneva, sans-serif; }

.form_ajax-success + .notification {
  display: block; }

.g-recaptcha {
  position: relative;
  width: 302px;
  padding: 10px 0 0;
  margin: 0 auto 18px; }
  @media only screen and (max-width: 767px) {
    .g-recaptcha {
      width: 242px;
      height: 80px;
      margin: 0 auto 24px; } }
  .g-recaptcha_animate {
    animation: bounce 1.6s ease-out infinite; }
  @media only screen and (max-width: 767px) {
    .g-recaptcha > * {
      position: absolute;
      top: 10px;
      left: 50%;
      transform: translateX(-152px) scale(0.8); } }
/*# sourceMappingURL=myPage.css.map */