﻿div.content-table td.tdright {
  text-align: right;
}

div.content-table td.tdcenter {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .benefit > img {
    width: 45px;
  }

  div.wrapper {
    padding: 0 20px 20px;
  }

  ul.forms > li {
    padding: 10px 0 20px;
  }

  label.form-compact-prefix.w40 {
    width: 100%;
  }

  button.withdraw-open-qr-scanner {
    visibility: hidden;
    height: 0;
    left: 0;
  }

  input.withdraw-input-address {
    width: 100% !important;
    max-width: 350px;
    height: 33px;
    box-sizing: border-box;
  }

  div.form-compact-field {
    width: 100%;
  }

    div.form-compact-field span {
      display: none;
    }

  .action-button h3 {
    font-size: 20px !important;
  }

  div.content-wiki table tr:first-child td, div.content-wiki table tr:first-child th, div.content-table table tr:first-child td, div.content-table table tr:first-child th {
    white-space: nowrap;
  }

  div.content-table table tbody tr:nth-child(odd) td {
    background-color: #f3f3f3;
  }

  img.qrbig {
    left: 50%;
    transform: translateX(-50%);
    border: 2px solid #e1e1e1;
    border-radius: 5px;
  }

  li.filter > div, li.filter > label {
    height: auto;
  }

  .content-table ul.filters {
    display: flex;
    flex-direction: column-reverse;
  }

    .content-table ul.filters .filters-buttons input {
      margin-left: 0;
    }
}
@media screen and (min-width: 768px) {
  .container-action-button,
  .benefits {
    display: block;
    padding: 0 !important;
    margin: 0 -1.5% !important;
  }

  .container-action-button:before,
  .container-action-button:after,
  .benefits:before,
  .benefits:after {
    content: " ";
    display: table;
  }

  .container-action-button:after,
  .benefits:after {
    clear: both;
  }

  .container-action-button > li,
  .benefits > li 
  {
    display: block;
    float: left;
    height: auto;
    list-style: none;
    padding: 0 1.5% 1.5%;
    width: 30%;
  }
  .container-action-button > li {
    width: 30%;
  }
  .benefits > li {
    width: 47%;
  }

  .container-action-button > li:nth-of-type(3n) {
    clear: none;
  }
  .container-action-button > li:nth-of-type(3n+1) {
    clear: both;
  }

  .benefits > li:nth-of-type(2n) {
    clear: none;
  }

  .benefits > li:nth-of-type(2n+1) {
    clear: both;
  }
}

@media screen and (max-width: 767px) {

  .container-action-button,
  .benefits {
    display: block;
    padding: 0 0 !important;
    margin: 0 0 !important;
  }

  .container-action-button:before,
  .container-action-button:after,
  .benefits:before,
  .benefits:after {
    content: " ";
    display: table;
  }

  .container-action-button:after,
  .benefits:after {
    clear: both;
  }

  .container-action-button > li,
  .benefits > li {
    display: block;
    float: left;
    height: auto;
    list-style: none;
    /*padding: 0 1.5% 3%!important;*/
    padding: 0 0 3% !important;
    width: 98.5%;
  }

  .container-action-button > li:nth-of-type(1n),
  .benefits > li:nth-of-type(1n) {
    clear: none;
  }

    .container-action-button > li:nth-of-type(1n+1),
    .benefits > li:nth-of-type(1n+1) {
      clear: both;
    }
}

.container-action-button {
  margin-bottom: 30px !important;
}

.action-button {
  display: block;
  /*width: 90%;*/
  height: 75px;
  list-style: none;
  border: 1px solid;
  border-radius: 3px;
  margin: 0;
}

  .action-button .action-button-icon {
    width: 75px;
    height: 75px;
    float: left;
    margin-right: 10px;
  }

  .action-button a {
    text-decoration: none;
  }

  .action-button h3 {
    font-size: 22px !important;
    margin: 11px 0 0 !important;
  }

  .action-button p {
    font-size: 12px !important;
    margin: 4px 0 0 !important;
    color: #333 !important;
  }

  .action-button p small {
    color: #808080;
    font-size: 10px;
  }

  .action-button.give-btc {
    border-color: #637eea;
  }
  .action-button.give-btc a span p{
    line-height: 133%;
  }
  .action-button.give-btc .action-button-icon {
    background: #637eea url(/img/logo-topup.png) center center no-repeat;
  }

  .action-button.give-btc h3 {
    color: #637eea;
  }

  .action-button.buy-wmx {
    border-color: #637eea;
  }

  .action-button.buy-wmx .action-button-icon {
    background: #637eea url(/img/logo-exchanger-wm.png) center center no-repeat;
  }

  .action-button.buy-wmx h3 {
    color: #637eea;
  }

  .action-button.buy-card {
    border-color: #637eea;
  }

  .action-button.buy-card .action-button-icon {
    background: #637eea url(/img/logo-exchanger.png) center center no-repeat;
  }

  .action-button.buy-card h3 {
    color: #637eea;
  }

  .action-button.with-rates {
    position: relative;
  }


  .action-button-rates {
    display: flex;
    align-items: center;
    position: absolute;
    right: 10px;
    margin-top: 6px;
    top: 50%;
  }

  .action-button-rates a {
    font-size: 9px;
  }

  .action-button-rates .per-one {
    float: left;
    font-size: 11px;
  }

  .action-button-rates ul {
    margin: 0 7px 0 0 !important;
    padding: 0 7px 0 0 !important;
    float: left;
    border-right-style: solid;
    border-right-width: 2px;
  }

  .action-button-rates ul li {
    text-align: right;
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 9px;
    line-height: 1.7;
  }

@media screen and (min-width: 768px) and (max-width: 959px) {
  .action-button-rates {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .action-button-rates {
    display: none;
  }

  .action-button p small {
    display: none;
  }
}



/* ================= benefits ================= */

.container-benefits {
  border: 1px solid #b2b2b2;
  border-radius: 10px;
  padding: 20px 20px 0;
  margin: 50px 0 50px;
}

  .container-benefits h2 {
    text-align: center;
    margin: -45px auto 0 !important;
    padding: 10px 23px;
    background: #fff;
    display: table;
  }

.benefit {
  clear: both;
}

  .benefit > img {
    float: left;
    margin: 0 12px 0 0;
  }

  .benefit h4,
  .benefit p {
    overflow: hidden;
  }

  .benefit h4 {
    font-size: 18px !important;
    margin: 0 0 2px !important;
  }

  .benefit p {
    margin-top: 0 !important;
    font-size: 12px;
    line-height: 1.5 !important;
  }
.action-button.give-btc h3 {
  color: #52a380;
}