/* Купить за 1 клик */
.b1c-bg {
  display: none;
  z-index: 108;
  opacity: 0.5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #333;
}

.b1c { cursor:pointer !important}

.b1c-submit {
  -moz-box-shadow: 0 3px 0 #449d44;
    -webkit-box-shadow: 0 3px 0 #449d44;
    box-shadow: 0 3px 0 #449d44;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 7px 42px;
    margin: 3px 61px;
    border: 0;
    font-size: 14px;
    font-family: Tahoma;
    background: #5cb85c;
    /* margin: 0 0 5px 0; */
    color: #fff;
    outline: 0;
}
.b1c-submit:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.b1c-submit:hover,
.b1c-submit:focus {
  color: #333333;
  text-decoration: none;
}
.b1c-submit:active,
.b1c-submit.active {
  outline: 0;
  background-image: none;
  -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);
}
.b1c-submit.disabled,
.b1c-submit[disabled],
fieldset[disabled] .b1c-submit {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
#b1c-request {
  margin: 15px 0 0 0;
}
div.b1c-close {
  float: right;
  padding: 12px 10px;
  background: #4c4c4c;
  overflow: hidden;
}
img.b1c-close {
      background: url(../images/bg/close.png) no-repeat;
    text-decoration: none;
    width: 16px;
    height: 18px;
    margin: 1px 5px 0;
    /* box-shadow: 0 1px 0 #1a457d; */
    float: right;
    cursor: pointer;
}
.b1c-submit-area {
  border-top: 1px solid #dedede;
  background: #eee;
  padding: 10px 0 0 0;
  position: relative;
}
.b1c-form {
      font-size: 14px;
  display: none;
      color: #000;
  text-align: left;
  height: auto;
  position: absolute;
  margin: 0 auto;
  background: #fff;
  width: 350px;
  z-index: 110;
  border-radius: 3px;
  box-shadow: 0 0 50px #444;
}
.b1c-tl {
  overflow: hidden;
  border-radius: 2px 2px 0 0;
  background: #4c4c4c;
  color: #fff;
  text-shadow: 0 -1px 0 #1b457d;
  font-size: 12px;
  margin: 0;
}

.b1c-title-name {
      padding: 12px 24px 10px 50px;
    display: block;
    font-size: 16px;
    font-family: Tahoma;
}
.b1c-checkbox {
  margin: 4px 10px 10px;
}
textarea { height:70px;}
.b1c-caption {
  margin: 4px 10px 0;
}
.b1c-description {
      margin: 8px 10px 10px;
    font-family: Tahoma;
    font-size: 17px;
    text-align: center;
}
.b1c-form select {
  padding: 4px 3px 3px 9px;
  margin: 5px 10px 10px;
}
.b1c-txt {
  background: #F3F0EB;
  border: 1px solid #ccd1da;
  border-radius: 2px;
  width: 100%;
  color: #4b5362;
  font-size: 11px;
  padding: 5px 2px !important;
  margin: 2px 10px 5px;
  resize: none;
}
.b1c-txt.b1c-txt-err {
  border: 1px solid #ffadad !important;
  background: #ffebeb !important;
}
.b1c-cr {
  margin: 8px 0 0 0;
  position: absolute;
  right: -50px;
}
/* Купить за 1 клик RESULTS */
.b1c-result {
  padding: 5px 10px;
}
.b1c-result div {
  text-align: center;
  font-weight: 700;
  padding: 8px 10px;
  margin: 5px 0 5px;
  border-top: 1px solid #ccc;
  color: #555;
}
.b1c-result .b1c-ok {
  border-top: 1px solid #070;
  color: #070;
  background: #c8ed9c;
}
.b1c-result .b1c-err {
  border-top: 1px solid #ffadad;
  color: darkred;
  background: #ffebeb;
}
.b1c-result .b1c-send {
  background: #efefef url(loading.gif) 10px no-repeat;
}
@media screen and (max-device-width: 640px) {
  .b1c-form {
    top: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
  }
  .b1c-form * {
    font-size: 1.2em !important;
  }
  #b1c-cr {
    float: right;
    position: relative;
    margin: 0;
    display: none;
  }
  
  
}
