.pay-sys {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  display: inline-block;
  height: 120px;
  padding: 10px;
  text-align: center;
  transition: box-shadow 0.2s, opacity 0.2s;
  vertical-align: top;
  margin: 1em 1%;
  width: 210px;
  background-color: #446572;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(135deg, #588192, #446572);
  background-image: -webkit-linear-gradient(135deg, #588192, #446572);
  background-image: -o-linear-gradient(135deg, #588192, #446572);
  background-image: linear-gradient(135deg, #588192, #446572);
}
.pay-sys:hover,
.pay-sys.active {
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.5), inset 0 0.5em 1.5em rgba(255, 255, 255, 0.05), inset 0 -0.5em 1.5em rgba(255, 255, 255, 0.05);
  -moz-box-shadow: 0 0 1em rgba(0, 0, 0, 0.5), inset 0 0.5em 1.5em rgba(255, 255, 255, 0.05), inset 0 -0.5em 1.5em rgba(255, 255, 255, 0.05);
  box-shadow: 0 0 1em 2px rgba(0, 0, 0, 0.5), inset 0 0.5em 1.5em rgba(255, 255, 255, 0.05), inset 0 -0.5em 1.5em rgba(255, 255, 255, 0.05);
}
.pay-sys.active {
  position: relative;
  /*&:after*/
}
.pay-sys.active .active-caret,
.pay-sys.active .bg-active-caret {
  border: 14px solid;
  border-color: #4e7382 transparent transparent;
  content: '';
  display: block;
  left: 50%;
  margin-left: -14px;
  position: absolute;
  z-index: 2;
}
.pay-sys.active .active-caret {
  border-top-color: rgba(0, 0, 0, 0.1);
  border-width: 16px;
  margin-left: -16px;
  top: 100%;
  z-index: 1;
}
.pay-sys.active .bg-active-caret {
  top: -17px;
}
.pay-sys.active.other-pay-sys:before,
.pay-sys.active.other-pay-sys:after {
  display: none;
}
.pay-sys.pay-sys-others-head:before {
  border-top-color: #4e7382;
}
.pay-sys-cell {
  display: table;
  height: 100%;
  overflow: hidden;
  table-layout: fixed;
  text-overflow: ellipsis;
  width: 100%;
}
.pay-sys-title {
  color: #ffffff;
  display: table-cell;
  font-size: 1.5em;
  margin: 0;
  padding: 10px;
  vertical-align: middle;
  white-space: nowrap;
  text-align: left;
}
.ps-type {
  color: #ffffff;
  font-size: 1.2em;
  display: block;
  text-align: right;
  position: relative;
  top: 100%;
  -webkit-transition: top 0.3s;
  -moz-transition: top 0.3s;
  -o-transition: top 0.3s;
  transition: top 0.3s;
}
.pay-sys:hover .ps-type {
  top: 0;
}
.pay-sys-others {
  border: 2px solid #4e7382;
}
.pay-sys-others.active:after {
  border-top-color: #4e7382;
}
.pay-sys-others-head {
  background: #ffffff;
  box-shadow: none;
  color: #4e7382;
  cursor: text;
  height: 290px;
  height: auto;
  padding: 0;
  width: 22%;
}
.pay-sys-others-head:hover,
.pay-sys-others-head.active {
  box-shadow: none;
}
.pay-sys-others-head.open .others-sys-sub-list {
  height: auto;
  overflow: visible;
}
.pay-sys-others-head.open .pay-sys-others-title {
  margin-bottom: .3em;
  text-transform: uppercase;
}


.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.ir {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.main-header {
  min-height: 126px;
  background-color: #4d7178;
  background-image: -webkit-gradient(left, linear, 0 0, 0 100%, from(#3c6d80), color-stop(75%, #3c6d80), to(#8f7f56));
  background-image: -webkit-linear-gradient(left, #3c6d80, #3c6d80 75%, #8f7f56);
  background-image: -moz-linear-gradient(left, #3c6d80, #3c6d80 75%, #8f7f56);
  background-image: -o-linear-gradient(left, #3c6d80, #3c6d80 75%, #8f7f56);
  background-image: linear-gradient(to right, #3c6d80, #3c6d80 75%, #8f7f56);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c6d80', endColorstr='#ff8f7f56', GradientType=0);
  border: 0;
  color: #ffffff;
}
.main-header > .layout {
  min-height: 126px;
}
.main-header > .layout > .wrap {
  display: block;
  margin: auto;
  padding: 0;
  width: 98%;
}
.header-row {
  display: table;
  overflow: visible;
  table-layout: fixed;
  width: 100%;
  min-height: 126px;
}
.header-cell {
  display: table-cell;
  font-size: 1em;
  max-width: none;
  padding: 1em;
  vertical-align: middle;
}
.header-cell:last-child {
  padding-right: 0;
}
.header-cell:first-child {
  padding-left: 1em;
}
.logo-cell {
  float: none;
  margin: 0;
  text-align: center;
  width: 271px;
}
.lang-cell {
  padding-left: 3em;
  text-align: center;
  padding-right: 3em;
  width: 37px;
}
.payment-feat-cell {
  border-left: 1px solid #5e8b98;
  -webkit-box-shadow: -2px 0 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -2px 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: -2px 0 2px rgba(0, 0, 0, 0.1);
  padding-left: 1.8em;
  text-align: left;
  overflow: hidden;
}
.payment-feat {
  color: #ffffff;
  display: inline-block;
  font-size: 1.2em;
  margin-right: 23px;
  vertical-align: top;
}
.payment-feat .summ-value {
  font-size: 1em;
  font-weight: 400;
}
.b-lang-switcher-header {
  position: relative;
  right: auto;
  top: auto;
}
.feat-label {
  color: #9fc7d2;
}
.do-logo {
  background-image: url("../i/dengi-online-sprite-white-sprite.png");
  background-position: 0 0;
  width: 271px;
  height: 48px;
}
.do-logo.en {
  background-position: 0 -144px;
}
.do-logo.min-width-480 {
  background-position: 0 -62px;
  height: 21px;
  width: 38px;
}
.do-logo.min-width-480.en {
  background-position: 0 -261px;
}
@media only screen and (max-width: 750px) {
  .main-header .layout {
    width: 100%;
  }
  .logo-cell {
    width: 169px;
  }
  .do-logo {
    background-position: 0 -105px;
    width: 169px;
    height: 32px;
  }
  .do-logo.en {
    background-position: 0 -205px;
  }
}
@media only screen and (max-width: 640px) {
  .main-header > .layout > .wrap {
    width: 100%;
  }
  .header-row {
    display: block;
    width: auto;
  }
  .logo-cell {
    float: left;
    width: 271px;
  }
  .do-logo {
    background-position: 0 0;
    margin-top: 0;
    width: 271px;
    height: 48px;
  }
  .do-logo.en {
    background-position: 0 -144px;
  }
  .lang-cell {
    float: right;
  }
  .header-cell {
    display: inline-block;
  }
  .payment-feat-cell {
    clear: both;
    display: block;
    overflow: hidden;
    padding-left: 1em;
  }
}
@media only screen and (max-width: 480px) {
  .payment-feat-cell {
    clear: none;
  }
  .lang-cell {
    display: none;
  }
  .logo-cell {
    float: right;
    width: auto;
  }
  .do-logo {
    background-position: 0 -62px;
    height: 21px;
    width: 38px;
  }
  .do-logo.en {
    background-position: 0 -261px;
  }
}
.b-lang-switcher-header .e-lang-switcher {
  background: #014c59;
  border: 0;
  color: #a0b8bf;
  color: #9fc7d2;
  display: inline-block;
  font-weight: 400;
  padding: 5px 8px;
  text-transform: uppercase;
  width: auto;
  -webkit-box-shadow: 0 3px rgba(0, 0, 0, 0.25) inset;
  -moz-box-shadow: 0 3px rgba(0, 0, 0, 0.25) inset;
  box-shadow: 0 3px rgba(0, 0, 0, 0.25) inset;
}
.b-lang-switcher-header .e-lang-switcher:after {
  display: none;
}
.b-lang-switcher-header .e-lang-switcher .ico-lang {
  left: -28px;
  margin-top: -6px;
  position: absolute;
  top: 50%;
}
.b-lang-switcher-header.open .dropdown-menu {
  left: -39px;
  right: -2px;
  width: auto;
}
.b-lang-switcher-header.open .dropdown-menu a {
  padding: 5px 8px 5px 45px;
  position: relative;
}
.ico-lang {
  width: 19px;
  height: 12px;
  left: 10px;
  margin-top: -6px;
  position: absolute;
  top: 50%;
}
.ico-ru {
  background-position: -80px 0;
}
.ico-en {
  background-position: -112px 0;
}
.ico-br {
  background-position: -144px 0;
}
.ico-ch {
  background-position: -168px 0;
}
/* /header */
.top-sys {
  padding-bottom: 0;
}
.pay-sys {
  background: #f7f7f7;
  color: #819092;
  text-align: center;
  border-top: 3px solid #8f7f56;
  box-shadow: 3px 3px rgba(0, 0, 0, 0.25), 5px 5px 9px rgba(0, 0, 0, 0.55);
}
.pay-sys.pay-sys-others-head {
  background: transparent;
  border-top: 0;
  box-shadow: none;
}
.pay-sys.active .bg-active-caret {
  border-top-color: #fff;
}
@media only screen and (max-width: 480px) {
  .pay-sys {
    height: 120px;
  }
  .pay-sys-cell {
    height: 100%;
  }
}
.pay-sys-logo {
  display: block;
  margin: auto auto 11px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0;
  height: 50px;
  width: auto;
}
.pay-sys-title {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  text-align: center;
  vertical-align: top;
  font-family: "Ubuntu", "Myriad Pro", "Segoe UI", Arial, sans-serif;
}
.pay-sys-others-title {
  border: 0;
  color: #014c59;
  font-size: 1.5em;
  font-weight: 400;
}
@media only screen and (max-width: 480px) {
  .pay-sys-others-title {
    border-bottom: 1px dashed;
  }
  .more {
    display: none;
  }
}
/** .other-sys**/
.others-sys {
  background: #dfe5e6;
  -webkit-box-shadow: 0 3px 2px  rgba(0,0,0,.1) inset, 0 3px 2px rgba(0,0,0,.25);
  -moz-box-shadow: 0 3px 2px  rgba(0,0,0,.1) inset, 0 3px 2px rgba(0,0,0,.25);
  box-shadow: 0 3px 2px  rgba(0,0,0,.1) inset, 0 3px 2px rgba(0,0,0,.25);
  margin-top: 2em;
}
.others-sys .payment-form-wrap {
  background: transparent;
  padding: 0;
}
/** /.other-sys**/
.other-pay-sys,
.other-pay-sys:hover {
  background: #ffffff;
  border: 0;
  color: #757575;
  font-size: 1.1em;
  height: 2.1em;
  line-height: 2em;
  padding: .7em 10px .7em 20px;
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,.33);
  -moz-box-shadow: 0 0 3px rgba(0,0,0,.33);
  box-shadow: 0 0 3px rgba(0,0,0,.33);
}
.other-pay-sys.active,
.other-pay-sys:hover.active {
  background: #ffffff;
  color: #757575;
  font-weight: 400;
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,.33);
  -moz-box-shadow: 0 0 3px rgba(0,0,0,.33);
  box-shadow: 0 0 3px rgba(0,0,0,.33);
}
.other-pay-sys-logo {
  height: 2.1em;
  max-height: none;
  padding: 0;
}
@media only screen and (max-width: 480px) {
  .other-pay-sys {
    display: none;
  }
  .open .other-pay-sys {
    display: block;
  }
}
/* form */
.payment-form-wrap {
  background: transparent;
  padding-top: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.payment-form {
  background: #a2bec5;
  padding-bottom: 1.5em;
  width: auto;
}
.payment-form.m-white {
  background: #fff;
}
.payment-content-wrap {
  margin: auto;
  width: 55%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 720px) {
  .payment-content-wrap {
    padding-left: 1em;
    padding-right: 1em;
    width: auto;
  }
}
.payment-form-title-wrap {
  background: #7597a0;
  position: relative;
}
.payment-form-title {
  color: #fff;
  font: 18px "Ubuntu Light", "Ubuntu", "Myriad Pro", "Segoe UI", Arial, sans-serif;
  line-height: 1.9em;
  padding-top: .5em;
  padding-bottom: .5em;
  padding-right: 50px;
}
.payment-form-title + .payment-form-subtitle {
  font-size: 15px;
  margin-top: -1em;
  padding-bottom: 9px;
}
.form-close {
  background: #bbc7ca;
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  border-radius: 5em;
  -webkit-box-shadow: 0 2px 2px #3c6d80 inset;
  -moz-box-shadow: 0 2px 2px #3c6d80 inset;
  box-shadow: 0 2px 2px #3c6d80 inset;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  right: 17px;
  top: 10px;
}
.text-field {
  border-color: #7597a0;
  border-style: solid;
  /*border-style: ridge;*/
}
.btn {
  border: 0;
  border-bottom: 3px solid #a42d1c;
  display: inline-block;
  font: 20px "Ubuntu Light", "Ubuntu", "Myriad Pro", "Segoe UI", Arial, sans-serif;
  padding-left: 2em;
  padding-right: 2em;
  padding: 7px 31px 11px;
  text-shadow: -1px -1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 15px 20px -10px #000000;
  -moz-box-shadow: 0 15px 20px -10px #000000;
  box-shadow: 0 15px 20px -10px #000000;
  background-color: #e97d20;
  background-image: -moz-linear-gradient(top, #f7931e, #d55d22);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f7931e), to(#d55d22));
  background-image: -webkit-linear-gradient(top, #f7931e, #d55d22);
  background-image: -o-linear-gradient(top, #f7931e, #d55d22);
  background-image: linear-gradient(to bottom, #f7931e, #d55d22);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff7931e', endColorstr='#ffd55d22', GradientType=0);
  width: auto;
}
.btn:hover {
  border-bottom-color: #a42d1c;
  -webkit-box-shadow: 0 5px 20px -6px #000;
  -moz-box-shadow: 0 5px 20px -6px #000;
  box-shadow: 0 5px 20px -6px #000;
  background-position: 0 -10px;
  background-color: #d55d22;
  color: #fff;
}
.payment-feat-form > li {
  padding: 0;
}
.payment-feat-form > li:before {
  display: none;
}
.feat-label-form {
  color: #3c6d80;
}
/* /form */
.more {
  background: #dfe5e6;
  background: url("../i/open.png") 0 100% no-repeat;
  border: 0;
  font: 18px "Ubuntu Light", "Ubuntu", "Myriad Pro", "Segoe UI", Arial, sans-serif;
  min-width: inherit;
  margin-bottom: -1.5em;
  padding: 0 1em 1.5em 3.6em;
  position: relative;
  top: .1em;
}
.more > .round-caret {
  left: 1.5em;
  position: absolute;
  top: -0.1em;
}
.more.open > .round-caret:before {
  border-color: transparent transparent #fff;
  margin-top: -6px;
}
.more:after {
  background: url("../i/open.png") 100% 100% no-repeat;
  border: 0;
  bottom: 0;
  height: 100%;
  left: 100%;
  margin: 0;
  position: absolute;
  top: auto;
  width: 25px;
}
.open .more:after {
  border: 0;
  margin: 0;
  top: auto;
}
.more > b {
  font-weight: normal;
}
.round-sign {
  display: inline-block;
  font-size: 16px;
  line-height: 32px;
  position: relative;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.round-caret {
  background: #bbc7ca;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 1.75em;
  height: 1.75em;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  border-radius: 5em;
  -webkit-box-shadow: 0 2px 2px #3c6d80 inset;
  -moz-box-shadow: 0 2px 2px #3c6d80 inset;
  box-shadow: 0 2px 2px #3c6d80 inset;
}
.round-caret:before {
  border: 4px solid;
  border-color: #fff transparent transparent;
  content: '';
  display: block;
  left: 50%;
  margin: -2px 0 0 -4px;
  position: absolute;
  top: 50%;
}
/*footer*/
.main-footer {
  background-color: #4d7178;
  background-image: -webkit-gradient(left, linear, 0 0, 0 100%, from(#3c6d80), color-stop(75%, #3c6d80), to(#8f7f56));
  background-image: -webkit-linear-gradient(left, #3c6d80, #3c6d80 75%, #8f7f56);
  background-image: -moz-linear-gradient(left, #3c6d80, #3c6d80 75%, #8f7f56);
  background-image: -o-linear-gradient(left, #3c6d80, #3c6d80 75%, #8f7f56);
  background-image: linear-gradient(to right, #3c6d80, #3c6d80 75%, #8f7f56);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c6d80', endColorstr='#ff8f7f56', GradientType=0);
  color: #9fc7d2;
  position: static;
}
.main-footer .ico-lang {
  position: static;
}
.b-contacts {
  padding-top: 2em;
  margin-left: 26px;
}
.b-contacts a.email {
  color: #9fc7d2;
}
.modal {
  border: 0;
  left: 50%;
  /* margin-left: -280px; */
  margin-left: -25%;
  position: absolute;
  /* width: 560px; */
  width: 50%;
  overflow-x: hidden;
}
@media only screen and (max-width: 580px) {
  .modal {
    margin-left: -48%;
    width: 96%;
  }
}
@media only screen and (max-width: 470px) {
  .modal {
    margin-left: -48%;
    width: 96%;
  }
}
.modal-header,
.modal-body,
.modal-footer {
  padding-left: 29px;
  padding-right: 26px;
}
.modal-header {
  padding-right: 66px;
}
.modal-header h3 {
  color: #3c6d80;
  font: 24px "Ubuntu Light", "Ubuntu", "Myriad Pro", "Segoe UI", Arial, sans-serif;
  margin-top: 2px;
}
.modal-body {
  color: #808d8d;
  font-size: 1.25em;
}
.m-contacts-modal-footer {
  margin-top: 2em;
}
.modal-lang-switcher {
  left: 17px;
  top: 13px;
}
.modal-lang-switcher .ico-lang {
  position: static;
}
.payment-details-wrap {
  background: #e2e8e8;
  color: #3c6d80;
  margin-bottom: 2em;
  padding: 20px 26px 20px 29px;
}
.payment-details-caption {
  margin-top: 0;
}
.payment-details th {
  font-weight: 400;
}
.payment-details td {
  font-weight: 700;
}
.payment-more-details {
  font-size: .875em;
}
.payment-more-details-achtung {
  font: 20px "Ubuntu Light", "Ubuntu", "Myriad Pro", "Segoe UI", Arial, sans-serif;
  padding-left: 52px;
}
.payment-more-details-achtung .achtung-sign {
  margin-left: -52px;
}
.payment-more-details-list {
  margin-left: 20px;
}
.achtung-sign {
  color: #ffffff;
  font-size: 22px;
  text-align: center;
  background-color: #e97d20;
  background-image: -moz-linear-gradient(top, #f7931e, #d55d22);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f7931e), to(#d55d22));
  background-image: -webkit-linear-gradient(top, #f7931e, #d55d22);
  background-image: -o-linear-gradient(top, #f7931e, #d55d22);
  background-image: linear-gradient(to bottom, #f7931e, #d55d22);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff7931e', endColorstr='#ffd55d22', GradientType=0);
}
#top-section > h2 {
  text-align: center;
}
.kom-shadow {
  -webkit-box-shadow: 0 15px 20px -10px #000000;
  -moz-box-shadow: 0 15px 20px -10px #000000;
  box-shadow: 0 15px 20px -10px #000000;
}
.brand-logo-incompletePayment {
  width: 200px;
  height: 100px;
}
/* v3 */
