﻿* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
select::-ms-expand {
  display: none;
}
html {
  font-size: 1px;
  width: 100%;
}
body {
  font-size: 12rem;
  font-family: arial, sans-serif;
  font-weight: normal;
  line-height: 18rem;
  color: #3d3d3d;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
}
.main {
  margin: 0 auto;
  max-width: 648rem;
}
h1 {
  font-size: 24rem;
  margin: 0 0 18rem 0;
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
}
.header {
  padding: 18rem 0 6rem 0;
  border-bottom: 1px solid rgba(77, 56, 57, 0.16);
}
.header .header-logo {
  min-height: 42rem;
}
.payment .payment-header {
  padding: 18rem 0 0 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.payment .payment-title {
  line-height: 24rem;
  text-align: left;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 1 75%;
  -ms-flex: 0 1 75%;
  flex: 0 1 75%;
}
.payment .lang {
  min-width: 60rem;
  max-width: 72rem;
  height: 30rem;
  position: relative;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.payment .lang .lang-container {
  position: relative;
  border: 1px solid rgba(114, 114, 114, 0.27);
  border-top: 1px solid rgba(0, 0, 0, 0.27);
  height: 30rem;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0 1px 0 0 #ebebeb inset;
  -moz-box-shadow: 0 1px 0 0 #ebebeb inset;
  box-shadow: 0 1px 0 0 #ebebeb inset;
  -webkit-border-radius: 3rem;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3rem;
  -moz-background-clip: padding;
  border-radius: 3rem;
  background-clip: padding-box;
}
.payment .lang .lang-container.state-open {
  border-color: rgba(0, 0, 0, 0.27);
}
.payment .lang .lang-container:hover {
  border: 1px solid rgba(7, 91, 186, 0.5);
}
.payment .lang .lang-container:hover .lang-select-button {
  opacity: 1;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.payment .lang .lang-select-button {
  width: 30rem;
  height: 30rem;
  background: url('../img/arrow-down.png') 50% 50% no-repeat;
  cursor: pointer;
  opacity: .72;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.payment .lang .lang-match {
  min-width: 50%;
  text-align: left;
  padding-left: 6rem;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
.payment .lang .lang-match .lang-name {
  display: none;
}
.payment .lang .lang-match .flag {
  display: inline-block;
  vertical-align: middle;
}
.payment .lang .lang-select {
  border: 1px solid #075bba;
  width: 108rem;
  position: absolute;
  right: 0;
  top: 33rem;
  background: #fff;
  z-index: 1;
  -webkit-box-shadow: 0 0 3rem 0 rgba(0, 0, 0, 0.32);
  -moz-box-shadow: 0 0 3rem 0 rgba(0, 0, 0, 0.32);
  box-shadow: 0 0 3rem 0 rgba(0, 0, 0, 0.32);
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
.payment .lang .lang-select .lang-match {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.payment .lang .lang-select .lang-list {
  list-style-type: none;
  display: block;
  margin: 0;
  padding: 3rem 0;
}
.payment .lang .lang-select .lang-item {
  padding: 0 6rem;
  line-height: 30rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
  cursor: pointer;
  margin: 0;
}
.payment .lang .lang-select .lang-item .flag {
  margin: 0 3rem 0 0;
  width: 24px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
}
.payment .lang .lang-select .lang-item .flag-name {
  line-height: 18rem;
  vertical-align: middle;
}
.payment .lang .lang-select .lang-item.state-selected {
  color: #fff;
  background: #075bba;
}
.payment .lang .lang-select .lang-item:hover {
  color: #fff;
  background: #075bba;
}
.payment .lang .lang-select .lang-item:last-child {
  border-bottom: none;
}
.payment .lang .flag {
  width: 24px;
  height: 19px;
}
.payment .lang .flag.flag-ru {
  background: url(../img/flags.png) -336px -267px no-repeat;
}
.payment .lang .flag.flag-en {
  background: url(../img/flags.png) -288px -99px no-repeat;
}
.logo-alfa {
  width: 141px;
  height: 42px;
  background: url('../img/logo-alfa.png') no-repeat;
  display: inline-block;
}
.logo-alfa-latin {
  width: 118px;
  height: 42px;
  background: url('../img/logo-alfa-latin.png') no-repeat;
  display: inline-block;
}
.payment-info .payment-description {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.payment-info .payment-description .title {
  font-size: 16.5rem;
  line-height: 18rem;
  width: 156rem;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.payment-info .payment-description .detail {
  font-size: 12rem;
  line-height: 18rem;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 0 50%;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
}
.payment-info .payment-number {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  margin: 18rem 0 0 0;
}
.payment-info .payment-number .title {
  font-size: 16.5rem;
  line-height: 18rem;
  width: 156rem;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.payment-info .payment-number .detail {
  font-size: 12rem;
  line-height: 21rem;
  color: #020100;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 0 50%;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
}
.payment-info .payment-amount {
  margin: 18rem 0 0 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.payment-info .payment-amount .title {
  font-size: 16.5rem;
  line-height: 18rem;
  width: 156rem;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.payment-info .payment-amount .detail {
  font-size: 12rem;
  line-height: 18rem;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.payment-info .payment-amount .detail .price {
  font-size: 21rem;
  line-height: 21rem;
  color: #020100;
}
.payment-info .payment-timer {
  margin: 24rem 0 0 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.payment-info .payment-timer .title {
  font-size: 12rem;
  line-height: 18rem;
  font-weight: bold;
  padding: 0 9rem 0 0;
  margin: 3rem 0 0 0;
  color: #e46e00;
}
.payment-info .payment-timer .detail {
  font-size: 12rem;
  line-height: 18rem;
}
.payment-info .payment-timer .detail .timer-container {
  font-size: 15rem;
  line-height: 24rem;
  color: #fff;
  background: #e46e00;
  padding: 0 9rem;
  display: inline-block;
  -webkit-border-radius: 6rem;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 6rem;
  -moz-background-clip: padding;
  border-radius: 6rem;
  background-clip: padding-box;
}
.payment-form {
  margin: 12rem 0 0 0;
}
.payment-form .payment-data-form {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.payment-form .payment-data-form .card {
  padding: 24rem;
  max-width: 282rem;
  min-height: 201rem;
  background: #ededed;
  border: 1px solid rgba(114, 114, 114, 0.27);
  position: relative;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 282rem;
  -ms-flex: 0 0 282rem;
  flex: 0 0 282rem;
  -webkit-box-shadow: 0 0 0 1px #fcfcfc inset;
  -moz-box-shadow: 0 0 0 1px #fcfcfc inset;
  box-shadow: 0 0 0 1px #fcfcfc inset;
  -webkit-border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 10px;
  -moz-background-clip: padding;
  border-radius: 10px;
  background-clip: padding-box;
}
.payment-form .payment-data-form .card.card-face {
  margin: 0 6rem 6rem 0;
}
.payment-form .payment-data-form .card.card-face .field.type-cvv {
  display: none;
}
.payment-form .payment-data-form .card.card-back {
  position: relative;
  padding-top: 72rem;
  padding-bottom: 30rem;
  margin: 0 12rem 6rem 0;
}
.payment-form .payment-data-form .card.card-back:before {
  content: '';
  width: 100%;
  position: absolute;
  top: 17px;
  left: 0;
  height: 42px;
  background: #dddddd;
  -webkit-box-shadow: 1px 0px 0px 0px #fcfcfc inset, -1px 0px 0px 0px #fcfcfc inset;
  -moz-box-shadow: 1px 0px 0px 0px #fcfcfc inset, -1px 0px 0px 0px #fcfcfc inset;
  box-shadow: 1px 0px 0px 0px #fcfcfc inset, -1px 0px 0px 0px #fcfcfc inset;
}
.payment-form .payment-data-form .card.card-back .description {
  line-height: 15rem;
  color: rgba(61, 61, 61, 0.73);
}
.payment-form .payment-data-form .field {
  display: block;
  margin: 0 0 18rem 0;
}
.payment-form .payment-data-form .field .name {
  display: block;
  font-size: 12rem;
  line-height: 18rem;
  color: #3d3d3d;
  margin: 0 0 5px 0;
}
.payment-form .payment-data-form .field .error {
  display: none;
  margin: 3rem 0 0 0;
  font-size: 10.8rem;
  line-height: 12rem;
  color: #cc2d2d;
}
.payment-form .payment-data-form .field.type-cvv {
  text-align: right;
  margin: 0;
}
.payment-form .payment-data-form .field.type-cvv .input {
  width: 72rem;
  font-size: 13.5rem;
}
.payment-form .payment-data-form .field.type-cvv .description {
  margin: 6rem 0 0 0;
  display: block;
  font-size: 10.8rem;
  color: rgba(61, 61, 61, 0.63);
}
.payment-form .payment-data-form .field.type-cardholder {
  margin: 0;
}
.payment-form .payment-data-form .field.type-cardholder .input {
  text-transform: uppercase;
}
.payment-form .payment-data-form .field.type-cardnumber .input {
  font-size: 15rem;
}
.payment-form .payment-data-form .field.state-invalid .input {
  border: 1px solid #cc2d2d;
}
.payment-form .payment-data-form .field.state-invalid .select {
  border: 1px solid #cc2d2d;
}
.payment-form .payment-data-form .field.state-invalid .error {
  display: block;
}
.payment-form .payment-data-form .input {
  width: 100%;
  height: 30rem;
  margin: 0;
  padding: 0 9rem 0 9rem;
  color: #000;
  border: 1px solid rgba(114, 114, 114, 0.27);
  border-top: 1px solid rgba(0, 0, 0, 0.27);
  background-color: #fff;
  font-size: 13.5rem;
  line-height: 18rem;
  font-family: Verdana, Geneva, sans-serif;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-box-shadow: 0 1px 0 0 #ebebeb inset;
  -moz-box-shadow: 0 1px 0 0 #ebebeb inset;
  box-shadow: 0 1px 0 0 #ebebeb inset;
  -webkit-border-radius: 3rem;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3rem;
  -moz-background-clip: padding;
  border-radius: 3rem;
  background-clip: padding-box;
}
.payment-form .payment-data-form .input::-webkit-input-placeholder {
  color: rgba(61, 61, 61, 0.6);
}
.payment-form .payment-data-form .input:-moz-placeholder {
  color: rgba(61, 61, 61, 0.6);
}
.payment-form .payment-data-form .input::-moz-placeholder {
  color: rgba(61, 61, 61, 0.6);
}
.payment-form .payment-data-form .input:-ms-input-placeholder {
  color: rgba(61, 61, 61, 0.6);
}
.payment-form .payment-data-form .input:hover {
  border: 1px solid rgba(7, 91, 186, 0.5);
}
.payment-form .payment-data-form .input:focus {
  border-color: #075bba;
  outline: none;
}
.payment-form .payment-data-form .select {
  height: 30rem;
  margin: 0;
  min-width: 60rem;
  font-size: 13.5rem;
  border: 1px solid rgba(114, 114, 114, 0.27);
  border-top: 1px solid rgba(0, 0, 0, 0.27);
  background: transparent;
  padding: 0 0 0 9rem;
  text-overflow: '';
  color: #3d3d3d;
  font-family: Verdana, Geneva, sans-serif;
  line-height: 18rem;
  position: relative;
  -webkit-box-shadow: 0 1px 0 0 #ebebeb inset;
  -moz-box-shadow: 0 1px 0 0 #ebebeb inset;
  box-shadow: 0 1px 0 0 #ebebeb inset;
  -webkit-border-radius: 3rem;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3rem;
  -moz-background-clip: padding;
  border-radius: 3rem;
  background-clip: padding-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.payment-form .payment-data-form .select::-webkit-input-placeholder {
  color: rgba(61, 61, 61, 0.6);
}
.payment-form .payment-data-form .select:-moz-placeholder {
  color: rgba(61, 61, 61, 0.6);
}
.payment-form .payment-data-form .select::-moz-placeholder {
  color: rgba(61, 61, 61, 0.6);
}
.payment-form .payment-data-form .select:-ms-input-placeholder {
  color: rgba(61, 61, 61, 0.6);
}
.payment-form .payment-data-form .select:hover {
  border-color: #075bba;
  border: 1px solid rgba(7, 91, 186, 0.5);
}
.payment-form .payment-data-form .select:focus {
  border-color: #075bba;
  outline: none;
}
.payment-form .payment-data-form .select option {
  padding: 2px 0 2px 9rem;
}
.payment-form .payment-data-form .select option:hover {
  background: #075bba;
}
.payment-form .payment-data-form .select.select-year {
  min-width: 78rem;
}
.payment-form .payment-data-form .select-container {
  position: relative;
  display: inline-block;
  background: #fff;
  vertical-align: middle;
  -webkit-border-radius: 3rem;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3rem;
  -moz-background-clip: padding;
  border-radius: 3rem;
  background-clip: padding-box;
}
.payment-form .payment-data-form .select-container:before {
  content: '';
  position: absolute;
  display: block;
  background: url('../img/arrow-down.png') center center no-repeat;
  width: 30rem;
  height: 30rem;
  right: 0;
  opacity: .73;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.payment-form .payment-data-form .select-container:hover:before {
  opacity: 1;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.payment-form .payment-data-form .select-border {
  font-size: 16.5rem;
  color: rgba(61, 61, 61, 0.63);
  padding: 0 4px;
  vertical-align: middle;
}
.button {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  min-width: 150px;
  cursor: pointer;
  border: 1px solid #075bba;
  line-height: 24rem;
  font-size: 15rem;
  padding: 12rem 48rem;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 0 0 rgba(255, 255, 255, 0.42) inset;
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 0 0 rgba(255, 255, 255, 0.42) inset;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 0 0 rgba(255, 255, 255, 0.42) inset;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwNzViYmEiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFlODBlZiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(bottom, #075bba, #1e80ef);
  background-image: -moz-linear-gradient(bottom, #075bba, #1e80ef);
  background-image: -o-linear-gradient(bottom, #075bba, #1e80ef);
  background-image: linear-gradient(to top, #075bba, #1e80ef);
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
.button:hover {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwODZlZTEiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzIzODNlZiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(bottom, #086ee1, #2383ef);
  background-image: -moz-linear-gradient(bottom, #086ee1, #2383ef);
  background-image: -o-linear-gradient(bottom, #086ee1, #2383ef);
  background-image: linear-gradient(to top, #086ee1, #2383ef);
}
.payment-protection {
  padding: 0 0 12rem 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.payment-protection .information {
  position: relative;
  font-size: 10.8rem;
  line-height: 15rem;
}
.payment-protection .logotyps {
  padding: 9rem 0 0 0;
}

.error-info {
  display: none;
  margin: 12rem 12rem 12rem 0;
}
.error-info ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.error-info ul li {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  min-width: 150px;
  font-size: 12rem;
  line-height: 24rem;
  padding: 12rem 48rem;
  border: 1px solid #cc2d2d;
  margin: 0 0 6rem 0;
  cursor: default;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 0 0 rgba(255, 255, 255, 0.42) inset;
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 0 0 rgba(255, 255, 255, 0.42) inset;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 0 0 rgba(255, 255, 255, 0.42) inset;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNjYzJkMmQiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VmMzExZSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(bottom, #cc2d2d, #ef311e);
  background-image: -moz-linear-gradient(bottom, #cc2d2d, #ef311e);
  background-image: -o-linear-gradient(bottom, #cc2d2d, #ef311e);
  background-image: linear-gradient(to top, #cc2d2d, #ef311e);
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
.submit-container {
  margin: 12rem 0 0 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.footer {
  margin: 14rem 0 0 0;
  padding: 0 0 30rem 0;
  border-top: 1px solid rgba(77, 56, 57, 0.16);
}
.footer .logo {
  border-top: 1px solid rgba(77, 56, 57, 0.16);
  padding: 24rem 0 0 0;
}
.footer .logo .logo-tl:before {
  content: '';
  background: url('../img/logo-tl.png') no-repeat;
  width: 125px;
  height: 21px;
  display: inline-block;
}
.footer .logo .logo-tl-latin:before {
  content: '';
  background: url('../img/logo-tl-latin.png') no-repeat;
  width: 131px;
  height: 18px;
  display: inline-block;
}
@media screen and (max-width: 10000px) {
  html {
    font-size: 1.33333333px;
  }
  .main {
    padding: 0 24rem;
  }
}
@media screen and (max-width: 1079px) {
  html {
    font-size: 1.16666667px;
  }
  .main {
    padding: 0 24rem;
  }
}
@media screen and (max-width: 872px) {
  html {
    font-size: 1px;
  }
  .main {
    padding: 0 24rem;
  }
}
@media screen and (max-width: 479px) {
  html {
    font-size: 1.16666667px;
  }
  .main {
    padding: 0 12rem;
  }
  .header {
    padding: 12rem 0 3rem 0;
  }
  .payment h1.payment-title {
    font-size: 21rem;
    font-weight: bold;
    line-height: 21rem;
    font-family: Arial, sans-serif;
  }
  .payment .payment-header {
    padding-top: 9rem;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .payment .payment-title {
    margin: 24rem 0 18rem 0;
    max-width: 100%;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .payment .lang {
    height: 36rem;
    width: 100%;
    max-width: 100%;
    z-index: 1;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .payment .lang .lang-container {
    padding-left: 12rem;
    height: 36rem;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .payment .lang .lang-match {
    min-width: 0;
    padding-left: 0;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .payment .lang .lang-match .lang-name {
    display: inline;
  }
  .payment .lang .lang-match .flag {
    margin-right: 6rem;
  }
  .payment .lang .lang-select-button {
    height: 36rem;
    width: 36rem;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .payment .lang .lang-select {
    width: 100%;
    top: 39rem;
  }
  .payment .lang .lang-select .lang-item {
    height: 36rem;
    line-height: 36rem;
    padding-left: 12rem;
  }
  .payment .lang .lang-select .lang-item .flag {
    margin-right: 6rem;
  }
  .payment .lang:hover {
    background: #fff;
  }
  .payment-info .payment-description .title {
    width: 100%;
    margin-bottom: 6rem;
  }
  .payment-info .payment-number .title {
    width: auto;
    padding-right: 9rem;
  }
  .payment-info .payment-amount .title {
    width: auto;
    padding-right: 9rem;
  }
  .payment-info .payment-amount .detail .price {
    line-height: 21rem;
  }
  .payment-form .payment-data-form {
    background: #ededed;
    border: 1px solid rgba(114, 114, 114, 0.27);
    -webkit-box-shadow: 0 0 0 1px #fcfcfc inset;
    -moz-box-shadow: 0 0 0 1px #fcfcfc inset;
    box-shadow: 0 0 0 1px #fcfcfc inset;
    -webkit-border-radius: 10px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 10px;
    -moz-background-clip: padding;
    border-radius: 10px;
    background-clip: padding-box;
  }
  .payment-form .payment-data-form .card {
    background: transparent;
    border: none;
    min-height: 0;
    left: 0;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
  }
  .payment-form .payment-data-form .card.card-face {
    margin-right: 0;
    margin-bottom: 0;
    padding: 0;
    max-width: 100%;
  }
  .payment-form .payment-data-form .card.card-face .card-face-inner {
    padding: 24rem;
    padding-bottom: 0;
  }
  .payment-form .payment-data-form .card.card-back {
    padding-top: 0;
    padding-bottom: 24rem;
    margin: 0;
  }
  .payment-form .payment-data-form .card.card-back:before {
    display: none;
  }
  .payment-form .payment-data-form .card.card-back .field.type-cvv {
    display: block;
    text-align: left;
  }
  .payment-form .payment-data-form .card.card-back .field.type-cvv .input {
    min-width: 100rem;
    margin-right: 6rem;
  }
  .payment-form .payment-data-form .card.card-back .field.type-cvv .description {
    line-height: 15rem;
    display: block;
    vertical-align: top;
    margin: 3rem 0;
  }
  .payment-form .payment-data-form .field.type-cardholder {
    margin-bottom: 18rem;
  }
  .payment-form .payment-data-form .input {
    height: 36rem;
  }
  .payment-form .payment-data-form .select {
    height: 36rem;
  }
  .payment-form .payment-data-form .select-container {
    height: 36rem;
  }
  .payment-form .payment-data-form .select-container:before {
    height: 36rem;
  }
  .payment-protection .information {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 0 90%;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
  }
  .payment-protection .logotyps {
    padding: 9rem 0 0 0;
  }
  .error-info {
    margin: 12rem 0;
  }
  .button {
    height: 48rem;
    vertical-align: middle;
    font-weight: bold;
    margin: 12rem 0 0 0;
    width: 100%;
  }
  .submit-container {
    margin: 0;
  }
}

/*
    override alfabank "../../css/currency-font.css"
*/
.currency {
    position: static;
    top: 0;
    font-size: 20rem;
}

/*
cup - china union pay BUTTON
*/
.cup {
    margin-top: 12rem;
    background: #ededed;
    width: 100%;
    line-height: 50px;
}
.cup img {
    margin: 0 6px;
    vertical-align: middle;
}

a {
    color: #3276b1;
}
a.link {
    text-decoration: none;
    border-bottom: 1px solid #9ac1e2;
}