/* 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-services-page.sp-page-section .sp-left-aside {
  display: none;
}
.sp-services-page.sp-page-section .sp-content-columns.sp-two-columns {
  padding: 0;
}
.sp-services-page .sp-page-data {
  float: left;
}
.sp-services-page.sp-service-section {
  /* data items */
}
.sp-services-page.sp-service-section .sp-content {
  /*main data*/
  /*rating and social buttons*/
  /*rating*/
  /*main data order block*/
  /* /main data order block*/
  /* order by phone block */
  /* benefits */
  /*.sp-text {
        width: 100 - @services_video_width - @services_h_margin;
        float:left;
      }
      /* video */
  /* /video */
  /* services categories */
  /* photos */
  /* /photos */
}
.sp-services-page.sp-service-section .sp-content .sp-service-main-data,
.sp-services-page.sp-service-section .sp-content .sp-service-order-block,
.sp-services-page.sp-service-section .sp-content .sp-service-order-wrap {
  float: left;
  width: 100%;
  padding: 0;
}
.sp-services-page.sp-service-section .sp-content .sp-data-rating-wrap,
.sp-services-page.sp-service-section .sp-content .sp-services-social-buts-wrap {
  margin: 0;
}
.sp-services-page.sp-service-section .sp-content .sp-data-rating-wrap .sp-service-data-item,
.sp-services-page.sp-service-section .sp-content .sp-services-social-buts-wrap .sp-service-data-item {
  max-width: 200px;
}
.sp-services-page.sp-service-section .sp-content .sp-data-rating-wrap {
  margin-top: 33.33333333px;
  text-align: center;
}
.sp-services-page.sp-service-section .sp-content .sp-data-rating-wrap .sp-service-rating-block {
  white-space: normal;
}
.sp-services-page.sp-service-section .sp-content .sp-data-rating-wrap .sp-service-rating-block .sp-rating-view {
  display: inline-block;
}
.ie7 .sp-services-page.sp-service-section .sp-content .sp-data-rating-wrap .sp-service-rating-block .sp-rating-view {
  display: inline;
}
.sp-services-page.sp-service-section .sp-content .sp-data-rating-wrap .sp-service-rating-block .sp-rating-title {
  display: inline-block;
  margin: 0 2%;
  white-space: nowrap;
}
.ie7 .sp-services-page.sp-service-section .sp-content .sp-data-rating-wrap .sp-service-rating-block .sp-rating-title {
  display: inline;
}
.sp-services-page.sp-service-section .sp-content .sp-data-rating-wrap .sp-service-rating-block .sp-reviews-count {
  display: inline-block;
  white-space: nowrap;
  width: 100%;
}
.ie7 .sp-services-page.sp-service-section .sp-content .sp-data-rating-wrap .sp-service-rating-block .sp-reviews-count {
  display: inline;
}
.sp-services-page.sp-service-section .sp-content .sp-service-order-wrap {
  margin: 33.33333333px 0;
}
.sp-services-page.sp-service-section .sp-content .sp-service-order-block {
  text-align: center;
  text-transform: none;
  font-family: 'Lato', Georgia, 'Times New Roman', Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 1.8em;
  text-decoration: none;
  letter-spacing: normal;
  /*main data price*/
}
.sp-services-page.sp-service-section .sp-content .sp-service-order-block .sp-service-price {
  margin: 33.33333333px 0 0;
}
.sp-services-page.sp-service-section .sp-content .sp-service-order-block .sp-service-price .sp-price-wrap,
.sp-services-page.sp-service-section .sp-content .sp-service-order-block .sp-service-price .sp-service-price-title {
  display: inline-block;
  width: 100%;
}
.ie7 .sp-services-page.sp-service-section .sp-content .sp-service-order-block .sp-service-price .sp-price-wrap,
.ie7 .sp-services-page.sp-service-section .sp-content .sp-service-order-block .sp-service-price .sp-service-price-title {
  display: inline;
}
.sp-services-page.sp-service-section .sp-content .sp-service-order-block .sp-service-price .sp-service-price-title {
  font-size: .8em;
}
.sp-services-page.sp-service-section .sp-content .sp-service-order-block .sp-service-price .sp-price-wrap {
  display: inline-block;
  margin: 50px 0 0;
  color: #ffc000;
  text-transform: none;
  font-family: 'Lato', Georgia, 'Times New Roman', Times, serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.5em;
  line-height: 2.6em;
  text-decoration: none;
  letter-spacing: normal;
}
.ie7 .sp-services-page.sp-service-section .sp-content .sp-service-order-block .sp-service-price .sp-price-wrap {
  display: inline;
}
.sp-services-page.sp-service-section .sp-content .sp-service-order-block .sp-service-price .sp-price-wrap .sp-main-price {
  font-weight: bold;
  font-size: 2.6em;
}
.sp-services-page.sp-service-section .sp-content .sp-service-order-block .sp-service-availability {
  margin-top: 33.33333333px;
}
.sp-services-page.sp-service-section .sp-content .sp-service-order-block .sp-service-order-info {
  padding: 33.33333333px 6%;
  width: 88%;
}
.sp-services-page.sp-service-section .sp-content .sp-service-order-block .sp-service-saller {
  margin: 33.33333333px 0;
  width: 100%;
}
.sp-services-page.sp-service-section .sp-content .sp-service-order-block .sp-service-saller .sp-microdata-organization {
  margin: 25px 4%;
  width: 92%;
}
.sp-services-page.sp-service-section .sp-content .sp-service-order-block .sp-service-saller .sp-microdata-organization .sp-microdata-label {
  display: none;
}
.sp-services-page.sp-service-section .sp-content .sp-service-order-block .sp-service-saller .sp-microdata-organization .sp-microdata-item-phones,
.sp-services-page.sp-service-section .sp-content .sp-service-order-block .sp-service-saller .sp-microdata-organization .sp-microdata-phone {
  height: 0;
  font-size: 0;
  line-height: 0;
}
.sp-services-page.sp-service-section .sp-content .sp-order-by-phone-block {
  width: 94%;
  padding: 50px 3%;
  background: #f8f8f8;
  border-bottom: 1px solid #ebebeb;
}
.sp-services-page.sp-service-section .sp-content .sp-order-by-phone-block h3.sp-service-order-by-phone-title {
  text-transform: none;
  font-family: 'Nunito', Geneva, Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 12px;
  line-height: 1.8em;
  text-decoration: none;
  letter-spacing: normal;
  color: #333333;
}
.sp-services-page.sp-service-section .sp-content .sp-order-by-phone-block .sp-phones .sp-phone {
  text-align: center;
}
.sp-services-page.sp-service-section .sp-content .sp-order-by-phone-block .sp-phones .sp-phone .sp-phone-a {
  text-transform: none;
  font-family: 'Lato', Georgia, 'Times New Roman', Times, serif;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  line-height: 2.2em;
  text-decoration: none;
  letter-spacing: normal;
  color: #ffc000;
}
.sp-services-page.sp-service-section .sp-content .sp-benefits {
  width: 50%;
  float: left;
}
.sp-services-page.sp-service-section .sp-content .sp-benefits .sp-benefits-items {
  list-style: none;
  width: auto;
  margin: 33.33333333px 3%;
}
.sp-services-page.sp-service-section .sp-content .sp-benefits .sp-benefits-items .sp-benefits-item {
  position: relative;
  width: 100%;
  padding: 16.66666667px 20px;
  margin: 0 -2px;
  /*.border_width(2px, 1px, 2px, 1px);
            .border_color(
                @color1,
                @color1,
                @color1,
                @color2
            );*/
  border-bottom: 1px solid #dddddd;
  cursor: default;
}
.sp-services-page.sp-service-section .sp-content .sp-benefits .sp-benefits-items .sp-benefits-item:last-child {
  border: none;
}
.sp-services-page.sp-service-section .sp-content .sp-benefits .sp-benefits-items .sp-benefits-item:before {
  content: '';
  height: 2px;
  width: 8px;
  margin-top: -1px;
  position: absolute;
  left: 0;
  top: 50%;
  right: auto;
  bottom: auto;
  z-index: 1;
  background: #dddddd;
  -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;
}
.sp-services-page.sp-service-section .sp-content .sp-benefits .sp-benefits-items .sp-benefits-item .sp-benefits-text {
  -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;
  text-transform: none;
  font-family: 'Lato', Georgia, 'Times New Roman', Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 1.2em;
  text-decoration: none;
  letter-spacing: normal;
  color: #3e3e3e;
  position: relative;
  z-index: 2;
}
.sp-services-page.sp-service-section .sp-content .sp-benefits .sp-benefits-items .sp-benefits-item:hover {
  /*.sp-benefits-text {
                color: @color1;
              }*/
}
.sp-services-page.sp-service-section .sp-content .sp-benefits .sp-benefits-items .sp-benefits-item:hover:before {
  width: 10px;
  background: #f4cb10;
}
.sp-services-page.sp-service-section .sp-content .sp-video-block {
  float: right;
  margin-right: 0;
  width: 48%;
}
.sp-services-page.sp-service-section .sp-content .sp-services-cats-block {
  float: right;
  width: 60%;
}
.sp-services-page.sp-service-section .sp-content .sp-services-cats-block .sp-nav-item {
  background-color: #f8f8f8;
  height: 60px;
}
.sp-services-page.sp-service-section .sp-content .sp-services-cats-block .sp-nav-item .sp-nav-item-a {
  border: 8px dotted #ffffff;
  position: absolute;
  left: -4px;
  top: -4px;
  right: -4px;
  bottom: -4px;
  padding: 0 20px;
}
.sp-services-page.sp-service-section .sp-content .sp-services-cats-block .sp-nav-item .sp-nav-item-a .sp-nav-item-text {
  white-space: normal;
  font-size: 14px;
  line-height: 1.1em;
  text-align: center;
}
.sp-services-page.sp-service-section .sp-content .sp-services-cats-block .sp-nav-item .sp-nav-item-a .sp-nav-item-text .v_center {
  width: 100%;
}
.sp-services-page.sp-service-section .sp-content .sp-services-cats-block .sp-nav-item .sp-nav-item-a .sp-nav-item-text .v_center1 {
  overflow: hidden;
  text-overflow: ellipsis;
}
.sp-services-page.sp-service-section .sp-content .sp-photo-gallery-block {
  float: left;
  max-width: 100%;
  margin-top: 100px;
  position: relative;
  overflow-y: hidden;
  overflow-x: auto;
}
.sp-services-page.sp-service-section .sp-content .sp-photo-gallery-block .sp-photo-gallery {
  text-align: center;
  font-size: 0;
  white-space: nowrap;
}
.sp-services-page.sp-service-section .sp-content .sp-photo-gallery-block .sp-photo-gallery .sp-photo-gallery-item {
  display: inline-block;
  width: auto;
  height: 200px;
  overflow: hidden;
  margin: 0 2px;
}
.ie7 .sp-services-page.sp-service-section .sp-content .sp-photo-gallery-block .sp-photo-gallery .sp-photo-gallery-item {
  display: inline;
}
.sp-services-page.sp-service-section .sp-content .sp-photo-gallery-block .sp-photo-gallery .sp-photo-gallery-item img {
  width: auto;
  height: 100%;
}
.sp-services-page.sp-service-section .sp-service-data-items {
  font-size: 0;
  line-height: 0;
  text-align: center;
}
.sp-services-page.sp-service-section .sp-service-data-items .sp-service-data-item {
  vertical-align: top;
  margin: 25px 2%;
  width: 46%;
}
.sp-services-page.sp-service-section .sp-service-data-item {
  text-transform: none;
  font-family: 'Lato', Georgia, 'Times New Roman', Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  line-height: 1.4em;
  text-decoration: none;
  letter-spacing: normal;
  display: inline-block;
  margin: 25px 0 0;
  width: 100%;
}
.ie7 .sp-services-page.sp-service-section .sp-service-data-item {
  display: inline;
}
.sp-services-page.sp-service-section .sp-service-data-item .sp-service-data-label,
.sp-services-page.sp-service-section .sp-service-data-item .sp-rating-label {
  font-size: 0.8em;
}
.sp-services-page.sp-service-section .sp-service-data-item .sp-service-data-val {
  display: inline-block;
  margin: 0 2%;
}
.ie7 .sp-services-page.sp-service-section .sp-service-data-item .sp-service-data-val {
  display: inline;
}
.sp-services-page.sp-service-section .sp-service-data-item .sp-service-data-val,
.sp-services-page.sp-service-section .sp-service-data-item .sp-service-data-val a {
  font-weight: bold;
  color: #349ada;
}
.sp-catalog-units-block {
  margin: 50px 0;
}
.sp-catalog-units-block .sp-catalog-units-wrap.sp-service-catalog-units-wrap {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  white-space: nowrap;
  overflow: hidden;
  overflow-x: auto;
}
.sp-catalog-units-block .sp-service-catalog-units.sp-catalog-units {
  width: 100%;
  margin: 0;
}
.sp-similar-services-block {
  margin: 50px 0;
}
.sp-similar-services-block .sp-similar-services.sp-services-wrap {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  white-space: nowrap;
  overflow: hidden;
  overflow-x: auto;
}
.sp-similar-services-block .sp-similar-services.sp-services-wrap .sp-service.sp-service-active {
  display: none;
  /*.opacity(.5);
        &:after{
          content: '';
          .absolute;
          z-index: 5;
          background-color: @bg_color4;
          .opacity(.5);
        }*/
}
.sp-microdata-provider {
  width: 88%;
  float: left;
  height: 0;
  overflow: hidden;
  margin: 0;
  text-align: center;
}
.sp-microdata-provider .sp-microdata-item,
.sp-microdata-provider .sp-microdata-label,
.sp-microdata-provider .sp-microdata-content {
  display: inline-block;
  width: 100%;
}
.ie7 .sp-microdata-provider .sp-microdata-item,
.ie7 .sp-microdata-provider .sp-microdata-label,
.ie7 .sp-microdata-provider .sp-microdata-content {
  display: inline;
}
.sp-microdata-provider .sp-microdata-item {
  margin: 5px 0;
}
.sp-microdata-provider .sp-microdata-label,
.sp-microdata-provider .sp-microdata-content {
  margin: 1px 0;
}
.sp-microdata-provider .sp-microdata-content {
  font-size: 1.2em;
  font-weight: bold;
}
.sp-microdata-provider .sp-microdata-coords {
  margin: 0;
}
.sp-services-wrap {
  width: 88%;
  float: left;
  margin: 48px 6%;
  font-size: 0;
  text-align: center;
  vertical-align: top;
}
.sp-services-wrap .sp-service {
  display: inline-block;
  width: 33.33333333%;
  margin: 0 0 40px;
  vertical-align: top;
  position: relative;
  z-index: 3;
  white-space: normal;
}
.ie7 .sp-services-wrap .sp-service {
  display: inline;
}
.sp-services-wrap .sp-service .sp-service-content-wrap {
  padding: 0 15px;
}
.sp-services-wrap .sp-service .sp-service-content-wrap .sp-service-content {
  float: left;
  width: 100%;
  position: relative;
}
.sp-services-wrap .sp-service .sp-service-a {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.sp-services-wrap .sp-service .sp-service-img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.sp-services-wrap .sp-service .sp-service-img img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: auto;
  width: 100%;
  margin: 0;
}
.sp-services-wrap .sp-service .sp-service-img img.sp-service-bg-img {
  width: 100%;
  position: static;
}
.sp-services-wrap .sp-service .sp-service-sign {
  display: none;
  position: absolute;
  left: auto;
  top: 2%;
  right: 2%;
  bottom: auto;
  width: 60px;
  height: 60px;
  overflow: hidden;
  z-index: 1;
}
.sp-services-wrap .sp-service .sp-service-info-wrap {
  padding: 20px;
}
.sp-services-wrap .sp-service .sp-service-title {
  width: 100%;
  padding: 0;
  margin: 15px 0;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Nunito', Geneva, Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  line-height: 1.1em;
  text-decoration: none;
  letter-spacing: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sp-services-wrap .sp-service .sp-service-title .v_center {
  width: 100%;
}
.sp-services-wrap .sp-service .sp-service-descr {
  width: 100%;
  padding: 0;
  margin: 20px 0;
  text-transform: none;
  font-family: 'Lato', Georgia, 'Times New Roman', Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  line-height: 1.8em;
  text-decoration: none;
  letter-spacing: normal;
}
.sp-services-wrap .sp-service .sp-service-descr .v_center {
  width: 100%;
}
.sp-services-wrap .sp-service .sp-read-more-but {
  display: inline-block;
  margin: 20px 0;
}
.sp-services-wrap .sp-service .sp-service-footer {
  display: none;
}
.sp-services-wrap .sp-service .sp-price-wrap {
  display: none;
}
.sp-services-wrap .sp-service .sp-service-cart-form {
  display: none;
}
.sp-services-wrap .sp-service .sp-nav.sp-service-children {
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  bottom: 90px;
  overflow: hidden;
}
.sp-services-wrap .sp-service .sp-nav.sp-service-children .sp-nav-items .sp-nav-item {
  height: 50px;
  width: 100%;
}
.sp-services-wrap .sp-service .sp-nav.sp-service-children .sp-nav-items .sp-nav-item .sp-nav-item-a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  text-transform: none;
  font-family: 'Lato', Georgia, 'Times New Roman', Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 1.2em;
  text-decoration: none;
  letter-spacing: normal;
  padding: 0 10px;
}
.sp-services-wrap .sp-service .sp-nav.sp-service-children .sp-nav-items .sp-nav-item .sp-nav-item-a .v_center {
  width: 100%;
}
.sp-services-wrap .sp-service {
  -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;
}
.sp-services-wrap .sp-service .sp-service-content-wrap .sp-service-content {
  border: 1px solid #dddddd;
  -webkit-box-shadow: 1px 10px 8px #dddddd;
  -moz-box-shadow: 1px 10px 8px #dddddd;
  -o-box-shadow: 1px 10px 8px #dddddd;
  box-shadow: 1px 10px 8px #dddddd;
  background: #ffffff;
  z-index: 1;
}
.sp-services-wrap .sp-service .sp-service-content-wrap .sp-service-content:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #f8f8f8;
  -webkit-transform: scale(0.9, 0.9);
  /* Safari and Chrome */
  -moz-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  /* IE 9 */
  -o-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  zoom: 1;
  z-index: -1;
  -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;
}
.sp-services-wrap .sp-service .sp-service-sign {
  border: 2px solid #ffffff;
}
.sp-services-wrap .sp-service .sp-service-sign,
.sp-services-wrap .sp-service .sp-service-sign img {
  -webkit-border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius-topleft: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  -moz-background-clip: padding;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-clip: padding-box;
}
.sp-services-wrap .sp-service .sp-service-title {
  color: #333333;
}
.sp-services-wrap .sp-service .sp-service-descr {
  color: #6c757d;
}
.sp-services-wrap .sp-service .sp-read-more-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;
  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)
  );*/
}
.ie7 .sp-services-wrap .sp-service .sp-read-more-but {
  display: inline;
}
.sp-services-wrap .sp-service .sp-read-more-but,
.sp-services-wrap .sp-service .sp-read-more-but:after,
.sp-services-wrap .sp-service .sp-read-more-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-services-wrap .sp-service .sp-read-more-but:after,
.sp-services-wrap .sp-service .sp-read-more-but:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 1050px) {
  .sp-services-wrap .sp-service .sp-read-more-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-services-wrap .sp-service .sp-read-more-but:after,
  .sp-services-wrap .sp-service .sp-read-more-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-services-wrap .sp-service .sp-read-more-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-services-wrap .sp-service .sp-read-more-but:after,
  .sp-services-wrap .sp-service .sp-read-more-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-services-wrap .sp-service .sp-read-more-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-services-wrap .sp-service .sp-read-more-but:after,
  .sp-services-wrap .sp-service .sp-read-more-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-services-wrap .sp-service .sp-read-more-but:before {
  background-color: transparent;
}
.sp-services-wrap .sp-service .sp-read-more-but:after {
  background-color: #f4cb10;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  zoom: 1;
}
.sp-services-wrap .sp-service .sp-read-more-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-services-wrap .sp-service .sp-read-more-but:hover:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  zoom: 1;
}
.sp-services-wrap .sp-service .sp-read-more-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-services-wrap .sp-service .sp-nav.sp-service-children {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  zoom: 1;
  -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;
  z-index: 1;
}
.sp-services-wrap .sp-service .sp-nav.sp-service-children:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: #f8f8f8;
  background: -webkit-linear-gradient(top, #f7f7f7, rgba(247, 247, 247, 0));
  background: -moz-linear-gradient(top, #f7f7f7, rgba(247, 247, 247, 0));
  background: -o-linear-gradient(top, #f7f7f7, rgba(247, 247, 247, 0));
  background: -ms-linear-gradient(top, #f7f7f7, rgba(247, 247, 247, 0));
  background: linear-gradient(top, #f7f7f7, rgba(247, 247, 247, 0));
}
.ie9 .sp-services-wrap .sp-service .sp-nav.sp-service-children:before,
.ie8 .sp-services-wrap .sp-service .sp-nav.sp-service-children:before,
.ie7 .sp-services-wrap .sp-service .sp-nav.sp-service-children:before {
  zoom: 1;
  background-color: transparent;
  background-image: url('../images/transparent.png');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff7f7f7', endColorstr='#00f7f7f7', GradientType='0');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff7f7f7', endColorstr='#00f7f7f7', GradientType='0');
}
.sp-services-wrap .sp-service .sp-nav.sp-service-children .sp-nav-items .sp-nav-item {
  background-color: #ffffff;
  -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;
}
.sp-services-wrap .sp-service .sp-nav.sp-service-children .sp-nav-items .sp-nav-item .sp-nav-item-a {
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #ffffff;
  color: #333333;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.sp-services-wrap .sp-service .sp-nav.sp-service-children .sp-nav-items .sp-nav-item:hover {
  background-color: #f4cb10;
}
.sp-services-wrap .sp-service .sp-nav.sp-service-children .sp-nav-items .sp-nav-item:hover .sp-nav-item-a {
  border-top: 1px solid #efc60b;
  border-bottom: 1px solid #f5d028;
  color: #ffffff;
}
.sp-services-wrap .sp-service:hover {
  /*// read more button
      .sp-read-more-but {
        color: @color3;
        border-color:@bg_color2;
        background: @bg_color2;
      }*/
}
.sp-services-wrap .sp-service:hover .sp-service-content-wrap .sp-service-content:before {
  -webkit-transform: scale(1, 1);
  /* Safari and Chrome */
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  /* IE 9 */
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  zoom: 1;
}
.sp-services-wrap .sp-service:hover .sp-nav.sp-service-children {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  zoom: 1;
  top: 0;
}
.sp-toggle-block-services.sp-toggle-block-wrap .sp-toggle-block-tabs,
.sp-toggle-block-services.sp-toggle-block-wrap .sp-toggle-block-content {
  width: 100%;
  float: left;
}
.sp-toggle-block-services.sp-toggle-block-wrap .sp-toggle-block-tabs {
  text-align: center;
  font-size: 0;
  line-height: 0;
  margin-bottom: 50px;
}
.sp-toggle-block-services.sp-toggle-block-wrap .sp-toggle-block-tabs .sp-toggle-block-tab {
  display: inline-block;
  position: relative;
}
.ie7 .sp-toggle-block-services.sp-toggle-block-wrap .sp-toggle-block-tabs .sp-toggle-block-tab {
  display: inline;
}
.sp-toggle-block-services.sp-toggle-block-wrap .sp-toggle-block-tabs .sp-toggle-block-tab .sp-toggle-block-tab-a {
  display: block;
  height: 50px;
  padding: 0 35px;
  text-transform: uppercase;
  font-family: 'Nunito', Geneva, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 13px;
  line-height: 50px;
  text-decoration: none;
  letter-spacing: 1px;
}
.sp-toggle-block-services.sp-toggle-block-wrap .sp-toggle-block-content {
  overflow: hidden;
}
.sp-toggle-block-services.sp-toggle-block-wrap .sp-toggle-block-content .sp-toggle-block-tab-content {
  width: 100%;
  float: left;
  height: 0;
  white-space: nowrap;
  overflow: hidden;
}
.sp-toggle-block-services.sp-toggle-block-wrap .sp-toggle-block-content .sp-toggle-block-tab-content.active {
  height: auto;
  overflow-x: auto;
}
.sp-toggle-block-services.sp-toggle-block-wrap .sp-toggle-block-tabs .sp-toggle-block-tab {
  border: 1px solid #dddddd;
  -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;
  background: transparent;
  -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;
}
.sp-toggle-block-services.sp-toggle-block-wrap .sp-toggle-block-tabs .sp-toggle-block-tab .sp-toggle-block-tab-a {
  color: #333333;
  -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;
}
.sp-toggle-block-services.sp-toggle-block-wrap .sp-toggle-block-tabs .sp-toggle-block-tab:after {
  -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;
  content: '';
  position: absolute;
  left: 50%;
  top: 100%;
  right: auto;
  bottom: auto;
  margin-left: -16.66666667px;
  width: 0;
  height: 0;
  border: 16.66666667px solid transparent;
  border-top-color: #f4cb10;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  zoom: 1;
}
.sp-toggle-block-services.sp-toggle-block-wrap .sp-toggle-block-tabs .sp-toggle-block-tab:hover,
.sp-toggle-block-services.sp-toggle-block-wrap .sp-toggle-block-tabs .sp-toggle-block-tab.active {
  border-color: #f4cb10;
  background: #f4cb10;
}
.sp-toggle-block-services.sp-toggle-block-wrap .sp-toggle-block-tabs .sp-toggle-block-tab:hover .sp-tab-content-wrap,
.sp-toggle-block-services.sp-toggle-block-wrap .sp-toggle-block-tabs .sp-toggle-block-tab.active .sp-tab-content-wrap {
  color: #ffffff;
}
.sp-toggle-block-services.sp-toggle-block-wrap .sp-toggle-block-tabs .sp-toggle-block-tab:hover:after,
.sp-toggle-block-services.sp-toggle-block-wrap .sp-toggle-block-tabs .sp-toggle-block-tab.active:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  zoom: 1;
}
.sp-toggle-block-services.sp-toggle-block-wrap .sp-toggle-block-content .sp-toggle-block-tab-content {
  -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;
}
/*

@media screen and (min-width:@max_content_width){
  @imgs_path:'large/';
}
@media screen and (max-width:@big_width){
  @imgs_path:'big/';
}
@media screen and (max-width:@middle_width){
  @imgs_path:'middle/';
  @page_v_padding:@page_v_padding1;
  @page_h_padding:@page_h_padding1;
  @services_h_margin:@page_h_padding;
  @services_video_width:100%;
  @services_benefits_width:100%;
  @services_cat_h_padding:15px;
  @photo_gallery_height:180px;

  @service_count:3;
  @service_v_padding:10px;
  @service_h_padding:5%;
  @service_v_margin:5px;
  @service_h_margin:0.5%;
  .sp-services-wrap{
    width: 100 - @page_h_padding * 2;
    margin:@page_v_padding/2 @page_h_padding;
    .sp-service{
      width: 100 / @service_count - @service_h_margin * 2;
      margin:@service_v_margin @service_h_margin;
      .sp-service-title{
        padding: 0 @service_h_padding;
      }
      .sp-service-descr{
        font-size: 13px;
      }
    }
  }
  .sp-services-page{
    &.sp-service-section{
      .sp-content{
        //main data
        .sp-service-main-data {
          width: 100 - @page_h_padding/2;
          margin-left: @page_h_padding/2;
        }
        //main data order block
        .sp-service-order-wrap{
          margin: @page_v_padding/3 0;
        }
        .sp-service-order-block{
          float: left;
          text-align: center;
          font-size:15px;
          //main data price
          .sp-service-price{
            margin-top: @page_v_padding;
            .sp-price-wrap{
              margin-top: @page_v_padding/2;
            }
          }
          .sp-service-availability{
            margin-top: @page_v_padding/3;
          }
          .sp-service-order-info{
            padding: @page_v_padding/3 @page_h_padding;
            width: 100 - @page_h_padding*2;
          }
          .sp-service-saller{
            margin: @page_v_padding/3 0;
            .sp-microdata-organization{
              margin: @page_v_padding/4 2%;
              width: 96%;
            }
          }
          .sp-service-order-form-block{

          }
        }
        //rating and social buttons
        .sp-data-rating-wrap,
        .sp-social-buts-wrap{
          margin: 0;
        }
        //rating
        .sp-data-rating-wrap{
          margin-top: @page_v_padding/3;
          .sp-service-rating-block{
            .sp-rating-title{
              margin-left:@page_h_padding/3;
              margin-right:@page_h_padding/3;
            }
          }
        }
        // order by phone block
        .sp-order-by-phone-block{
          width:100 - @page_h_padding;
          padding: @page_v_padding/2 @page_h_padding/2;
          h3.sp-service-order-by-phone-title{
            font-size: 12px;
          }
          .sp-phones{
            .sp-phone{
              .sp-phone-a{
                font-size: 15px;
              }
            }
          }
        }
        // benefits
        .sp-benefits {
          width: @services_benefits_width;
          .sp-benefits-items{
            width:100 - @services_h_margin;
            margin: @page_v_padding/3 @services_h_margin/2;
            .sp-benefits-item{
              width:100 - @service_h_padding * 2;
              padding: @page_v_padding/4 @service_h_padding;
              .sp-benefits-text{
                font-size: 15px;
              }
            }
          }
        }
        // video
        .sp-video-block{
          width: @services_video_width - @page_h_padding * 2;
          margin-right: @page_h_padding;
          margin-left: @page_h_padding;
        }
        // /video
        // services categories
        .sp-services_cats_block{
          .sp-nav-item{
            .sp-nav-item-a{
              padding:0 @services_cat_h_padding;
              .sp-nav-item-text{
                font-size: 13px;
              }
            }
          }
        }
        // photos
        .sp-photo-gallery-block{
          margin-top:@page_v_padding;
          .sp-photo-gallery{
            .sp-photo-gallery-item{
              height: @photo_gallery_height;
            }
          }
        }
        // /photos
      }
    }
  }

  // ===================
  // main page and services main page
  // ===================
  .sp-site-html .sp-index-body,
  .sp-services-page.sp-page-section{
    @service_count:2;
    // categories
    .sp-services-wrap{
      .sp-service{
        width: 100 / @service_count - @service_h_margin * 2;
      }
    }
  }
}
@media screen and (max-width:@small_width){
  @imgs_path:'small/';

  @service_count:2;
  @service_v_padding:10px;
  @service_h_padding:5%;
  @service_v_margin:5px;
  @service_h_margin:0.5%;
  .sp-services-page{
    &.sp-service-section{
      .sp-content{
        .sp-text{
          //text-align: left;
        }
      }
    }
  }
  .sp-services-wrap{
    .sp-service{
      width: 100 / @service_count - @service_h_margin * 2;
      margin:@service_v_margin @service_h_margin;
    }
  }
}
@media screen and (max-width:@mini_width){
  @imgs_path:'mini/';
  @page_v_padding:@page_v_padding2;
  @page_h_padding:@page_h_padding2;

  @service_count:1;
  @service_v_padding:10px;
  @service_h_padding:5%;
  @service_v_margin:5px;
  @service_h_margin:20%;
  .sp-services-wrap{
    width: 100 - @page_h_padding*2;
    margin:@page_v_padding/2 @page_h_padding;
    .sp-service{
      width: 100/@service_count - @service_h_margin * 2;
      margin:@service_v_margin @service_h_margin;

      .sp-service-title{
        font-size: 15px;
        //padding: @service_v_padding @service_h_padding;
        padding: 0 @service_h_padding;
      }
      .sp-service-descr{
        font-size: 12px;
      }
      .sp-service-a {
        .sp-service-img{
          img{}
        }
      }
    }
  }
  .sp-services-page{
    &.sp-service-section{
      .sp-content{
        //.left_img(@services_aside_width);
        //main data
        .sp-service-main-data {
          width: 100 - @page_h_padding/2;
          margin-left: @page_h_padding/2;
        }
        //rating and social buttons
        .sp-data-rating-wrap,
        .sp-services-social-buts-wrap{
          //margin: @page_v_padding/4 auto;
          margin:0;
        }
        //rating
        .sp-data-rating-wrap{
          margin-top: @page_v_padding/3;
          .sp-service-rating-block{
            .sp-rating-title{
              margin-left:@page_h_padding/3;
              margin-right:@page_h_padding/3;
            }
          }
        }
        //main data order block
        .sp-service-order-wrap{
          margin: @page_v_padding/3 0;
        }
        .sp-service-order-block{
          font-size:15px;
          //main data price
          .sp-service-price{
            margin-top: @page_v_padding;
            .sp-price-wrap{
              margin-top: @page_v_padding/2;
            }
          }
          .sp-service-availability{
            margin-top: @page_v_padding/3;
          }
          .sp-service-order-info{
            padding: @page_v_padding/3 @page_h_padding;
            width: 100 - @page_h_padding*2;
          }
          .sp-service-saller{
            margin: @page_v_padding/3 0;
            .sp-microdata-organization{
              margin: @page_v_padding/4 2%;
              width: 96%;
            }
          }
          .sp-service-order-form-block{

          }
        }
        .sp-text{
          width:100%;
          text-align: center;
        }
        // services categories
        .sp-services_cats_block{
          width: 100%;
          .sp-nav-item{
            height: @services_cat_height;
            .sp-nav-item-a{
              padding:0 @services_cat_h_padding;
              .sp-nav-item-text{
                font-size: 12px;
              }
            }
          }
        }
      }
    }
  }

  // ===================
  // main page
  // ===================
  .sp-site-html .sp-index-body,
  .sp-services-page.sp-page-section{
    // categories
    .sp-services-wrap{
      .sp-service{
        width: 100 / @service_count - @service_h_margin * 2;
      }
    }
  }
}
@media screen and (max-width:@mobil_big_width){
  @imgs_path:'mobil_big/';
  @page_v_padding:@page_v_padding3;
  @page_h_padding:@page_h_padding3;

  @service_count:1;
  @service_v_padding:10px;
  @service_h_padding:5%;
  @service_v_margin:5px;
  @service_h_margin:10%;
  .sp-services-wrap{
    width: 100 - @page_h_padding*2;
    margin:@page_v_padding/2 @page_h_padding;
    .sp-service{
      width: 100 - @service_h_margin * 2;
      margin:@service_v_margin @service_h_margin;
      .sp-service-a {
        .sp-service-img{
          img{}
        }
      }
      .sp-service-title{
        font-size: 14px;
        padding: 0 @service_h_padding;
        //padding: @service_v_padding @service_h_padding;
      }
    }
  }
}
@media screen and (max-width:@mobil_width){
  @imgs_path:'mobil/';
  @service_count:1;
  @service_h_margin:0%;
  .sp-services-wrap{
    .sp-service{
      width: 100 - @service_h_margin * 2;
      margin:@service_v_margin @service_h_margin;
    }
  }
}
*/
