

.datepicker {
  top: 0;
  left: 0;
  padding: 4px;
  margin-top: 1px;
  border-radius: 4px;
  /*.dow {
    border-top: 1px solid #ddd !important;
  }*/
}

.datepicker:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}

.datepicker:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px;
}

.datepicker > div {
  display: none;
}

.datepicker table {
  width: 100%;
  margin: 0;
}

.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
}

.datepicker td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}

.datepicker td.day.disabled {
  color: #eeeeee;
}

.datepicker td.old,
.datepicker td.new {
  color: #999999;
}

.datepicker td.active,
.datepicker td.active:hover {
  color: #ffffff;
  background-color: #006dcc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0088cc), to(#0044cc));
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff0088cc", endColorstr="#ff0044cc", GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker td.active:hover,
.datepicker td.active:hover:hover,
.datepicker td.active:focus,
.datepicker td.active:hover:focus,
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active,
.datepicker td.active.disabled,
.datepicker td.active:hover.disabled,
.datepicker td.active[disabled],
.datepicker td.active:hover[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}

.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active {
  background-color: #003399 \9;
}

.datepicker td span {
  display: block;
  width: 47px;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 2px;
  cursor: pointer;
  border-radius: 4px;
}

.datepicker td span:hover {
  background: #eeeeee;
}

.datepicker td span.active {
  color: #ffffff;
  background-color: #006dcc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0088cc), to(#0044cc));
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff0088cc", endColorstr="#ff0044cc", GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker td span.active:hover,
.datepicker td span.active:focus,
.datepicker td span.active:active,
.datepicker td span.active.active,
.datepicker td span.active.disabled,
.datepicker td span.active[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}

.datepicker td span.active:active,
.datepicker td span.active.active {
  background-color: #003399 \9;
}

.datepicker td span.old {
  color: #999999;
}

.datepicker th.switch {
  width: 145px;
}

.datepicker th.next,
.datepicker th.prev {
  font-size: 21px;
}

.datepicker thead tr:first-child th {
  cursor: pointer;
}

.datepicker thead tr:first-child th:hover {
  background: #eeeeee;
}

.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}

.dropdown-menu {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  display: none;
  float: left;
  left: 0;
  list-style: none outside none;
  margin: 2px 0 0;
  min-width: 160px;
  padding: 5px 0;
  position: absolute;
  top: 100%;
  z-index: 1000;
}

.dow {
  padding: 3px 5px;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer,
.fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url(.images/fancybox_sprite.png?783d4031fe50c3d83c960911e1fbc705);
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(./images/fancybox_loading.gif?328cc0f6c78211485058d460e80f4fa8) center center no-repeat;
}

.fancybox-close {
  width: 12px;
  height: 12px;
  background: url(./images/close.png?12cd5f7e603203f6613c8247c4137d02) 0 0 no-repeat;
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(./images/blank.gif?325472601571f31e1bf00674c368d335);
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(./images/fancybox_overlay.png?77aeaa52715b898b73c74d68c630330e);
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url(./images/fancybox_sprite@2x.png?ed9970ce22242421e66ff150aa97fe5f);
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }

  #fancybox-loading div {
    background-image: url(./images/fancybox_loading@2x.gif?f92938639fa894a0e8ded1c3368abe98);
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}

.refLink {
  opacity: 0;
  position: absolute;
  top: 99999;
}

.cursRef {
  cursor: pointer;
  width: 20px;
  height: 20x;
}

.userBtn {
  margin: 3px;
  width: 100px;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

li {
  list-style: none;
}

table {
  border-collapse: collapse;
}

a img {
  border: none;
}

.clr {
  overflow: hidden;
}

.clr2 {
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.invisible {
  display: none;
}

.tright {
  text-align: right !important;
}

.tleft {
  text-align: left !important;
}

.tcenter {
  text-align: center !important;
}

.italic {
  font-style: italic !important;
}

.vtop {
  vertical-align: top !important;
}

.relative {
  position: relative;
}

.hidden {
  display: none;
}

p {
  margin: 0 0 35px;
}

textarea:focus,
input:focus {
  outline: none;
}

textarea {
  resize: none;
}

* html .clearfix {
  height: 1%;
  overflow: visible;
}

* + html .clearfix {
  min-height: 1%;
}

.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  background: #fff;
  color: #000;
}

.wrapper {
  width: 940px;
  margin: auto;
}

.header-left {
  float: left;
  width: 705px;
}

.logo-link {
  display: block;
  float: left;
}

header {
  padding: 20px 0;
}

header nav {
  margin: 18px 0 0 245px;
}

header nav li {
  float: left;
  list-style: none;
}

header nav a {
  display: block;
  color: #635a5a;
  font-size: 14px;
  font-weight: 600;
  padding: 7px 10px;
  text-decoration: none;
  line-height: 1;
}

header nav a:hover,
header nav a:focus {
  color: #fff;
  background-color: #eeece4;
  border-radius: 2px;
}

header nav .current a {
  color: #b3b3b3;
}

.header-right {
  float: right;
  padding-top: 23px;
}

.language {
  height: 15px;
  margin-top: 29px;
  padding-right: 13px;
  position: absolute;
  width: 18px;
}

.language ul {
  display: block;
  position: absolute;
  right: -86px;
  width: 195px;
  z-index: 2;
}

.language:hover,
.language:focus {
  height: auto;
  overflow: visible;
}

.language img {
  display: block;
  border: solid 1px #ddd;
}

.language li {
  display: block;
  float: left;
  padding-right: 5px;
}

header .phone {
  font-weight: 600;
  font-size: 18px;
  color: #635a5a;
  float: right;
  line-height: 1;
}

.message-line {
  background: #ffe38c;
  font-weight: 600;
  font-size: 11px;
  line-height: 18px;
  text-transform: uppercase;
}

.message-line span {
  color: #da372b;
  font-weight: 700;
}

.message-text {
  margin-right: 120px;
  padding: 7px 0;
}

.message-more {
  display: block;
  float: right;
  color: #3374b7;
  padding: 7px;
  position: relative;
  right: -7px;
  text-decoration: none;
}

.message-more:hover,
.message-more:focus {
  color: #fff;
  background-color: #3374b7;
}

.page-content-nobg {
  padding-top: 25px;
}

.page-content {
	  width: 940px;
  margin: auto;
  background: url("./img/gradient_large.png") center top no-repeat;
}

.water-sign {
	  width: 940px;
  margin: auto;
  background: url("./img/water_large.png") center top no-repeat;
  padding-top: 25px;
}

.main-info {
  background: url("./img/stamp.png") left center no-repeat;
  padding: 10px 0 10px 350px;
  min-height: 310px;
  margin-bottom: 20px;
}

.certified-partner {
  font-size: 16px;
  line-height: 18px;
  background: url("./img/certif_partner.png") 0 0 no-repeat;
  padding: 10px 0 15px 55px;
  font-weight: 600;
  margin-bottom: 10px;
}

.info-title {
  font-size: 48px;
  line-height: 52px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.info-item {
  float: left;
  width: 170px;
  padding: 12px 60px 12px 65px;
  font-size: 14px;
  line-height: 20px;
  background: url("./img/icon_auto.png") left center no-repeat;
  font-weight: 600;
}

.info-item.money {
  background-image: url("./img/icon_money.png");
}

.info-item.quick {
  background-image: url("./img/icon_quick.png");
}

.info-item.support {
  background-image: url("./img/icon_support.png");
}

.shadow {
  position: relative;
  left: 0;
  box-shadow: 1em 1em 25px rgba(122, 122, 122, 0.6);
  margin-bottom: 50px;
}

.bill {
  background-color: #eeece4;
  border: solid 3px #9ca183;
  width: 912px;
  padding: 11px;
}

.bill-inner {
  border: solid 1px #9ca183;
}

.bill-left {
  float: left;
  width: 700px;
  padding: 20px 25px;
  border-right: solid 1px #9ca183;
}

.currency-choice {
  background: url("./img/arrow_green.png") center no-repeat;
  margin-bottom: 20px;
}

.bill input {
  border: solid 1px #9ca183;
  background-color: #fff;
  padding: 8px 40px 8px 15px;
  color: #000;
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
}

.bill textarea {
  border: solid 1px #9ca183;
  background-color: #fff;
  padding: 8px 15px;
  color: #000;
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
  font-family: "Open Sans", sans-serif;
  height: 170px;
  margin-bottom: 20px;
}

.bill input:disabled {
  background: transparent;
  color: #9ca183;
}

.long-block input:disabled {
  color: #000;
}

.short-block {
  float: left;
  width: 155px;
  position: relative;
}

.short-block + .short-block {
  margin-left: 15px;
}

.short-block input {
  width: 100px;
}

.long-block input {
  width: 270px;
}

.bill .label {
  color: #9ca183;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
}

.long-block {
  width: 325px;
  position: relative;
}

.currency-letter {
  position: absolute;
  right: 12px;
  top: 15px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  color: #9ca183;
}

.select-arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 50px;
  background: url("./img/arrow_select.png") center no-repeat;
  z-index: 30;
  cursor: pointer;
}

.select {
  background: #fff;
  border: solid 1px #9ca183;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  z-index: 20;
}

.currency-list {
  position: absolute;
  display: none;
  border: solid 1px #9ca183;
  background: #fff;
  width: 100%;
  left: -1px;
}

/*
.select:hover .currency-list {
  display: block;
}
*/

.select a {
  display: block;
  overflow: hidden;
  padding: 12px 15px 12px 60px;
  position: relative;
  text-decoration: none;
  color: #9ca183;
}

.currency-list a:hover {
  background: #fefbf1;
}

.select a .icon {
  position: absolute;
  width: 45px;
  border-right: solid 1px #eeece4;
  min-height: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("./img/currency_white.png") center -433px no-repeat;
}

.select a .icon.PM {
  background: url("./img/icon_currency.png") center 15px no-repeat;
}

.select a .icon.RUB {
  background: url("./img/currency_white.png") center 17px no-repeat;
}

.select a .icon.UAH {
  background: url("./img/currency_white.png") center -176px no-repeat;
}

.select a .icon.USD {
  background: url("./img/currency_white.png") center -54px no-repeat;
}

.select a .icon.BYR {
  background: url("./img/currency_white.png") center -243px no-repeat;
}

.select a .icon.EUR {
  background: url("./img/currency_white.png") center -116px no-repeat;
}

.select a .icon.WMZ,
.select a .icon.WMR {
  background: url("./img/currency_white.png") center -305px no-repeat;
}

.select a .icon.WU {
  background: url("./img/currency_white.png") center -362px no-repeat;
}

.submit {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  background: #4b8e30;
  padding: 15px 20px;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}

.submit:hover {
  background: #3374b7;
}

.bill-right {
  margin-left: 752px;
  padding: 15px 20px 15px;
  font-weight: 600;
  color: #9ca183;
  font-size: 18px;
}

.reserve {
  margin-top: 10px;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}

.reserve li {
  padding: 3px 0 3px 25px;
  background: url("./img/icon_currency.png") 0 -506px no-repeat;
  margin-bottom: 12px;
}

.reserve li.PM {
  background-position: 0 0px;
}

.reserve li.UAH {
  background-position: 0 -258px;
}

.reserve li.USD {
  background-position: 0 -120px;
}

.reserve li.RUB {
  background-position: 0 -63px;
}

.reserve li.EUR {
  background-position: 0 -183px;
}

.reserve li.BYR {
  background-position: 0 -325px;
}

.reserve li.WMZ,
.reserve li.WMR {
  background-position: 0 -386px;
}

.reserve li.WU {
  background-position: 0 -446px;
}

h3 {
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 25px;
}

h1 {
  font-size: 50px;
  line-height: 1.2;
  margin-bottom: 30px;
}

h2 {
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 35px;
}

p.intro {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 30px;
}

.they-say {
  position: relative;
  top: -20px;
}

.they-say h3 {
  text-align: center;
  text-transform: uppercase;
}

.quote-column {
  float: left;
  width: 200px;
  color: #666;
  font-size: 14px;
  line-height: 18px;
}

.quote-column .author {
  color: #999;
  font-size: 12px;
  line-height: 14px;
  padding-left: 40px;
  background: url("./img/icon_people.png") left center no-repeat;
  height: 30px;
  margin-bottom: 20px;
}

.quote-column p {
  margin-bottom: 20px;
}

.quote-column + .quote-column {
  margin-left: 30px;
}

.green-line {
  background: #4b8e30;
  padding: 25px 0;
  margin-bottom: 60px;
}

.green-line h3 {
  color: #fff;
  margin-bottom: 0;
  float: left;
  width: 600px;
}

.to-write {
  float: right;
  margin-top: 15px;
  padding: 10px 20px;
  background: #eeece4;
  color: #4b8e30;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
}

.to-write:hover {
  background: #ffe38c;
}

.title-50 {
  font-size: 50px;
  margin-bottom: 30px;
  line-height: 60px;
}

p + h3 {
  margin-top: 60px;
}

footer {
  width: 940px;
  margin: auto;
  background: #eeece4;
  padding: 45px 0 15px;
  margin-top: 50px;
  font-size: 12px;
  line-height: 18px;
  color: #635a5a;
}

.footer-logo {
  float: left;
  margin-right: 30px;
}

.footer-about {
  float: left;
  width: 200px;
  margin-right: 85px;
}

footer p {
  margin-bottom: 15px;
}

.footer-menu {
  float: left;
  width: 165px;
  margin-right: 20px;
}

.footer-menu li {
  margin-bottom: 10px;
}

.footer-menu a,
.footer-phone a {
  text-decoration: none;
  color: #635a5a;
}

.footer-menu a:hover,
.footer-phone a:hover {
  text-decoration: underline;
}

.footer-phone {
  margin-right: 85px;
  float: left;
  width: 470px;
}

.footer-soc {
  float: right;
}

.footer-soc a {
  display: block;
  float: right;
  width: 22px;
  height: 22px;
  background: url("./img/icon_soc.png") 0 0 no-repeat;
  margin-left: 5px;
}

.footer-soc a.fb {
  background-position: -27px 0;
}

.footer-soc a.vk {
  background-position: right 0;
}

ul.text-ul > li {
  background: url("./img/circle_small.png") 0 3px no-repeat;
  padding-left: 30px;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 35px;
}

ol.text-ol {
  counter-reset: item;
  list-style-type: none;
  font-size: 16px;
  line-height: 1.2;
}

ol.text-ol > li {
  display: block;
  margin-bottom: 30px;
}

ol.text-ol > li:before {
  content: counter(item) " ";
  counter-increment: item;
  color: #fff;
  background: #9ca183 url("./img/circle_big.png") 0 0 no-repeat;
  width: 27px;
  line-height: 27px;
  height: 27px;
  text-align: center;
  display: inline-block;
  margin-right: 15px;
}

li li {
  margin: 35px 0 0 40px;
}

.narrow-bill {
  width: 445px;
}

.bill-inner-content {
  padding: 20px 30px 30px;
  position: relative;
}

.bill-inner-error {
  padding: 20px 30px 30px;
  position: relative;
}

.bill-inner-content input {
  padding-right: 15px;
  width: 350px;
  margin-bottom: 10px;
}

.bill-inner-content textarea {
  width: 350px;
}

.bill input.error {
  border-color: #d84c4c;
}

.bill-ok {
  background: url("./img/circle_ok.png") 25px center no-repeat;
  padding: 55px 40px 40px 185px;
  position: relative;
}

.bill-ok h3 {
  font-weight: 600;
  text-transform: uppercase;
}

a.close {
  width: 12px;
  height: 12px;
  background: url("./img/close.png") 0 0 no-repeat;
  position: absolute;
  right: 15px;
  top: 15px;
}

#cash_warning {
  padding: 5px;
}

#auto {
  display: none;
}

.change-form-button {
  height: 36px;
  margin-right: 20px;
  background: #4b8e30;
  border: none;
  outline: none;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  color: #eeece4;
  cursor: pointer;
}

#change-form-button {
  background: #ffc923;
  width: auto;
  font-size: 18px;
  cursor: pointer;
}

.formElement {
  line-height: 1.3;
}

.titleForm {
  text-align: center;
  margin-bottom: 0;
}

.error-later {
  margin: 50px;
}

.justifyAlign {
  text-align: justify;
  font-size: 16px;
  padding: 0 20px;
  box-sizing: border-box;
  color: #272727;
  font-family: "Proxima Nova Lt";
}

.formTitle {
  font-size: 34px;
  font-weight: 600;
  text-align: center;
}

.formSubTitle {
  margin: 0 20px;
  font-size: 16px;
  color: #272727;
  font-family: "Proxima Nova Lt";
}


/*
     FILE ARCHIVED ON 16:03:42 Mar 15, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 15:21:39 Oct 16, 2024.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.968
  exclusion.robots: 0.042
  exclusion.robots.policy: 0.025
  esindex: 0.015
  cdx.remote: 16.998
  LoadShardBlock: 116.027 (3)
  PetaboxLoader3.datanode: 109.815 (5)
  load_resource: 97.759
  PetaboxLoader3.resolve: 50.936
  loaddict: 24.225
*/