.site-form {
  max-width: 600px;
}

.site-form label {
  display: block;
  position: relative;
  margin-bottom: 5px;
}

.site-form input[type=text],
.site-form input[type=password],
.site-form input[type=tel],
.site-form input[type=email],
.site-form textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
  height: 35px;
  padding: 0 10px;
  border: 1px solid #555;
  outline: none;
  font-size: 12px;
  color: #414141;
}

.site-form textarea {
  height: 140px;
  padding: 10px;
}

.site-form label.state-error input[type=text],
.site-form label.state-error input[type=password],
.site-form label.state-error input[type=tel],
.site-form label.state-error input[type=email] {
  padding-top: 7px;
}

.site-form label.state-error textarea {
  padding-top: 17px;
}

.site-form em.invalid {
  position: absolute;
  left: 10px;
  top: 2px;
  color: #dc0f09;
  font-size: 10px;
}

.message-error,
.message-success {
  font-weight: bold;
  font-size: 14px;
}

.message-success {
  color: #47a834;
}

.message-error {
  color: #f00;
}

#popup-overlay {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}

.popup {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1010;
}

.popup .inner {
  position: relative;
  width: 500px;
  min-height: 160px;
  padding: 20px;
  margin: 0 auto;
  background: #fff;
  color: #464646;
  box-sizing: border-box;
}

.popup .inner .times {
  position: absolute;
  top: -40px;
  right: -30px;
  color: #fff;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  transition: color .4s;
}

.popup .inner .title {
  margin: -20px -20px 20px;
  background: #4ba24b;
  color: #fff;
  min-height: 41px;
  font-size: 20px;
  line-height: 41px;
  text-align: center;
}

#modal_question #stay_put {
  width: 171px;
  margin-left: 15px;
  margin-bottom: 10px;
}

#modal_question #make_order {
  width: 133px;
  border: 0;
  float: right;
  margin-right: 15px;
}

#modal_question .modal_question_tab {
  width: 100%;
  padding: 15px;
}

.modal_question_tab .name a {
  color: #464646;
  text-decoration: none;
}

.modal_question_tab .name a:hover {
  text-decoration: underline;
}

#modal_question b,
#one_click b {
  padding: 0 15px;
  margin-top: 10px;
  display: block;
}

#one_click_basket {
  display: none;
  width: 507px;
  min-height: 159px;
  background: #fff8ee;
  border: 1px solid #ffafcc;
  color: #464646;
  position: relative;
  z-index: 1001;
}

#one_click_basket b {
  padding: 0 15px;
  margin-top: 10px;
  display: block;
}

.popup .exit {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  cursor: pointer;
  font-size: 20px;
}
/*#one_click{
position:fixed!important;
}*/
#one_click .info {
  border: solid #ffafcc;
  border-width: 1px 0;
  margin: 15px 17px 30px 17px;
  padding: 10px 27px 10px 18px;
}

#one_click table {
  width: 430px;
}

#one_click table td {
  vertical-align: top;
}

#one_click .one_click_img {
  width: 80px;
}

#one_click .name {
  height: 50px;
  width: 200px;
  padding-right: 30px;
}

#one_click .maker {
  width: 200px;
}

#one_click .price {
  font-weight: bold;
  width: 95px;
}
/*#one_click .clear{clear: both;}*/
#one_click form {
  padding-left: 50px;
}

#one_click label {
  display: block;
  line-height: 25px;
  margin-bottom: 19px;
  margin-left: 15px;
}

#one_click label span {
  width: 82px;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  vertical-align: top;
}

#one_click input[type=text] {
  line-height: 25px;
  height: 23px;
  width: 232px;
  padding-top: 0 5px;
}

#one_click input[type=submit] {
  width: 133px;
  margin: 0 auto 26px auto;
  display: block;
}





/*это нужно вообще?*/
#one_click_basket table {
  width: 505px;
}

/*#one_click .clear{clear: both;}*/
#one_click_basket form {
  padding-left: 50px;
}

#one_click_basket label {
  display: block;
  line-height: 25px;
  margin-bottom: 19px;
  margin-left: 15px;
}

#one_click_basket label span {
  width: 82px;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  vertical-align: top;
}

#one_click_basket input[type=text] {
  line-height: 25px;
  height: 23px;
  width: 232px;
  padding-top: 0 5px;
}

#one_click_basket input[type=submit] {
  width: 133px;
  margin: 0 auto 26px auto;
  display: block;
}

#one_click_basket form {
  margin: 15px 0;
}

#one_click_basket #send_oneclick {
  margin: 5px 0 5px 120px;
  width: 150px;
}













/*-----------------------------------------------------------------------------------*/

.faq-form .form-desc {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
}

.faq-form .fields {
  margin-bottom: 30px;
}

.faq-form .hint-required {
  float: left;
}

.faq-form .submit {
  float: right;
}

.faq-form .submit input {
  font-size: 18px;
}

aside.faq-form-wrap {
  float: right;
  width: 25%;
  position: relative;
}

aside.faq-form-wrap .site-form label {
  margin-bottom: 16px;
}

#float-block {
  position: absolute;
  top: 0;
  right: 0;
}

@media all and (max-width: 800px) {
}

@media all and (max-width: 600px) {
  .popup .inner .times {
    top: 6px;
    right: 10px;
  }

  .popup .inner {
    max-width: 90%;
  }
}
