body {
  /*background-image: url(../images/fon-body.png);*/
background-image: url(../images/fon-body2.png);
}
button,
input,
a {
  outline: none !important;
}
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-default .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-info .badge,
.btn-warning .badge,
.btn-danger .badge {
  text-shadow: none;
}
.btn:active,
.btn.active {
  background-image: none;
}
.btn-default {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #d6d6d6 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #d6d6d6 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #d6d6d6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffd6d6d6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #d1d1d1;
  text-shadow: 0 1px 0 #fff;
  font-weight: bold;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #d6d6d6;
  background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
  background-color: #d6d6d6;
  border-color: #d1d1d1;
}
.btn-default:disabled,
.btn-default[disabled] {
  background-color: #d6d6d6;
  background-image: none;
}
.btn-primary {
  background-image: -webkit-linear-gradient(top, #2d7e19 0%, #1b4b0f 100%);
  background-image: -o-linear-gradient(top, #2d7e19 0%, #1b4b0f 100%);
  background-image: linear-gradient(to bottom, #2d7e19 0%, #1b4b0f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2d7e19', endColorstr='#ff1b4b0f', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #18420d;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #1b4b0f;
  background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #1b4b0f;
  border-color: #18420d;
}
.btn-primary:disabled,
.btn-primary[disabled] {
  background-color: #1b4b0f;
  background-image: none;
}
.btn-success {
  background-image: -webkit-linear-gradient(top, #8ec965 0%, #6eb23f 100%);
  background-image: -o-linear-gradient(top, #8ec965 0%, #6eb23f 100%);
  background-image: linear-gradient(to bottom, #8ec965 0%, #6eb23f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8ec965', endColorstr='#ff6eb23f', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #69ab3c;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #6eb23f;
  background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
  background-color: #6eb23f;
  border-color: #69ab3c;
}
.btn-success:disabled,
.btn-success[disabled] {
  background-color: #6eb23f;
  background-image: none;
}
.btn-info {
  background-image: -webkit-linear-gradient(top, #b8d5a4 0%, #97c27a 100%);
  background-image: -o-linear-gradient(top, #b8d5a4 0%, #97c27a 100%);
  background-image: linear-gradient(to bottom, #b8d5a4 0%, #97c27a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb8d5a4', endColorstr='#ff97c27a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #92be73;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #97c27a;
  background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
  background-color: #97c27a;
  border-color: #92be73;
}
.btn-info:disabled,
.btn-info[disabled] {
  background-color: #97c27a;
  background-image: none;
}
.btn-warning {
  background-image: -webkit-linear-gradient(top, #f2cf12 0%, #bca10a 100%);
  background-image: -o-linear-gradient(top, #f2cf12 0%, #bca10a 100%);
  background-image: linear-gradient(to bottom, #f2cf12 0%, #bca10a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2cf12', endColorstr='#ffbca10a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #b3980a;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #bca10a;
  background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #bca10a;
  border-color: #b3980a;
}
.btn-warning:disabled,
.btn-warning[disabled] {
  background-color: #bca10a;
  background-image: none;
}
.btn-danger {
  background-image: -webkit-linear-gradient(top, #c96565 0%, #b23f3f 100%);
  background-image: -o-linear-gradient(top, #c96565 0%, #b23f3f 100%);
  background-image: linear-gradient(to bottom, #c96565 0%, #b23f3f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc96565', endColorstr='#ffb23f3f', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #ab3c3c;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #b23f3f;
  background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #b23f3f;
  border-color: #ab3c3c;
}
.btn-danger:disabled,
.btn-danger[disabled] {
  background-color: #b23f3f;
  background-image: none;
}
.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.img-thumbnail {
  -webkit-transition: background-color ease-in-out 0.3s;
  -o-transition: background-color ease-in-out 0.3s;
  transition: background-color ease-in-out 0.3s;
}
.img-thumbnail:hover,
.img-thumbnail:focus {
  background-color: rgba(135, 199, 87, 0.5);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-color: #e8e8e8;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-image: -webkit-linear-gradient(top, #8ec965 0%, #80c252 100%);
  background-image: -o-linear-gradient(top, #8ec965 0%, #80c252 100%);
  background-image: linear-gradient(to bottom, #8ec965 0%, #80c252 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8ec965', endColorstr='#ff80c252', GradientType=0);
  background-color: #80c252;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}
.navbar-default {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}
.navbar-inverse {
  background: rgba(135, 199, 87, 0.9);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, rgba(109, 176, 59, 0.9) 0%, rgba(115, 186, 62, 0.9) 100%);
  background-image: -o-linear-gradient(top, rgba(109, 176, 59, 0.9) 0%, rgba(115, 186, 62, 0.9) 100%);
  background-image: linear-gradient(to bottom, rgba(109, 176, 59, 0.9) 0%, rgba(115, 186, 62, 0.9) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e66db03b', endColorstr='#e673ba3e', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}
@media (max-width: 767px) {
  .navbar .navbar-nav .open .dropdown-menu > .active > a,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #8ec965 0%, #80c252 100%);
    background-image: -o-linear-gradient(top, #8ec965 0%, #80c252 100%);
    background-image: linear-gradient(to bottom, #8ec965 0%, #80c252 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8ec965', endColorstr='#ff80c252', GradientType=0);
  }
}
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.alert-success {
  background-image: -webkit-linear-gradient(top, #8ec965 0%, #79bf49 100%);
  background-image: -o-linear-gradient(top, #8ec965 0%, #79bf49 100%);
  background-image: linear-gradient(to bottom, #8ec965 0%, #79bf49 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8ec965', endColorstr='#ff79bf49', GradientType=0);
  border-color: #67a73b;
}
.alert-info {
  background-image: -webkit-linear-gradient(top, #d6edc6 0%, #c1e4a9 100%);
  background-image: -o-linear-gradient(top, #d6edc6 0%, #c1e4a9 100%);
  background-image: linear-gradient(to bottom, #d6edc6 0%, #c1e4a9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd6edc6', endColorstr='#ffc1e4a9', GradientType=0);
  border-color: #acdb8c;
}
.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  border-color: #f5e79e;
}
.alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  border-color: #dca7a7;
}
.progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
}
.progress-bar {
  background-image: -webkit-linear-gradient(top, #2d7e19 0%, #1e5311 100%);
  background-image: -o-linear-gradient(top, #2d7e19 0%, #1e5311 100%);
  background-image: linear-gradient(to bottom, #2d7e19 0%, #1e5311 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2d7e19', endColorstr='#ff1e5311', GradientType=0);
}
.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #8ec965 0%, #73ba41 100%);
  background-image: -o-linear-gradient(top, #8ec965 0%, #73ba41 100%);
  background-image: linear-gradient(to bottom, #8ec965 0%, #73ba41 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8ec965', endColorstr='#ff73ba41', GradientType=0);
}
.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #b8d5a4 0%, #9dc581 100%);
  background-image: -o-linear-gradient(top, #b8d5a4 0%, #9dc581 100%);
  background-image: linear-gradient(to bottom, #b8d5a4 0%, #9dc581 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb8d5a4', endColorstr='#ff9dc581', GradientType=0);
}
.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f2cf12 0%, #c6a90b 100%);
  background-image: -o-linear-gradient(top, #f2cf12 0%, #c6a90b 100%);
  background-image: linear-gradient(to bottom, #f2cf12 0%, #c6a90b 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2cf12', endColorstr='#ffc6a90b', GradientType=0);
}
.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #c96565 0%, #ba4141 100%);
  background-image: -o-linear-gradient(top, #c96565 0%, #ba4141 100%);
  background-image: linear-gradient(to bottom, #c96565 0%, #ba4141 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc96565', endColorstr='#ffba4141', GradientType=0);
}
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #73ba41;
  background-image: -webkit-linear-gradient(top, #8ec965 0%, #79bf49 100%);
  background-image: -o-linear-gradient(top, #8ec965 0%, #79bf49 100%);
  background-image: linear-gradient(to bottom, #8ec965 0%, #79bf49 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8ec965', endColorstr='#ff79bf49', GradientType=0);
  border-color: #79bf49;
}
.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
  text-shadow: none;
}
.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
/*.panel-default > .panel-heading   { .panel-heading-styles(@panel-default-heading-bg); }*/
/*.panel-primary > .panel-heading   { .panel-heading-styles(@panel-primary-heading-bg); }
.panel-success > .panel-heading   { .panel-heading-styles(@panel-success-heading-bg); }
.panel-info > .panel-heading      { .panel-heading-styles(@panel-info-heading-bg); }
.panel-warning > .panel-heading   { .panel-heading-styles(@panel-warning-heading-bg); }
.panel-danger > .panel-heading    { .panel-heading-styles(@panel-danger-heading-bg); }*/
.well {
  background-color: #f5f5f5;
  border-color: #dcdcdc;
}
.c1 {
  color: #666;
}
.c2 {
  color: #8ec965;
}
.c3 {
  /*background-color: #fafff6;*/
  background-color: #fff;
}
.c4 {
  background-color: #f5fff5;
}
.star {
  padding: 5px 0px;
  display: block;
}
span.star {
  display: inline-block;
}
.star > span > i {
  /*color: #EA9615;*/
  color: #FFD700;
  margin-right: 3px;
  font-size: medium;
}
.star > i {
  color: #FFD700;
  margin-right: -4px;
  font-size: 20px;
}
.title {
  color: #2D7E19;
  font-size: medium;
}
a.title:hover,
a.title:focus {
  color: #1C4D10;
  text-decoration: none;
}

.title3 {
  color: #2D7E19;
  font-size: medium;
}
a.title3 {
  color: #2D7E19;
  font-size: medium;
  font-weight: normal;
}
a.title3:hover,
a.title3:focus {
  color: #1C4D10;
  text-decoration: underline;
}

.title2 {
  color: #2D7E19;
  font-size: x-large;
}
a.title2 {
  color: #2D7E19;
  font-size: 14px;
  font-weight: normal;
}
a.title2:hover,
a.title2:focus {
  color: #1C4D10;
  text-decoration: underline;
  /*border-bottom: 1px dashed #1c4d10;*/
}
@media (max-width: 642px) {
  .block {
    width: 100%;
  }
}
.phone {
  margin-left: 15px;
  height: 50px;
  margin-top: 4px;
  width: 50px;
  background-color: #8ec965;
  float: left;
  padding: 8px;
  text-align: center;
  margin-right: 5px;
}
.phone > i {
  font-size: xx-large;
  color: #f5f5f5;
}
.phone + span {
  font-size: 20px;
  color: #666;
  display: block;
}
@media (max-width: 767px) {
  .phone + span {
    font-size: medium;
    margin-top: 8px;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  .phone {
    margin-top: 13px;
  }
  .phone + span {
    margin-top: 11px;
  }
}

.balance-button {
    bottom: -5px;
    position: absolute;
    right: 25px;
    font-weight: bold;
    margin: 0;
}
.modal-dialog-centered {
    margin-top: 20%;
}

.address {
  margin-top: 4px;
  color: #666;
}
.address > div {
  height: 22px;
  width: 26px;
  background-color: #8ec965;
  float: left;
  padding: 3px 2px;
  text-align: center;
  margin-right: 5px;
}
.address {
  margin-bottom: 8px;
}
.address > div + a {
  color: #666;
}
.address > div > i {
  color: #f5f5f5;
  font-size: medium;
}
@media (max-width: 1199px) {
  .address > div + a {
    font-size: 12px;
    display: block;
    padding-top: 3px;
  }
  .balance-button {
      font-size: 12px;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  .address {
    margin-top: 12px;
  }
  .address > div + a {
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .address {
    margin-top: 7px;
    margin-left: 15px;
  }

  .phone {
    margin-top: 7px;
  }
}
@media (max-width: 767px) {
.balance-button {
   bottom: 8px;
}
}

.total-price {
  color: #2D7E19;
  font-size: 25px;
  display: inline-block;
  margin-top: -10px;
}
.select-number {
  text-align: right;
}
.select-number > p {
  margin-top: 4px;
  margin-bottom: 4px;
}
.select-number > a {
  color: #2D7E19;
  display: block;
}
.select-number > a:hover,
.select-number > a:focus {
  color: #1C4D10;
  /*text-decoration: none;*/
}
@media (max-width: 767px) {
  .select-number {
    text-align: left;
  }
  .select-number > a {
    margin-top: -30px;
  }
}
.rub {
  display: inline-block;
  line-height: 9px;
  border-bottom: 1px solid #2D7E19;
  width: 0.4em;
}
.search-block {
  background-color: rgba(135, 199, 87, 0.9);
  border-color: rgba(135, 199, 87, 0.9);
  border-radius: 0px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.175);
  margin-top: 70px;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .search-block {
    margin-top: 35px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 55px;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .search-block {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    padding: 15px;
  }
}
.has-lime .form-control-feedback {
  color: #8ec965;
}
/*select*/
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100% !important;
  min-width: 50px;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  margin-top: -3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100% !important;
  border-top: none;
  border: 1px solid #ccc;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(147, 184, 202, 0.25);
  border-radius: 0px 0px 4px 4px;
}
.chosen-container.chosen-with-drop .chosen-drop {
  border: 1px solid #2D7E19;
  border-top: none;
  left: 0;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.chosen-container a {
  cursor: pointer;
}
/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 4px 0px 0px 12px;
  height: 34px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(10%, #f2f7f9), color-stop(90%, #ffffff));
  background: -webkit-linear-gradient(top, #f2f7f9 10%, #ffffff 90%);
  background: -moz-linear-gradient(top, #f2f7f9 10%, #ffffff 90%);
  background: -o-linear-gradient(top, #f2f7f9 10%, #ffffff 90%);
  background: linear-gradient(top, #f2f7f9 10%, #ffffff 90%);
  background-clip: padding-box;
  box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(147, 184, 202, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('../content/images/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 14px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 14px;
  right: 5px;
  display: block;
  width: 18px;
  color: #abd58b;
  height: 100%;
}
.chosen-container-single .chosen-single div .caret {
  border-top: 6px solid #8ec965;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('../content/images/chosen-sprite.png') no-repeat 0px 6px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #ccc;
  background: #ffffff url('../content/images/chosen-sprite.png') no-repeat 100% -20px;
  background: url('../content/images/chosen-sprite.png') no-repeat 100% -20px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(0%, #ffffff));
  background: url('../content/images/chosen-sprite.png') no-repeat 100% -20px, -webkit-linear-gradient(#eeeeee 1%, #ffffff 0%);
  background: url('../content/images/chosen-sprite.png') no-repeat 100% -20px, -moz-linear-gradient(#eeeeee 1%, #ffffff 0%);
  background: url('../content/images/chosen-sprite.png') no-repeat 100% -20px, -o-linear-gradient(#eeeeee 1%, #ffffff 0%);
  background: url('../content/images/chosen-sprite.png') no-repeat 100% -20px, linear-gradient(#eeeeee 1%, #ffffff 0%);
  font-size: 14px;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0px 4px 4px !important;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}
/* @end */
/* @group Results */
.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 0px 4px 0;
  padding: 0 4px 0 4px ;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #abd58b;
  color: #f5f5f5;
}
.chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #F2F7F9;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-family: 'Open Sans bold';
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}
/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #ccc;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #f2f7f9), color-stop(99%, #ffffff));
  background-image: -webkit-linear-gradient(#f2f7f9 1%, #ffffff 99%);
  background-image: -moz-linear-gradient(#f2f7f9 1%, #ffffff 99%);
  background-image: -o-linear-gradient(#f2f7f9 1%, #ffffff 99%);
  background-image: linear-gradient(#f2f7f9 1%, #ffffff 99%);
  cursor: text;
  border-radius: 4px;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 5px 5px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #666;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-field .default {
  color: #999;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #F2F7F9;
  background-clip: padding-box;
  box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('../content/images/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 14px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.result-selected {
  background-color: #8ec965;
  color: #f5f5f5;
}
/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #ccc;
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #2D7E19;
  -moz-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  background-image: linear-gradient(#f2f7f9 20%, #ffffff 80%);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 5px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #111 !important;
}
/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}
/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: #ffffff url('../content/images/chosen-sprite.png') no-repeat -30px -20px;
  background: url('../content/images/chosen-sprite.png') no-repeat -30px -20px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url('../content/images/chosen-sprite.png') no-repeat -30px -20px, -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('../content/images/chosen-sprite.png') no-repeat -30px -20px, -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('../content/images/chosen-sprite.png') no-repeat -30px -20px, -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('../content/images/chosen-sprite.png') no-repeat -30px -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}
.success > .chosen-container-single .chosen-single {
  background-image: none;
  background-color: #FAFFF6;
  border-color: #d6edc6;
}
.success > .chosen-container-active.chosen-with-drop .chosen-single {
  border-color: #2D7E19;
}
/*index*/
.fon {
  background-image: url(../images/fon.jpg);
  margin-bottom: 30px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .payment {
    margin-top: -400px;
  }
}
.payment > .well {
  min-height: 425px;
}
@media (max-width: 1200px) {
  .payment > .well {
    min-height: 480px;
  }
}
@media (max-width: 991px) {
  .payment > .well {
    min-height: 380px;
  }
}
@media (max-width: 767px) {
  .payment > .well {
    min-height: 20px;
  }
}
.free-block > .well > p {
  font-size: large;
  color: #2D7E19;
}
.free-block > .well {
  min-height: 140px;
  /*border-color: #f5f5ff;  92CD67*/
  /*background-color: #ddf;*/
  background-image: linear-gradient(0deg, #a2e072, #f5f5ff);
}
@media (max-width: 600px) {
  .free-block > .well {
    min-height: inherit;
  }
}
.free-block > .well > span {
  display: block;
  height: 40px;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 600px) {
  .free-block {
    width: 100%;
  }
}
.free {
  border-bottom: 30px solid #ff0000 /*#2D7E19*/;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  height: 0;
  right: -20px;
  top: 20px;
  position: absolute;
  width: 140px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.175);
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.175);
  color: #f5f5f5;
  text-align: center;
  font-size: 18px;
}
.free > span {
  display: block;
  margin-top: 2px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .free {
   /* border-bottom: 25px solid #2D7E19;*/
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    right: -12px;
    top: 15px;
    width: 110px;
    font-size: 16px;
  }
}
/*--index--*/
/*abouthotel*/
@media (min-width: 1200px) {
  .description {
    padding-left: 50px;
  }
}
.block-show-prices {
  background-color: #FAFFF6;
  border: 1px solid #d6edc6;
  border-right: none;
  padding: 15px;
}
/*--abouthotel--*/
.panel-testimonial {
  min-height: 160px;
  padding-top: 15px;
}
.panel-testimonial:hover,
.panel-testimonial:focus {
  background-color: #fafff6;
}
/*img*/
.img-map {
  display: inline-block;
  width: 300px;
  margin-right: 15px;
}
@media (max-width: 991px) {
  .img-map {
    float: none;
  }
}
/*slide*/
.slide-one,
.slide-two,
.slide-three,
.slide-four {
  margin-right: 3px;
  width: 70px;
  margin-bottom: 7px;
  cursor: pointer;
  height: 45px;
  display: inline-block;
}
.slide-one > img,
.slide-two > img,
.slide-three > img,
.slide-four > img {
  height: 45px;
  width: 70px;
}
.carousel-inner {
  height: 210px;
  width: 300px;
  cursor: pointer;
  margin-right: 10px;
}
.carousel-caption {
  position: absolute;
  bottom: -28px;
  width: 100%;
  right: 0;
  left: 0;
  z-index: 10;
  font-size: small;
  padding-top: 5px;
  background-color: #8ec965;
  padding-bottom: 10px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
@media screen and (min-width: 768px) {
  .carousel-caption {
    right: 0;
    left: 0;
    padding-bottom: 5px;
  }
}
/*# sourceMappingURL=bootstrap-theme.css.map */