html,
body {
    width: 100%;
    height: 100%;
    min-width: 320px;
    min-width: 320px !Important;
    overflow-x: hidden;
}

.clearfix {
    clear: both;
}

.under-footer,
.above-header {
    position: relative;
    width: 100%;
    height: 8px;
    background-image: -webkit-gradient( linear, right top, left top, color-stop(0, #2c67a5), color-stop(1, #20a1c6));
    background-image: -o-linear-gradient(left, #2c67a5 0%, #20a1c6 100%);
    background-image: -moz-linear-gradient(left, #2c67a5 0%, #20a1c6 100%);
    background-image: -webkit-linear-gradient(left, #2c67a5 0%, #20a1c6 100%);
    background-image: -ms-linear-gradient(left, #2c67a5 0%, #20a1c6 100%);
    background-image: linear-gradient(to left, #2c67a5 0%, #20a1c6 100%);
    z-index: 5;
}

html,
body {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

a {
    color: inherit;
    text-decoration: none;
}

.lang-select {
    position: absolute;
    right: 60px;
    top: 5px;
}

.lang-select .btn {
    font-size: 10px;
    width: 51px;
    height: 20px;
    line-height: 7px;
    z-index: 4;
    background: #2d68a7;
    outline: none !Important;
    border: none;
    color: white;
}

.lang-select ul {
    min-width: 51px;
}

.lang-select .dropdown-menu>li>a {
    padding: 3px 10px;
    font-size: 10px;
}

.header h1 {
    font-size: 36px;
    margin-top: 80px;
    color: #377398;
}

.main-logo {}

.pay-master img {
    margin-top: 20px;
}

.groups {
    padding: 0;
}

ul.table-header {
    list-style: none;
    margin-bottom: 0;
    padding: 0;
}

.header-item {
    height: 70px;
    line-height: 16px;
    font-size: 16px;
    color: #a3a4a5;
    text-align: center;
    background-color: #ebeef1;
    text-align: center;
    line-height: 70px;
}

.header-item span {
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 20px;
    padding: 5px 0 5px 35px;
    background-repeat: no-repeat;
    background-position: 0 center;
}

.header-item.active {
    color: black;
    background-color: white;
}

.header-item.active:after {
    content: '▼';
    display: block;
    width: 100%;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: black;
    line-height: 17px;
    text-align: center;
    font-size: 19px;
    background-image: -webkit-gradient( linear, right top, left top, color-stop(0, #2c67a5), color-stop(1, #20a1c6));
    background-image: -o-linear-gradient(left, #2c67a5 0%, #20a1c6 100%);
    background-image: -moz-linear-gradient(left, #2c67a5 0%, #20a1c6 100%);
    background-image: -webkit-linear-gradient(left, #2c67a5 0%, #20a1c6 100%);
    background-image: -ms-linear-gradient(left, #2c67a5 0%, #20a1c6 100%);
    background-image: linear-gradient(to left, #2c67a5 0%, #20a1c6 100%);
    color: #2870a6;
    z-index: 2;
    text-indent: 0;
}

.table-body {
    background: #fafbfc;
    padding: 25px 25px;
    margin-bottom: 30px;
}

.card-blocks {
    border: 2px solid rgb(219, 219, 219);
    background: #fff;
}

.info {
    cursor: help;
}

.info:after {
    content: '';
    position: relative;
    top: 0px;
    left: 2px;
    width: 13px;
    height: 12px;
    display: inline-block;
    background: url('/img/premerchant/redesign/i.png') no-repeat center center;

}

.order-cost ul {
    padding-left: 28px;
    list-style: none;
}

.comission-grn,
.grn-small,
.order-id-numb {
    color: #999999
}

.comission-grn .small,
.grn-small .small {
    font-size: 12px;
}

.form label {
    font-size: 12px;
    color: black;
    font-weight: 100;
}

.form label>span {
    display: block;
}

.form input[type=text]:focus {
    -webkit-box-shadow: inset 0px 0px 35px -16px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0px 0px 35px -16px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0px 0px 35px -16px rgba(0, 0, 0, 0.4);
    outline: none;
}

.form .tel {
    background-image: url('/img/premerchant/redesign/input-callme-unactive.png');
}

.form .e-mail {
    background-image: url('/img/premerchant/redesign/input-email-unactive.png');
}

.form input[type=text] {
    text-indent: 30px;
    background-repeat: no-repeat;
    background-position: 9px center;
}

.form button {
    display: block;
    margin: 40px auto !Important;
    color: white;
}

.send {
    width: 100% !Important;
    max-width: 445px;
    height: 60px;
    outline: none;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    opacity: 1 !Important;
    position: relative;
    outline: none;
}

.send[disabled],
.send.btn-disable{
    color: white !Important;
    background-color: #999999;
}

.send:not([disabled]):hover {
    color: white !Important;
}

.send:focus {
    outline: none !Important;
    color: white;
}

.pick-item strong {
    opacity: 0;
}

.right-column--header {
    border-bottom: 1px dashed #c4c4c5;
}

.description h4 {
    color: #006fac;
}

.description h4:after {
    content: '';
    display: inline-block;
    position: relative;
    background: url('/img/premerchant/redesign/share.png') no-repeat center center;
}

.description p {
    color: #565656;
}

.pick-item {
    height: 22px;
    width: 22px;
    border-radius: 11px;
    background: #efefef;
    color: white;
    line-height: 22px;
    text-align: center;
    position: relative;
}

.card-item{
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.card-item:hover {
    border: none;
    background-color: #fff;
    color: #000;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 2;
    -webkit-box-shadow: 0px 0px 61px -1px rgba(179, 174, 166, 1);
    -moz-box-shadow: 0px 0px 61px -1px rgba(179, 174, 166, 1);
    box-shadow: 0px 0px 61px -1px rgba(179, 174, 166, 1);
    cursor: pointer;
}

.card-item:hover .pick-item {
    background: #197cb4;
}

.card-item img {
    display: inline-block !Important;
    max-height: 40px !Important;
}

.pay-grn {
    color: #0a6ea6;
}

.pay-grn sup {
    color: black;
    font-size: 14px;
}

.cash span {
    background-image: url('/img/premerchant/redesign/pay-method-active.png')
}

.data span {
    background-image: url('/img/premerchant/redesign/identification-disable.png')
}

.accept span {
    background-image: url('/img/premerchant/redesign/check-disabled.png')
}

.footer {
    background: white;
}

.adress {
    list-style: none;
    text-align: right;
    font-size: 16px;
    padding-right: 0;
}

.adress li.mail {
    padding-right: 0;
}

li i {
    color: #24a2ca;
}

.footer ul {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
}

.footer-logos {
    text-align: center;
}

.footer-logos img {
    display: inline-block;
}

.footer ul li {
    display: inline-block;
    line-height: 18px;
    font-size: 18px;
    vertical-align: middle;
    padding-left: 15px;
}

.absolute-center {
    position: absolute;
}

.main-logo,
.pay-master {
    position: relative;
    z-index: 1;
}

.show-1200 {
    font-weight: 100;
    font-size: 18px;
    display: none;
    cursor: pointer;
    color: #0068a3;
    border-bottom: 1px dashed #0068a3;
}

.remove-decor {
    border: none !Important;
}

.content {
    min-width: 320px;
    position: relative;
    min-height: 100%;
}

.visible {
    display: block !Important;
    opacity: 1 !Important;
}

div.use-this.card-item {
    background: #f8fafb;
    position: relative;
    z-index: 1;
}

.use-this .pick-item {
    background: #197cb5;
}

.use-this .pick-item strong {
    opacity: 1;
}

.tooltipsy-red:after {
    content: '';
    position: absolute;
    bottom: -12px;
    right: 50%;
    margin-left: -12px;
    width: 0;
    height: 0;
    border-left: 24px solid transparent;
    border-right: 24px solid transparent;
    border-top: 12px solid #fae2e2;
    z-index: 1;
}

.tooltipsy-card:after {
    content: '';
    position: absolute;
    bottom: -12px;
    right: 50%;
    margin-left: -12px;
    width: 0;
    height: 0;
    border-left: 24px solid transparent;
    border-right: 24px solid transparent;
    border-top: 12px solid #cbe8f7;
    z-index: 1;
}

.tooltipsy-blue:after {
    content: '';
    position: absolute;
    bottom: -12px;
    right: 50%;
    margin-left: -12px;
    width: 0;
    height: 0;
    border-left: 24px solid transparent;
    border-right: 24px solid transparent;
    border-top: 12px solid #cbe8f7;
    z-index: 1;
}

.tooltipsy-invis {
	display: none !important;
}

.form label.error {
    color: red;
}

.form label.error input {
    border: 1px solid red;
}

.form label.error .e-mail {
    background-image: url('/img/premerchant/redesign/input-email-error.png');
}

.form label.ok .e-mail {
    background-image: url('/img/premerchant/redesign/input-email-ok.png');
}

.form label.ok {
    color: #83c10a;
}

.form label.ok input {
    border: 1px solid #acc186;
}

.form label.ok .tel {
    background-image: url('/img/premerchant/redesign/input-callme-ok.png');
}

.form label.error .tel {
    background-image: url('/img/premerchant/redesign/input-callme-error.png');
}
.ok .info:after {
    background-repeat: no-repeat;
    background-image: url('/img/premerchant/redesign/i-red.png');
}

.btn.accept-btn {
    background: #6ca202;
}

.hidden {
    display: none !Important;
}

.btn.accept-btn:hover {
    background-color: #83c10a;
    color: white;
}

.btn.accept-btn {
    color: white;
}

.header-item {
    border: 1px solid #e2e3e5;
    border-bottom: none;
}

.main{
    padding-bottom: 115px;
}

.main-logo {
    height: 180px;
    line-height: 180px;
    text-align: center;
}

.main-logo img {
    display: inline-block;
    vertical-align: middle;
}

.footer-logos img {
    max-height: 40px;
}

.w8 {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000;
  background-color: rgba(90, 161, 202, 0.5);
}

.w8-window {
  text-align: center;
  position: absolute;
  width: 440px;
  height: 320px;
  left: 50%;
  top: 50%;
  margin-left: -220px;
  margin-top: -160px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.21);
}
.w8-window img {
  margin-top: 90px;
  margin-bottom: 25px;
}
.w8-window h5 {
  font-size: 24px;
}
.middle_page {
  text-align: center;
  position: relative;
  top: 50%;
  margin-top: -160px;
  padding-left: 30px;
  padding-right: 30px;
  z-index: 1001;
  clear: both;
}
.middle_page img {
  margin-bottom: 50px;
}
.card_proccesing {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: 1000;
}
.card_proccesing div {
  position: relative;
  top: 50%;
  margin-top: -160px;
  text-align: center;
}
.card_proccesing img{
  width: 100px;
  height: 100px;
  margin-bottom: 30px;
}
.card_proccesing h5 {
  color: #fff;
  font-size: 24px;
}
.loader-success {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
}
.success_loader {
  text-align: center;
}
.success_loader h2 {
  text-align: center;
}
.numb-ok input {
  border-top: 1px solid #83c10a !important;
  border-bottom: 1px solid #83c10a !important;
}
.numb-ok input:first-child {
  border-left: 1px solid #83c10a !important;
}
.numb-ok input:last-child {
  border-right: 1px solid #83c10a !important;
}
.card-date.numb-ok input {
  border: 1px solid #83c10a !important;
}
.cvc.numb-ok input {
  border: 1px solid #83c10a !important;
}

.numb-err input {
  border-top: 1px solid red !important;
  border-bottom: 1px solid red !important;
}
.numb-err input:first-child {
  border-left: 1px solid red !important;
}
.numb-err input:last-child {
  border-right: 1px solid red !important;
}
.card-date.numb-err input {
  border: 1px solid red !important;
}
.cvc.numb-err input {
  border: 1px solid red !important;
}
.success_loader .ok-center {
  min-height: 120px;
}
.success_loader.table-body {
  min-height: 120px;
}
.big-form p.text-center {
  margin-bottom: 55px;
}

h2>a {
    color: #006fac;
}