/*$popup*/
.b-popup {
  display: none;
  position: absolute;
  left: 20px;
  top: 100px;
  z-index: 1230;
  padding: 24px 35px 35px;
  width: 390px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #fff;
  color: #333;
}
.b-popup .b-form {
  width: 100%;
}
.b-popup .title-popup {
  display: block;
  margin-bottom: 15px;
  color: #c82424;
  font-size: 28px;
}
.b-popup .note-popup {
  display: block;
  margin-bottom: 12px;
}
.b-popup .note-popup .star {
  color: #b81515;
}
.b-popup .close {
  position: absolute;
  right: 10px;
  top: 10px;
  display: block;
  width: 16px;
  height: 16px;
  background: url('../images/sprite.png') no-repeat 0 -525px;
}
.b-popup .p {
  display: block;
  margin-bottom: 18px;
  line-height: 16px;
}
.b-popup__login {
  width: 297px;
}
.b-popup__forget {
  width: 350px;
}
.b-popup__reservation {
  width: 350px;
}
.b-popup__reservation .b-form .cell {
  width: 163px;
}
.b-popup__reservation .b-form .row__comment textarea {
  height: 120px;
}
.b-popup__resume {
  width: 430px;
}
.b-popup__resume .b-field .input textarea {
  height: 130px;
}
/*/popup*/

/*$form*/
.errorlist {
  padding-top: 10px;
  clear: both;
  color: #c82424;
}
.error input,
.error textarea,
.error .sselect-text {
  -webkit-box-shadow: 0 0 5px 0px #ffa6a6 inset;
  -moz-box-shadow: 0 0 5px 0px #ffa6a6 inset;
  -ms-box-shadow: 0 0 5px 0px #ffa6a6 inset;
  box-shadow: 0 0 5px 0px #ffa6a6 inset;
}
.b-field {
  margin-bottom: 18px;
  *zoom: 1;
}
.b-field:before,
.b-field:after {
  display: table;
  content: "";
}
.b-field:after {
  clear: both;
}
.b-field label {
  float: left;
  display: block;
  margin-bottom: 5px;
}
.b-field label span {
  color: #b81515;
}
.b-field .note {
  float: right;
}
.b-field .input {
  clear: both;
  padding-right: 22px;
}
.b-field input,
.b-field textarea,
.sselect-text {
  padding: 7px 10px 6px;
  border: 1px solid #dbc09c;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  height: 15px;
  background-color: #fff;
  background: -webkit-linear-gradient(#fff, #fffcf7);
  background: -moz-linear-gradient(#fff, #fffcf7);
  background: -ms-linear-gradient(#fff, #fffcf7);
  background: -o-linear-gradient(#fff, #fffcf7);
  font-size: 14px;
}
.b-field .input input,
.b-field .input textarea {
  width: 100%;
}
.b-field .input textarea {
  height: 90px;
  resize: none;
}
.b-field .input input:focus,
.b-field .input textarea:focus {
  background: #fff;
}
.b-field .capcha {
  clear: both;
  overflow: hidden;
}
.b-field .capcha input {
  float: left;
  width: 45px;
}
.b-field .capcha img {
  float: left;
  margin: 0 10px 0 9px;
  height: 30px;
}
.b-field .capcha a {
  float: left;
  display: block;
  width: 32px;
  height: 27px;
  background: url('../images/sprite.png') no-repeat 0 -496px;
}
.b-field .select {
  clear: both;
  height: 31px;
}
.b-field__dark input,
.b-field__dark textarea,
.b-field__dark .sselect-text,
.dark .b-field input,
.dark .b-field textarea,
.dark .b-field .sselect-text {
  background: #724e31;
  border-color: #724e31;
  color: #dbc09c;
}
.b-field__dark .input input:focus,
.b-field__dark .input textarea:focus,
.dark .b-field .input input:focus,
.dark .b-field .input textarea:focus {
  background: #68462a;
}
.b-field__dark .sselect-list .sselect-ul,
.dark .b-field .sselect-list .sselect-ul {
  background: #724e31;
  border-color: #724e31;
  color: #dbc09c;
}
.b-field__dark .sselect-list a,
.dark .b-field .sselect-list a {
  color: #dbc09c;
}
.b-field__inline label {
  float: left;
  padding: 8px 11px 0 0;
  font-size: 14px;
}
.b-field__inline .input,
.b-field__inline .select {
  clear: none;
  float: left;
}
.b-field .input__date {
  position: relative;
}
.b-field .input__date .icon {
  position: absolute;
  right: 10px;
  top: 8px;
}
.b-field__mid {
  width: 60%;
}
/*$sselect*/
.b-field .select select {
  width: 100%;
  padding: 7px 5px 5px;
  border: 1px solid #dbc09c;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.sselect {
  position: relative;
  width: 100%;
}
.sselect-text {
  cursor: pointer;
}
.sselect-text .icon {
  position: absolute;
  right: 9px;
  top: 12px;
  width: 11px;
  height: 8px;
  background-position: 0 -542px;
}
.sselect-text .txt {
  position: relative;
  overflow: hidden;
  display: block;
  padding-right: 20px;
  height: 16px;
}
.sselect-list {
  left: 0;
  top: 22px;
  z-index: 200;
  width: 100%;
  display: none;
}
.sselect-list .sselect-ul {
  border: 1px solid #dbc09c;
  border-top: none;
  padding-top: 10px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  background-color: #fff;
}
.sselect-list li {
  position: relative;
  overflow: hidden;
}
.sselect-list a {
  display: block;
  margin: 1px;
  padding: 3px 10px;
  text-decoration: none;
}
.sselect-list a:hover {
  background-color: #fcedd8 !important;
  color: #5A3A1F !important;
}
.sselect-list .selected a {
  background-color: #5a3a1f !important;
  color: #fcedd9 !important;
}
.sselect-list .last a {
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
}
.sselect-open .sselect-list {
  position: absolute;
  display: block;
}
.b-field__dark .select select {
  background-color: #724e31;
  color: #fff;
}
/*/form*/

/*$btn*/
.b-btn {
  border: none;
  padding: 0 12px;
  height: 34px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #5A3A1F;
  color: #dab788;
  font-size: 16px;
}
a.b-btn {
  display: inline-block;
  text-decoration: none;
  line-height: 34px;
}
.b-btn:hover {
  background-color: #50331b;
}
.b-btn__big {
  height: 38px;
}
a.b-btn__big {
  line-height: 38px;
}
.b-btn__small {
  padding-top: 1px;
  height: 30px;
  font-size: 14px;
}
a.b-btn__small {
  padding-top: 0;
  line-height: 30px;
}
/*/btn*/
/*file*/
.b-file {
  position: relative;
  overflow: hidden;
  clear: both;
}
.b-file .txt {
  position: relative;
  display: none;
  margin: 10px 0 5px;
  padding-right: 17px;
  min-height: 15px;
}
.b-file .txt .icon {
  position: absolute;
  right: 0;
  top: 1px;
  cursor: pointer;
}
.b-file .btn {
  position: relative;
  /*float: left;*/
  display: inline-block;
  padding: 0 12px;
  height: 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #5A3A1F;
  color: #dab788;
  font-size: 16px;
  line-height: 30px;
}
.b-file .btn input {
  position: absolute;
  right: -2px;
  top: -2px;
  height: 50px;
  font-size: 500px;
  cursor: pointer;
  opacity: 0.0;
  -moz-opacity: 0.0;
  filter: alpha(opacity=0);
}
.b-file.active .txt {
  display: inline-block;
}
.b-file.active .txt .t {
  position: relative;
  display: block;
  overflow: hidden;
}
.b-file.active .btn {
  display: none;
}
/*/file*/
/*$form*/
.b-form {
  width: 380px;
}
.b-form .note-form {
  margin-bottom: 20px;
}
.b-form .note-form .star {
  color: #b81515;
}
.b-form .footer-form {
  position: relative;
  overflow: hidden;
  padding-top: 15px;
}
.b-form .footer-form .b-btn {
  float: left;
  margin-right: 8px;
}
.b-form .row,
.b-form .cell {
  *zoom: 1;
}
.b-form .row:before,
.b-form .row:after,
.b-form .cell:before,
.b-form .cell:after {
  display: table;
  content: "";
}
.b-form .row:after {
  clear: both;
}
.b-form .row__mb {
  margin-bottom: 10px;
}
.b-form .cell {
  float: left;
  width: 181px;
  margin-left: 18px;
}
.b-form .cell.first,
.b-form .cell.last {
  margin-left: 0;
}
.b-form .cell.last {
  float: right;
}
.b-form .cell-form {
  float: left;
  width: 181px;
}
.b-form .row__type,
.b-form .row__pass {
  width: 270px;
}
.b-form .row__comment textarea {
  height: 170px;
}
.b-form__question .row__comment textarea {
  height: 150px;
}
.b-form__question {
  width: 295px;
}
/*$radbox*/
.b-radbox {
  position: relative;
  width: 13px;
  height: 13px;
  display: inline-block;
}
.b-radbox input {
  margin: 0;
  padding: 0;
  width: 14px;
}
.b-radbox .icon {
  width: 13px;
  height: 13px;
  background-color: #724e31;
  background-position: -20000px -20000px;
  cursor: pointer;
}
.rb-checked .icon {
  background-position: 2px -1062px;
}

.b-checkbox_item {
  position: relative;
  margin-bottom: 14px;
  padding-left: 20px;
}
.b-checkbox_item .b-radbox {
  position: absolute;
  left: 0;
  top: 1px;
}