#orderNumber, #amount, #rawAmount, #description {
  font-family: Tahoma;
  font-size: 16px;
  color: #41403f;
}

#cards {
  width: 800px;
  margin-top: 15px;
  margin-right: 30px;
}

img.cards {
  /*background: url('../images/cards.png') no-repeat bottom; */
  width: 264px;
  height: 57px;
  margin: 0px 0px 0px 0px;
  padding: 0;
}

.visa_master {
  width: 193px;
  height: 70px;
  margin: 0;
  padding: 0;
  background: url('../images/visa_master.jpg') no-repeat;
}

.payment_submit {
  padding-top: 17px;
}

.payment_submit .button {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  padding: 7px 75px 5px 75px;
  cursor: pointer;
  color: #fff;
  border: 0;
  border-top: 1px solid #bebebe;
  border-bottom: 1px solid transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #16b43f;
  -webkit-box-shadow: 0 2px 6px #aaa, inset 0 1px 0px #27c8f2;
  -moz-box-shadow: 0 2px 6px #aaa, inset 0 1px 0px #27c8f2;
  box-shadow: 0 2px 6px #aaa, inset 0 1px 0px #16b43f;
}

.payment_submit .button:active {
  border-top-color: #116198;
  -webkit-box-shadow: inset 0 1px 4px #0f5788, 0 1px 0 #eee;
  -moz-box-shadow: inset 0 1px 4px #0f5788, 0 1px 0 #eee;
  box-shadow: inset 0 1px 4px #0f5788, 0 1px 0 #eee;
}

.payment_submit .button[disabled] {
  cursor: default;
  color: #e0e0e0;
  border-top-color: #cacaca;
  border-bottom-color: #aaa;
  background-color: #bebebe;
  -webkit-box-shadow: 0 2px 5px #bbb, inset 0 1px 0px #e1e1e1;
  -moz-box-shadow: 0 2px 5px #bbb, inset 0 1px 0px #e1e1e1;
  box-shadow: 0 2px 5px #bbb, inset 0 1px 0px #e1e1e1;
}

.img_card {
  width: 123px;
  height: 70px;
  margin: 0;
  padding: 0;
  border: 0;
  background: url('../images/card.png') no-repeat;
}

.text_form {
  font-family: Tahoma;
  font-size: 10pt;
  padding: 0px;
  text-align: left;
  color: #41403f;
}

#formPayment table tbody tr td input#iPAN_sub {
  border: 1px solid #000;
  /*цвет рамки*/
  border-radius: 3px;
  /*закругление углов (общее)*/
  -webkit-border-radius: 3px;
  /*/закругление углов (Google Chrome)*/
  -moz-border-radius: 3px;
  /*/закругление углов (FireFox)*/
  -khtml-border-radius: 3px;
  /*/закругление углов (Safari)*/
  background: #ffffff !important;
  /*/ желательно прописывать, так как в Chrome при сохранных данных оно может быть желтым*/
  outline: none;
  /*/ удаляет обводку в браузерах хром(желтая) и сафари(синяя)*/
  height: 24px;
  /*/ высота на свое усмотрение*/
  color: #000;
  /*/цвет шрифта в обычном состоянии*/
  font-family: Tahoma;
  /*/ Стиль шрифта*/
  text-transform: uppercase;
  width: 269px;
  margin: 0;
  padding: 3px 5px 5px 7px;
  text-transform: uppercase;
  background: url('../images/fon_input.png') no-repeat;
}

#formPayment table tbody tr.rbs_hidden td input {
  width: 84px;
  height: 22px;
  margin: 0;
  padding: 0;
  border: 0;
  background: url('../images/fon_input2.png') no-repeat;
}

#formPayment table tbody tr td select#month {
  width: 104px;
  height: 22px;
  margin: 0;
  padding: 2px 3px;
  text-align: center;
  border: 0;
  background: url('../images/fon_input2.png') no-repeat;
}

#formPayment table tbody tr td select#year {
  width: 65px;
  height: 22px;
  margin: 0;
  padding: 2px;
  text-align: center;
  border: 0;
  background: url('../images/fon_input2.png') no-repeat;
}

#formPayment table tbody tr td.col1 {
  height: 30px;
}

#indicator {
  text-align: center;
}

#numberCountdown {
  padding-left: 2px;
}

.clear {
  clear: both;
}

.login-invalid {
  float: left;
  width: 16px;
  height: 16px;
  margin-top: 4px;
  margin-left: 4px;
  background: url('../images/invalid.png') no-repeat;
}

.login-valid {
  float: left;
  width: 16px;
  height: 16px;
  margin-top: 4px;
  margin-left: 4px;
  background: url('../images/valid.png') no-repeat;
}

#spasibo_block .title {
  font-size: 13px;
  margin-top: 20px;
}

.spasibo-icon {
  position: relative;
  top: 7px;
  display: inline-block;
  width: 61px;
  height: 26px;
  margin: 0 5px;
  background-image: url('../images/spasibo.png');
}

.slider-wrapper {
  position: relative;
  overflow: hidden;
}

.spasibo-select {
  position: relative;
  display: none;
  width: 500px;
  margin: 20px auto 0 auto;
}

.ui-widget-content {
  position: relative;
  float: left;
  width: 290px;
  height: 0.8em;
  margin: 0.7em 0.6em 1em 0.6em;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
}

.ui-slider .ui-slider-range {
  font-size: 0.7em;
  position: absolute;
  z-index: 1;
  display: block;
  height: 100%;
  border: 0 none;
  border-radius: 4px 0 0 4px;
  background: #16B43F;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  margin: -0.3em 0 0 -0.6em;
  cursor: pointer;
  border: 1px solid #999;
  border-radius: 10px;
  outline: none;
  background: #fff;
}

#spasibo, #remainderAmount {
  position: relative;
  top: 1px;
  float: left;
  width: 50px;
  height: 22px;
  margin: 0 10px;
  padding: 0;
  border: 0;
  background: url('../images/fon_input3.png') no-repeat;
}

.select-bonus {
  margin-bottom: 1em;
}

.content-wrap {
  display: none;
}

.wrap-slider, .label-spasibo, .label-remainderAmount {
  display: inline-block;
}

.wrap-slider {
  width: 286px;
  margin: 0.7em 0.6em 1em 0.6em;
}

.label-spasibo, .label-remainderAmount {
  width: 50px;
  margin: 0 10px;
}

.spasibo-info {
  margin: 1em 0 2em;
}

.footer {
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Tahoma;
  font-size: 10pt;
  float: left;
  width: 800px;
  padding: 0px;
  text-align: justify;
  color: #41403f;
  border: 1px solid gray;
  padding: 5px 5px 10px 10px;
}

input[type="text"], input[type="email"] {
  border: 1px solid #000;
  /*цвет рамки*/
  border-radius: 3px;
  /*закругление углов (общее)*/
  -webkit-border-radius: 3px;
  /*/закругление углов (Google Chrome)*/
  -moz-border-radius: 3px;
  /*/закругление углов (FireFox)*/
  -khtml-border-radius: 3px;
  /*/закругление углов (Safari)*/
  background: #ffffff !important;
  /*/ желательно прописывать, так как в Chrome при сохранных данных оно может быть желтым*/
  outline: none;
  /*/ удаляет обводку в браузерах хром(желтая) и сафари(синяя)*/
  height: 24px;
  /*/ высота на свое усмотрение*/
  color: #000;
  /*/цвет шрифта в обычном состоянии*/
  font-family: Tahoma;
  font-size: 16px;
  /*/ Стиль шрифта*/
  text-transform: uppercase;
  width: 100%;
  margin: 0;
  padding: 3px 5px 5px 7px;
  text-transform: uppercase;
  background: url('../images/fon_input.png') no-repeat;
}

div#infoBlock {
  font-size: 14pt;
}

div#errorBlock {
  font-size: 14pt;
}

.valid {
  border: 1px solid #088A08;
  background-color: #CEF6CE;
}

.invalid {
  border: 1px solid #8A0808;
  background-color: #F6CECE;
}

.oplataform {
  width: 950px;
  margin: 0 auto;
  margin-bottom: 15px;
}

.oplataform div.h3block {
  width: 100%;
  margin: 0 auto;
  margin-top: 40px;
  text-align: center;
}

.oplataform h3 {
  margin-bottom: 30px;
}

.oplataform div#visa, .oplataform div#mc {
  float: left;
  margin: 0 auto;
  margin-right: 15px;
  width: 144px;
  text-align: center;
  border: 0px dotted gray;
}

.oplataform div#visa {
  margin-bottom: 10px;
}

.oplataform div#mc {
  margin-bottom: 20px;
}

.oplataform div#visa div#img, .oplataform div#mc div#img {
  margin: 0 auto;
  width: 101px;
  height: 73px;
}

.oplataform div#visa div#img {
  background-image: url("../img/payment.jpg");
}

.oplataform div#mc div#img {
  background-image: url("../img/payment.jpg");
  background-position: 101px;
}

.oplataform .form {
  width: 70%;
  margin: 0 auto;
  background-color: #F2F2F2;
  padding: 20px 30px 20px 30px;
  margin-bottom: 20px;
}

.oplataform p {
  margin-bottom: 15px;
  font-size: 12pt;
}

.form-group {
  display: block;
  margin-bottom: 12px;
}

#pay-spinner {
  position: absolute;
  margin-top: -100px;
  margin-left: 30%;
}

#orderNumber, #pay_name, #pay-amount, #pay-phone, #pay_email {
  margin-top: 5px;
}

label.required {
  font-size: 18px;
  font-weight: normal;
}

#pay, #fake-pay-button {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: #fc4a20 none repeat scroll 0 0;
  border-color: -moz-use-text-color -moz-use-text-color #c52600;
  border-image: none;
  border-style: none none solid;
  border-width: medium medium 5px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "RobotoCondensedRegular";
  font-size: 22px;
  line-height: 30px;
  outline: medium none;
  padding-bottom: 8px;
  padding-top: 10px;
  text-align: center;
  text-transform: uppercase;
}

#pay[disabled] {
  cursor: default;
  color: #e0e0e0;
  border-top-color: #cacaca;
  border-bottom-color: #aaa;
  background-color: #bebebe;
  -webkit-box-shadow: 0 2px 5px #bbb, inset 0 1px 0px #e1e1e1;
  -moz-box-shadow: 0 2px 5px #bbb, inset 0 1px 0px #e1e1e1;
  box-shadow: 0 2px 5px #bbb, inset 0 1px 0px #e1e1e1;
}

#pay[hidden] {
  display: none;
  ;
}

#pay-result {
  color: red;
  padding: 8px;
  font-size: 16px;
}

.oplataform div.response {
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.oplataform h4 {
  font-size: 16px;
  font-weight: bold;
}

/*Верхняя навигация*/

/*--- ВЫПАДАЮЩИЕ ПУНКТЫ ---*/

nav ul#dealers li {
  position: relative;
}

nav ul#dealers ul {
  list-style: none;
  position: absolute;
  left: -9999px;
  /* Скрываем за экраном, когда не нужно (данный метод лучше, чем display:none;) */
  opacity: 0;
  /* Устанавливаем начальное состояние прозрачности */
  -webkit-transition: 0.25s linear opacity;
  /* В Webkit выпадающие пункты будут проявляться */
}

nav ul#dealers ul li {
  padding-top: 1px;
  /* Вводим отступ между li чтобы создать иллюзию разделенных пунктов меню */
  float: none;
}

nav ul#dealers a {
  white-space: nowrap;
  /* Останавливаем перенос текста и создаем многострочный выпадающий пункт */
  display: block;
}

nav ul#dealers li:hover ul {
  /* Выводим выпадающий пункт при наведении курсора */
  left: 0;
  /* Приносим его обратно на экран, когда нужно */
  opacity: 1;
  /* Делаем непрозрачным */
}

nav ul#dealers li:hover a {
  /* Устанавливаем стили для верхнего уровня, когда выводится выпадающий список */
  background: #F9C20D;
  text-decoration: none;
}

nav ul#dealers li:hover ul a {
  /* Изменяем некоторые стили верхнего уровня при выводе выпадающего пункта */
  text-decoration: none;
  -webkit-transition: -webkit-transform 0.075s linear;
}

nav li:hover ul li a:hover {
  /* Устанавливаем стили для выпадающих пунктов, когда курсор наводится на конкретный пункт */
  background: #333;
  text-decoration: none;
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
}

nav .calc {
  float: right;
  background: url(../img/calc.png)no-repeat 10px 7px #fc4a20;
  padding-left: 10px;
  padding-right: 20px;
  height: 43px;
}

nav .calc span {
  display: inline-block;
  margin-left: 35px;
  padding-top: 13px;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  border-left: 1px solid #e43910;
  padding-left: 19px;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}