/*custom mixins*/
*,
*:before,
*:after {
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

body {
/*  font-family: 'Open Sans', Helvetica, sans-serif; */
  background: #fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFEAAABOCAIAAADXbW0vAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA8lJREFUeNrUXEt2AjEMG3wE7n9BNlyATVn0wXTIR5KtDGXTdJoJ+fgjy04vt9vter1u6c/9fqfG6fWvet7r82zH85fnj/2fm+3DEJ8PwXFe7d5ED8/3/XvfO1jqZ59nOw7DHdrTIXpff2j3pj7d1uS7zQ6Xx+PRFABZkDLCXCXA4z6BnLAswIJ0IIqDKMVAaoIVnoHQZoR5uq2sYA/m/CvbGavrVoTy8WNsrpDTAAVSPm3Qwvfm//ldbxtW6Hsdp1doPkPQMXZ3ezqf8c+IPvckpXHOjlNd6cB6777aun+u2pqVZu+PDcPNEiLwlLlCBBsZE1Gc45rHSyqHGaD+U5AJ3OKJ3Z7qhkn4a8FmV58dOumYet6x/VnzSrO0fqnv+BnRT1YPEbSE6Dnrq5H5N+Jn0LpOQwtHOAF+7/R4auLnKr1d0z8oRiJJ0MjSJPh2wldlrK7jZBwhR4zDABY2UFABQV1CIEnEz9MYeEDxZQQPibpKmNnX82C5KBlLs86M3XrQyU302RFgrqQHeuNE3jIL0yqhB6bv9tYSsi7h+gM6IZA5RWzB2AQGNUVBf1jilkJabKLn7Z/ZgNERdTmyGb22yIe5kzhV2zThSaaCmozAZKcopP7G87n08s+OfLJDcQSlQP2z++PW4X07cIuXeZ6hE2XGsyf8bT6sysy4EZhm+SE+bKXAO+pMjvUkAndlbQt5LCQs2bcL8s//5YRHeBsxRUJ8i5gilpDSsp9dTn8lIF188gEGZTKxutWl7Fgk19Pthj47oH8VoiqRlMjzXkKIz4b7ctK3rc97vO3QYXeUJkhQCCfMkjUySVRlL+b1YWdR7W7Am+XDkjVbLJFUpf+/a6bqKJMFS3IxJct1j+cZmQQqgoFB384Gj1Sfdn3YWQyGg4GZjsPln5OkzCksykifWUotCVdKKu61jMeI33YDwzzjoY0v1oc5BNWN5F59AhcquV4a9MMCkmM9AnTOayzt4qrCKCR0KZMmwI8qBiZwoMcKKlW2yqJApN2b/1y2MwHmt11tmeDtDEkk43Mh58wGudtn/vkstLSyktBitxfEwAV82JYrfCoBjwIbo3mQkLFr8p5jVaUSW4XYqN/O3HOU2Q+BD2O3tcGHZRzVN4QolG5z+Wd3tLSGDI6qqj+EoJFLcITqh0n87CBfHSFH2Tnjhr6q6o/Cz4KDhHCYDwk53s2XyEH+2XEhlzo98B8KgJhcwZ4Oh7TSqkdy1zfsbkbJdfCNr/Sf3K9yMJLfyZCGXEfN3nbb6oqp2LsZB+lA+e2zdM/h/38EGADT0GwJm+GgKgAAAABJRU5ErkJggg==") center top repeat;
padding-right:0 !important;
}
  body.npr {
    padding-right: 0 !important; }

@media only screen and (min-width: 1200px) {
  .container {
    width: 1200px !important; } }

.right {
  text-align: right; }

.center {
  text-align: center; }


.pointer {
  cursor:pointer;
}
tr.subrow {
  display:none;
}
tr.subrow td {
  background-color: #6c6c6c;

}
.button, .filter__button {
  outline: none;
  border: none;
  background: none;
  display: inline-block; }
  .button:hover, .filter__button:hover {
    text-decoration: none; }
  .button_light, .filter__button {
    padding: 9px 30px;
    margin: 4px;
    border-radius: 20px;
    color: #e6cf94;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s; }
    .button_light:focus, .filter__button:focus, .button-withdrawal:focus {
      color: #e6cf94; }
    .button_light:hover, .filter__button:hover, .button-withdrawal:hover, .button_light.active, .filter__button {
      background-color: #e6cf94;
      color: #212121; }
    .button_light.active:hover, .filter__button:hover {
      box-shadow: 0 0 0 3px #73643f; }
  .button_red {
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    padding: 9px 30px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 30px;
    color: #fff7ea;
    font-weight: 700;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.16);
    text-decoration: none;
    border-radius: 3px;
    background: #d65d37;
    background: linear-gradient(to bottom, #d65d37 0%, #ea6751 50%, #e43e21 50%, #b30000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d65d37', endColorstr='#b30000',GradientType=0 ); }
    .button_red:hover {
      color: #fff7ea;
      box-shadow: 0 0 0 3px #fff;
      border-radius: 6px; }
  .button.more-info, .more-info.filter__button {
    margin: 10px; }

.header {
  padding: 18px 0;
  background-color: #212121;
  border-bottom: 1px solid  #353535; }
  .header__logo {
    display: inline-block;
    vertical-align: middle;
    margin-right: -4px;
    width: 375px; }
    @media only screen and (max-width: 600px) {
      .header__logo {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 15px; }
        .header__logo img {
          max-width: 100%; } }
  .header__content {
    display: inline-block;
    vertical-align: middle;
    margin-right: -4px;
    width: calc(100% - 375px);
    text-align: right; }
    @media only screen and (max-width: 600px) {
      .header__content {
        display: block;
        width: 100%;
        text-align: center; } }

.menu {
  display: inline-block;
  vertical-align: middle;
  margin-right: -4px;
  width: 75%; }
  @media only screen and (max-width: 600px) {
    .menu {
      width: 100%; } }
  .menu-wrap {
    background-color: #212121;
    padding: 16px 0;
    position: relative;
    z-index: 1; }
    .menu-wrap.fixed {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%; }
      @media only screen and (max-width: 600px) {
        .menu-wrap.fixed {
          padding: 6px 0; }
          .menu-wrap.fixed .lang-wrap {
            display: none; } }
      .menu-wrap.fixed .menu__mobile, .menu-wrap.fixed .dashboard-mobile {
        line-height: 36px;
        margin-bottom: 0; }
  @media only screen and (max-width: 600px) {
    .menu__list {
      display: none; } }
  @media only screen and (min-width: 601px) {
    .menu__list[style*="none"] {
      display: block !important; } }
  .menu__list__item {
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    margin-right: -4px;
    width: auto;
    margin: 0 5px 5px 0; }
    @media only screen and (max-width: 600px) {
      .menu__list__item {
        display: block;
        text-align: center; } }
    .menu__list__item.active a {
      background-color: rgba(255, 255, 255, 0.12);
      color: #fff;
      text-decoration: none; }
    .menu__list__item a {
      padding: 9px 20px;
      color: #ccb478;
      font-size: 14px;
      display: block;
      border-radius: 20px;
      transition: all 0.3s ease-in-out 0s;
      -moz-transition: all 0.3s ease-in-out 0s;
      -webkit-transition: all 0.3s ease-in-out 0s;
      -ms-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s; }
      .menu__list__item a:hover {
        background-color: rgba(255, 255, 255, 0.12);
        color: #fff;
        text-decoration: none; }
      @media only screen and (max-width: 600px) {
        .menu__list__item a {
          padding: 4px 20px; } }
  .menu__mobile, .dashboard-mobile {
    display: none; }
    @media only screen and (max-width: 600px) {
      .menu__mobile, .dashboard-mobile {
        width: 100%;
        display: inline-block;
        text-align: center;
        color: #fff;
        font-size: 15px;
        text-transform: uppercase;
        font-weight: 300;
        cursor: pointer;
        margin-bottom: 15px; } }

.lang-wrap {
  display: inline-block;
  vertical-align: middle;
  margin-right: -4px;
  width: 25%;
  text-align: right; }
  @media only screen and (max-width: 600px) {
    .lang-wrap {
      width: 100%;
      text-align: center; } }

.lang__block {
  display: inline-block;
  vertical-align: middle;
  margin-right: -4px;
  width: 30px;
  height: 20px; }
  .lang__block__item {
    cursor: pointer;
    display: none;
    margin-bottom: 5px; }
    .lang__block__item.active {
      display: block !important; }

.lang__select {
  margin-left: 5px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  display: inline-block;
  vertical-align: middle;
  margin-right: -4px;
  width: 11px;
  height: 7px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAERJREFUeNpi+P//PwMQ+0JpXBgszwhiMCDAZgZMAJdnQlPgi0shSB0TFhN9sSkEESBnMOAxGcUgJlwSWPn4fI+OAQIMANfaUFvMMXKOAAAAAElFTkSuQmCC") center no-repeat; }
  .lang__select.click {
    transform: rotate(90deg); }

.program {
  background: #00650a url(../images/program-bg.jpg) center bottom no-repeat;
  background-size: cover;
  padding-top: 230px;
  min-height: 490px; }
  .program__info {
    height: 280px;
    padding: 52px 40px 0;
    background: url(../images/program-info-bg.png) right bottom no-repeat; }
    @media only screen and (max-width: 1200px) {
      .program__info {
        height: auto;
        padding-bottom: 280px;
        background: rgba(21, 21, 21, 0.9) url(../images/program-info-bg-one.png) center bottom no-repeat; } }
    @media only screen and (max-width: 600px) {
      .program__info {
        background-size: contain; } }
    @media only screen and (max-width: 375px) {
      .program__info {
        padding-bottom: 200px; } }
    .program__info h2 {
      max-width: 680px;
      font-size: 36px;
      color: #fefefe;
      font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-weight: 400;
      margin: 0 0 28px; }
      .program__info h2 span {
        font-weight: 700;
        font-size: 50px;
        text-transform: uppercase; }
        @media only screen and (max-width: 600px) {
          .program__info h2 span {
            font-size: 40px; } }
      @media only screen and (max-width: 1200px) {
        .program__info h2 {
          max-width: 100%;
          text-align: center; } }
    .program__info p {
      font-size: 16px;
      color: #cfb87b;
      line-height: 24px;
      margin-bottom: 25px;
      max-width: 680px; }
      @media only screen and (max-width: 1200px) {
        .program__info p {
          max-width: 100%;
          text-align: center; } }

.th-blocks {
  padding: 60px 0; }
  .th-blocks__item {
    text-align: center; }
  .th-blocks__icon img {
    max-width: 125px; }
  .th-blocks h2 {
    margin: 25px 0 20px;
    color: #282828;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 400; }
  .th-blocks p {
    color: #282828;
    font-size: 16px;
    line-height: 24px; }

.commision {
  background: #261f1c url(../images/commision-bg.jpg) center top no-repeat;
  background-size: cover;
  padding: 60px 0; }
  .commision h2 {
    margin: 0 0 65px;
    color: #e2c885;
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center; }
    @media only screen and (max-width: 600px) {
      .commision h2 {
        font-size: 40px; } }
  .commision ul {
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 45px; }
    .commision ul li {
      color: #fff;
      font-size: 16px;
      line-height: 30px; }

table {
  width: 100%; }
  table th {
    background-color: #e2c885;
    border: 1px solid  #1e1e1e;
    text-align: center;
    color: #212121;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    padding: 12px 10px; }
    @media only screen and (max-width: 425px) {
      table th {
        font-size: 18px; } }
  table td {
    background-color: #313131;
    border: 1px solid  #1e1e1e;
    width: 50%;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    padding: 12px 10px; }
    @media only screen and (max-width: 425px) {
      table td {
        font-size: 14px; } }

.why {
  padding: 60px 0;
  background: #fff url(../images/why-bg.jpg) center top repeat;
  background-size: cover; }
  @media only screen and (max-width: 1024px) {
    .why {
      background: #fff url(../images/why-bg-mob.jpg) center top repeat;
      background-size: inherit; } }
  .why__block {
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    width: 50%;
    padding: 0 35px 0 0; }
    @media only screen and (max-width: 600px) {
      .why__block {
        width: 100%;
        padding: 0; } }
    .why__block + .why__block {
      padding: 0 0 0 35px; }
      @media only screen and (max-width: 600px) {
        .why__block + .why__block {
          padding: 0; } }
    .why__block__icon {
      display: inline-block;
      vertical-align: top;
      margin-right: -4px;
      width: 55px; }
    .why__block__content {
      display: inline-block;
      vertical-align: top;
      margin-right: -4px;
      width: calc(100% - 55px);
      padding-left: 20px; }
      .why__block__content p {
        font-size: 16px;
        color: #fff;
        line-height: 30px; }
    .why__block__row {
      margin-bottom: 40px; }
  .why h2 {
    margin: 0 0 55px;
    color: #e2c885;
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center; }

.about {
  padding: 60px 0; }
  .about h2 {
    margin: 0 0 60px;
    color: #212121;
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center; }
  .about p {
    margin-bottom: 40px;
    color: #212121;
    font-size: 16px;
    line-height: 30px; }
  .about__icon {
    float: left;
    margin: 0 35px 35px 0; }
    @media only screen and (max-width: 600px) {
      .about__icon {
        float: none;
        text-align: center; } }

.marketing {
  padding: 60px 0;
  background: transparent url(../images/marketing-bg.jpg) center top no-repeat;
  background-size: cover;
  text-align: center; }
  .marketing h2 {
    margin: 0 0 60px;
    color: #e2c885;
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center; }
  .marketing__block {
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    width: 300px;
    height: 286px;
    background-color: #333;
    margin: 0 30px 60px 26px; }
    @media only screen and (max-width: 425px) {
      .marketing__block {
        width: 100%;
        margin: 0 0 60px; } }
    .marketing__block__top-row {
      display: table;
      width: 100%;
      height: 92px;
      padding: 0 55px;
      background-color: #e2c885; }
    .marketing__block h3 {
      display: table-cell;
      color: #212121;
      font-size: 24px;
      line-height: 24px;
      vertical-align: middle;
      text-transform: uppercase; }
    .marketing__block p {
      padding: 25px 35px;
      color: #fff;
      font-size: 16px;
      line-height: 24px; }

.contact {
  padding: 60px 0;
  background: transparent url(../images/contact-bg.jpg) center top no-repeat;
  background-size: cover;
  text-align: center; }
  .contact h2 {
    margin: 0 0 60px;
    color: #e2c885;
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center; }
  .contact h3 {
    max-width: 460px;
    width: 100%;
    margin: 0 auto 25px;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 36px; }
  .contact__form {
    width: 100%;
    max-width: 560px;
    margin: 0 auto; }
    .contact__form .form-row {
      margin-bottom: 15px; }
    .contact__form__input, .contact__form__area {
      border-radius: 3px;
      border-style: solid;
      border-width: 1px;
      border-color: #999999;
      background-color: #323232;
      width: 100%;
      height: 39px;
      font-size: 16px;
      color: #fff;
      line-height: 39px;
      padding: 0 16px;
      outline: none; }
      .contact__form__input::-webkit-input-placeholder, .contact__form__area::-webkit-input-placeholder {
        font-family: inherit;
        color: inherit;
        transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        opacity: 1; }
      .contact__form__input::-moz-placeholder, .contact__form__area::-moz-placeholder {
        font-family: inherit;
        color: inherit;
        transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        opacity: 1; }
      .contact__form__input:-moz-placeholder, .contact__form__area:-moz-placeholder {
        font-family: inherit;
        color: inherit;
        transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        opacity: 1; }
      .contact__form__input:-ms-input-placeholder, .contact__form__area:-ms-input-placeholder {
        font-family: inherit;
        color: inherit;
        transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        opacity: 1; }
      .contact__form__input:focus::-webkit-input-placeholder, .contact__form__area:focus::-webkit-input-placeholder {
        color: transparent; }
      .contact__form__input:focus::-moz-placeholder, .contact__form__area:focus::-moz-placeholder {
        color: transparent; }
      .contact__form__input:focus:-moz-placeholder, .contact__form__area:focus:-moz-placeholder {
        color: transparent; }
      .contact__form__input:focus:-ms-input-placeholder, .contact__form__area:focus:-ms-input-placeholder {
        color: transparent; }
    .contact__form__area {
      height: 120px; }
  .contact label.error {
    color: red;
    font-weight: normal;
    font-size: 12px; }

.footer {
  padding: 60px 0; }
  .footer__menu {
    text-align: center;
    margin-bottom: 40px; }
    .footer__menu__item {
      display: inline-block;
      vertical-align: middle;
      margin-right: -4px;
      width: auto;
      padding: 0 10px;
      position: relative; }
      .footer__menu__item:before {
        content: '|';
        position: absolute;
        right: -4px;
        bottom: 1px;
        color: #212121; }
      .footer__menu__item:last-child:before {
        content: ''; }
      .footer__menu__item a {
        color: #212121;
        font-size: 14px;
        line-height: 18px; }
  .footer__block {
      display: inline-block;
      vertical-align: top;
      margin-right: -4px;
      text-align:center;
      width: 100%;
      padding-left:26px;
      margin-bottom: 40px;
  }
    @media only screen and (max-width: 600px) {
      .footer__block {
        width: 100%;
        padding: 0;
        text-align: center; } }
    .footer__block + .footer__block {
      padding: 0 0 0 30px;
      border-left: 1px solid  #212121; }
      @media only screen and (max-width: 600px) {
        .footer__block + .footer__block {
          padding: 0;
          border: none; } }
    .footer__block p {
      font-size: 14px;
      line-height: 24px;
      color: #212121; }

.partners__item {
  display: inline-block;
  vertical-align: middle;
  margin-right: -4px;
  width: auto;
  margin-right: 20px;
  margin-bottom: 10px; }

.copyright {
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  color: #212121; }
  .copyright a {
    font-size: 14px;
    line-height: 18px;
    color: #212121; }

.to_top {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  border-radius: 50%;
  background-color: rgba(216, 216, 216, 0.8);
  width: 55px;
  height: 55px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s; }
  @media only screen and (max-width: 768px) {
    .to_top {
      top: -55px; } }
  .to_top:before {
    content: '';
    position: absolute;
    width: 11px;
    height: 7px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkVFQjgwRTQ4N0Y3MTExRTZBMTJEQjA1MEZCNzA2REY1IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkVFQjgwRTQ5N0Y3MTExRTZBMTJEQjA1MEZCNzA2REY1Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RUVCODBFNDY3RjcxMTFFNkExMkRCMDUwRkI3MDZERjUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RUVCODBFNDc3RjcxMTFFNkExMkRCMDUwRkI3MDZERjUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5oqwPlAAAAOklEQVR42mJUVFRkwAI2AHEAuiATDoXINE7FG/DxmXBIBGATZ8KjEEMDI9CDuEzEanIAHoUoNgEEGACkKwszF/AyhgAAAABJRU5ErkJggg==");
    top: 50%;
    left: 50%;
    margin-left: -5px;
    margin-top: -3px;
    line-height: 1; }
  .to_top:hover {
    top: -5px; }
    @media only screen and (max-width: 768px) {
      .to_top:hover {
        top: -55px; } }

.terms {
  padding: 60px 0;
  border-bottom: 1px solid  #212121; }
  .terms h1 {
    font-size: 45px;
    color: #333;
    margin-bottom: 60px;
    text-align: center;
    text-transform: uppercase; }
    @media only screen and (max-width: 425px) {
      .terms h1 {
        font-size: 35px; } }
  .terms h2 {
    font-size: 24px;
    color: #333;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    margin: 55px auto 40px; }
    .terms h2:before {
      content: '';
      position: absolute;
      z-index: 1;
      top: 50%;
      height: 1px;
      background-color: #dfdfdf;
      width: 100%;
      left: 0; }
    .terms h2 span {
      position: relative;
      z-index: 2;
      padding: 0 20px;
      background: #fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFEAAABOCAIAAADXbW0vAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA8lJREFUeNrUXEt2AjEMG3wE7n9BNlyATVn0wXTIR5KtDGXTdJoJ+fgjy04vt9vter1u6c/9fqfG6fWvet7r82zH85fnj/2fm+3DEJ8PwXFe7d5ED8/3/XvfO1jqZ59nOw7DHdrTIXpff2j3pj7d1uS7zQ6Xx+PRFABZkDLCXCXA4z6BnLAswIJ0IIqDKMVAaoIVnoHQZoR5uq2sYA/m/CvbGavrVoTy8WNsrpDTAAVSPm3Qwvfm//ldbxtW6Hsdp1doPkPQMXZ3ezqf8c+IPvckpXHOjlNd6cB6777aun+u2pqVZu+PDcPNEiLwlLlCBBsZE1Gc45rHSyqHGaD+U5AJ3OKJ3Z7qhkn4a8FmV58dOumYet6x/VnzSrO0fqnv+BnRT1YPEbSE6Dnrq5H5N+Jn0LpOQwtHOAF+7/R4auLnKr1d0z8oRiJJ0MjSJPh2wldlrK7jZBwhR4zDABY2UFABQV1CIEnEz9MYeEDxZQQPibpKmNnX82C5KBlLs86M3XrQyU302RFgrqQHeuNE3jIL0yqhB6bv9tYSsi7h+gM6IZA5RWzB2AQGNUVBf1jilkJabKLn7Z/ZgNERdTmyGb22yIe5kzhV2zThSaaCmozAZKcopP7G87n08s+OfLJDcQSlQP2z++PW4X07cIuXeZ6hE2XGsyf8bT6sysy4EZhm+SE+bKXAO+pMjvUkAndlbQt5LCQs2bcL8s//5YRHeBsxRUJ8i5gilpDSsp9dTn8lIF188gEGZTKxutWl7Fgk19Pthj47oH8VoiqRlMjzXkKIz4b7ctK3rc97vO3QYXeUJkhQCCfMkjUySVRlL+b1YWdR7W7Am+XDkjVbLJFUpf+/a6bqKJMFS3IxJct1j+cZmQQqgoFB384Gj1Sfdn3YWQyGg4GZjsPln5OkzCksykifWUotCVdKKu61jMeI33YDwzzjoY0v1oc5BNWN5F59AhcquV4a9MMCkmM9AnTOayzt4qrCKCR0KZMmwI8qBiZwoMcKKlW2yqJApN2b/1y2MwHmt11tmeDtDEkk43Mh58wGudtn/vkstLSyktBitxfEwAV82JYrfCoBjwIbo3mQkLFr8p5jVaUSW4XYqN/O3HOU2Q+BD2O3tcGHZRzVN4QolG5z+Wd3tLSGDI6qqj+EoJFLcITqh0n87CBfHSFH2Tnjhr6q6o/Cz4KDhHCYDwk53s2XyEH+2XEhlzo98B8KgJhcwZ4Oh7TSqkdy1zfsbkbJdfCNr/Sf3K9yMJLfyZCGXEfN3nbb6oqp2LsZB+lA+e2zdM/h/38EGADT0GwJm+GgKgAAAABJRU5ErkJggg==") center top repeat; }
  .terms p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 35px;
    color: #333;
    font-weight: 400; }
    .terms p a {
      color: #b39340; }
  .terms ol {
    padding-left: 18px;
    list-style-type: decimal;
    margin-bottom: 35px; }
    .terms ol li {
      font-size: 16px;
      line-height: 30px;
      color: #333; }

.faq {
  padding: 60px 0;
  border-bottom: 1px solid  #212121; }
  .faq__block {
    margin-bottom: 45px; }
    .faq__block__icon {
      display: inline-block;
      vertical-align: top;
      margin-right: -4px;
      width: 53px;
      padding-top: 5px; }
      @media only screen and (max-width: 320px) {
        .faq__block__icon {
          width: 100%;
          margin-bottom: 15px;
          text-align: center; } }
    .faq__block__content {
      display: inline-block;
      vertical-align: top;
      margin-right: -4px;
      width: calc(100% - 53px);
      padding-left: 20px; }
      @media only screen and (max-width: 320px) {
        .faq__block__content {
          width: 100%;
          padding-left: 0; } }
  .faq h1 {
    font-size: 45px;
    color: #333;
    margin-bottom: 60px;
    text-align: center;
    text-transform: uppercase; }
  .faq h3 {
    color: #333;
    font-size: 16px;
    line-height: 30px;
    margin: 0 0 15px;
    font-weight: 700; }
  .faq p {
    color: #333;
    font-size: 16px;
    line-height: 30px;
    margin: 0 0 15px;
    font-weight: 400; }

.news {
  padding: 60px 0;
  border-bottom: 1px solid  #212121; }
  .news__block {
    margin-bottom: 50px; }
    .news__block__image {
      display: inline-block;
      vertical-align: top;
      margin-right: -4px;
      width: 320px;
      padding-top: 5px; }
      .news__block__image img {
        max-width: 100%; }
      @media only screen and (max-width: 768px) {
        .news__block__image {
          width: 100%;
          margin-bottom: 15px;
          text-align: center; } }
    .news__block__content {
      display: inline-block;
      vertical-align: top;
      margin-right: -4px;
      width: calc(100% - 320px);
      padding-left: 40px; }
      @media only screen and (max-width: 768px) {
        .news__block__content {
          width: 100%;
          padding-left: 0; } }
  .news h1 {
    font-size: 45px;
    color: #333;
    margin-bottom: 60px;
    text-align: center;
    text-transform: uppercase; }
  .news h3 {
    color: #333;
    font-size: 16px;
    line-height: 30px;
    margin: 0 0 15px;
    font-weight: 700; }
  .news p {
    color: #333;
    font-size: 16px;
    line-height: 30px;
    margin: 0 0 15px;
    font-weight: 400; }
    .news p.small {
      font-size: 14px; }

.pangination {
  border-top: 1px solid  #dfdfdf;
  padding-top: 60px; }
  .pangination__list {
    text-align: center; }
    .pangination__list__item {
      display: inline-block;
      vertical-align: middle;
      margin-right: -4px;
      width: 38px;
      height: 38px;
      line-height: 38px;
      margin: 0 6px 0 10px;
      border-radius: 50%;
      background-color: #dbdbdb;
      transition: all 0.3s ease-in-out 0s;
      -moz-transition: all 0.3s ease-in-out 0s;
      -webkit-transition: all 0.3s ease-in-out 0s;
      -ms-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s; }
      .pangination__list__item:first-child, .pangination__list__item:last-child {
        background-color: transparent; }
      .pangination__list__item:hover, .pangination__list__item.active {
        background-color: #e6cf94; }
      .pangination__list__item a {
        font-size: 14px;
        color: #333;
        text-decoration: none;
        display: block; }
      @media only screen and (max-width: 425px) {
        .pangination__list__item {
          margin: 0 2px; } }

.modal-open {
  overflow: inherit !important;
}

.modal__sign__ng.ex .modal__sign__content__title {
  background-color: #5c000b;
  color:white;
}

.modal__sign__ng {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  background-color: #fff;
}



.modal__sign__ng.ex2 .modal__sign__content__title {
  background-color: #345c00;
  color:white;
}

.modal__sign__ng.ex .modal__sign__close_ex {
  color:white;
  height: 18px;
  font-size: 16pt;
  width: 18px;
  position: absolute;
  right: 30px;
  top: 25px;
  cursor: pointer;
  z-index: 10;
}
.modal__sign__ng.ex2 .modal__sign__close_ex2 {
  color: white;
  height: 18px;
  font-size: 16pt;
  width: 18px;
  padding-left: 496px;
  position: absolute;
  top: 75px;
  cursor: pointer;
  z-index: 10;
}

.modal__sign__ng.ex .modal__sign__content__form_ex {
  color:white;
  padding:0;
  background: #bc0018 url(/images/london-event-background.png) no-repeat scroll bottom;
  padding-top:35px;
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom:120px;
}

.modal__sign__ng.ex2 .modal__sign__content__form_ex2 {
  color:white;
  padding:0;
  background: #79b62b url(/images/amsterdam-event-background.png) no-repeat scroll bottom;
  padding-top:35px;
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom:120px;
}


.modal__sign__content__form_ex_footer {
  padding-top:20px;
  padding-left:35px;
  padding-right:35px;
  padding-bottom:20px;
  background-color: #000000;
  color: #b90016;
}


.modal__sign__content__form_ex2_footer {
  padding-top:20px;
  padding-left:35px;
  padding-right:35px;
  padding-bottom:20px;
  background-color: #000000;
  color: #79b62b;
}

.modal__sign__content__form_ex2 input {
  border: 1px solid #345c00;
}


.modal__sign__content__form_ex_footer .footer-button {
  padding-top:10px;

}
.modal__sign__content__form_ex_footer .footer-button button {
  text-transform: uppercase;
}
.modal__sign__ng.ex label, .modal__sign__ng.ex2 label {
  font-weight: normal;
}

.btn-amsterdam {
  color: #fff;
  background-color: #79b62b;
  border-color: #345c00;
}

.modal__sign__content__form_ex_footer label, .modal__sign__content__form_ex2_footer label {
  display:inline;
  font-weight: normal;
}

.modal__sign__ng.ex .modal__sign__content__form_ex .london-logo {
  margin-top: 17px;
}

.modal__sign__ng.ex2 .modal__sign__content__form_ex2 .london-logo {
  margin-top: 17px;
}


.modal__sign__content__form_ex2_footer .footer-button {
  margin-top:10px;
}

.modal__sign__ng.ex .modal__sign__content__form_ex h3, .modal__sign__ng.ex2 .modal__sign__content__form_ex2 h3 {
  text-align: center;
  font-weight:normal;
  text-decoration: none;
  text-transform: none;
  font-size:18pt;
  margin-top:0;
}
.modal__sign,  .modal__confirm {
    position: absolute;
    width: 700px;
    left: 50%;
    margin-left: -350px;
    top: 50px;
    background-color: #fff;
}

.modal__confirm.withdrawal {
  width:600px;
  margin-left: -290px;
}

.modal__sign__ng.ex, .modal__sign__ng.ex2 {
  width: 540px;
  height:596px;
}
  @media only screen and (max-width: 720px) {
    .modal__sign {
      width: 90%;
      margin-left: 0;
      left: 5%; } }


  .modal__sign__close {
    height: 15px;
    width: 15px;
    position: absolute;
    right: 30px;
    top: 30px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIBJREFUeNqUktENwCAIRIVNcP+ZXIVyH6bWcBZJiCTyDgSbmXlYu/Fg4K5jDOm9eyta5OJAviiiqsAKItB58Sewg5H/wieBDPxUZgIMhAmmR9qcQAqmlRc7ghTeWvUMTOHkjXQLWpkqE9DKVJmAVkAmIPjkFXBfI4T0Flw7eAQYAMrwh37bFi9NAAAAAElFTkSuQmCC");
    cursor: pointer;
    z-index: 10; }
    .modal__sign__close span {
      display: block;
      height: 15px; }
  .modal__sign__content {
    position: relative;
    z-index: 1; }

  .button-withdrawal {
    background-color: #e2891e;
    padding: 9px 30px;
    margin: 4px;
    border-radius: 20px;
    color: black;
    text-transform: uppercase;
  }
  .modal__withdrawal__content__title {
    background-color: #e2c885;
    height: 77px;
    line-height: 77px;
    padding: 0 30px;
    background-color: #e2891e;
    font-size: 24px;
    color: #212121;
    text-transform: uppercase;
  }
    .modal__sign__content__title {
      height: 77px;
      line-height: 77px;
      padding: 0 30px;
      background-color: #e2c885;
      font-size: 24px;
      color: #212121;
      text-transform: uppercase; }
    .modal__sign__content__form {
      padding: 20px 20px;
    }
      @media only screen and (max-width: 600px) {
        .modal__sign__content__form {
          padding: 20px;
        }

      }


      .modal__withdrawal__content__form__input.numeric {
        width:110px;
      }
      .modal__sign__content__form__input, .modal__withdrawal__content__form__input  {
        width: 100%;
        border-radius: 2px;
        border: 1px solid  #b9b9b9;
        background-color: #f7f7f7;
        height: 39px;
        line-height: 39px;
        padding: 0 15px;
        outline: none;
        font-size: 16px;
        color: #212121; }
        .modal__sign__content__form__input::-webkit-input-placeholder {
          font-family: inherit;
          color: inherit;
          transition: all 0.3s ease-in-out 0s;
          -moz-transition: all 0.3s ease-in-out 0s;
          -webkit-transition: all 0.3s ease-in-out 0s;
          -ms-transition: all 0.3s ease-in-out 0s;
          -o-transition: all 0.3s ease-in-out 0s;
          opacity: 1; }
        .modal__sign__content__form__input::-moz-placeholder {
          font-family: inherit;
          color: inherit;
          transition: all 0.3s ease-in-out 0s;
          -moz-transition: all 0.3s ease-in-out 0s;
          -webkit-transition: all 0.3s ease-in-out 0s;
          -ms-transition: all 0.3s ease-in-out 0s;
          -o-transition: all 0.3s ease-in-out 0s;
          opacity: 1; }
        .modal__sign__content__form__input:-moz-placeholder {
          font-family: inherit;
          color: inherit;
          transition: all 0.3s ease-in-out 0s;
          -moz-transition: all 0.3s ease-in-out 0s;
          -webkit-transition: all 0.3s ease-in-out 0s;
          -ms-transition: all 0.3s ease-in-out 0s;
          -o-transition: all 0.3s ease-in-out 0s;
          opacity: 1; }
        .modal__sign__content__form__input:-ms-input-placeholder {
          font-family: inherit;
          color: inherit;
          transition: all 0.3s ease-in-out 0s;
          -moz-transition: all 0.3s ease-in-out 0s;
          -webkit-transition: all 0.3s ease-in-out 0s;
          -ms-transition: all 0.3s ease-in-out 0s;
          -o-transition: all 0.3s ease-in-out 0s;
          opacity: 1; }
        .modal__sign__content__form__input:focus::-webkit-input-placeholder {
          color: transparent; }
        .modal__sign__content__form__input:focus::-moz-placeholder {
          color: transparent; }
        .modal__sign__content__form__input:focus:-moz-placeholder {
          color: transparent; }
        .modal__sign__content__form__input:focus:-ms-input-placeholder {
          color: transparent; }
      .modal__sign__content__form__check[type="checkbox"] {
        float: left;
        margin: 4px 10px 0px 0; }


.modal__confirm {
  position: absolute;
  width: 400px;
  left: 50%;
  margin-left: -200px;
  top: 50px;
}
.modal .form-row {
  margin-bottom: 20px; }


#confirm2 .modal__confirm {
  width: 420px;
}
.has-error {
  color:black;
  border-color:red;
  background-color: #ffdbdb;
}

.modal-header.success {
  color:#fff;
  /* padding:9px 15px; */
  border-bottom:1px solid #eee;
  background-color: #5cb85c;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.modal-header.error {
  color:#fff;
  border-bottom:1px solid #eee;
  background-color: #d9534f;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.modal-header.info{
  color:#fff;
  border-bottom:1px solid #eee;
  background-color: #f0ad4e;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}


.has-error-checkbox {
  color:red !important;
}
.modal label.error {
  font-weight: 400;
  color: red; }


.modal p {
  font-size: 14px;
  line-height: 24px;
  color: #212121; }
  .modal p a {
    color: #baa264;
  }

.modal h3 {
  font-size: 18px;
  text-transform: uppercase;
  margin: 0 0 18px;
  font-weight: 400; }



.modal__commission {
  position: absolute;
  width: 800px;
  left: 50%;
  margin-left: -400px;
  top: 50px;
  background-color: #fff;
  padding: 100px 30px 40px; }
  @media only screen and (max-width: 820px) {
    .modal__commission {
      width: 90%;
      margin-left: 0;
      left: 5%; } }
  @media only screen and (max-width: 600px) {
    .modal__commission {
      padding: 50px 20px; } }
.modal__commission__title, .modal__lac__title {
    height: 77px;
    line-height: 77px;
    padding: 0 30px;
    background-color: #e2c885;
    font-size: 24px;
    color: #212121;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
.modal__lac__title {
  font-size: 16px;
}

  .modal__commission__close {
    height: 15px;
    width: 15px;
    position: absolute;
    right: 30px;
    top: 30px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIBJREFUeNqUktENwCAIRIVNcP+ZXIVyH6bWcBZJiCTyDgSbmXlYu/Fg4K5jDOm9eyta5OJAviiiqsAKItB58Sewg5H/wieBDPxUZgIMhAmmR9qcQAqmlRc7ghTeWvUMTOHkjXQLWpkqE9DKVJmAVkAmIPjkFXBfI4T0Flw7eAQYAMrwh37bFi9NAAAAAElFTkSuQmCC");
    cursor: pointer;
    z-index: 10; }
    .modal__commission__close span {
      display: block;
      height: 15px; }

a,
a:hover {
  outline: none !important; }

a:visited,
a:focus {
  text-decoration: none;
  outline: none !important; }

@media only screen and (max-width: 600px) {
  .x600-tac {
    text-align: center; } }

.dashboard-header {
  width: 100%;
  padding: 20px 0px;
  background: #212121; }

.dashboard-logo {
  float: left;
  margin-right: 30px; }
  @media only screen and (max-width: 500px) {
    .dashboard-logo {
      float: none;
      width: 100%;
      text-align: center;
      display: block; } }

.dashboard-mobile {
  display: none; }
  @media only screen and (max-width: 600px) {
    .dashboard-mobile {
      display: block; } }

.dashboard-menu {
  float: left;
  padding-top: 7px;
  width: 650px; }
  @media only screen and (max-width: 1200px) {
    .dashboard-menu {
      margin-top: 10px; } }
  @media only screen and (max-width: 768px) {
    .dashboard-menu {
      width: 100%; } }
  .dashboard-menu .menu__list {
    text-transform: uppercase; }
    .dashboard-menu .menu__list__item {
      margin-right: -2px; }
      .dashboard-menu .menu__list__item a {
        font-size: 12px;
        padding: 9px 9px; }

.login-panel {
  float: right;
  padding-top: 15px;
  max-width: 250px; }
  @media only screen and (max-width: 500px) {
    .login-panel {
      width: 100%;
      float: none;
      text-align: center;
      max-width: 100%; } }

.user-mail {
  margin-right: 15px;
  line-height: 17px;
  display: inline-block; }
  .user-mail img {
    vertical-align: top;
    margin-top: 3px;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s; }
  .user-mail:hover img {
    transform: scale(0.9); }

.user-name {
  color: #ccb478;
  font-size: 12px;
  position: relative;
  font-weight: 400;
  text-transform: uppercase;
  padding-left: 21px;
  line-height: 17px;
  margin-right: 15px; }
  .user-name::before {
    content: '';
    display: block;
    width: 15px;
    height: 17px;
    background: url(/images/usr-icon.png) no-repeat;
    position: absolute;
    left: 0;
    top: 0; }

.user-exit {
  position: relative;
  color: #ccb478;
  display: inline-block;
  padding-left: 21px;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s; }
  .user-exit::before {
    content: '';
    width: 16px;
    height: 17px;
    background: url(../images/exit-icon.png) no-repeat;
    position: absolute;
    left: 0;
    top: 0; }
  .user-exit:hover {
    color: #fff;
    text-decoration: none; }

.dashboard-banner {
  background: url(../images/program-bg.jpg) no-repeat;
  background-size: cover;
  min-height: 240px;
  width: 100%;
  padding-top: 13px; }

.dashboard-join {
  background: url(../images/dashboard-join.png) no-repeat;
  height: 227px;
  width: 674px;
  padding-left: 30px;
  padding-top: 80px;
  padding-right: 370px; }
  @media only screen and (max-width: 768px) {
    .dashboard-join {
      background: rgba(21, 21, 21, 0.9) url(../images/program-info-bg-one.png) center bottom no-repeat;
      width: 100%;
      padding-bottom: 280px;
      height: auto;
      padding-right: 30px;
      text-align: center; } }
  @media only screen and (max-width: 600px) {
    .dashboard-join {
      background-size: contain; } }
  @media only screen and (max-width: 460px) {
    .dashboard-join {
      padding-bottom: 200px; } }
  .dashboard-join__text {
    color: #fefeff;
    font-family: Arial;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 25px; }
  .dashboard-join__link {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
    color: #fff7ea;
    font-family: Arial;
    font-size: 22px;
    line-height: 1;
    font-weight: 700;
    display: inline-block;
    padding: 10px 25px;
    border-radius: 3px;
    text-decoration: none !important;
    background-image: linear-gradient(to bottom, #d65d37 0%, #ea6751 50%, #e43e21 50%, #b30000 100%);
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s; }
    .dashboard-join__link:hover {
      color: #fff;
      box-shadow: 0 0 0 3px #fff;
      transition: all 0.3s ease-in-out 0s;
      -moz-transition: all 0.3s ease-in-out 0s;
      -webkit-transition: all 0.3s ease-in-out 0s;
      -ms-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s; }

.dashboard-content {
  padding-top: 80px;
  padding-bottom: 30px; }
  .dashboard-content h2 {
    color: #212121;
    font-size: 45px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 40px 0;
    text-align: center; }

.dashboard__items {
  margin: 0px -15px; }
  .dashboard__items::after {
    content: '';
    display: block;
    clear: both; }
  @media only screen and (max-width: 768px) {
    .dashboard__items {
      margin: 0; } }

.dashboard__item {
  height:220px;
  width: calc(100% / 3);
  float: left;
  padding: 0px 15px;
  margin-bottom: 30px; }
  @media only screen and (max-width: 768px) {
    .dashboard__item {
      width: 100%;
      max-width: 480px;
      margin: 0px auto 30px auto;
      float: none;
      padding: 0px; } }
  .dashboard__item__title {
    background-color: #e6cf94;
    width: 100%;
    display: block;
    margin-bottom: 1px;
    color: #212121;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    padding: 12px 10px; }
  .dashboard__item__content {
    background-color: #313131;
    min-height: 163px;
    text-align: center;
    padding-bottom: 20px; }
    .element-loading {
    background: transparent url(/images/loading-gear.gif) no-repeat scroll center;
    }
  .dashboard__item__text {
    
    display: block;
    padding: 25px 20px;
    color: #fff;
    font-size: 44px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase; }
  .dashboard__item__btn, .last-news__btn {
    background-color: #e6cf94;
    color: #212121;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 10px 18px;
    border-radius: 25px;
    display: inline-block;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s; }
    .dashboard__item__btn:hover, .last-news__btn:hover {
      background: #fff;
      text-decoration: none;
      color: #212121; }

.last-news {
  background: url(../images/last-news-bg.jpg) no-repeat top center;
  background-size: cover;
  padding: 60px 0px; }
  .last-news h2 {
    text-align: center;
    color: #e2c885;
    font-size: 45px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 50px 0; }
  .last-news__items {
    margin: 0px -15px;
    padding-bottom: 45px;
    margin-bottom: 30px;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .last-news__items {
        margin-left: 0;
        margin-right: 0; } }
    .last-news__items::before {
      content: '';
      display: block;
      width: calc(100% - 30px);
      left: 15px;
      position: absolute;
      bottom: 0;
      height: 1px;
      background: rgba(255, 255, 255, 0.3); }
    .last-news__items::after {
      content: '';
      display: block;
      clear: both; }
  .last-news__item {
    float: left;
    width: calc(100% / 3);
    padding: 0px 15px; }
    @media only screen and (max-width: 768px) {
      .last-news__item {
        width: 100%;
        max-width: 480px;
        margin: 0px auto 30px auto;
        float: none;
        padding: 0px; } }
    .last-news__item__title {
      height:75px;
      display: block;
      position: relative;
      padding-left: 60px;
      /* margin-bottom: 25px; */
    }
      .last-news__item__title::before {
        content: '';
        display: block;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        text-align: center;
        position: absolute;
        left: 0;
        top: 0;
        background-color: #e2c885;
        background-image: url(../images/news-item-icon.png);
        background-repeat: no-repeat;
        background-position: center center; }
      .last-news__item__title a {
        color: #e6cf94;
        font-size: 18px;
        font-weight: 400;
        line-height: 24px;
        display: block;
        text-decoration: none;
        transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s; }
        .last-news__item__title a:hover {
          color: #fff; }
    .last-news__item__date {
      color: rgba(255, 255, 255, 0.3);
      display: block;
      font-size: 14px;
      font-weight: 400;
      line-height: 24px; }
    .last-news__item__content {
      color: #fff;
      font-size: 16px;
      font-weight: 400;
      line-height: 24px; }

.layout-fixed {
  table-layout: fixed; }

.statistic-intro {
  padding-top: 15px;
  padding-bottom: 46px; }
  .statistic-intro h2 {
    color: #212121;
    text-align: center;
    font-size: 45px;
    font-weight: 400;
    text-transform: uppercase; }
  .statistic-intro p {
    color: #212121;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 20px; }

.statistic {
  background: url(../images/statistic-bg.jpg) no-repeat top center;
  background-size: cover;
  padding-bottom: 60px; }

.statistic-filter {
  padding: 40px;
  background-color: #00580f;
  margin-top: -39px;
  margin-bottom: 0; }
  .statistic-filter__radio {
    visibility: hidden;
    opacity: 0;
    height: 0;
    width: 0;
    display: none; }
    .statistic-filter__radio:checked + label, .statistic-filter__radio:hover + label {
      background-color: rgba(255, 255, 255, 0.2);
      color: #fff; }

.filter label {
  padding: 9px 10px;
  color: #ccb478;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  display: inline-block;
  cursor: pointer;
  border-radius: 25px;
  margin-right: -3px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s; }
  @media only screen and (max-width: 480px) {
    .filter label {
      width: 100%;
      text-align: center; } }

.filter__selected-time {
  float: left;

}
  @media only screen and (max-width: 768px) {
    .filter__selected-time {
      float: none;
      width: 100%;
      padding-bottom: 40px;
      margin-bottom: 40px;
      position: relative; }
      .filter__selected-time::before {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: 0;
        background: rgba(255, 255, 255, 0.2); } }

.filter__show {
  float: left;
  text-align: right; }
  @media only screen and (max-width: 768px) {
    .filter__show {
      float: none;
      width: 100%;
      text-align: center; } }

.filter__bottom::after {
  content: '';
  display: block;
  clear: both; }

.filter__parameters {
  line-height: 1;
  display: inline-block;
  margin-right: 30px;
  padding-right: 30px;
  position: relative;
  color:white;
}

.filter__parameters input[type='text'] {
  color: black;
  border: 0;
  width:188px;
  background-image: url(/images/calendar.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-origin: content-box;
}

.calendar .profile_birthdate {
  color: black;
  width:188px;
  background-image: url(/images/calendar.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-origin: content-box;
}


.filter__parameters label {
  float:left;
  width: 70px;
}
  .filter__parameters::after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.2); }
  @media only screen and (max-width: 768px) {
    .filter__parameters::after {
      display: none; } }

.filter__param {
  display: inline-block;
  margin-right: 12px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 38px; }
  .filter__param:last-child {
    margin-right: 0; }

.filter__custom-time {
  display: inline-block;
  min-width: 130px; }

.filter__select {
  width: 100%; }

.filter__time {
  position: relative;
  padding-bottom: 0;
  margin-bottom: 16px;
  text-align: left; }
  .filter__time::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.15);
    position: absolute;
    bottom: 0;
    left: 0; }

.jq-selectbox__select {
  background: none;
  border: none;
  border-radius: 0px;
  box-shadow: none; }
  .jq-selectbox__select:hover, .jq-selectbox__select:active, .jq-selectbox__select:focus {
    background: none;
    box-shadow: none; }
  .jq-selectbox__select-text {
    text-shadow: none;
    color: #fff;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    border-bottom: 1px dotted #fff; }

.jq-selectbox .placeholder {
  color: #fff; }

.jq-selectbox__trigger {
  border-left: 0px;
  width: 20px; }
  .jq-selectbox__trigger-arrow {
    background: url(../images/select-arrow.png) no-repeat;
    border: none;
    width: 11px;
    height: 7px;
    right: 22px; }

.jq-selectbox__dropdown {
  border-radius: 0px; }
  .jq-selectbox__dropdown li.sel {
    background: #e2c885; }
  .jq-selectbox__dropdown li:hover {
    background: #00580f; }

.focused .jq-selectbox__select {
  border: none !important; }




@media only screen and (max-width: 768px) {
  .statistic-table {
    overflow-x: scroll;
    width: 100%; }
    .statistic-table table {
      width: 100%;
      min-width: 720px; } }

.select-wrap {
  display: inline-block;
  width: auto;
  min-width: 190px;
  margin-bottom: 10px; }

.marketing-wrap {
  padding-top: 60px; }
  .marketing-wrap h2 {
    color: #212121;
    text-align: center;
    font-size: 45px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 50px; }

.marketing-in {
  background-color: #232323;
  /* background: url(../images/marketing-bg.jpg) no-repeat;
  background-size: cover;
  */
  padding-bottom: 60px;

}

.marketing__links {
  margin: 0px -15px;
  margin-top: -18px;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 50px; }
  .marketing__links::after {
    content: '';
    display: block;
    clear: both; }
  .marketing__links::before {
    content: '';
    width: calc(100% - 30px);
    position: absolute;
    left: 15px;
    bottom: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.2); }
  .marketing__links__item {
    width: calc(100%/3);
    padding: 0px 15px;
    float: left; }
    @media only screen and (max-width: 991px) {
      .marketing__links__item {
        float: none;
        width: 100%;
        max-width: 500px;
        margin: 0px auto 10px;
        margin-bottom: 10px; }
        .marketing__links__item:last-child {
          margin-bottom: 0; } }
    .marketing__links__item a {
      display: block;
      text-align: center;
      color: #212121;
      font-size: 14px;
      font-weight: 400;
      text-transform: uppercase;
      padding: 9px 20px;
      background: #dfdfdf;
      border-radius: 30px;
      text-decoration: none !important;
      transition: all 0.3s ease-in-out 0s;
      -moz-transition: all 0.3s ease-in-out 0s;
      -webkit-transition: all 0.3s ease-in-out 0s;
      -ms-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s; }
      .marketing__links__item a:hover {
        background: #e6cf94; }
    .marketing__links__item.is-active a {
      background: #e6cf94; }

.marketing__title {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 35px;
  display: block;
  margin-top: 20px; }

.marketing-steps {
  float: left;
  width: 230px; }
  @media only screen and (max-width: 1100px) {
    .marketing-steps {
      float: none;
      width: 100%; } }

.marketing-steps__item, .marketing-steps__item-withdrawal {
    background: #313131;
    padding-top: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #000;
    position: relative;
    z-index: 0;
}

.my-tools__item {
  background: #313131;
  padding-top: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
  position: relative;
  z-index: 0;
}
.my-tools__item.is_active {
  background: #e2c885;

}

a.my-tools__description {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

a.my-tools__description:hover {
  color:white;
}
.my-tools__item.is_active a.my-tools__description {
  color:black;

}

.marketing-steps__item::before, .marketing-steps__item::after, .marketing-steps__item-withdrawal::before {
      content: '';
      display: block;
}
    .marketing-steps__item::before {
      border-top: 11px solid #000;
      border-left: 15px solid transparent;
      border-right: 15px solid transparent;
      position: absolute;
      bottom: -11px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 1; }
    .marketing-steps__item::after {
      border-top: 11px solid #313131;
      border-left: 15px solid transparent;
      border-right: 15px solid transparent;
      position: absolute;
      bottom: -10px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 2; }
    .marketing-steps__item:last-child, .marketing-steps__item-withdrawal:last-child {
      border-bottom: 0px;
      z-index: 1;
    }
      .marketing-steps__item:last-child::before, .marketing-steps__item:last-child::after, .marketing-steps__item-withdrawal:last-child::before {
        display: none; }
    .marketing-steps__item:first-child, .marketing-steps__item-withdrawal:first-child {
      z-index: 3; }
    .marketing-steps__item:first-child + div, .marketing-steps__item-withdrawal:first-child + div {
      z-index: 2; }
    .marketing-steps__item.is-active, .marketing-steps__item-withdrawal.is-active {
      background: #e2c885; }
      .marketing-steps__item.is-active::after, .marketing-steps__item-withdrawal.is-active::after {
        border-top: 11px solid #e2c885; }
      .marketing-steps__item.is-active .marketing-steps__number, .marketing-steps__item-withdrawal.is_active .marketing-steps__number {
        color: #212121; }
      .marketing-steps__item.is-active .marketing-steps__description, .marketing-steps__item-withdrawal.is-active .marketing-steps__description {
        color: #212121; }
  .marketing-steps__number {
    color: #fff;
    display: block;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase; }

.marketing-steps__description {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.marketing-content {
  float: left;
  width: calc(100% - 230px);
  padding-left: 40px;

}

.marketing-content .postbacks-block {
  display: none;
  padding-left:25px;
  padding-top:15px;
  padding-right:25px;
}

  @media only screen and (max-width: 1100px) {
    .marketing-content {
      padding-left: 0;
      width: 100%;
      float: none; } }
  .marketing-content p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 20px; }

.marketing-container::after {
  content: '';
  display: block;
  clear: both; }

.radio-mockup {
  display: inline-block;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  background-color: #eadbb5;
  border: 1px solid #bfa563;
  margin-top: 5px; }

.marketing-table {
  margin-bottom: 35px; }
  @media only screen and (max-width: 800px) {
    .marketing-table {
      width: 100%;
      overflow-x: auto; } }
  .marketing-table table td {
    vertical-align: middle; }
  .marketing-table table th {
    color: #212121;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase; }
  .marketing-table input[type='radio'] {
    width: 0;
    height: 0;
    visibility: hidden;
    opacity: 0;
    display: none; }
    .marketing-table input[type='radio'] + label {
      display: inline-block;
      margin-bottom: 0;
      width: 18px;
      border-radius: 50%;
      position: relative;
      height: 18px;
      border: 1px solid rgba(153, 153, 153, 0.69);
      margin-top: 5px;
      cursor: pointer; }
      .marketing-table input[type='radio'] + label::before {
        content: '';
        display: block;
        width: 8px;
        height: 8px;
        position: absolute;
        top: 4px;
        left: 4px;
        background: #fff;
        border-radius: 50%;
        opacity: 0;
        transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s; }
    .marketing-table input[type='radio']:checked + label::before {
      opacity: 1; }

.text-label {
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 24px; }

.input {
  width: 100%;
  max-width: 555px;
  height: 39px;
  padding: 0px 15px;
  background-color: #323232;
  border: 1px solid rgba(213, 213, 213, 0.69);
  border-radius: 3px 2px 2px 3px;
  outline: none; }
  .input:-ms-input-placeholder {
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    opacity: 1;
    color: #fff; }
  .input:-moz-placeholder {
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    opacity: 1;
    color: #fff; }
  .input::-moz-placeholder {
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    opacity: 1;
    color: #fff; }
  .input:-webkit-input-placeholder {
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    opacity: 1;
    color: #fff; }
  .input::placeholder {
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    opacity: 1;
    color: #fff; }
  .input:focus:-ms-input-placeholder {
    opacity: 0; }
  .input:focus:-moz-placeholder {
    opacity: 0; }
  .input:focus::-moz-placeholder {
    opacity: 0; }
  .input:focus:-webkit-input-placeholder {
    opacity: 0; }
  .input:focus::placeholder {
    opacity: 0; }

.marketing-in form .form-row {
  margin-bottom: 15px; }
  .marketing-in form .form-row:last-child {
    margin-bottom: 0; }

.radio-groups {
  margin-bottom: 40px;
  position: relative; }
  .radio-groups::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.15);
    position: absolute;
    bottom: 0;
    left: 0; }

.form-radio-group input[type='radio'] {
  opacity: 0;
  visibility: hidden;
  height: 0;
  width: 0;
  display: none; }
  .form-radio-group input[type='radio']:checked + label {
    background: #e2c885; }
    .form-radio-group input[type='radio']:checked + label::after {
      opacity: 1; }
    .form-radio-group input[type='radio']:checked + label::before {
      background-color: #eadbb5;
      border: 1px solid #bfa563; }
    .form-radio-group input[type='radio']:checked + label span:not(.icon) {
      color: #212121; }
    .form-radio-group input[type='radio']:checked + label .icon-links {
      background: url(../images/links-on.png) no-repeat; }
    .form-radio-group input[type='radio']:checked + label .icon-landings {
      background: url(../images/land-on.png) no-repeat; }
    .form-radio-group input[type='radio']:checked + label .icon-banners {
      background: url(../images/banner-on.png) no-repeat; }
    .form-radio-group input[type='radio']:checked + label .icon-games {
      background: url(../images/games-on.png) no-repeat; }

.form-radio-group__label {
  width: 100%;
  display: block;
  position: relative;
  padding: 30px 30px 30px 140px;
  background: #333;
  box-shadow: inset 0px 10px 0px 0px #e2c885;
  cursor: pointer;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  margin-bottom: 40px;
}

.form-radio-group__label.disabled {
  background: #616161;
}


  .form-radio-group__label::before, .form-radio-group__label::after {
    content: '';
    display: block;
    position: absolute;
    border-radius: 50%;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s; }
  .form-radio-group__label::before {
    width: 18px;
    height: 18px;
    background-color: #333;
    border: 1px solid rgba(153, 153, 153, 0.69);
    top: 50%;
    left: 35px;
    margin-top: -4.5px; }
  .form-radio-group__label::after {
    width: 8px;
    height: 8px;
    background-color: #212121;
    left: 40px;
    top: 50%;
    margin-top: 1px;
    opacity: 0; }
  .form-radio-group__label span:not(.icon) {
    margin-top: 10px;
    display: inline-block;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase; }
  .form-radio-group__label span.icon {
    display: block;
    position: absolute;
    width: 48px;
    height: 47px;
    left: 70px;
    top: 50%;
    margin-top: -17px; }

.icon-links {
  background: url(../images/links-off.png) no-repeat; }

.icon-landings {
  background: url(../images/land-off.png) no-repeat; }

.icon-banners {
  background: url(../images/banner-off.png) no-repeat; }

.icon-games {
  background: url(../images/games-off.png) no-repeat; }

.submit {
  color: #212121;
  background: #e6cf94;
  border: none;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 10px 15px;
  border-radius: 25px;
  text-decoration: none !important;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s; }
  .submit:hover {
    color: #000;
    box-shadow: 0 0 0 3px #73643f; }

.reset {
  background: #dfdfdf;
  color: #212121;
  border: none;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 10px 15px;
  border-radius: 25px;
  text-decoration: none !important;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s; }
  .reset:hover {
    color: #000;
    box-shadow: 0 0 0 3px #73643f; }

.marketing-content form .reset {
  margin-right: 20px; }


.commision p {
  font-size:16px;
}
.text-white {
  color:white;
}

a.top {
  position: relative;
  top:-200px;
  display: block;
  height: 0;
  width:0;
}


.white {
  color:white;
}


.loading {
  display:none;
  z-index:10000;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,.5);
}
.loading-wheel {
  width: 250px;
  height: 250px;
  margin-top: -226px;
  margin-left: -129px;

  position: absolute;
  top: 50%;
  left: 50%;

  border-width: 30px;
  border-radius: 50%;
  -webkit-animation: spin 1s linear infinite;
}
.style-2 .loading-wheel {
  border-style: double;
  border-color: #ccc transparent;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}

.marketing-steps__item, .marketing-steps__item-withdrawal {
  cursor:pointer;
}


.form-radio-group-games {
  width: 221px;
  height: 256px;
  float: left;
  margin-top: 30px;
  padding: 20px;
  background: #e2c885;
  cursor: pointer;
  position: relative;
  border-radius: 3px;
}
.form-radio-group-games .screenshot {
  text-align:center;
}
.form-radio-group-games .screenshot img {
  max-width: 180px;

  vertical-align: middle;
  border: 0;
}

.form-radio-group-games .description {
  height: 22px;
  font-size: 12px;
  margin: 10px 0 0;
  position: relative;
}
.form-radio-group-games .description label {
  padding-right:22px;
}



.form-radio-group-games .activation {
  position: absolute;
  right: 1px;
  bottom: 1px;
  width: 26px;
  height: 26px;
}

.form-radio-group-games .activation input {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 26px;
  height: 26px;
  display: block;
  line-height: normal;
  box-sizing: border-box;
  padding: 0;
}

.buttons-block button {
  margin:4px;
}
.banners-size-title {
  font-size: 13pt;
}

.form-radio-group-banners {
  display:inline-block;

  background: #e2c885;
  padding:10px;
  margin-bottom:10px;
  right:10px;
}

form-radio-group-banners .col {
  padding-top:5px;
}
.form-radio-group-banners button {
  margin-left:10px;
  z-index:10;
  margin-bottom:10px;
}
#banners-block {
  margin-top: 20px;
}

.block {
  display:block;
}

.action-icons i {
  margin-right:3px;
  cursor:pointer;
}

.expand {
  width:20px;
}

.alert.alert-info.promo_set {
  background-color: #dfdfdf;
}
.promo_set .icons {
  font-size:20px;
}
.promo_set .fa-edit, .promo_set .fa-code, .promo_set .fa-trash, .promo_set .fa-line-chart {
  cursor:pointer;
  margin-left:5px;
}

.code-filter .checkbox {
  display:inline;
  margin-left: 10px;

}
.code-filter {
  margin-bottom:15px;
}

#substats-title {
  color:white;
  margin-top:30px;
}

.stats-tabs {
  margin-bottom:40px;
  margin-top:-42px;
}


.stats-tabs .nav-tabs>li.active>a:hover,
.stats-tabs .nav-tabs>li>a:hover,
.stats-tabs .nav-tabs>li>a:focus
{
  background-color: #e2c885;
  color:black;
  border:1px solid transparent;
}


.stats-tabs .nav-tabs {
  border-bottom:0;
}

.stats-tabs .nav-tabs>li>a {
  border-radius:4px 4px 0 0 ;
  background-color:#00580f;
  color:white;
  margin-right:4px;
}

.stats-tabs .nav-tabs>li.active a {
  background-color: #e2c885;
  color:black;
  border: 1px solid transparent;
}

.eog-filter .year {
  float:left;
  width:70px;
  margin-left:10px;
}
.eog-filter .month {
  float:right;
  width:100px;
}
.eog-filter .form-group {
  width:255px;
  clear:both;
}

.warn-sosn-message {
  color:red;
  font-weight: bold;
  display:none;
  font-size:1.5rem;
  text-align:center;
  margin-top: -30px;
  margin-bottom:50px;
}

#swift-info-blocks {
  display:none;
}

#swift-group .tooltip-inner {
  max-width: 450px;
  /* If max-width does not work, try using width instead */
  width: 450px;
}
#amount-group {
  display:none;
}
.font-weight-bold {
  font-weight:bold;
}

.mtools-langs img.active {
  transform: scale(1.2);
}

.mtools-langs img {
  margin-left: 6px;
  cursor:pointer;
  transition: transform .2s;
}
.mtools-langs img:hover {
  transform: scale(1.2);
}


table#t_cpa_plus  th, table#t_cpa_signups th, table#t_cpa_depositors th, TABLE#t_cpa_networks_players TH {
  font-size:12px;
}
table#t_cpa_plus  th {
  padding:10px 1px;
}

#commission-plan {

}

ul.toppartners {
  list-style: none;
  margin:0;
  padding:0;
  margin-top:20px;
}

ul.toppartners li {
  display:inline;
}

ul.toppartners li img {
  width:263px;
  margin-right: 20px;
  margin-bottom: 20px;
}