/* colors */
/*bg colors*/
/*colors*/
/* /colors */
/* layout sizes */
/* width */
/* media */
/* /media */
/* /width */
/* aside */
/* /aside */
/*page padding*/
/*page padding*/
/* /layout sizes */
/* elements */
/*menu*/
/* /menu*/
/* form */
/* /elements */
/* fonts */
/* /fonts */
/* text */
/* /text */
/* background */
/* langs_bg */
/* .langs_bg{.bg_img('langs_imgs.png');}
.ru_lang_bg{background-position:0 0;}
.uk_lang_bg{background-position:0 -30px;}
.en_lang_bg{background-position:0 -60px;} */
/* langs_bg */
/* color */
/* gradient */
/* animaited gradient */
/* background svg */
/* background image */
/* /background */
/* border */
/* /border */
/* opacity */
/* /opacity */
/* filters */
/* /filters */
/* box shadow */
/* /box shadow */
/* transition */
/* .transition(@duration:0.3s, @property:all, @timing_function:ease-in, @delay:0) {
  -webkit-transition-property: @property;
  -webkit-transition-duration: @duration;
  -webkit-transition-timing-function:@timing_function;
  -webkit-transition-delay: @delay;
     -moz-transition-property: @property;
     -moz-transition-duration: @duration;
     -moz-transition-timing-function:@timing_function;
     -moz-transition-delay: @delay;
       -o-transition-property: @property;
       -o-transition-duration: @duration;
       -o-transition-timing-function:@timing_function;
       -o-transition-delay: @delay;
          transition-property: @property;
          transition-duration: @duration;
          transition-timing-function:@timing_function;
          transition-delay: @delay;
} */
/* transform el */
/* /transform el */
/*layout*/
/*placeholder*/
/* adaptive background */
form.sp-form {
  text-align: center;
  font-size: 14px;
  width: 94%;
  padding: 20px 3%;
  position: relative;
  float: left;
  z-index: 1;
  /**/
}
form.sp-form .sp-form-block-bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-background-clip: padding;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background-clip: padding-box;
  border-width: 0;
}
form.sp-form .form-group,
form.sp-form .sp-form-buttons,
form.sp-form .help-block,
form.sp-form .row,
form.sp-form p,
form.sp-form .form_title,
form.sp-form .flash-success {
  width: 98%;
  margin: 0 1%;
  float: left;
}
form.sp-form .sp-form-buttons {
  margin-top: 12px;
}
form.sp-form .sp-form-block-title {
  font-size: 130%;
  line-height: 1.1em;
}
form.sp-form .required-fields-msg,
form.sp-form .errorMessage {
  font-size: 80%;
  line-height: 1.2em;
}
form.sp-form .flash-success {
  font-size: 110%;
  line-height: 1.2em;
}
form.sp-form label {
  font-size: 90%;
  line-height: 1.2em;
  font-weight: normal;
}
form.sp-form .errorSummary {
  width: 94%;
  margin: 12px 0;
  padding: 6px 3%;
  border-width: 0;
}
form.sp-form .errorSummary ul {
  list-style: none;
  margin: 12px 0;
}
form.sp-form .errorSummary li,
form.sp-form .errorSummary p {
  width: 100%;
  margin: 12px 0;
  font-size: 90%;
  line-height: 1.1em;
}
form.sp-form input,
form.sp-form select,
form.sp-form textarea {
  width: 94%;
  padding: 6px 3%;
  margin: 12px -2px;
  border-width: 2px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-background-clip: padding;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  background-clip: padding-box;
}
form.sp-form input,
form.sp-form select {
  height: 28px;
  text-align: center;
}
form.sp-form select option {
  padding: 6px 3%;
}
form.sp-form input[type=radio] {
  width: auto;
  height: auto;
  margin: 18px 1% 12px;
}
form.sp-form textarea {
  height: 80px;
}
form.sp-form input[type=submit],
form.sp-form button[type=submit] {
  height: 40px;
  width: auto;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Nunito', Geneva, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 13px;
  line-height: 40px;
  text-decoration: none;
  letter-spacing: normal;
  padding: 0 35px;
  background: transparent;
  outline: none;
  border-width: 1px;
  z-index: 1;
  margin: 12px auto;
  white-space: nowrap;
}
.ie7 form.sp-form input[type=submit],
.ie7 form.sp-form button[type=submit] {
  display: inline;
}
form.sp-form input[type=submit],
form.sp-form button[type=submit],
form.sp-form input[type=submit]:after,
form.sp-form button[type=submit]:after,
form.sp-form input[type=submit]:before,
form.sp-form button[type=submit]:before {
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-background-clip: padding;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  background-clip: padding-box;
}
form.sp-form input[type=submit]:after,
form.sp-form button[type=submit]:after,
form.sp-form input[type=submit]:before,
form.sp-form button[type=submit]:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 1050px) {
  form.sp-form input[type=submit],
  form.sp-form button[type=submit] {
    height: 38px;
    font-size: 12px;
    line-height: 38px;
    padding-left: 33px;
    padding-right: 33px;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-bottomleft: 2px;
    -moz-background-clip: padding;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    background-clip: padding-box;
  }
  form.sp-form input[type=submit]:after,
  form.sp-form button[type=submit]:after,
  form.sp-form input[type=submit]:before,
  form.sp-form button[type=submit]:before {
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-bottomleft: 2px;
    -moz-background-clip: padding;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    background-clip: padding-box;
  }
}
@media screen and (max-width: 630px) {
  form.sp-form input[type=submit],
  form.sp-form button[type=submit] {
    height: 36px;
    font-size: 11px;
    line-height: 36px;
    padding-left: 31px;
    padding-right: 31px;
    -webkit-border-top-left-radius: 1px;
    -webkit-border-top-right-radius: 1px;
    -webkit-border-bottom-right-radius: 1px;
    -webkit-border-bottom-left-radius: 1px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-topleft: 1px;
    -moz-border-radius-topright: 1px;
    -moz-border-radius-bottomright: 1px;
    -moz-border-radius-bottomleft: 1px;
    -moz-background-clip: padding;
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px;
    background-clip: padding-box;
  }
  form.sp-form input[type=submit]:after,
  form.sp-form button[type=submit]:after,
  form.sp-form input[type=submit]:before,
  form.sp-form button[type=submit]:before {
    -webkit-border-top-left-radius: 1px;
    -webkit-border-top-right-radius: 1px;
    -webkit-border-bottom-right-radius: 1px;
    -webkit-border-bottom-left-radius: 1px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-topleft: 1px;
    -moz-border-radius-topright: 1px;
    -moz-border-radius-bottomright: 1px;
    -moz-border-radius-bottomleft: 1px;
    -moz-background-clip: padding;
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px;
    background-clip: padding-box;
  }
}
@media screen and (max-width: 500px) {
  form.sp-form input[type=submit],
  form.sp-form button[type=submit] {
    height: 34px;
    font-size: 10px;
    line-height: 34px;
    padding-left: 29px;
    padding-right: 29px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    -moz-background-clip: padding;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    background-clip: padding-box;
  }
  form.sp-form input[type=submit]:after,
  form.sp-form button[type=submit]:after,
  form.sp-form input[type=submit]:before,
  form.sp-form button[type=submit]:before {
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    -moz-background-clip: padding;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    background-clip: padding-box;
  }
}
@media screen and (max-width: 1050px) {
  form.sp-form {
    font-size: 13px;
    width: 94.3%;
    padding: 19px 2.85%;
  }
  form.sp-form .sp-form-block-bg {
    -webkit-border-top-left-radius: 4.75px;
    -webkit-border-top-right-radius: 4.75px;
    -webkit-border-bottom-right-radius: 4.75px;
    -webkit-border-bottom-left-radius: 4.75px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-topleft: 4.75px;
    -moz-border-radius-topright: 4.75px;
    -moz-border-radius-bottomright: 4.75px;
    -moz-border-radius-bottomleft: 4.75px;
    -moz-background-clip: padding;
    border-top-left-radius: 4.75px;
    border-top-right-radius: 4.75px;
    border-bottom-right-radius: 4.75px;
    border-bottom-left-radius: 4.75px;
    background-clip: padding-box;
  }
  form.sp-form .form-group,
  form.sp-form .sp-form-buttons,
  form.sp-form .help-block,
  form.sp-form .row,
  form.sp-form p,
  form.sp-form .form_title,
  form.sp-form .flash-success {
    width: 98.09999999999999%;
    margin: 0 0.95%;
  }
  form.sp-form .sp-form-buttons {
    margin-top: 11.4px;
  }
  form.sp-form .errorSummary {
    width: 94.3%;
    margin: 11.4px 0;
    padding: 5.7px 2.85%;
  }
  form.sp-form .errorSummary ul {
    margin: 11.4px 0;
  }
  form.sp-form .errorSummary li,
  form.sp-form .errorSummary p {
    margin: 11.4px 0;
  }
  form.sp-form input,
  form.sp-form select,
  form.sp-form textarea {
    width: 94.3%;
    padding: 5.7px 2.85%;
    margin: 11.4px 0;
    -webkit-border-top-left-radius: 2.85px;
    -webkit-border-top-right-radius: 2.85px;
    -webkit-border-bottom-right-radius: 2.85px;
    -webkit-border-bottom-left-radius: 2.85px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-topleft: 2.85px;
    -moz-border-radius-topright: 2.85px;
    -moz-border-radius-bottomright: 2.85px;
    -moz-border-radius-bottomleft: 2.85px;
    -moz-background-clip: padding;
    border-top-left-radius: 2.85px;
    border-top-right-radius: 2.85px;
    border-bottom-right-radius: 2.85px;
    border-bottom-left-radius: 2.85px;
    background-clip: padding-box;
  }
  form.sp-form input,
  form.sp-form select {
    height: 38px;
  }
  form.sp-form textarea {
    height: 76px;
  }
  form.sp-form input[type=submit],
  form.sp-form button[type=submit] {
    margin: 11.4px auto;
  }
}
@media screen and (max-width: 630px) {
  form.sp-form {
    font-size: 12px;
    width: 94.59999999999999%;
    padding: 18px 2.7%;
  }
  form.sp-form .sp-form-block-bg {
    -webkit-border-top-left-radius: 4.75px;
    -webkit-border-top-right-radius: 4.75px;
    -webkit-border-bottom-right-radius: 4.75px;
    -webkit-border-bottom-left-radius: 4.75px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-topleft: 4.75px;
    -moz-border-radius-topright: 4.75px;
    -moz-border-radius-bottomright: 4.75px;
    -moz-border-radius-bottomleft: 4.75px;
    -moz-background-clip: padding;
    border-top-left-radius: 4.75px;
    border-top-right-radius: 4.75px;
    border-bottom-right-radius: 4.75px;
    border-bottom-left-radius: 4.75px;
    background-clip: padding-box;
  }
  form.sp-form .form-group,
  form.sp-form .sp-form-buttons,
  form.sp-form .help-block,
  form.sp-form .row,
  form.sp-form p,
  form.sp-form .form_title,
  form.sp-form .flash-success {
    width: 98.2%;
    margin: 0 0.9%;
  }
  form.sp-form .sp-form-buttons {
    margin-top: 10.8px;
  }
  form.sp-form .errorSummary {
    width: 94.59999999999999%;
    margin: 10.8px 0;
    padding: 5.4px 2.7%;
  }
  form.sp-form .errorSummary ul {
    margin: 10.8px 0;
  }
  form.sp-form .errorSummary li,
  form.sp-form .errorSummary p {
    margin: 10.8px 0;
  }
  form.sp-form input,
  form.sp-form select,
  form.sp-form textarea {
    width: 94.59999999999999%;
    padding: 5.4px 2.7%;
    margin: 10.8px 0;
    -webkit-border-top-left-radius: 2.85px;
    -webkit-border-top-right-radius: 2.85px;
    -webkit-border-bottom-right-radius: 2.85px;
    -webkit-border-bottom-left-radius: 2.85px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-topleft: 2.85px;
    -moz-border-radius-topright: 2.85px;
    -moz-border-radius-bottomright: 2.85px;
    -moz-border-radius-bottomleft: 2.85px;
    -moz-background-clip: padding;
    border-top-left-radius: 2.85px;
    border-top-right-radius: 2.85px;
    border-bottom-right-radius: 2.85px;
    border-bottom-left-radius: 2.85px;
    background-clip: padding-box;
  }
  form.sp-form input,
  form.sp-form select {
    height: 36px;
  }
  form.sp-form textarea {
    height: 72px;
  }
  form.sp-form input[type=submit],
  form.sp-form button[type=submit] {
    margin: 10.8px auto;
  }
}
@media screen and (max-width: 500px) {
  form.sp-form {
    font-size: 11px;
    width: 94.90000000000001%;
    padding: 17px 2.55%;
  }
  form.sp-form .sp-form-block-bg {
    -webkit-border-top-left-radius: 4.75px;
    -webkit-border-top-right-radius: 4.75px;
    -webkit-border-bottom-right-radius: 4.75px;
    -webkit-border-bottom-left-radius: 4.75px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-topleft: 4.75px;
    -moz-border-radius-topright: 4.75px;
    -moz-border-radius-bottomright: 4.75px;
    -moz-border-radius-bottomleft: 4.75px;
    -moz-background-clip: padding;
    border-top-left-radius: 4.75px;
    border-top-right-radius: 4.75px;
    border-bottom-right-radius: 4.75px;
    border-bottom-left-radius: 4.75px;
    background-clip: padding-box;
  }
  form.sp-form .form-group,
  form.sp-form .sp-form-buttons,
  form.sp-form .help-block,
  form.sp-form .row,
  form.sp-form p,
  form.sp-form .form_title,
  form.sp-form .flash-success {
    width: 98.3%;
    margin: 0 0.85%;
  }
  form.sp-form .sp-form-buttons {
    margin-top: 10.2px;
  }
  form.sp-form .errorSummary {
    width: 94.90000000000001%;
    margin: 10.2px 0;
    padding: 5.1px 2.55%;
  }
  form.sp-form .errorSummary ul {
    margin: 10.2px 0;
  }
  form.sp-form .errorSummary li,
  form.sp-form .errorSummary p {
    margin: 10.2px 0;
  }
  form.sp-form input,
  form.sp-form select,
  form.sp-form textarea {
    width: 94.90000000000001%;
    padding: 5.1px 2.55%;
    margin: 10.2px 0;
    -webkit-border-top-left-radius: 2.85px;
    -webkit-border-top-right-radius: 2.85px;
    -webkit-border-bottom-right-radius: 2.85px;
    -webkit-border-bottom-left-radius: 2.85px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-topleft: 2.85px;
    -moz-border-radius-topright: 2.85px;
    -moz-border-radius-bottomright: 2.85px;
    -moz-border-radius-bottomleft: 2.85px;
    -moz-background-clip: padding;
    border-top-left-radius: 2.85px;
    border-top-right-radius: 2.85px;
    border-bottom-right-radius: 2.85px;
    border-bottom-left-radius: 2.85px;
    background-clip: padding-box;
  }
  form.sp-form input,
  form.sp-form select {
    height: 34px;
  }
  form.sp-form textarea {
    height: 68px;
  }
  form.sp-form input[type=submit],
  form.sp-form button[type=submit] {
    margin: 10.2px auto;
  }
}
.sp-input {
  text-transform: none;
  font-family: 'Lato', Georgia, 'Times New Roman', Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 40px;
  text-decoration: none;
  letter-spacing: normal;
  outline: none;
  border: none;
  background: transparent;
}
.sp-buts-wrap {
  width: 100%;
  margin: 33.33333333px 0;
  text-align: center;
}
.sp-but {
  height: 40px;
  width: auto;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Nunito', Geneva, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 13px;
  line-height: 40px;
  text-decoration: none;
  letter-spacing: normal;
  padding: 0 35px;
  background: transparent;
  outline: none;
  border-width: 1px;
  z-index: 1;
}
.ie7 .sp-but {
  display: inline;
}
.sp-but,
.sp-but:after,
.sp-but:before {
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-background-clip: padding;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  background-clip: padding-box;
}
.sp-but:after,
.sp-but:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 1050px) {
  .sp-but {
    height: 38px;
    font-size: 12px;
    line-height: 38px;
    padding-left: 33px;
    padding-right: 33px;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-bottomleft: 2px;
    -moz-background-clip: padding;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    background-clip: padding-box;
  }
  .sp-but:after,
  .sp-but:before {
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-bottomleft: 2px;
    -moz-background-clip: padding;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    background-clip: padding-box;
  }
}
@media screen and (max-width: 630px) {
  .sp-but {
    height: 36px;
    font-size: 11px;
    line-height: 36px;
    padding-left: 31px;
    padding-right: 31px;
    -webkit-border-top-left-radius: 1px;
    -webkit-border-top-right-radius: 1px;
    -webkit-border-bottom-right-radius: 1px;
    -webkit-border-bottom-left-radius: 1px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-topleft: 1px;
    -moz-border-radius-topright: 1px;
    -moz-border-radius-bottomright: 1px;
    -moz-border-radius-bottomleft: 1px;
    -moz-background-clip: padding;
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px;
    background-clip: padding-box;
  }
  .sp-but:after,
  .sp-but:before {
    -webkit-border-top-left-radius: 1px;
    -webkit-border-top-right-radius: 1px;
    -webkit-border-bottom-right-radius: 1px;
    -webkit-border-bottom-left-radius: 1px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-topleft: 1px;
    -moz-border-radius-topright: 1px;
    -moz-border-radius-bottomright: 1px;
    -moz-border-radius-bottomleft: 1px;
    -moz-background-clip: padding;
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px;
    background-clip: padding-box;
  }
}
@media screen and (max-width: 500px) {
  .sp-but {
    height: 34px;
    font-size: 10px;
    line-height: 34px;
    padding-left: 29px;
    padding-right: 29px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    -moz-background-clip: padding;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    background-clip: padding-box;
  }
  .sp-but:after,
  .sp-but:before {
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    -moz-background-clip: padding;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    background-clip: padding-box;
  }
}
.sp-small-but {
  height: 34px;
  width: auto;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Nunito', Geneva, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  line-height: 34px;
  text-decoration: none;
  letter-spacing: normal;
  padding: 0 25px;
  background: transparent;
  outline: none;
  border-width: 1px;
  z-index: 1;
}
.ie7 .sp-small-but {
  display: inline;
}
.sp-small-but,
.sp-small-but:after,
.sp-small-but:before {
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  -moz-background-clip: padding;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  background-clip: padding-box;
}
.sp-small-but:after,
.sp-small-but:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 1050px) {
  .sp-small-but {
    height: 32.3px;
    font-size: 11px;
    line-height: 32.3px;
    padding-left: 23.3px;
    padding-right: 23.3px;
    -webkit-border-top-left-radius: 1px;
    -webkit-border-top-right-radius: 1px;
    -webkit-border-bottom-right-radius: 1px;
    -webkit-border-bottom-left-radius: 1px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-topleft: 1px;
    -moz-border-radius-topright: 1px;
    -moz-border-radius-bottomright: 1px;
    -moz-border-radius-bottomleft: 1px;
    -moz-background-clip: padding;
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px;
    background-clip: padding-box;
  }
  .sp-small-but:after,
  .sp-small-but:before {
    -webkit-border-top-left-radius: 1px;
    -webkit-border-top-right-radius: 1px;
    -webkit-border-bottom-right-radius: 1px;
    -webkit-border-bottom-left-radius: 1px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-topleft: 1px;
    -moz-border-radius-topright: 1px;
    -moz-border-radius-bottomright: 1px;
    -moz-border-radius-bottomleft: 1px;
    -moz-background-clip: padding;
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px;
    background-clip: padding-box;
  }
}
@media screen and (max-width: 630px) {
  .sp-small-but {
    height: 30.6px;
    font-size: 10px;
    line-height: 30.6px;
    padding-left: 21.6px;
    padding-right: 21.6px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    -moz-background-clip: padding;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    background-clip: padding-box;
  }
  .sp-small-but:after,
  .sp-small-but:before {
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    -moz-background-clip: padding;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    background-clip: padding-box;
  }
}
@media screen and (max-width: 500px) {
  .sp-small-but {
    height: 28.9px;
    font-size: 9px;
    line-height: 28.9px;
    padding-left: 19.9px;
    padding-right: 19.9px;
    -webkit-border-top-left-radius: -1px;
    -webkit-border-top-right-radius: -1px;
    -webkit-border-bottom-right-radius: -1px;
    -webkit-border-bottom-left-radius: -1px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-topleft: -1px;
    -moz-border-radius-topright: -1px;
    -moz-border-radius-bottomright: -1px;
    -moz-border-radius-bottomleft: -1px;
    -moz-background-clip: padding;
    border-top-left-radius: -1px;
    border-top-right-radius: -1px;
    border-bottom-right-radius: -1px;
    border-bottom-left-radius: -1px;
    background-clip: padding-box;
  }
  .sp-small-but:after,
  .sp-small-but:before {
    -webkit-border-top-left-radius: -1px;
    -webkit-border-top-right-radius: -1px;
    -webkit-border-bottom-right-radius: -1px;
    -webkit-border-bottom-left-radius: -1px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-topleft: -1px;
    -moz-border-radius-topright: -1px;
    -moz-border-radius-bottomright: -1px;
    -moz-border-radius-bottomleft: -1px;
    -moz-background-clip: padding;
    border-top-left-radius: -1px;
    border-top-right-radius: -1px;
    border-bottom-right-radius: -1px;
    border-bottom-left-radius: -1px;
    background-clip: padding-box;
  }
}
.sp-default-but {
  color: #333333;
  border-style: solid;
  border-color: #dddddd;
  /*.text_shadow(.5, 0, @but_text_shadow_color, 0, 1px);

  .drop_shadow(
      0 2px 0 lighten(@but_shadow_color,5),
      inset 0 -15px 20px fade(darken(@but_bg_color,5),50)
  );*/
}
.sp-default-but:before {
  background-color: transparent;
}
.sp-default-but:after {
  background-color: #f4cb10;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  zoom: 1;
}
.sp-default-but:hover {
  color: #ffffff;
  border-color: #f4cb10;
  /*.text_shadow(.9, 0px, @but_text_shadow_color, 0, 1px);
    .drop_shadow(
        0 3px 0 @but_shadow_color,
        inset 0 -15px 20px fade(darken(@but_bg_color,5),10)
    );*/
}
.sp-default-but:hover:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  zoom: 1;
}
.sp-default-but:active {
  /*color: darken(@but_color, 5);
    .text_shadow(.2, 0, @but_text_shadow_color, 0, 1px);
    .drop_shadow(
        0 -1px 0 lighten(@but_shadow_color,10),
        inset 0 -15px 20px fade(darken(@but_bg_color,5),80)
    );*/
}
.sp-submit-but {
  color: #ffffff;
  border-style: solid;
  border-color: #37abf2;
  /*.text_shadow(.5, 0, @but_text_shadow_color, 0, 1px);

  .drop_shadow(
      0 2px 0 lighten(@but_shadow_color,5),
      inset 0 -15px 20px fade(darken(@but_bg_color,5),50)
  );*/
}
.sp-submit-but:before {
  background-color: #37abf2;
}
.sp-submit-but:after {
  background-color: #222222;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  zoom: 1;
}
.sp-submit-but:hover {
  color: #ffffff;
  border-color: #222222;
  /*.text_shadow(.9, 0px, @but_text_shadow_color, 0, 1px);
    .drop_shadow(
        0 3px 0 @but_shadow_color,
        inset 0 -15px 20px fade(darken(@but_bg_color,5),10)
    );*/
}
.sp-submit-but:hover:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  zoom: 1;
}
.sp-submit-but:active {
  /*color: darken(@but_color, 5);
    .text_shadow(.2, 0, @but_text_shadow_color, 0, 1px);
    .drop_shadow(
        0 -1px 0 lighten(@but_shadow_color,10),
        inset 0 -15px 20px fade(darken(@but_bg_color,5),80)
    );*/
}
select.sp-hidden-select {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  float: left;
  position: absolute;
  z-index: 10;
}
/*
.sp-hidden-select option{
  padding: 7px;
  height: 30px;
}
*/
/*input.sp-input[type=search] {
  -webkit-appearance: none;
  box-sizing: border-box; !* чтобы размеры поля были во всех браузерах одинаковыми (по умолчанию вебкиты с крестиком для очистки иначе рассчитывают размер, чем остальные браузеры) *!
  -moz-box-sizing: border-box; !* для FF, который не весь CSS3 осилил *!
}
input.sp-input[type="search"]:focus {
  outline: none; !* по хорошему тут нужно прописать альтернативный фон *!
}
input.sp-input[type="search"]::-webkit-search-cancel-button { !* псевдо что-то, что отвечает за кнопку очистки *!
  -webkit-appearance: none;
  display:none;
}*/
/*input.sp-input, select.sp-select, textarea.sp-textarea{
  height:@form_input_height;
  padding:0 10px;
  .ie7 &, .ie8 &{
    padding-top:3px;
    height:20px;
  }
  margin:2px 5px;
  .font(14px, 16px);
  color:darken(@content_bg_color,50);
  .text_shadow(0.5,0,#fff);
  //.border_radius(11px);
  .gradient(darken(@content_bg_color,6),1,darken(@content_bg_color,3),1);
  .border_width(1px);
  .border_color(
    darken(@content_bg_color,5),
    darken(@content_bg_color,10),
    darken(@content_bg_color,5),
    lighten(@content_bg_color,5)
  );
  &:focus{
    .gradient(darken(@content_bg_color,0),1,lighten(@content_bg_color,2),1);
    .border_color(
      darken(@content_bg_color,5),
      darken(@content_bg_color,15),
      darken(@content_bg_color,5),
      lighten(@content_bg_color,10)
    );
  }
}
select.sp-select{
  option{
    height:10px;
    padding:7px 3px;
  }
}

textarea.sp-textarea{height:120px;}*/
form.sp-form {
  /*
  @but_color:@color2;
  @but_bg_color:@bg_color2;
  */
  /*.row{margin: 5px 0;}

  .note{font-style: italic;}



  label{
    .font(12px,14px,none,@font,300);
    display: block;
    padding:2px 11px;
  }*/
  /*.success{
    input.sp-input, textarea.sp-textarea, select.sp-select,
    input.sp-input.success, textarea.sp-textarea.success, select.sp-select.success{
      @s_b_color:darken(@content_bg_color,20) + #001100;
      .gradient(darken(@s_b_color,0%),1,darken(@s_b_color,3%),1);
      .border_width(1px);
      .border_color(darken(@s_b_color,5%),darken(@s_b_color,10%),darken(@s_b_color,5%),lighten(@s_b_color,2%));
      color:lighten(@s_b_color,50%);
      &:focus{
        .gradient(lighten(@s_b_color,60%),1,lighten(@s_b_color,55%),1);
        .border_color(darken(@s_b_color,5%),darken(@s_b_color,15%),darken(@s_b_color,5%),lighten(@s_b_color,10%));
        color:darken(@s_b_color,5%);
      }
    }
  }*/
  /*.error input.sp-input, .error textarea.sp-textarea, .error select.sp-select,
  input.sp-input.error, textarea.sp-textarea.error, select.sp-select.error{
    @e_b_color:darken(@content_bg_color,20) + #220000;
    .gradient(darken(@e_b_color,0%),1,darken(@e_b_color,3%),1);
    .border_width(1px);
    .border_color(darken(@e_b_color,5%),darken(@e_b_color,10%),darken(@e_b_color,5%),lighten(@e_b_color,2%));
    color:lighten(@e_b_color,50%);
    &:focus{
      .gradient(lighten(@e_b_color,60%),1,lighten(@e_b_color,55%),1);
      .border_color(darken(@e_b_color,5%),darken(@e_b_color,15%),darken(@e_b_color,5%),lighten(@e_b_color,10%));
      color:darken(@e_b_color,5%);
    }
  }*/
  /*.form_error,
  span.required,
  .errorMessage,
  .error_message,
  .error label:first-child,
  label.error,
  span.error{color: @error_color}

  .errorMessage,
  .error_message{
    display:none;
    overflow:hidden;
  }*/
  /*.errorSummary{
    @e_b_color:@error_color;
    .gradient(lighten(@e_b_color,50%),1,lighten(@e_b_color,45%),1);
    .border_width(1px);
    .border_color(darken(@e_b_color,30%),darken(@e_b_color,40%),darken(@e_b_color,30%),lighten(@e_b_color,20%));
    color:darken(@e_b_color,35%);
    padding: 0 10px 0 20px;
    margin: 0 0 20px 0;
    font-size: 13px;
    line-height: 20px;
    overflow:hidden;
    p{
      font-size: 11px;
      color:darken(@e_b_color,55%);
      margin: 0;
      padding:7px 0;
    }
    ul{
      margin:0 0 3px;
      display:block;
      float:left;
      width:100%;
      position:relative;
      li{
        overflow:hidden;
        width:100%;
        height:auto;
        display:block;
        float:left;
      }
    }
  }*/
  /*.buttons input.sp-input{
    margin:20px 0;
    cursor:pointer;
    //.border_radius(11px);
    &.cancel_but{
      @cancel_but_color:darken(@content_bg_color,10);
      color:darken(@cancel_but_color,30);
      .text_shadow(0.5,0,lighten(@cancel_but_color,50));
      //.border_radius(11px);
      .gradient(lighten(@cancel_but_color,6),1,lighten(@cancel_but_color,3),1);
      .border_width(1px);
      .border_color(
        darken(@cancel_but_color,5),
        lighten(@cancel_but_color,5),
        darken(@cancel_but_color,5),
        darken(@cancel_but_color,10)
      );
      &:hover, &:focus{
        .gradient(lighten(@cancel_but_color,16),1,lighten(@cancel_but_color,13),1);
      }
      &:active{
        .gradient(darken(@cancel_but_color,0),1,lighten(@cancel_but_color,3),1);
        .border_color(
          darken(@cancel_but_color,5),
          darken(@cancel_but_color,10),
          darken(@cancel_but_color,5),
          lighten(@cancel_but_color,5)
        );
      }

    }
  }
  .buttons input.sp-input{
    color:@but_color;
    .text_shadow(0.5,0,lighten(@but_color,50));

    .gradient(lighten(@but_bg_color,6),1,lighten(@but_bg_color,3),1);
    .border_width(1px);
    .border_color(
      darken(@but_bg_color,5),
      lighten(@but_bg_color,5),
      darken(@but_bg_color,5),
      darken(@but_bg_color,10)
    );
    &:hover, &:focus{
      .gradient(lighten(@but_bg_color,16),1,lighten(@but_bg_color,13),1);
    }
    &:active{
      .gradient(darken(@but_bg_color,0),1,lighten(@but_bg_color,3),1);
      .border_color(
        darken(@but_bg_color,5),
        darken(@but_bg_color,10),
        darken(@but_bg_color,5),
        lighten(@but_bg_color,5)
      );
    }
  }*/
}
form.sp-form .captcha {
  width: 100%;
  float: left;
  position: relative;
  height: 75px;
}
form.sp-form .captcha img,
form.sp-form .captcha input.sp-input {
  margin: 5px 0;
  float: left;
  width: 120px;
  height: 50px;
}
form.sp-form .captcha input.sp-input {
  text-align: center;
  margin-right: 10px;
  height: 46px;
  text-transform: none;
  font-family: 'Lato', Georgia, 'Times New Roman', Times, serif;
  font-weight: bold;
  font-style: normal;
  font-size: 30px;
  line-height: normal;
  text-decoration: none;
  letter-spacing: normal;
}
form.sp-form .captcha a {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #999999;
}
form.sp-form .load_bar {
  height: 20px;
  width: 200px;
  position: relative;
}
.sp-orders-wrap {
  width: 100%;
  float: left;
}
.sp-orders-items {
  padding-right: 40px;
}
.sp-orders-item {
  width: 100%;
  float: left;
  border-bottom: 2px dotted #222222;
  margin: 5px 0;
  position: relative;
}
.sp-orders-item.odd {
  background-color: #f8f8f8;
}
.sp-order-block {
  float: left;
  width: 33.33333333%;
  position: relative;
}
.sp-order-block.sp-order-block-data:after {
  content: '';
  position: absolute;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  border-left: 1px solid #dddddd;
  background-color: #37abf2;
}
.sp-order-block .sp-order-block-item {
  width: 90%;
  padding: 3px 5%;
  text-align: left;
}
.sp-order-block .sp-order-block-item .sp-order-block-item-label {
  text-transform: none;
  font-family: 'Lato', Georgia, 'Times New Roman', Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  line-height: 1em;
  text-decoration: none;
  letter-spacing: normal;
  color: #3e3e3e;
  margin: 0;
}
.sp-order-block .sp-order-block-item .sp-order-block-item-value {
  text-transform: none;
  font-family: 'Lato', Georgia, 'Times New Roman', Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5em;
  text-decoration: none;
  letter-spacing: normal;
  color: #349ada;
  display: inline-block;
  width: 100%;
  margin: 0;
}
.ie7 .sp-order-block .sp-order-block-item .sp-order-block-item-value {
  display: inline;
}
.sp-order-block-ordered .sp-order-items .sp-order-label-items {
  display: none;
}
.sp-order-block-ordered .sp-order-items .sp-order-value-items .sp-order-items-type-label {
  text-transform: none;
  font-family: 'Lato', Georgia, 'Times New Roman', Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  line-height: 1em;
  text-decoration: none;
  letter-spacing: normal;
  color: #3e3e3e;
}
.sp-order-block-ordered .sp-order-items .sp-order-value-items .sp-ordered-item {
  border-top: 1px solid #f8f8f8;
  border-bottom: 2px solid #dddddd;
  float: left;
  width: 100%;
}
.sp-order-block-ordered .sp-order-items .sp-order-value-items .sp-ordered-item .sp-order-item-a {
  margin: 0;
  color: #333333;
}
.sp-order-block-ordered .sp-order-items .sp-order-value-items .sp-ordered-item .sp-order-item-a .sp-order-item {
  width: 100%;
  display: inline-block;
}
.ie7 .sp-order-block-ordered .sp-order-items .sp-order-value-items .sp-ordered-item .sp-order-item-a .sp-order-item {
  display: inline;
}
.sp-order-block-ordered .sp-order-items .sp-order-value-items .sp-ordered-item .sp-order-item-a .sp-order-item-title {
  color: #349ada;
  text-transform: none;
  font-family: 'Lato', Georgia, 'Times New Roman', Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 1.5em;
  text-decoration: none;
  letter-spacing: normal;
  margin: 3px 0;
  text-align: left;
}
.sp-order-block-ordered .sp-order-items .sp-order-value-items .sp-ordered-item .sp-order-item-a .sp-order-item-label {
  font-size: 11px;
  color: #3e3e3e;
  margin: 0 5px;
}
.sp-order-block-ordered .sp-order-items .sp-order-value-items .sp-ordered-item .sp-order-item-a .sp-order-item-val {
  font-size: 13px;
}
.sp-order-block-ordered .sp-order-items .sp-order-value-items .sp-ordered-item .sp-order-item-a .sp-order-data-item .sp-price-wrap {
  margin-left: 10px;
}
.sp-order-block-price,
.sp-order-block-photos,
.sp-order-block-descr {
  width: 100%;
}
.sp-order-block-price:after,
.sp-order-block-photos:after,
.sp-order-block-descr:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: auto;
  height: 1px;
  width: auto;
  border-left: none;
  border-top: 1px solid #dddddd;
}
.sp-order-block-price {
  background-color: rgba(244, 203, 16, 0.5);
}
.sp-order-block-price .sp-price-wrap {
  color: #333333;
}
.sp-order-block-price .sp-order-block-item {
  width: 14.28571429%;
  padding: 0;
  margin: 0;
  float: left;
  position: relative;
  text-align: center;
  font-size: 20px;
}
.sp-order-block-price .sp-order-block-item:after,
.sp-order-block-price .sp-order-block-item:before {
  content: '';
  width: 1px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.sp-order-block-price .sp-order-block-item:after {
  left: auto;
  background-color: #f8f8f8;
}
.sp-order-block-price .sp-order-block-item:before {
  right: auto;
  background-color: #222222;
}
.sp-order-block-photos {
  /* img-preview */
  /* /img-preview */
}
.sp-order-block-photos .sp-photos-preview {
  background: #3e3e3e;
  float: left;
  width: 100%;
  position: relative;
  text-align: center;
}
.sp-order-block-photos .sp-photos-preview .sp-photos-preview-wrap {
  float: left;
  width: 25%;
  position: relative;
  text-align: center;
}
.sp-order-block-photos .sp-photos-preview .sp-photos-preview-wrap img {
  width: 100%;
}
.sp-order-block-photos .sp-photos-preview .sp-file-preview-del {
  position: absolute;
  right: 0;
}
.sp-order-block-photos .sp-photos-preview .sp-file-preview-del:after {
  content: '✖';
  font-size: 30px;
  color: #cc0000;
}
.sp-order-form {
  text-align: center;
  font-size: 14px;
  width: 94%;
  padding: 20px 3%;
  position: relative;
  float: left;
  z-index: 1;
  /**/
  color: #3e3e3e;
}
.sp-order-form .sp-form-block-bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-background-clip: padding;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background-clip: padding-box;
  border-width: 0;
}
.sp-order-form .form-group,
.sp-order-form .sp-form-buttons,
.sp-order-form .help-block,
.sp-order-form .row,
.sp-order-form p,
.sp-order-form .form_title,
.sp-order-form .flash-success {
  width: 98%;
  margin: 0 1%;
  float: left;
}
.sp-order-form .sp-form-buttons {
  margin-top: 12px;
}
.sp-order-form .sp-form-block-title {
  font-size: 130%;
  line-height: 1.1em;
}
.sp-order-form .required-fields-msg,
.sp-order-form .errorMessage {
  font-size: 80%;
  line-height: 1.2em;
}
.sp-order-form .flash-success {
  font-size: 110%;
  line-height: 1.2em;
}
.sp-order-form label {
  font-size: 90%;
  line-height: 1.2em;
  font-weight: normal;
}
.sp-order-form .errorSummary {
  width: 94%;
  margin: 12px 0;
  padding: 6px 3%;
  border-width: 0;
}
.sp-order-form .errorSummary ul {
  list-style: none;
  margin: 12px 0;
}
.sp-order-form .errorSummary li,
.sp-order-form .errorSummary p {
  width: 100%;
  margin: 12px 0;
  font-size: 90%;
  line-height: 1.1em;
}
.sp-order-form input,
.sp-order-form select,
.sp-order-form textarea {
  width: 94%;
  padding: 6px 3%;
  margin: 12px -2px;
  border-width: 2px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-background-clip: padding;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  background-clip: padding-box;
}
.sp-order-form input,
.sp-order-form select {
  height: 28px;
  text-align: center;
}
.sp-order-form select option {
  padding: 6px 3%;
}
.sp-order-form input[type=radio] {
  width: auto;
  height: auto;
  margin: 18px 1% 12px;
}
.sp-order-form textarea {
  height: 80px;
}
.sp-order-form input[type=submit],
.sp-order-form button[type=submit] {
  height: 40px;
  width: auto;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Nunito', Geneva, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 13px;
  line-height: 40px;
  text-decoration: none;
  letter-spacing: normal;
  padding: 0 35px;
  background: transparent;
  outline: none;
  border-width: 1px;
  z-index: 1;
  margin: 12px auto;
  white-space: nowrap;
}
.ie7 .sp-order-form input[type=submit],
.ie7 .sp-order-form button[type=submit] {
  display: inline;
}
.sp-order-form input[type=submit],
.sp-order-form button[type=submit],
.sp-order-form input[type=submit]:after,
.sp-order-form button[type=submit]:after,
.sp-order-form input[type=submit]:before,
.sp-order-form button[type=submit]:before {
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-background-clip: padding;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  background-clip: padding-box;
}
.sp-order-form input[type=submit]:after,
.sp-order-form button[type=submit]:after,
.sp-order-form input[type=submit]:before,
.sp-order-form button[type=submit]:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 1050px) {
  .sp-order-form input[type=submit],
  .sp-order-form button[type=submit] {
    height: 38px;
    font-size: 12px;
    line-height: 38px;
    padding-left: 33px;
    padding-right: 33px;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-bottomleft: 2px;
    -moz-background-clip: padding;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    background-clip: padding-box;
  }
  .sp-order-form input[type=submit]:after,
  .sp-order-form button[type=submit]:after,
  .sp-order-form input[type=submit]:before,
  .sp-order-form button[type=submit]:before {
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-bottomleft: 2px;
    -moz-background-clip: padding;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    background-clip: padding-box;
  }
}
@media screen and (max-width: 630px) {
  .sp-order-form input[type=submit],
  .sp-order-form button[type=submit] {
    height: 36px;
    font-size: 11px;
    line-height: 36px;
    padding-left: 31px;
    padding-right: 31px;
    -webkit-border-top-left-radius: 1px;
    -webkit-border-top-right-radius: 1px;
    -webkit-border-bottom-right-radius: 1px;
    -webkit-border-bottom-left-radius: 1px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-topleft: 1px;
    -moz-border-radius-topright: 1px;
    -moz-border-radius-bottomright: 1px;
    -moz-border-radius-bottomleft: 1px;
    -moz-background-clip: padding;
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px;
    background-clip: padding-box;
  }
  .sp-order-form input[type=submit]:after,
  .sp-order-form button[type=submit]:after,
  .sp-order-form input[type=submit]:before,
  .sp-order-form button[type=submit]:before {
    -webkit-border-top-left-radius: 1px;
    -webkit-border-top-right-radius: 1px;
    -webkit-border-bottom-right-radius: 1px;
    -webkit-border-bottom-left-radius: 1px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-topleft: 1px;
    -moz-border-radius-topright: 1px;
    -moz-border-radius-bottomright: 1px;
    -moz-border-radius-bottomleft: 1px;
    -moz-background-clip: padding;
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px;
    background-clip: padding-box;
  }
}
@media screen and (max-width: 500px) {
  .sp-order-form input[type=submit],
  .sp-order-form button[type=submit] {
    height: 34px;
    font-size: 10px;
    line-height: 34px;
    padding-left: 29px;
    padding-right: 29px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    -moz-background-clip: padding;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    background-clip: padding-box;
  }
  .sp-order-form input[type=submit]:after,
  .sp-order-form button[type=submit]:after,
  .sp-order-form input[type=submit]:before,
  .sp-order-form button[type=submit]:before {
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    -moz-background-clip: padding;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    background-clip: padding-box;
  }
}
@media screen and (max-width: 1050px) {
  .sp-order-form {
    font-size: 13px;
    width: 94.3%;
    padding: 19px 2.85%;
  }
  .sp-order-form .sp-form-block-bg {
    -webkit-border-top-left-radius: 4.75px;
    -webkit-border-top-right-radius: 4.75px;
    -webkit-border-bottom-right-radius: 4.75px;
    -webkit-border-bottom-left-radius: 4.75px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-topleft: 4.75px;
    -moz-border-radius-topright: 4.75px;
    -moz-border-radius-bottomright: 4.75px;
    -moz-border-radius-bottomleft: 4.75px;
    -moz-background-clip: padding;
    border-top-left-radius: 4.75px;
    border-top-right-radius: 4.75px;
    border-bottom-right-radius: 4.75px;
    border-bottom-left-radius: 4.75px;
    background-clip: padding-box;
  }
  .sp-order-form .form-group,
  .sp-order-form .sp-form-buttons,
  .sp-order-form .help-block,
  .sp-order-form .row,
  .sp-order-form p,
  .sp-order-form .form_title,
  .sp-order-form .flash-success {
    width: 98.09999999999999%;
    margin: 0 0.95%;
  }
  .sp-order-form .sp-form-buttons {
    margin-top: 11.4px;
  }
  .sp-order-form .errorSummary {
    width: 94.3%;
    margin: 11.4px 0;
    padding: 5.7px 2.85%;
  }
  .sp-order-form .errorSummary ul {
    margin: 11.4px 0;
  }
  .sp-order-form .errorSummary li,
  .sp-order-form .errorSummary p {
    margin: 11.4px 0;
  }
  .sp-order-form input,
  .sp-order-form select,
  .sp-order-form textarea {
    width: 94.3%;
    padding: 5.7px 2.85%;
    margin: 11.4px 0;
    -webkit-border-top-left-radius: 2.85px;
    -webkit-border-top-right-radius: 2.85px;
    -webkit-border-bottom-right-radius: 2.85px;
    -webkit-border-bottom-left-radius: 2.85px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-topleft: 2.85px;
    -moz-border-radius-topright: 2.85px;
    -moz-border-radius-bottomright: 2.85px;
    -moz-border-radius-bottomleft: 2.85px;
    -moz-background-clip: padding;
    border-top-left-radius: 2.85px;
    border-top-right-radius: 2.85px;
    border-bottom-right-radius: 2.85px;
    border-bottom-left-radius: 2.85px;
    background-clip: padding-box;
  }
  .sp-order-form input,
  .sp-order-form select {
    height: 38px;
  }
  .sp-order-form textarea {
    height: 76px;
  }
  .sp-order-form input[type=submit],
  .sp-order-form button[type=submit] {
    margin: 11.4px auto;
  }
}
@media screen and (max-width: 630px) {
  .sp-order-form {
    font-size: 12px;
    width: 94.59999999999999%;
    padding: 18px 2.7%;
  }
  .sp-order-form .sp-form-block-bg {
    -webkit-border-top-left-radius: 4.75px;
    -webkit-border-top-right-radius: 4.75px;
    -webkit-border-bottom-right-radius: 4.75px;
    -webkit-border-bottom-left-radius: 4.75px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-topleft: 4.75px;
    -moz-border-radius-topright: 4.75px;
    -moz-border-radius-bottomright: 4.75px;
    -moz-border-radius-bottomleft: 4.75px;
    -moz-background-clip: padding;
    border-top-left-radius: 4.75px;
    border-top-right-radius: 4.75px;
    border-bottom-right-radius: 4.75px;
    border-bottom-left-radius: 4.75px;
    background-clip: padding-box;
  }
  .sp-order-form .form-group,
  .sp-order-form .sp-form-buttons,
  .sp-order-form .help-block,
  .sp-order-form .row,
  .sp-order-form p,
  .sp-order-form .form_title,
  .sp-order-form .flash-success {
    width: 98.2%;
    margin: 0 0.9%;
  }
  .sp-order-form .sp-form-buttons {
    margin-top: 10.8px;
  }
  .sp-order-form .errorSummary {
    width: 94.59999999999999%;
    margin: 10.8px 0;
    padding: 5.4px 2.7%;
  }
  .sp-order-form .errorSummary ul {
    margin: 10.8px 0;
  }
  .sp-order-form .errorSummary li,
  .sp-order-form .errorSummary p {
    margin: 10.8px 0;
  }
  .sp-order-form input,
  .sp-order-form select,
  .sp-order-form textarea {
    width: 94.59999999999999%;
    padding: 5.4px 2.7%;
    margin: 10.8px 0;
    -webkit-border-top-left-radius: 2.85px;
    -webkit-border-top-right-radius: 2.85px;
    -webkit-border-bottom-right-radius: 2.85px;
    -webkit-border-bottom-left-radius: 2.85px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-topleft: 2.85px;
    -moz-border-radius-topright: 2.85px;
    -moz-border-radius-bottomright: 2.85px;
    -moz-border-radius-bottomleft: 2.85px;
    -moz-background-clip: padding;
    border-top-left-radius: 2.85px;
    border-top-right-radius: 2.85px;
    border-bottom-right-radius: 2.85px;
    border-bottom-left-radius: 2.85px;
    background-clip: padding-box;
  }
  .sp-order-form input,
  .sp-order-form select {
    height: 36px;
  }
  .sp-order-form textarea {
    height: 72px;
  }
  .sp-order-form input[type=submit],
  .sp-order-form button[type=submit] {
    margin: 10.8px auto;
  }
}
@media screen and (max-width: 500px) {
  .sp-order-form {
    font-size: 11px;
    width: 94.90000000000001%;
    padding: 17px 2.55%;
  }
  .sp-order-form .sp-form-block-bg {
    -webkit-border-top-left-radius: 4.75px;
    -webkit-border-top-right-radius: 4.75px;
    -webkit-border-bottom-right-radius: 4.75px;
    -webkit-border-bottom-left-radius: 4.75px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-topleft: 4.75px;
    -moz-border-radius-topright: 4.75px;
    -moz-border-radius-bottomright: 4.75px;
    -moz-border-radius-bottomleft: 4.75px;
    -moz-background-clip: padding;
    border-top-left-radius: 4.75px;
    border-top-right-radius: 4.75px;
    border-bottom-right-radius: 4.75px;
    border-bottom-left-radius: 4.75px;
    background-clip: padding-box;
  }
  .sp-order-form .form-group,
  .sp-order-form .sp-form-buttons,
  .sp-order-form .help-block,
  .sp-order-form .row,
  .sp-order-form p,
  .sp-order-form .form_title,
  .sp-order-form .flash-success {
    width: 98.3%;
    margin: 0 0.85%;
  }
  .sp-order-form .sp-form-buttons {
    margin-top: 10.2px;
  }
  .sp-order-form .errorSummary {
    width: 94.90000000000001%;
    margin: 10.2px 0;
    padding: 5.1px 2.55%;
  }
  .sp-order-form .errorSummary ul {
    margin: 10.2px 0;
  }
  .sp-order-form .errorSummary li,
  .sp-order-form .errorSummary p {
    margin: 10.2px 0;
  }
  .sp-order-form input,
  .sp-order-form select,
  .sp-order-form textarea {
    width: 94.90000000000001%;
    padding: 5.1px 2.55%;
    margin: 10.2px 0;
    -webkit-border-top-left-radius: 2.85px;
    -webkit-border-top-right-radius: 2.85px;
    -webkit-border-bottom-right-radius: 2.85px;
    -webkit-border-bottom-left-radius: 2.85px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-topleft: 2.85px;
    -moz-border-radius-topright: 2.85px;
    -moz-border-radius-bottomright: 2.85px;
    -moz-border-radius-bottomleft: 2.85px;
    -moz-background-clip: padding;
    border-top-left-radius: 2.85px;
    border-top-right-radius: 2.85px;
    border-bottom-right-radius: 2.85px;
    border-bottom-left-radius: 2.85px;
    background-clip: padding-box;
  }
  .sp-order-form input,
  .sp-order-form select {
    height: 34px;
  }
  .sp-order-form textarea {
    height: 68px;
  }
  .sp-order-form input[type=submit],
  .sp-order-form button[type=submit] {
    margin: 10.2px auto;
  }
}
.sp-order-form .sp-form-block-bg {
  /*background:@bg_color;*/
  background: #ebebeb;
  background: -webkit-linear-gradient(top, rgba(235, 235, 235, 0.8), rgba(247, 247, 247, 0.9));
  background: -moz-linear-gradient(top, rgba(235, 235, 235, 0.8), rgba(247, 247, 247, 0.9));
  background: -o-linear-gradient(top, rgba(235, 235, 235, 0.8), rgba(247, 247, 247, 0.9));
  background: -ms-linear-gradient(top, rgba(235, 235, 235, 0.8), rgba(247, 247, 247, 0.9));
  background: linear-gradient(top, rgba(235, 235, 235, 0.8), rgba(247, 247, 247, 0.9));
  -webkit-box-shadow: 0 3px 5px rgba(197, 197, 197, 0.3), inset 0 3px 30px rgba(210, 210, 210, 0.5);
  -moz-box-shadow: 0 3px 5px rgba(197, 197, 197, 0.3), inset 0 3px 30px rgba(210, 210, 210, 0.5);
  -o-box-shadow: 0 3px 5px rgba(197, 197, 197, 0.3), inset 0 3px 30px rgba(210, 210, 210, 0.5);
  box-shadow: 0 3px 5px rgba(197, 197, 197, 0.3), inset 0 3px 30px rgba(210, 210, 210, 0.5);
}
.ie9 .sp-order-form .sp-form-block-bg,
.ie8 .sp-order-form .sp-form-block-bg,
.ie7 .sp-order-form .sp-form-block-bg {
  zoom: 1;
  background-color: transparent;
  background-image: url('../images/transparent.png');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccebebeb', endColorstr='#e6f7f7f7', GradientType='0');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccebebeb', endColorstr='#e6f7f7f7', GradientType='0');
}
.sp-order-form h3 {
  color: #252525;
}
.sp-order-form .sp-form-block-title {
  color: #3e3e3e;
  border-color: #3e3e3e;
}
.sp-order-form span.required {
  color: #ffffff;
}
.sp-order-form .errorMessage,
.sp-order-form .error,
.sp-order-form .has-error .help-block {
  font-size: 70%;
  color: #ff3e3e;
}
.sp-order-form .errorSummary {
  border-left: 0;
  border-right: 0;
  border-style: solid;
  border-left-color: #ebebeb;
  border-top-color: #dedede;
  border-right-color: #ebebeb;
  border-bottom-color: #ffffff;
  background: #ffffff;
  background: -webkit-linear-gradient(top, #ffffff, #ffffff);
  background: -moz-linear-gradient(top, #ffffff, #ffffff);
  background: -o-linear-gradient(top, #ffffff, #ffffff);
  background: -ms-linear-gradient(top, #ffffff, #ffffff);
  background: linear-gradient(top, #ffffff, #ffffff);
  color: #ffffff;
}
.ie8 .sp-order-form .errorSummary,
.ie7 .sp-order-form .errorSummary {
  border-left-color: #ebebeb;
  border-top-color: #dfdfdf;
  border-right-color: #ebebeb;
  border-bottom-color: #ffffff;
}
.ie9 .sp-order-form .errorSummary,
.ie8 .sp-order-form .errorSummary,
.ie7 .sp-order-form .errorSummary {
  zoom: 1;
  background-color: transparent;
  background-image: url('../images/transparent.png');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff', GradientType='0');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff', GradientType='0');
}
.sp-order-form .errorSummary p {
  color: #ffffff;
}
.sp-order-form input,
.sp-order-form textarea,
.sp-order-form select {
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
  background: #ffffff;
  border-style: solid;
  border-color: #dee2e6;
  -webkit-box-shadow: inset 0 3px 5px rgba(242, 242, 242, 0.3);
  -moz-box-shadow: inset 0 3px 5px rgba(242, 242, 242, 0.3);
  -o-box-shadow: inset 0 3px 5px rgba(242, 242, 242, 0.3);
  box-shadow: inset 0 3px 5px rgba(242, 242, 242, 0.3);
  color: #333333;
}
.sp-order-form input::-webkit-input-placeholder,
.sp-order-form textarea::-webkit-input-placeholder,
.sp-order-form select::-webkit-input-placeholder {
  color: #4d4d4d;
}
.sp-order-form input::-moz-placeholder,
.sp-order-form textarea::-moz-placeholder,
.sp-order-form select::-moz-placeholder {
  color: #4d4d4d;
}
.sp-order-form input:-moz-placeholder,
.sp-order-form textarea:-moz-placeholder,
.sp-order-form select:-moz-placeholder {
  color: #4d4d4d;
}
.sp-order-form input:-ms-input-placeholder,
.sp-order-form textarea:-ms-input-placeholder,
.sp-order-form select:-ms-input-placeholder {
  color: #4d4d4d;
}
.sp-order-form input.placeholder,
.sp-order-form textarea.placeholder,
.sp-order-form select.placeholder {
  color: #4d4d4d;
}
.sp-order-form input::-webkit-input-placeholder,
.sp-order-form textarea::-webkit-input-placeholder,
.sp-order-form select::-webkit-input-placeholder {
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.sp-order-form input::-moz-placeholder,
.sp-order-form textarea::-moz-placeholder,
.sp-order-form select::-moz-placeholder {
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.sp-order-form input:-moz-placeholder,
.sp-order-form textarea:-moz-placeholder,
.sp-order-form select:-moz-placeholder {
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.sp-order-form input:-ms-input-placeholder,
.sp-order-form textarea:-ms-input-placeholder,
.sp-order-form select:-ms-input-placeholder {
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.sp-order-form input.placeholder,
.sp-order-form textarea.placeholder,
.sp-order-form select.placeholder {
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.sp-order-form input::-webkit-input-placeholder,
.sp-order-form textarea::-webkit-input-placeholder,
.sp-order-form select::-webkit-input-placeholder {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  zoom: 1;
}
.sp-order-form input::-moz-placeholder,
.sp-order-form textarea::-moz-placeholder,
.sp-order-form select::-moz-placeholder {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  zoom: 1;
}
.sp-order-form input:-moz-placeholder,
.sp-order-form textarea:-moz-placeholder,
.sp-order-form select:-moz-placeholder {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  zoom: 1;
}
.sp-order-form input:-ms-input-placeholder,
.sp-order-form textarea:-ms-input-placeholder,
.sp-order-form select:-ms-input-placeholder {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  zoom: 1;
}
.sp-order-form input.placeholder,
.sp-order-form textarea.placeholder,
.sp-order-form select.placeholder {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  zoom: 1;
}
.sp-order-form input:focus,
.sp-order-form textarea:focus,
.sp-order-form select:focus {
  /*.border_color(
          darken(@bg_color,1),
          lighten(@bg_color,2),
          darken(@bg_color,1),
          darken(@bg_color,5)
      );*/
  /*.border_color(
        darken(@bg_color,10%),
        darken(@bg_color,15%),
        darken(@bg_color,10%),
        lighten(@bg_color,15%)
      );*/
}
.sp-order-form input:focus::-webkit-input-placeholder,
.sp-order-form textarea:focus::-webkit-input-placeholder,
.sp-order-form select:focus::-webkit-input-placeholder {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  zoom: 1;
}
.sp-order-form input:focus::-moz-placeholder,
.sp-order-form textarea:focus::-moz-placeholder,
.sp-order-form select:focus::-moz-placeholder {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  zoom: 1;
}
.sp-order-form input:focus:-moz-placeholder,
.sp-order-form textarea:focus:-moz-placeholder,
.sp-order-form select:focus:-moz-placeholder {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  zoom: 1;
}
.sp-order-form input:focus:-ms-input-placeholder,
.sp-order-form textarea:focus:-ms-input-placeholder,
.sp-order-form select:focus:-ms-input-placeholder {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  zoom: 1;
}
.sp-order-form input:focus.placeholder,
.sp-order-form textarea:focus.placeholder,
.sp-order-form select:focus.placeholder {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  zoom: 1;
}
.sp-order-form .error input,
.sp-order-form .error textarea,
.sp-order-form .error select,
.sp-order-form input.error,
.sp-order-form textarea.error,
.sp-order-form select.error,
.sp-order-form .has-error input,
.sp-order-form .has-error textarea,
.sp-order-form .has-error select {
  color: #ff3333;
  border-style: solid;
  border-left-color: #ebebeb;
  border-top-color: #e6e6e6;
  border-right-color: #ebebeb;
  border-bottom-color: #ffffff;
  background: #ffffff;
  background: -webkit-linear-gradient(top, #ffffff, #fcfcfc);
  background: -moz-linear-gradient(top, #ffffff, #fcfcfc);
  background: -o-linear-gradient(top, #ffffff, #fcfcfc);
  background: -ms-linear-gradient(top, #ffffff, #fcfcfc);
  background: linear-gradient(top, #ffffff, #fcfcfc);
  -webkit-box-shadow: inset 0 -3px 30px rgba(191, 191, 191, 0.2);
  -moz-box-shadow: inset 0 -3px 30px rgba(191, 191, 191, 0.2);
  -o-box-shadow: inset 0 -3px 30px rgba(191, 191, 191, 0.2);
  box-shadow: inset 0 -3px 30px rgba(191, 191, 191, 0.2);
}
.ie8 .sp-order-form .error input,
.ie8 .sp-order-form .error textarea,
.ie8 .sp-order-form .error select,
.ie8 .sp-order-form input.error,
.ie8 .sp-order-form textarea.error,
.ie8 .sp-order-form select.error,
.ie8 .sp-order-form .has-error input,
.ie8 .sp-order-form .has-error textarea,
.ie8 .sp-order-form .has-error select,
.ie7 .sp-order-form .error input,
.ie7 .sp-order-form .error textarea,
.ie7 .sp-order-form .error select,
.ie7 .sp-order-form input.error,
.ie7 .sp-order-form textarea.error,
.ie7 .sp-order-form select.error,
.ie7 .sp-order-form .has-error input,
.ie7 .sp-order-form .has-error textarea,
.ie7 .sp-order-form .has-error select {
  border-left-color: #ebebeb;
  border-top-color: #e6e6e6;
  border-right-color: #ebebeb;
  border-bottom-color: #ffffff;
}
.ie9 .sp-order-form .error input,
.ie9 .sp-order-form .error textarea,
.ie9 .sp-order-form .error select,
.ie9 .sp-order-form input.error,
.ie9 .sp-order-form textarea.error,
.ie9 .sp-order-form select.error,
.ie9 .sp-order-form .has-error input,
.ie9 .sp-order-form .has-error textarea,
.ie9 .sp-order-form .has-error select,
.ie8 .sp-order-form .error input,
.ie8 .sp-order-form .error textarea,
.ie8 .sp-order-form .error select,
.ie8 .sp-order-form input.error,
.ie8 .sp-order-form textarea.error,
.ie8 .sp-order-form select.error,
.ie8 .sp-order-form .has-error input,
.ie8 .sp-order-form .has-error textarea,
.ie8 .sp-order-form .has-error select,
.ie7 .sp-order-form .error input,
.ie7 .sp-order-form .error textarea,
.ie7 .sp-order-form .error select,
.ie7 .sp-order-form input.error,
.ie7 .sp-order-form textarea.error,
.ie7 .sp-order-form select.error,
.ie7 .sp-order-form .has-error input,
.ie7 .sp-order-form .has-error textarea,
.ie7 .sp-order-form .has-error select {
  zoom: 1;
  background-color: transparent;
  background-image: url('../images/transparent.png');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fffcfcfc', GradientType='0');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fffcfcfc', GradientType='0');
}
.sp-order-form input[type=submit],
.sp-order-form button[type=submit] {
  color: #ffffff;
  border-style: solid;
  border-color: #37abf2;
  /*.text_shadow(.5, 0, @but_text_shadow_color, 0, 1px);

  .drop_shadow(
      0 2px 0 lighten(@but_shadow_color,5),
      inset 0 -15px 20px fade(darken(@but_bg_color,5),50)
  );*/
  /**/
}
.sp-order-form input[type=submit]:before,
.sp-order-form button[type=submit]:before {
  background-color: #37abf2;
}
.sp-order-form input[type=submit]:after,
.sp-order-form button[type=submit]:after {
  background-color: #222222;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  zoom: 1;
}
.sp-order-form input[type=submit]:hover,
.sp-order-form button[type=submit]:hover {
  color: #ffffff;
  border-color: #222222;
  /*.text_shadow(.9, 0px, @but_text_shadow_color, 0, 1px);
    .drop_shadow(
        0 3px 0 @but_shadow_color,
        inset 0 -15px 20px fade(darken(@but_bg_color,5),10)
    );*/
}
.sp-order-form input[type=submit]:hover:after,
.sp-order-form button[type=submit]:hover:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  zoom: 1;
}
.sp-order-form input[type=submit]:active,
.sp-order-form button[type=submit]:active {
  /*color: darken(@but_color, 5);
    .text_shadow(.2, 0, @but_text_shadow_color, 0, 1px);
    .drop_shadow(
        0 -1px 0 lighten(@but_shadow_color,10),
        inset 0 -15px 20px fade(darken(@but_bg_color,5),80)
    );*/
}
.sp-order-form .input-group-addon {
  height: 28px;
}
.sp-order-block-buttons {
  position: absolute;
  left: 100%;
  top: 0;
  right: auto;
  bottom: 0;
  width: 40px;
  background-color: #222222;
}
.sp-order-block-buttons .sp-order-block-item {
  width: 100%;
}
.sp-order-block-buttons .sp-order-block-item .sp-order-block-item-label {
  display: none;
}
.sp-order-block-buttons .sp-order-block-item button,
.sp-order-block-buttons .sp-order-block-item a {
  display: inline-block;
  width: 100%;
  height: 50px;
  text-align: center;
  color: #e1f0f9;
  text-transform: none;
  font-family: 'Lato', Georgia, 'Times New Roman', Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 26px;
  line-height: 50px;
  text-decoration: none;
  letter-spacing: normal;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}
.ie7 .sp-order-block-buttons .sp-order-block-item button,
.ie7 .sp-order-block-buttons .sp-order-block-item a {
  display: inline;
}
