/* 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-catalog-page.sp-page-section .sp-left-aside {
  display: none;
}
.sp-catalog-page.sp-page-section .sp-content-columns.sp-two-columns {
  padding: 0;
}
.sp-catalog-page.sp-page-section,
.sp-catalog-page.sp-page-section .sp-descr {
  text-align: center;
}
.sp-catalog-page.sp-cat-section .sp-content .sp-page-data h1.sp-title {
  display: none;
}
.sp-catalog-page.sp-cat-section .sp-content .sp-center {
  width: 94%;
  padding: 0 6% 0 0;
  position: relative;
  min-height: 150px;
  border-bottom: 2px dotted #4d4d4d;
  margin-bottom: 50px;
}
.sp-catalog-page.sp-cat-section .sp-content .sp-center h1.sp-title {
  display: inline-block;
}
.ie7 .sp-catalog-page.sp-cat-section .sp-content .sp-center h1.sp-title {
  display: inline;
}
.sp-catalog-page.sp-cat-section .sp-content .sp-center .sp-page-main-data {
  width: 54%;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  float: right;
}
.sp-catalog-page.sp-cat-section .sp-content .sp-center .sp-aside-main-data {
  width: 40%;
  padding: 0;
  float: left;
}
.sp-catalog-page.sp-cat-section .sp-content .sp-center .sp-img {
  position: relative;
  z-index: 5;
  width: 100%;
  text-align: center;
  -webkit-transition: all 0.3s cubic-bezier(0.8, 0, 1, 0.5) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.8, 0, 1, 0.5) 0s;
  -o-transition: all 0.3s cubic-bezier(0.8, 0, 1, 0.5) 0s;
  transition: all 0.3s cubic-bezier(0.8, 0, 1, 0.5) 0s;
  overflow: hidden;
  -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% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
.sp-catalog-page.sp-cat-section .sp-content .sp-center .sp-img img {
  width: 100%;
  /*height:100%;
        max-height: 500px;*/
}
.sp-catalog-page.sp-cat-section .sp-content .sp-center .sp-img:hover {
  -webkit-transform: scale(1.1, 1.1);
  /* Safari and Chrome */
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  /* IE 9 */
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
@media screen and (max-width: 1300px) {
  .sp-catalog-page.sp-cat-section .sp-content .sp-center {
    width: 95%;
    padding-right: 5%;
    margin-bottom: 40px;
  }
  .sp-catalog-page.sp-cat-section .sp-content .sp-center .sp-page-main-data {
    width: 57.5%;
  }
  .sp-catalog-page.sp-cat-section .sp-content .sp-center .sp-aside-main-data {
    width: 40%;
  }
}
@media screen and (max-width: 1050px) {
  .sp-catalog-page.sp-cat-section .sp-content .sp-center {
    width: 94%;
    padding-right: 6%;
    margin-bottom: 27.5px;
  }
  .sp-catalog-page.sp-cat-section .sp-content .sp-center .sp-page-main-data {
    width: 57%;
  }
  .sp-catalog-page.sp-cat-section .sp-content .sp-center .sp-aside-main-data {
    width: 40%;
  }
}
@media screen and (max-width: 800px) {
  .sp-catalog-page.sp-cat-section .sp-content .sp-center {
    width: 93%;
    padding-right: 7%;
    margin-bottom: 15px;
  }
  .sp-catalog-page.sp-cat-section .sp-content .sp-center .sp-page-main-data {
    width: 56.5%;
  }
  .sp-catalog-page.sp-cat-section .sp-content .sp-center .sp-aside-main-data {
    width: 40%;
  }
}
@media screen and (max-width: 630px) {
  .sp-catalog-page.sp-cat-section .sp-content .sp-center .sp-page-data h1.sp-title {
    display: none;
  }
  .sp-catalog-page.sp-cat-section .sp-content .sp-page-data h1.sp-title {
    display: inline-block;
  }
  .ie7 .sp-catalog-page.sp-cat-section .sp-content .sp-page-data h1.sp-title {
    display: inline;
  }
}
@media screen and (max-width: 500px) {
  .sp-catalog-page.sp-cat-section .sp-content .sp-center {
    width: 86%;
    padding-right: 7%;
    padding-left: 7%;
  }
  .sp-catalog-page.sp-cat-section .sp-content .sp-center .sp-aside-main-data,
  .sp-catalog-page.sp-cat-section .sp-content .sp-center .sp-page-main-data {
    width: 100%;
    text-align: center;
  }
  .sp-catalog-page.sp-cat-section .sp-content .sp-center .sp-aside-main-data .sp-img img,
  .sp-catalog-page.sp-cat-section .sp-content .sp-center .sp-page-main-data .sp-img img {
    max-width: 100%;
    height: auto;
  }
}
.sp-catalog-page.sp-cat-section .sp-content .sp-title {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sp-catalog-categories {
  width: 88%;
  float: left;
  margin: 50px 6%;
  font-size: 0;
  text-align: center;
  vertical-align: top;
}
.sp-catalog-categories .sp-category,
.sp-catalog-categories .sp-catalog-view-but {
  display: inline-block;
  width: 33.33333333%;
  margin: 40px 0;
  vertical-align: top;
  position: relative;
  z-index: 2;
}
.ie7 .sp-catalog-categories .sp-category,
.ie7 .sp-catalog-categories .sp-catalog-view-but {
  display: inline;
}
.sp-catalog-categories .sp-category .sp-category-content-wrap,
.sp-catalog-categories .sp-catalog-view-but .sp-category-content-wrap {
  padding: 0 15px;
}
.sp-catalog-categories .sp-category .sp-category-content-wrap .sp-category-content,
.sp-catalog-categories .sp-catalog-view-but .sp-category-content-wrap .sp-category-content {
  float: left;
  width: 100%;
  position: relative;
}
.sp-catalog-categories .sp-category .sp-category-a,
.sp-catalog-categories .sp-catalog-view-but .sp-category-a {
  float: left;
  width: 100%;
  position: relative;
}
.sp-catalog-categories .sp-category .sp-category-img,
.sp-catalog-categories .sp-catalog-view-but .sp-category-img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.sp-catalog-categories .sp-category .sp-category-img img,
.sp-catalog-categories .sp-catalog-view-but .sp-category-img img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: auto;
  width: 100%;
  margin: 0;
}
.sp-catalog-categories .sp-category img.sp-category-bg-img,
.sp-catalog-categories .sp-catalog-view-but img.sp-category-bg-img {
  width: 100%;
  position: static;
}
.sp-catalog-categories .sp-category .sp-category-title,
.sp-catalog-categories .sp-catalog-view-but .sp-category-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;
  white-space: normal;
}
.sp-catalog-categories .sp-category .sp-category-title .v_center,
.sp-catalog-categories .sp-catalog-view-but .sp-category-title .v_center {
  width: 100%;
}
.sp-catalog-categories .sp-category .sp-category-descr,
.sp-catalog-categories .sp-catalog-view-but .sp-category-descr {
  /*width: 100%;
      margin: @category_v_padding 0;
      padding: 0;
      .font(15px, 1.8em);
      .v_center{width: 100%;}*/
  margin: 0;
  font-size: 0;
  line-height: 0;
}
.sp-catalog-categories .sp-category .sp-category-more-but,
.sp-catalog-categories .sp-catalog-view-but .sp-category-more-but {
  display: inline-block;
  margin: 20px 0;
}
.sp-catalog-categories .sp-category .sp-category-children-wrap,
.sp-catalog-categories .sp-catalog-view-but .sp-category-children-wrap {
  width: 100%;
  overflow: hidden;
  z-index: 2;
}
.sp-catalog-categories .sp-category .sp-category-children,
.sp-catalog-categories .sp-catalog-view-but .sp-category-children {
  overflow: hidden;
  overflow-y: auto;
  height: 250px;
  width: 100%;
}
.sp-catalog-categories .sp-category .sp-category-children .sp-child-category,
.sp-catalog-categories .sp-catalog-view-but .sp-category-children .sp-child-category {
  height: 50px;
  position: relative;
}
.sp-catalog-categories .sp-category .sp-category-children .sp-child-category .sp-child-category-a,
.sp-catalog-categories .sp-catalog-view-but .sp-category-children .sp-child-category .sp-child-category-a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 10px;
  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.2em;
  text-decoration: none;
  letter-spacing: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sp-catalog-categories .sp-category .sp-category-children .sp-child-category .sp-child-category-a .v_center,
.sp-catalog-categories .sp-catalog-view-but .sp-category-children .sp-child-category .sp-child-category-a .v_center {
  width: 100%;
}
.sp-catalog-categories .sp-category,
.sp-catalog-categories .sp-catalog-view-but {
  -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-catalog-categories .sp-category .sp-category-content-wrap .sp-category-content,
.sp-catalog-categories .sp-catalog-view-but .sp-category-content-wrap .sp-category-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-catalog-categories .sp-category .sp-category-content-wrap .sp-category-content:before,
.sp-catalog-categories .sp-catalog-view-but .sp-category-content-wrap .sp-category-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-catalog-categories .sp-category .sp-category-title,
.sp-catalog-categories .sp-catalog-view-but .sp-category-title {
  color: #333333;
}
.sp-catalog-categories .sp-category .sp-category-descr,
.sp-catalog-categories .sp-catalog-view-but .sp-category-descr {
  color: #6c757d;
}
.sp-catalog-categories .sp-category .sp-read-more-but,
.sp-catalog-categories .sp-catalog-view-but .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-catalog-categories .sp-category .sp-read-more-but,
.ie7 .sp-catalog-categories .sp-catalog-view-but .sp-read-more-but {
  display: inline;
}
.sp-catalog-categories .sp-category .sp-read-more-but,
.sp-catalog-categories .sp-catalog-view-but .sp-read-more-but,
.sp-catalog-categories .sp-category .sp-read-more-but:after,
.sp-catalog-categories .sp-catalog-view-but .sp-read-more-but:after,
.sp-catalog-categories .sp-category .sp-read-more-but:before,
.sp-catalog-categories .sp-catalog-view-but .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-catalog-categories .sp-category .sp-read-more-but:after,
.sp-catalog-categories .sp-catalog-view-but .sp-read-more-but:after,
.sp-catalog-categories .sp-category .sp-read-more-but:before,
.sp-catalog-categories .sp-catalog-view-but .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-catalog-categories .sp-category .sp-read-more-but,
  .sp-catalog-categories .sp-catalog-view-but .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-catalog-categories .sp-category .sp-read-more-but:after,
  .sp-catalog-categories .sp-catalog-view-but .sp-read-more-but:after,
  .sp-catalog-categories .sp-category .sp-read-more-but:before,
  .sp-catalog-categories .sp-catalog-view-but .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-catalog-categories .sp-category .sp-read-more-but,
  .sp-catalog-categories .sp-catalog-view-but .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-catalog-categories .sp-category .sp-read-more-but:after,
  .sp-catalog-categories .sp-catalog-view-but .sp-read-more-but:after,
  .sp-catalog-categories .sp-category .sp-read-more-but:before,
  .sp-catalog-categories .sp-catalog-view-but .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-catalog-categories .sp-category .sp-read-more-but,
  .sp-catalog-categories .sp-catalog-view-but .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-catalog-categories .sp-category .sp-read-more-but:after,
  .sp-catalog-categories .sp-catalog-view-but .sp-read-more-but:after,
  .sp-catalog-categories .sp-category .sp-read-more-but:before,
  .sp-catalog-categories .sp-catalog-view-but .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-catalog-categories .sp-category .sp-read-more-but:before,
.sp-catalog-categories .sp-catalog-view-but .sp-read-more-but:before {
  background-color: transparent;
}
.sp-catalog-categories .sp-category .sp-read-more-but:after,
.sp-catalog-categories .sp-catalog-view-but .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-catalog-categories .sp-category .sp-read-more-but:hover,
.sp-catalog-categories .sp-catalog-view-but .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-catalog-categories .sp-category .sp-read-more-but:hover:after,
.sp-catalog-categories .sp-catalog-view-but .sp-read-more-but:hover:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  zoom: 1;
}
.sp-catalog-categories .sp-category .sp-read-more-but:active,
.sp-catalog-categories .sp-catalog-view-but .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-catalog-categories .sp-category .sp-category-children,
.sp-catalog-categories .sp-catalog-view-but .sp-category-children {
  -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-catalog-categories .sp-category .sp-category-children:before,
.sp-catalog-categories .sp-catalog-view-but .sp-category-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-catalog-categories .sp-category .sp-category-children:before,
.ie9 .sp-catalog-categories .sp-catalog-view-but .sp-category-children:before,
.ie8 .sp-catalog-categories .sp-category .sp-category-children:before,
.ie8 .sp-catalog-categories .sp-catalog-view-but .sp-category-children:before,
.ie7 .sp-catalog-categories .sp-category .sp-category-children:before,
.ie7 .sp-catalog-categories .sp-catalog-view-but .sp-category-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-catalog-categories .sp-category .sp-category-children .sp-child-category,
.sp-catalog-categories .sp-catalog-view-but .sp-category-children .sp-child-category {
  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-catalog-categories .sp-category .sp-category-children .sp-child-category .sp-child-category-a,
.sp-catalog-categories .sp-catalog-view-but .sp-category-children .sp-child-category .sp-child-category-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-catalog-categories .sp-category .sp-category-children .sp-child-category:hover,
.sp-catalog-categories .sp-catalog-view-but .sp-category-children .sp-child-category:hover {
  background-color: #f4cb10;
}
.sp-catalog-categories .sp-category .sp-category-children .sp-child-category:hover .sp-child-category-a,
.sp-catalog-categories .sp-catalog-view-but .sp-category-children .sp-child-category:hover .sp-child-category-a {
  border-top: 1px solid #efc60b;
  border-bottom: 1px solid #f5d028;
  color: #ffffff;
}
.sp-catalog-categories.sp-units-view {
  float: left;
  margin-top: 0;
  margin-bottom: 0;
  white-space: nowrap;
  text-align: center;
  overflow: hidden;
  overflow-x: auto;
}
.sp-catalog-categories.sp-units-view .sp-category,
.sp-catalog-categories.sp-units-view .sp-catalog-view-but {
  width: 11.5%;
  margin: 0 0.5%;
}
.sp-catalog-categories.sp-units-view .sp-category .sp-category-more-but,
.sp-catalog-categories.sp-units-view .sp-catalog-view-but .sp-category-more-but {
  display: none;
}
.sp-catalog-categories.sp-units-view .sp-category .sp-category-a .sp-category-title,
.sp-catalog-categories.sp-units-view .sp-catalog-view-but .sp-category-a .sp-category-title {
  width: 90%;
  height: 36px;
  padding: 0 5%;
  top: 100% !important;
  margin-top: -36px;
  font-size: 13px;
  text-transform: none;
}
.sp-catalog-categories.sp-units-view .sp-category .sp-category-a .sp-category-descr,
.sp-catalog-categories.sp-units-view .sp-catalog-view-but .sp-category-a .sp-category-descr {
  height: 0 !important;
  padding: 0 !important;
}
.sp-catalog-categories.sp-units-view .sp-category .sp-category-a .sp-category-children-wrap,
.sp-catalog-categories.sp-units-view .sp-catalog-view-but .sp-category-a .sp-category-children-wrap {
  height: 0 !important;
}
/* units */
.sp-units-wrap {
  margin: 50px 0;
  width: 100%;
  float: left;
}
.sp-units {
  width: 100%;
  margin: 0;
  float: left;
  text-align: center;
  font-size: 0;
  line-height: 0;
  vertical-align: top;
}
.sp-unit {
  display: inline-block;
  width: 24%;
  margin: 5px 0.5% 45px;
  vertical-align: top;
  color: #6c757d;
  position: relative;
  white-space: normal;
  -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;
  /* adaptive layout */
  /* decor */
}
.ie7 .sp-unit {
  display: inline;
}
.sp-unit .sp-unit-a {
  position: relative;
  display: block;
  -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-unit-descr .sp-unit-title{
      .font(12px,14px);
    }*/
}
.sp-unit .sp-unit-a .sp-unit-img {
  border-top: 1px solid #ffffff;
  overflow: hidden;
  position: relative;
}
.sp-unit .sp-unit-a .sp-unit-img img {
  -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;
  width: 100%;
  -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%;
}
.sp-unit .sp-unit-a .sp-unit-brand {
  position: absolute;
  left: 0;
  top: auto;
  right: auto;
  bottom: 0;
  width: 30%;
  margin: 0;
  background: rgba(248, 248, 248, 0.8);
  -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;
  z-index: 2;
}
.sp-unit .sp-unit-a .sp-unit-brand img {
  max-width: 80px;
  width: 70%;
  margin: 15%;
}
.sp-unit .sp-unit-a .sp-unit-addtitle,
.sp-unit .sp-unit-a .sp-unit-title {
  -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;
  margin: 0;
  z-index: 1;
  padding: 10px 5%;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: none;
  font-family: 'Lato', Georgia, 'Times New Roman', Times, serif;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
  letter-spacing: normal;
  background-color: rgba(248, 248, 248, 0.6);
  border-top: 1px solid #222222;
  text-shadow: 0 -1px 0 #f7f7f7;
  color: #3e3e3e;
}
.sp-unit .sp-unit-a .sp-price-wrap {
  -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;
  position: relative;
  display: block;
  margin: 10px 0 0;
  z-index: 2;
  padding: 0 5%;
  color: #ffc000;
  text-transform: none;
  font-family: 'Lato', Georgia, 'Times New Roman', Times, serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  line-height: 28px;
  text-decoration: none;
  letter-spacing: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  text-shadow: 0 -1px 0 #f7f7f7;
}
.sp-unit .sp-unit-a .sp-price-wrap .sp-main-price {
  text-transform: none;
  font-family: 'Lato', Georgia, 'Times New Roman', Times, serif;
  font-weight: bold;
  font-style: normal;
  font-size: 28px;
  line-height: 28px;
  text-decoration: none;
  letter-spacing: normal;
  z-index: 2;
}
.sp-unit .sp-unit-a .sp-price-wrap .sp-currency {
  font-size: 16px;
}
.sp-unit .sp-unit-a .sp-unit-article,
.sp-unit .sp-unit-a .sp-unit-no {
  display: block;
  padding: 0 5%;
  position: absolute;
  left: 0;
  top: auto;
  right: 0;
  bottom: 0;
  text-align: right;
  color: #333333;
  background-color: rgba(248, 248, 248, 0.8);
  text-transform: none;
  font-family: 'Lato', Georgia, 'Times New Roman', Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 34px;
  text-decoration: none;
  letter-spacing: normal;
}
.sp-unit .sp-unit-a .sp-unit-article .sp-label,
.sp-unit .sp-unit-a .sp-unit-no .sp-label {
  text-transform: none;
  font-family: 'Lato', Georgia, 'Times New Roman', Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  line-height: 34px;
  text-decoration: none;
  letter-spacing: normal;
}
.sp-unit .sp-unit-a .sp-unit-no {
  bottom: 34px;
}
.sp-unit .sp-unit-a .sp-unit-addcontent {
  -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;
  padding: 0 5%;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: rgba(34, 34, 34, 0.7);
}
.sp-unit .sp-unit-a .sp-unit-addcontent .sp-price-wrap,
.sp-unit .sp-unit-a .sp-unit-addcontent .sp-unit-article,
.sp-unit .sp-unit-a .sp-unit-addcontent .sp-unit-no,
.sp-unit .sp-unit-a .sp-unit-addcontent .sp-unit-addtitle,
.sp-unit .sp-unit-a .sp-unit-addcontent .sp-unit-descr {
  position: static;
  color: #f8f8f8;
  text-shadow: 0 -1px 0 #36aaf2;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: transparent;
}
.sp-unit .sp-unit-a .sp-unit-addcontent .sp-unit-addtitle,
.sp-unit .sp-unit-a .sp-unit-addcontent .sp-unit-descr {
  border: none;
  margin: 10px 0 0;
}
.sp-unit .sp-unit-a .sp-unit-addcontent .sp-unit-descr {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.sp-unit .sp-unit-a .sp-unit-addcontent .sp-unit-article,
.sp-unit .sp-unit-a .sp-unit-addcontent .sp-unit-no {
  border: none;
  margin: 0;
  padding: 0;
}
.sp-unit .sp-unit-a .sp-unit-addcontent .sp-price-wrap {
  position: absolute;
  left: 0;
  top: auto;
  right: 0;
  bottom: 0;
  background-color: rgba(34, 34, 34, 0.86);
  border-top: 1px solid #7fc9f7;
  padding: 10px 5%;
}
.sp-unit .sp-unit-a .sp-unit-descr {
  padding: 10px 0;
  text-transform: none;
  font-family: 'Lato', Georgia, 'Times New Roman', Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  line-height: 24px;
  text-decoration: none;
  letter-spacing: normal;
}
.sp-unit .sp-unit-a:hover .sp-unit-addcontent {
  bottom: 0;
}
.sp-unit .sp-unit-a:hover .sp-unit-img img {
  -webkit-transform: scale(1.1, 1.1);
  /* Safari and Chrome */
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  /* IE 9 */
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 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%;
}
.sp-unit .sp-catalog-unit-category {
  text-transform: none;
  font-family: 'Lato', Georgia, 'Times New Roman', Times, serif;
  font-weight: bold;
  font-style: normal;
  font-size: 13px;
  line-height: 2em;
  text-decoration: none;
  letter-spacing: normal;
}
.sp-unit .sp-in-cart-form {
  display: block;
}
.sp-unit .sp-in-cart-form .form-group {
  padding: 0;
  margin: 0;
  height: 0;
}
.sp-unit .sp-unit-buttons {
  float: left;
  width: 100%;
}
.sp-unit .sp-attrs-wrap {
  float: left;
  width: 100%;
}
.sp-unit .sp-attrs-wrap .sp-attrs-items .sp-attrs-item {
  float: left;
  width: 100%;
  /*&.sp-weight, &.sp-volume{
          .sp-attrs-item-title{
          }
          .sp-attrs-item-vals{
          }
        }*/
}
.sp-unit .sp-attrs-wrap .sp-attrs-items .sp-attrs-item .sp-attrs-item-title {
  display: inline-block;
  width: 100%;
}
.ie7 .sp-unit .sp-attrs-wrap .sp-attrs-items .sp-attrs-item .sp-attrs-item-title {
  display: inline;
}
.sp-unit .sp-attrs-wrap .sp-attrs-items .sp-attrs-item .sp-attrs-item-title:after {
  content: ':';
}
.sp-unit .sp-attrs-wrap .sp-attrs-items .sp-attrs-item .sp-attrs-item-val {
  display: inline;
}
.sp-unit .sp-attrs-wrap .sp-attrs-items .sp-attrs-item .sp-attrs-item-val:after {
  content: '; ';
}
.sp-unit .sp-attrs-wrap .sp-attrs-items .sp-attrs-item .sp-attrs-item-val:last-child:after {
  content: '';
}
.sp-unit .sp-attrs-wrap {
  padding: 10px 5%;
  width: 90%;
  text-transform: none;
  font-family: 'Lato', Georgia, 'Times New Roman', Times, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 1.2em;
  text-decoration: none;
  letter-spacing: normal;
}
.sp-unit .sp-attrs-wrap .sp-attrs-item {
  margin: 5px 0;
  /*&.sp-weight, &.sp-volume{
        z-index: 3;
        width: 30%;
        height: 0;
        padding-top:30%;
        .absolute(auto, 0, 0, auto
        );
        margin-top:80%;
        .sp-attrs-item-title{
        }
        .sp-attrs-item-vals{
          .absolute(0, 50%,0,auto);
          .font(@unit_weight_label_line_height,@unit_weight_label_line_height,none,@font1,900);
          margin-top:@unit_weight_label_line_height / 2 * -1;
          .sp-attrval-measure{
            font-size: 0.5em;
            font-weight: 500;
          }
        }
      }*/
}
.sp-unit .sp-attrs-wrap .sp-attrs-item .sp-attrs-item-title {
  /*font-size:0;
        line-height: 0;
        position:absolute;*/
}
.sp-unit .sp-attrs-wrap .sp-attrs-item .sp-attrs-item-val {
  text-transform: none;
  font-family: 'Nunito', Geneva, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 1.2em;
  line-height: 1.2em;
  text-decoration: none;
  letter-spacing: normal;
}
.sp-unit .sp-attrs-wrap .sp-attrs-item {
  color: #349ada;
  /*&.sp-weight, &.sp-volume{
        .border_radius(50%);
        background-color: @bg_color2;
        .sp-attrs-item-title{
        }
        .sp-attr-item-vals{
          color:@color;
        }
      }*/
}
.sp-unit .sp-attrs-wrap .sp-attrs-item .sp-attrs-item-val {
  color: #333333;
}
/* /units */
/*

// media
@media screen and (min-width:@max_content_width){
  @imgs_path:'large/';
}
@media screen and (max-width:@big_width){
  @imgs_path:'big/';

  .sp-catalog-categories{
    .sp-category,
    .sp-catalog-view-but{
      .sp-category-a {
        .sp-category-img{
        }
      }
    }
  }
}
@media screen and (max-width:@middle_width){
  @imgs_path:'middle/';
  @page_v_padding:@page_v_padding1;
  @page_h_padding:@page_h_padding1;

  @categories_count:3;
  @category_v_padding:10px;
  @category_h_padding:4%;
  @category_v_margin:10px;
  @category_h_margin:2%;
  @category_title_height:50px;
  @category_child_height:@menu_item_height;

  @unit_but_height:36px;
  @price_line_height:27px;
  @article_line_height:30px;
  @unit_count:3;
  @unit_h_padding:3%;
  @unit_v_padding:8px;
  // categories
  .sp-catalog-categories{
    width: 100 - @page_h_padding*2;
    margin:@page_v_padding / 2 @page_h_padding;
    .sp-category,
    .sp-catalog-view-but{
      width: 100 / @categories_count - @category_h_margin * 2;
      margin: @category_v_margin @category_h_margin;
      .sp-category-a {
        padding-bottom:@category_title_height;
        // image
        &:after,
        .sp-category-img{
          bottom:@category_title_height;
        }
        // title
        .sp-category-title{
          width: 100 - @category_h_padding * 2;
          height:@category_title_height;
          padding-left: @category_h_padding;
          padding-right: @category_h_padding;
          margin-top: @category_title_height * -1;
          font-size: 14px;
        }
        // description
        .sp-category-descr{
          font-size: 14px;
          width: 100 - @category_h_padding * 2;
          padding: @category_v_padding @category_h_padding;
        }
        // children
        .sp-category-children{
          height: @category_child_height * 5;
          .sp-child-category{
            height: @category_child_height;
            .sp-child-category-a{
              width: 100 - @category_h_padding * 2;
              padding:0 @category_h_padding;
              font-size:15px;
            }
          }
        }
      }
      //hover
      &:hover{
        .sp-category-children-wrap{
          bottom: @category_child_height * -5;
        }
        .sp-category-a{
          .sp-category-descr{
            top:@category_title_height;
          }
        }
      }
    }
  }
  // units
  .sp-units{
    width: 96%;
    margin:@page_v_padding/3 2%;
    .sp-unit {
      width: 100 / @unit_count - @unit_h_margin * 2;
      margin: @unit_v_margin @unit_h_margin @unit_but_height + @unit_v_margin;
      .sp-unit-a {
        .sp-unit-brand{
          width:30%;
          img{
            width:80%;
            margin:10%;
          }
        }
        .sp-unit-addtitle,
        .sp-unit-title{
          padding:@unit_v_padding @unit_h_padding;
          font-size: 15px;
          line-height: 17px;
        }
        .sp-price-wrap{
          margin-top: @unit_v_padding;
          font-size: 17px;
          line-height: @price_line_height;
          .sp-main-price{
            font-size: 27px;
            line-height: @price_line_height;
          }
          .sp-currency{
            font-size: 15px;
          }
        }
        .sp-unit-article,
        .sp-unit-no{
          padding:0 @unit_h_padding;
          font-size: 13px;
          line-height: @article_line_height;
          .sp-label{
            font-size: 12px;
            line-height: @article_line_height;
          }
        }
        .sp-unit-no{
          bottom:@article_line_height;
        }
        .sp-unit-addcontent{
          .sp-unit-addtitle,
          .sp-unit-descr{
            margin: @unit_v_padding 0;
          }
          .sp-unit-article,
          .sp-unit-no{
            margin-top: @unit_v_padding * 2;
          }
          .sp-price-wrap{
            padding:@unit_v_padding @unit_h_padding;
          }
        }
        .sp-unit-descr{
          padding: @unit_v_padding 0;
          font-size: 12px;
          line-height: 23px;
        }
      }
      .sp-unit-buttons{
        .sp-unit-cart-but{
          font-size: 12px;
          line-height: @unit_but_height;
        }
      }
    }
  }

  // ===================
  // main page
  // ===================
  .sp-site-html .sp-index-body,
  .sp-catalog-page.sp-page-section{
    // categories
    @categories_count: 2;
    @unit_count: 2;
    .sp-catalog-categories{
      .sp-category{
        width: 100 / @categories_count - @category_h_margin * 2;
      }
    }
  }
}
@media screen and (max-width:@small_width){
  @imgs_path:'small/';
  @page_v_padding:@page_v_padding2;
  @page_h_padding:@page_h_padding2;

  @categories_count:2;
  @category_v_padding:7px;
  @category_h_padding:4%;
  @category_v_margin:7px;
  @category_h_margin:2%;
  @category_title_height:50px;
  @category_child_height:@menu_item_height;

  @unit_but_height:32px;
  @price_line_height:26px;
  @article_line_height:26px;

  @unit_count:2;
  @unit_h_padding:3%;
  @unit_v_padding:5px;

  .sp-catalog-categories{
    width: 100 - @page_h_padding*2;
    margin:@page_v_padding / 2 @page_h_padding;
    .sp-category,
    .sp-catalog-view-but{
      width: 100 / @categories_count - @category_h_margin * 2;
      margin: @category_v_margin @category_h_margin;
      .sp-category-a {
        padding-bottom:@category_title_height;
        // image
        &:after,
        .sp-category-img{
          bottom:@category_title_height;
        }
        // title
        .sp-category-title {
          width: 100 - @category_h_padding * 2;
          height:@category_title_height;
          padding-left: @category_h_padding;
          padding-right: @category_h_padding;
          margin-top: @category_title_height * -1;
          font-size: 14px;
        }
        // description
        .sp-category-descr{
          font-size: 13px;
          width: 100 - @category_h_padding * 2;
          padding: @category_v_padding @category_h_padding;
        }
        // children
        .sp-category-children{
          height: @category_child_height * 5;
          .sp-child-category{
            height: @category_child_height;
            .sp-child-category-a{
              width: 100 - @category_h_padding * 2;
              padding:0 @category_h_padding;
              font-size:14px;
            }
          }
        }
      }
      //hover
      &:hover{
        .sp-category-children-wrap{
          bottom: @category_child_height * -5;
        }
        .sp-category-a{
          .sp-category-descr{
            top:@category_title_height;
          }
        }
      }
    }
  }
  // units
  .sp-units{
    width: 96%;
    margin:@page_v_padding/3 2%;
    .sp-unit {
      width: 100 / @unit_count - @unit_h_margin * 2;
      margin: @unit_v_margin @unit_h_margin @unit_but_height + @unit_v_margin;
      .sp-unit-a {
        .sp-unit-brand{
          width:30%;
          img{
            width:80%;
            margin:10%;
          }
        }
        .sp-unit-addtitle,
        .sp-unit-title{
          padding:@unit_v_padding @unit_h_padding;
          font-size: 14px;
          line-height: 16px;
        }
        .sp-price-wrap{
          margin-top: @unit_v_padding;
          font-size: 15px;
          line-height: @price_line_height;
          .sp-main-price{
            font-size: 25px;
            line-height: @price_line_height;
          }
          .sp-currency{
            font-size: 13px;
          }
        }
        .sp-unit-article,
        .sp-unit-no{
          padding:0 @unit_h_padding;
          font-size: 12px;
          line-height: @article_line_height;
          .sp-label{
            font-size: 11px;
            line-height: @article_line_height;
          }
        }
        .sp-unit-no{
          bottom:@article_line_height;
        }
        .sp-unit-addcontent{
          .sp-unit-addtitle,
          .sp-unit-descr{
            margin: @unit_v_padding 0;
          }
          .sp-unit-article,
          .sp-unit-no{
            margin-top: @unit_v_padding * 2;
          }
          .sp-price-wrap{
            padding:@unit_v_padding @unit_h_padding;
          }
        }
        .sp-unit-descr{
          padding:@unit_v_padding 0;
          font-size: 12px;
          line-height: 20px;
        }
      }
      .sp-unit-buttons{
        .sp-unit-cart-but{
          font-size: 12px;
          line-height: @unit_but_height;
        }
      }
    }
  }
  .sp-site-html{
    .sp-index-body{
      .sp-page-section{
      }
    }
  }
}
@media screen and (max-width:@mini_width){
  @imgs_path:'mini/';
  @categories_count:1;
  @category_v_padding:7px;
  @category_h_padding:4%;
  @category_v_margin:7px;
  @category_h_margin:12%;
  @category_title_height:45px;
  @category_child_height:@menu_item_height1;

  @category_border_radius:120px;

  @unit_count:1;
  @unit_h_margin:20%;

  .sp-catalog-categories{
    width: 100 - @page_h_padding*2;
    margin:@page_v_padding / 2 @page_h_padding;
    .sp-category,
    .sp-catalog-view-but{
      width: 100 / @categories_count - @category_h_margin * 2;
      margin: @category_v_margin @category_h_margin;
      .sp-category-a {
        padding-bottom:@category_title_height;
        // image
        &:after,
        .sp-category-img{
          bottom:@category_title_height;
        }
        // title
        .sp-category-title {
          width: 100 - @category_h_padding * 2;
          height:@category_title_height;
          padding-left: @category_h_padding;
          padding-right: @category_h_padding;
          margin-top: @category_title_height * -1;
          font-size: 13px;
        }
        // description
        .sp-category-descr{
          font-size: 13px;
          width: 100 - @category_h_padding * 2;
          padding: @category_v_padding @category_h_padding;
        }
        // children
        .sp-category-children{
          //height: @category_child_height * 5;
          .sp-child-category{
            //height: @category_child_height;
            .sp-child-category-a{
              width: 100 - @category_h_padding * 2;
              padding:0 @category_h_padding;
              font-size:13px;
            }
          }
        }
      }
      //hover
      &:hover{
        .sp-category-children-wrap{
          //bottom: @category_child_height * -5;
        }
        .sp-category-a{
          .sp-category-descr{
            top:@category_title_height;
          }
        }
      }
    }
  }

  .sp-catalog-categories.sp-units-view{
    @category_title_height:30px;
    @category_border_radius:70px;
    .sp-catalog-view-but{
      width: 30%;
      .sp-category-title{
        height:@category_title_height;
        font-size: 12px;
        right: 0;
      }
    }
    .sp-category{
      width: 4%;
    }
  }

  .sp-units {
    .sp-unit {
      width: 100 / @unit_count - @unit_h_margin * 2;
      margin: @unit_v_margin @unit_h_margin @unit_but_height + @unit_v_margin;
    }
  }


  // ===================
  // main page
  // ===================
  .sp-site-html .sp-index-body,
  .sp-catalog-page.sp-page-section{
    // categories
    .sp-catalog-categories{
      .sp-category{
        width: 100 / @categories_count - @category_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;

  @categories_count:1;
  @category_v_padding:7px;
  @category_h_padding:4%;
  @category_v_margin:7px;
  @category_h_margin:5%;
  @category_title_height:40px;
  @category_child_height:@menu_item_height1;

  @unit_but_height:30px;
  @price_line_height:25px;
  @article_line_height:24px;

  @unit_count:1;
  @unit_h_margin:10%;
  //@unit_h_padding:2%;
  //@unit_v_padding:3px;

  .sp-catalog-categories{
    width: 100 - @page_h_padding*2;
    margin:@page_v_padding / 2 @page_h_padding;
    .sp-category,
    .sp-catalog-view-but{
      width: 100 / @categories_count - @category_h_margin * 2;
      margin: @category_v_margin @category_h_margin;
      .sp-category-a {
        padding-bottom:@category_title_height;
        // image
        &:after,
        .sp-category-img{
          bottom:@category_title_height;
        }
        // title
        .sp-category-title {
          width: 100 - @category_h_padding * 2;
          height:@category_title_height;
          padding-left: @category_h_padding;
          padding-right: @category_h_padding;
          margin-top: @category_title_height * -1;
          font-size: 14px;
        }
        // description
        .sp-category-descr{
          font-size: 13px;
          width: 100 - @category_h_padding * 2;
          padding: @category_v_padding @category_h_padding;
        }
        // children
        .sp-category-children{
          //height: @category_child_height * 5;
          .sp-child-category{
            //height: @category_child_height;
            .sp-child-category-a{
              width: 100 - @category_h_padding * 2;
              padding:0 @category_h_padding;
              font-size:14px;
            }
          }
        }
      }
      //hover
      &:hover{
        .sp-category-children-wrap{
          //bottom: @category_child_height * -5;
        }
        .sp-category-a{
          .sp-category-descr{
            top:@category_title_height;
          }
        }
      }
      .sp-category-more-but{
      }
      .sp-category-children-wrap {
      }
      .sp-category-children{
        .sp-child-category{
          .sp-child-category-a{
          }
        }
      }
    }
  }
  .sp-catalog-categories.sp-units-view{
    .sp-catalog-view-but{
    }
  }
  .sp-site-html{
    .sp-index-body{
      .sp-page-section{
      }
    }
  }
  // units
  .sp-units{
    width: 100%;
    margin:@page_v_padding/3 0;
    .sp-unit {
      width: 100 / @unit_count - @unit_h_margin * 2;
      margin: @unit_v_margin @unit_h_margin @unit_but_height + @unit_v_margin;
      .sp-unit-a {
        .sp-unit-brand{
          width:30%;
          img{
            width:80%;
            margin:10%;
          }
        }
        .sp-unit-addtitle,
        .sp-unit-title{
          padding:@unit_v_padding @unit_h_padding;
          font-size: 14px;
          line-height: 16px;
        }
        .sp-price-wrap{
          margin-top: @unit_v_padding;
          font-size: 14px;
          line-height: @price_line_height;
          .sp-main-price{
            font-size: 24px;
            line-height: @price_line_height;
          }
          .sp-currency{
            font-size: 12px;
          }
        }
        .sp-unit-article,
        .sp-unit-no{
          padding:0 @unit_h_padding;
          font-size: 12px;
          line-height: @article_line_height;
          .sp-label{
            font-size: 11px;
            line-height: @article_line_height;
          }
        }
        .sp-unit-no{
          bottom:@article_line_height;
        }
        .sp-unit-addcontent{
          .sp-unit-addtitle,
          .sp-unit-descr{
            margin: @unit_v_padding 0;
          }
          .sp-unit-article,
          .sp-unit-no{
            margin-top: @unit_v_padding * 2;
          }
          .sp-price-wrap{
            padding:@unit_v_padding @unit_h_padding;
          }
        }
        .sp-unit-descr{
          padding: @unit_v_padding 0;
          font-size: 12px;
          line-height: 20px;
        }
      }
      .sp-unit-buttons{
        .sp-unit-cart-but{
          font-size: 12px;
          line-height: @unit_but_height;
        }
      }
    }
  }
}
@media screen and (max-width:@mobil_width){
  @imgs_path:'mobil/';
  @unit_count:1;
  @unit_h_margin:0%;
  // units
  .sp-units {
    .sp-unit {
      width: 100 / @unit_count - @unit_h_margin * 2;
      margin: @unit_v_margin @unit_h_margin @unit_but_height + @unit_v_margin;
    }
  }
}
*/
