/* 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-unit-section .sp-unit-view {
  /* data items && characteristics*/
  /*image*/
  /* /image*/
  /*photos*/
  /*/photos*/
  /*phones*/
  /*social buts*/
  /*main data*/
  /* /main data*/
  /* unit details */
  /* /unit details */
  /* related units */
  /* /related units */
  /* reviews */
  /* write review but wrap */
  /* write review but*/
  /* reviews form */
  /* /reviews form */
  /* /reviews */
}
.sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-img-wrap,
.sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-main-data {
  float: left;
}
.sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-img-wrap {
  width: 40%;
  margin-left: 6%;
}
.sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-main-data {
  width: 42%;
  margin-left: 6%;
}
.sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-img,
.sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-order-by-phone-block {
  float: left;
  width: 100%;
}
.sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-data-items,
.sp-catalog-page.sp-unit-section .sp-unit-view .sp-attrs-items {
  font-size: 0;
  line-height: 0;
}
.sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-data-items .sp-unit-data-item,
.sp-catalog-page.sp-unit-section .sp-unit-view .sp-attrs-items .sp-unit-data-item {
  vertical-align: top;
  margin: 25px 2%;
  width: 46%;
}
.sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-data-item,
.sp-catalog-page.sp-unit-section .sp-unit-view .sp-attrs-item {
  text-transform: none;
  font-family: 'Lato', Georgia, 'Times New Roman', Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  line-height: 18px;
  text-decoration: none;
  letter-spacing: normal;
  display: inline-block;
  margin: 25px 0 0;
  width: 100%;
}
.ie7 .sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-data-item,
.ie7 .sp-catalog-page.sp-unit-section .sp-unit-view .sp-attrs-item {
  display: inline;
}
.sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-data-item .sp-unit-data-label,
.sp-catalog-page.sp-unit-section .sp-unit-view .sp-attrs-item .sp-unit-data-label,
.sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-data-item .sp-rating-label,
.sp-catalog-page.sp-unit-section .sp-unit-view .sp-attrs-item .sp-rating-label,
.sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-data-item .sp-attrs-item-title,
.sp-catalog-page.sp-unit-section .sp-unit-view .sp-attrs-item .sp-attrs-item-title {
  font-size: 0.8em;
}
.sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-data-item .sp-unit-data-val,
.sp-catalog-page.sp-unit-section .sp-unit-view .sp-attrs-item .sp-unit-data-val {
  display: inline-block;
  margin: 0 2%;
}
.ie7 .sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-data-item .sp-unit-data-val,
.ie7 .sp-catalog-page.sp-unit-section .sp-unit-view .sp-attrs-item .sp-unit-data-val {
  display: inline;
}
.sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-data-item .sp-unit-data-val,
.sp-catalog-page.sp-unit-section .sp-unit-view .sp-attrs-item .sp-unit-data-val,
.sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-data-item .sp-unit-data-val a,
.sp-catalog-page.sp-unit-section .sp-unit-view .sp-attrs-item .sp-unit-data-val a {
  font-weight: bold;
  color: #349ada;
}
.sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-img-wrap .sp-unit-img {
  border-top: 1px solid #f8f8f8;
  border-bottom: px solid #3c3c3c;
  position: relative;
}
.sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-img-wrap .sp-unit-img img {
  width: 100%;
  border-bottom: 1px solid #3e3e3e;
}
.sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-img-wrap .sp-unit-img .sp-unit-brand-logo-wrap {
  position: absolute;
  left: 0;
  top: auto;
  right: auto;
  bottom: 0;
  width: 35%;
  background: rgba(255, 255, 255, 0.9);
  -webkit-border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius-topleft: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-background-clip: padding;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-clip: padding-box;
  border: 1px solid #3e3e3e;
  border-bottom: none;
  z-index: 2;
}
.sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-img-wrap .sp-unit-img .sp-unit-brand-logo-wrap .sp-unit-brand-logo {
  position: absolute;
  left: 0;
  top: 5%;
  right: 0;
  bottom: 0;
}
.sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-img-wrap .sp-unit-img .sp-unit-brand-logo-wrap .sp-unit-brand-logo .v_center {
  width: 100%;
}
.sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-img-wrap .sp-unit-img .sp-unit-brand-logo-wrap .sp-unit-brand-logo img {
  border: none;
  width: 70%;
  max-width: 80%;
  margin: 15%;
}
.sp-catalog-page.sp-unit-section .sp-unit-view .sp-photo-gallery-block .sp-photo-gallery .sp-photo-gallery-item {
  width: 25%;
  max-width: 100px;
  height: auto;
  max-height: 100px;
  line-height: 0;
}
.sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-order-by-phone-block {
  text-align: center;
}
.sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-order-by-phone-block .sp-unit-order-by-phone-title {
  text-transform: none;
  font-family: 'Lato', Georgia, 'Times New Roman', Times, serif;
  font-weight: 300;
  font-style: normal;
  font-size: 11px;
  line-height: 24px;
  text-decoration: none;
  letter-spacing: normal;
}
.sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-order-by-phone-block .sp-phones {
  margin: 33.33333333px 0;
}
.sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-order-by-phone-block .sp-phones a {
  text-transform: none;
  font-family: 'Lato', Georgia, 'Times New Roman', Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 34px;
  line-height: 54px;
  text-decoration: none;
  letter-spacing: normal;
  color: #ffc000;
}
.sp-catalog-page.sp-unit-section .sp-unit-view .sp-social-buts-wrap {
  margin: 0;
}
.sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-main-data {
  /*main data title*/
  /*rating*/
  /*main data order block*/
  /* /main data order block*/
}
.sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-main-data .sp-page-data {
  padding: 0;
  width: 100%;
}
.sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-main-data .sp-unit-main-title {
  margin: 33.33333333px 0;
  text-transform: uppercase;
  font-family: 'Nunito', Geneva, Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 26px;
  line-height: 30px;
  text-decoration: none;
  letter-spacing: normal;
  color: #3e3e3e;
  text-align: left;
}
.sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-main-data .sp-unit-data-rating-wrap {
  text-align: center;
}
.sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-main-data .sp-unit-data-rating-wrap .sp-unit-rating-block {
  white-space: normal;
}
.sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-main-data .sp-unit-data-rating-wrap .sp-unit-rating-block .sp-rating-view {
  display: inline-block;
}
.ie7 .sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-main-data .sp-unit-data-rating-wrap .sp-unit-rating-block .sp-rating-view {
  display: inline;
}
.sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-main-data .sp-unit-data-rating-wrap .sp-unit-rating-block .sp-rating-title {
  display: inline-block;
  margin: 0 2%;
  white-space: nowrap;
}
.ie7 .sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-main-data .sp-unit-data-rating-wrap .sp-unit-rating-block .sp-rating-title {
  display: inline;
}
.sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-main-data .sp-unit-data-rating-wrap .sp-unit-rating-block .sp-reviews-count {
  display: inline-block;
  white-space: nowrap;
  width: 100%;
}
.ie7 .sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-main-data .sp-unit-data-rating-wrap .sp-unit-rating-block .sp-reviews-count {
  display: inline;
}
.sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-main-data .sp-unit-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: 18px;
  line-height: 22px;
  text-decoration: none;
  letter-spacing: normal;
  /*main data price*/
}
.sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-main-data .sp-unit-order-block .sp-unit-price {
  margin: 33.33333333px 0 0;
}
.sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-main-data .sp-unit-order-block .sp-unit-price .sp-price-wrap,
.sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-main-data .sp-unit-order-block .sp-unit-price .sp-unit-price-title,
.sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-main-data .sp-unit-order-block .sp-unit-price .sp-unit-price-descr {
  display: inline-block;
  width: 100%;
}
.ie7 .sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-main-data .sp-unit-order-block .sp-unit-price .sp-price-wrap,
.ie7 .sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-main-data .sp-unit-order-block .sp-unit-price .sp-unit-price-title,
.ie7 .sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-main-data .sp-unit-order-block .sp-unit-price .sp-unit-price-descr {
  display: inline;
}
.sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-main-data .sp-unit-order-block .sp-unit-price .sp-unit-price-title,
.sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-main-data .sp-unit-order-block .sp-unit-price .sp-unit-price-descr {
  font-size: .6em;
}
.sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-main-data .sp-unit-order-block .sp-unit-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-catalog-page.sp-unit-section .sp-unit-view .sp-unit-main-data .sp-unit-order-block .sp-unit-price .sp-price-wrap {
  display: inline;
}
.sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-main-data .sp-unit-order-block .sp-unit-price .sp-price-wrap .sp-main-price {
  font-weight: bold;
  font-size: 2.6em;
}
.sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-main-data .sp-unit-order-block .sp-unit-availability {
  margin-top: 33.33333333px;
}
.sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-main-data .sp-unit-order-block .sp-unit-order-info {
  padding: 33.33333333px 6%;
  width: 88%;
}
.sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-main-data .sp-unit-order-block .sp-unit-saller {
  margin: 33.33333333px 0;
  width: 100%;
}
.sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-main-data .sp-unit-order-block .sp-unit-saller .sp-microdata-organization {
  margin: 25px 4%;
  width: 92%;
}
.sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-main-data .sp-unit-order-block .sp-unit-saller .sp-microdata-organization .sp-microdata-label {
  display: none;
}
.sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-main-data .sp-unit-order-block .sp-unit-saller .sp-microdata-organization .sp-microdata-item-phones,
.sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-main-data .sp-unit-order-block .sp-unit-saller .sp-microdata-organization .sp-microdata-phone {
  height: 0;
  font-size: 0;
  line-height: 0;
}
.sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-view-details {
  width: 100%;
  float: left;
  margin: 33.33333333px 0;
  /*unit details menu*/
  /* /unit details menu*/
  /*unit details content*/
  /* /unit details content*/
}
.sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-view-details .sp-unit-details-menu {
  background-color: rgba(248, 248, 248, 0.6);
  border-top: 1px solid #222222;
  text-align: left;
  /*unit details tab*/
}
.sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-view-details .sp-unit-details-menu .sp-unit-details-tab {
  font-size: 0;
  position: relative;
  display: inline-block;
}
.ie7 .sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-view-details .sp-unit-details-menu .sp-unit-details-tab {
  display: inline;
}
.sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-view-details .sp-unit-details-menu .sp-unit-details-tab:after {
  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;
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  bottom: 0;
  background: #ffffff;
  z-index: 1;
}
.sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-view-details .sp-unit-details-menu .sp-unit-details-tab .sp-unit-details-tab-a {
  display: inline-block;
  padding: 25px 30px;
  text-transform: none;
  font-family: 'Lato', Georgia, 'Times New Roman', Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
  letter-spacing: normal;
  position: relative;
  z-index: 2;
  color: #3e3e3e;
}
.ie7 .sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-view-details .sp-unit-details-menu .sp-unit-details-tab .sp-unit-details-tab-a {
  display: inline;
}
.sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-view-details .sp-unit-details-menu .sp-unit-details-tab.active:after,
.sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-view-details .sp-unit-details-menu .sp-unit-details-tab:hover:after {
  top: 0;
}
.sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-view-details .sp-unit-details-menu .sp-unit-details-tab.active .sp-unit-details-tab-a,
.sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-view-details .sp-unit-details-menu .sp-unit-details-tab:hover .sp-unit-details-tab-a {
  color: #6c757d;
}
.sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-view-details .sp-unit-details-content,
.sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-view-details .sp-unit-details-content-wrap {
  width: 100%;
  float: left;
}
.sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-view-details .sp-unit-details-content-wrap {
  position: relative;
}
.sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-view-details .sp-unit-details-content {
  width: 94%;
  padding: 0;
  height: 0;
  overflow: hidden;
}
.sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-view-details .sp-unit-details-content h2 {
  margin: 33.33333333px 0;
  text-transform: uppercase;
  font-family: 'Nunito', Geneva, Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.2em;
  line-height: 1em;
  text-decoration: none;
  letter-spacing: normal;
  color: #bfbfbf;
}
.sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-view-details .sp-unit-details-content p {
  text-transform: none;
  font-family: 'Lato', Georgia, 'Times New Roman', Times, serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1em;
  line-height: 2.5em;
  text-decoration: none;
  letter-spacing: normal;
  color: #7e878f;
  text-align: justify;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-view-details .sp-unit-details-content.active {
  height: auto;
  padding: 0 3%;
}
.sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-view-details .sp-unit-details-content .sp-attrs-wrap {
  float: left;
  width: 100%;
}
.sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-view-details .sp-unit-details-content .sp-attrs-wrap .sp-attrs-items .sp-attrs-item {
  background-color: #ffffff;
  padding: 8px;
  border-top: 1px solid #dfdfdf;
  font-size: 0;
}
.sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-view-details .sp-unit-details-content .sp-attrs-wrap .sp-attrs-items .sp-attrs-item.odd {
  background-color: #ffffff;
}
.sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-view-details .sp-unit-details-content .sp-attrs-wrap .sp-attrs-items .sp-attrs-item .sp-attrs-item-title,
.sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-view-details .sp-unit-details-content .sp-attrs-wrap .sp-attrs-items .sp-attrs-item .sp-attrs-item-vals {
  display: inline-block;
}
.sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-view-details .sp-unit-details-content .sp-attrs-wrap .sp-attrs-items .sp-attrs-item .sp-attrs-item-title {
  text-transform: none;
  font-family: 'Lato', Georgia, 'Times New Roman', Times, serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 2em;
  text-decoration: none;
  letter-spacing: normal;
  color: #227fb9;
  width: 30%;
  padding: 0 3%;
  text-align: right;
  border-right: 1px solid #ffffff;
}
.sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-view-details .sp-unit-details-content .sp-attrs-wrap .sp-attrs-items .sp-attrs-item .sp-attrs-item-title .sp-attr-item-measure {
  font-size: 14px;
  color: #349ada;
}
.sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-view-details .sp-unit-details-content .sp-attrs-wrap .sp-attrs-items .sp-attrs-item .sp-attrs-item-vals {
  width: 60%;
}
.sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-view-details .sp-unit-details-content .sp-attrs-wrap .sp-attrs-items .sp-attrs-item .sp-attrs-item-val {
  text-transform: none;
  font-family: 'Nunito', Geneva, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  letter-spacing: normal;
  display: inline-block;
  color: #333333;
  padding: 0 10px;
  border-left: 1px solid #b8b8b8;
}
.ie7 .sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-view-details .sp-unit-details-content .sp-attrs-wrap .sp-attrs-items .sp-attrs-item .sp-attrs-item-val {
  display: inline;
}
.sp-catalog-page.sp-unit-section .sp-unit-view .sp-related-units-wrap {
  margin: 50px 6%;
  width: 88%;
  float: left;
  overflow: hidden;
  overflow-x: auto;
}
.sp-catalog-page.sp-unit-section .sp-unit-view .sp-related-units-wrap .sp-units-items {
  font-size: 0;
  vertical-align: top;
  text-align: center;
  white-space: nowrap;
}
.sp-catalog-page.sp-unit-section .sp-unit-view .sp-related-units-wrap .sp-units-items .sp-units-item {
  display: inline-block;
  width: 20%;
}
.ie7 .sp-catalog-page.sp-unit-section .sp-unit-view .sp-related-units-wrap .sp-units-items .sp-units-item {
  display: inline;
}
.sp-catalog-page.sp-unit-section .sp-unit-view .sp-related-units-wrap .sp-units-items .sp-units-item .sp-units-item-a,
.sp-catalog-page.sp-unit-section .sp-unit-view .sp-related-units-wrap .sp-units-items .sp-units-item .sp-units-item-a .sp-units-item-title,
.sp-catalog-page.sp-unit-section .sp-unit-view .sp-related-units-wrap .sp-units-items .sp-units-item .sp-units-item-a img {
  width: 100%;
  float: left;
}
.sp-catalog-page.sp-unit-section .sp-unit-view .sp-related-units-wrap .sp-units-items .sp-units-item .sp-units-item-a 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;
}
.sp-catalog-page.sp-unit-section .sp-unit-view .sp-related-units-wrap .sp-units-items .sp-units-item .sp-units-item-a .sp-units-item-title {
  position: relative;
  z-index: 2;
  width: 94%;
  padding: 5px 3%;
  text-align: center;
  text-transform: none;
  font-family: 'Lato', Georgia, 'Times New Roman', Times, serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  letter-spacing: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  -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;
  color: #349ada;
  background-color: #ffffff;
}
.sp-catalog-page.sp-unit-section .sp-unit-view .sp-related-units-wrap .sp-units-items .sp-units-item:hover 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-catalog-page.sp-unit-section .sp-unit-view .sp-related-units-wrap .sp-units-items .sp-units-item:hover .sp-units-item-title {
  color: #ffffff;
  background-color: #349ada;
}
.sp-catalog-page.sp-unit-section .sp-unit-view .sp-write-review-but-wrap {
  width: 100%;
  text-align: center;
}
.sp-catalog-page.sp-unit-section .sp-unit-view .sp-write-review-but {
  white-space: nowrap;
  padding: 0 10%;
  /*.sp_but_color(
        @but_bg_color:darken(@content_bg_color,20),
        @but_color:@color1,
        @border_color:@color2,
        @shadow_color:#000
      );*/
  /*&.sp-but{
        .font(12px, @but_height, none, @font);
      }*/
}
.sp-catalog-page.sp-unit-section .sp-unit-view .sp-review-form-wrap {
  width: 88%;
  float: left;
  margin: 50px 6%;
}
@media screen and (max-width: 1050px) {
  .sp-catalog-page.sp-unit-section .sp-unit-view {
    /* data items */
    /*image*/
    /* /image*/
    /*phones*/
    /*main data*/
    /* /main data*/
    /* unit details */
    /* /unit details */
    /* reviews */
    /* write review but wrap */
    /* write review but*/
    /* reviews form */
    /* /reviews form */
    /* /reviews */
  }
  .sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-data-items .sp-unit-data-item {
    margin: 20px 2%;
    width: 46%;
  }
  .sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-data-item {
    font-size: 13px;
    line-height: 18px;
    margin-top: 20px;
  }
  .sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-data-item .sp-unit-data-val {
    margin: 0 1.66666667%;
  }
  .sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-img-wrap {
    width: 40%;
  }
  .sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-order-by-phone-block .sp-unit-order-by-phone-title {
    font-size: 11px;
    line-height: 22px;
  }
  .sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-order-by-phone-block .sp-phones {
    margin: 26.66666667px 0;
  }
  .sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-order-by-phone-block .sp-phones a {
    font-size: 26px;
    line-height: 46px;
  }
  .sp-catalog-page.sp-unit-section .sp-unit-view .sp-social-buts-wrap {
    margin: 26.66666667px 0;
  }
  .sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-main-data {
    width: 55%;
    margin-left: 2.5%;
    /*main data title*/
    /*rating*/
    /*main data order block*/
    /* /main data order block*/
  }
  .sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-main-data .sp-unit-main-title {
    margin: 26.66666667px 0;
    font-size: 24px;
    line-height: 28px;
  }
  .sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-main-data .sp-unit-data-rating-wrap .sp-unit-rating-block .sp-rating-title {
    margin: 0 1.66666667%;
  }
  .sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-main-data .sp-unit-order-block {
    font-size: 16px;
    line-height: 20px;
    /*main data price*/
  }
  .sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-main-data .sp-unit-order-block .sp-unit-price {
    margin-top: 26.66666667px;
  }
  .sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-main-data .sp-unit-order-block .sp-unit-price .sp-price-wrap {
    margin-top: 40px;
  }
  .sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-main-data .sp-unit-order-block .sp-unit-availability {
    margin-top: 26.66666667px;
  }
  .sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-main-data .sp-unit-order-block .sp-unit-order-info {
    padding: 26.66666667px 5%;
    width: 90%;
  }
  .sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-main-data .sp-unit-order-block .sp-unit-saller {
    margin: 26.66666667px 0;
  }
  .sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-main-data .sp-unit-order-block .sp-unit-saller .sp-microdata-organization {
    margin: 20px 4%;
    width: 92%;
  }
  .sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-view-details {
    margin: 26.66666667px 0;
    /*unit details menu*/
    /* /unit details menu*/
    /*unit details content*/
    /* /unit details content*/
  }
  .sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-view-details .sp-unit-details-menu {
    /*unit details tab*/
  }
  .sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-view-details .sp-unit-details-menu .sp-unit-details-tab .sp-unit-details-tab-a {
    padding: 20px 25px;
    font-size: 12px;
    line-height: 18px;
  }
  .sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-view-details .sp-unit-details-content {
    width: 95%;
  }
  .sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-view-details .sp-unit-details-content h2 {
    margin-bottom: 26.66666667px;
  }
  .sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-view-details .sp-unit-details-content.active {
    padding: 0 2.5%;
  }
  .sp-catalog-page.sp-unit-section .sp-unit-view .sp-write-review-but {
    padding: 0 10%;
  }
  .sp-catalog-page.sp-unit-section .sp-unit-view .sp-review-form-wrap {
    width: 90%;
    margin: 40px 5%;
  }
}
@media screen and (max-width: 800px) {
  .sp-catalog-page.sp-unit-section .sp-unit-view {
    /* data items */
    /*image*/
    /* /image*/
    /*phones*/
    /*main data*/
    /* /main data*/
    /* unit details */
    /* /unit details */
    /* reviews */
    /* write review but wrap */
    /* write review but*/
    /* reviews form */
    /* /reviews form */
    /* /reviews */
  }
  .sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-data-items .sp-unit-data-item {
    margin: 13.75px 2%;
    width: 46%;
  }
  .sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-data-item {
    font-size: 12px;
    line-height: 16px;
    margin-top: 13.75px;
  }
  .sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-data-item .sp-unit-data-val {
    margin: 0 2%;
  }
  .sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-img-wrap {
    width: 40%;
  }
  .sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-order-by-phone-block .sp-unit-order-by-phone-title {
    font-size: 10px;
    line-height: 20px;
  }
  .sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-order-by-phone-block .sp-phones {
    margin: 18.33333333px 0;
  }
  .sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-order-by-phone-block .sp-phones a {
    font-size: 20px;
    line-height: 40px;
  }
  .sp-catalog-page.sp-unit-section .sp-unit-view .sp-social-buts-wrap {
    margin: 18.33333333px 0;
  }
  .sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-main-data {
    width: 54%;
    margin-left: 3%;
    /*main data title*/
    /*rating*/
    /*main data order block*/
    /* /main data order block*/
  }
  .sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-main-data .sp-unit-main-title {
    margin: 18.33333333px 0;
    font-size: 20px;
    line-height: 24px;
  }
  .sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-main-data .sp-unit-data-rating-wrap .sp-unit-data-item {
    width: 96%;
  }
  .sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-main-data .sp-unit-data-rating-wrap .sp-unit-rating-block .sp-rating-title {
    margin: 0 2%;
  }
  .sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-main-data .sp-unit-order-block {
    font-size: 14px;
    line-height: 18px;
    /*main data price*/
  }
  .sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-main-data .sp-unit-order-block .sp-unit-price {
    margin-top: 18.33333333px;
  }
  .sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-main-data .sp-unit-order-block .sp-unit-price .sp-price-wrap {
    margin-top: 27.5px;
  }
  .sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-main-data .sp-unit-order-block .sp-unit-price .sp-price-wrap .sp-main-price {
    font-size: 2.4em;
  }
  .sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-main-data .sp-unit-order-block .sp-unit-availability {
    margin-top: 18.33333333px;
  }
  .sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-main-data .sp-unit-order-block .sp-unit-order-info {
    padding: 18.33333333px 6%;
    width: 88%;
  }
  .sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-main-data .sp-unit-order-block .sp-unit-saller {
    margin: 18.33333333px 0;
  }
  .sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-main-data .sp-unit-order-block .sp-unit-saller .sp-microdata-organization {
    margin: 13.75px 3%;
    width: 94%;
  }
  .sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-view-details {
    margin: 18.33333333px 0;
    /*unit details menu*/
    /* /unit details menu*/
    /*unit details content*/
    /* /unit details content*/
  }
  .sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-view-details .sp-unit-details-menu {
    /*unit details tab*/
  }
  .sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-view-details .sp-unit-details-menu .sp-unit-details-tab .sp-unit-details-tab-a {
    padding: 13.75px 20px;
    font-size: 11px;
    line-height: 16px;
  }
  .sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-view-details .sp-unit-details-content {
    width: 94%;
  }
  .sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-view-details .sp-unit-details-content h2 {
    margin-bottom: 18.33333333px;
  }
  .sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-view-details .sp-unit-details-content.active {
    padding: 0 3%;
  }
  .sp-catalog-page.sp-unit-section .sp-unit-view .sp-write-review-but {
    padding: 0 8%;
  }
  .sp-catalog-page.sp-unit-section .sp-unit-view .sp-review-form-wrap {
    width: 88%;
    margin: 27.5px 6%;
  }
}
@media screen and (max-width: 630px) {
  .sp-catalog-page.sp-unit-section .sp-unit-view {
    /* data items */
    /*image*/
    /* /image*/
    /*phones*/
    /*main data*/
    /* /main data*/
    /* unit details */
    /* /unit details */
    /* reviews */
    /* write review but wrap */
    /* write review but*/
    /* reviews form */
    /* /reviews form */
    /* /reviews */
  }
  .sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-data-items .sp-unit-data-item {
    margin: 7.5px 2%;
    width: 46%;
  }
  .sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-data-item {
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    margin-top: 7.5px;
  }
  .sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-data-item .sp-unit-data-val {
    margin: 0 2.33333333%;
  }
  .sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-img-wrap {
    width: 100%;
  }
  .sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-order-by-phone-block {
    /*.sp-unit-order-by-phone-title{
          font-size: 10px;
          line-height: 16px;
        }
        .sp-phones{
          margin:@page_v_padding/3 0;
          a{
            font-size: 16px;
            line-height: 30px;
          }
        }*/
  }
  .sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-order-by-phone-block,
  .sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-order-by-phone-block .sp-unit-order-by-phone-title,
  .sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-order-by-phone-block .sp-phones,
  .sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-order-by-phone-block .sp-phones a {
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
  }
  .sp-catalog-page.sp-unit-section .sp-unit-view .sp-social-buts-wrap {
    margin: 10px 0;
  }
  .sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-main-data {
    width: 93%;
    margin: 0 3.5%;
    /*main data title*/
    /*rating*/
    /*main data order block*/
    /* /main data order block*/
  }
  .sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-main-data .sp-unit-main-title {
    margin: 10px 0;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }
  .sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-main-data .sp-unit-data-rating-wrap .sp-unit-data-item {
    width: 96%;
  }
  .sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-main-data .sp-unit-data-rating-wrap .sp-unit-review-but-item {
    display: none;
  }
  .sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-main-data .sp-unit-data-rating-wrap .sp-unit-rating-block .sp-rating-title {
    margin: 0 2.33333333%;
  }
  .sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-main-data .sp-unit-order-block {
    font-size: 13px;
    line-height: 16px;
    /*main data price*/
  }
  .sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-main-data .sp-unit-order-block .sp-unit-price {
    margin-top: 10px;
  }
  .sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-main-data .sp-unit-order-block .sp-unit-price .sp-price-wrap {
    margin-top: 15px;
  }
  .sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-main-data .sp-unit-order-block .sp-unit-price .sp-price-wrap .sp-main-price {
    font-size: 2.4em;
  }
  .sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-main-data .sp-unit-order-block .sp-unit-availability {
    margin-top: 10px;
  }
  .sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-main-data .sp-unit-order-block .sp-unit-order-info {
    padding: 10px 7%;
    width: 86%;
  }
  .sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-main-data .sp-unit-order-block .sp-unit-saller {
    margin: 10px 0;
  }
  .sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-main-data .sp-unit-order-block .sp-unit-saller .sp-microdata-organization {
    margin: 7.5px 3%;
    width: 94%;
  }
  .sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-view-details {
    margin: 10px 0;
    /*unit details menu*/
    /* /unit details menu*/
    /*unit details content*/
    /* /unit details content*/
  }
  .sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-view-details .sp-unit-details-menu {
    /*unit details tab*/
  }
  .sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-view-details .sp-unit-details-menu .sp-unit-details-tab .sp-unit-details-tab-a {
    padding: 7.5px 15px;
    font-size: 10px;
    line-height: 15px;
  }
  .sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-view-details .sp-unit-details-content {
    width: 93%;
  }
  .sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-view-details .sp-unit-details-content h2 {
    font-size: 1.2em;
    line-height: .8em;
    margin-bottom: 10px;
    text-align: center;
  }
  .sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-view-details .sp-unit-details-content p {
    text-align: center;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
  }
  .sp-catalog-page.sp-unit-section .sp-unit-view .sp-unit-view-details .sp-unit-details-content.active {
    padding: 0 3.5%;
  }
  .sp-catalog-page.sp-unit-section .sp-unit-view .sp-write-review-but {
    padding: 0 6%;
  }
  .sp-catalog-page.sp-unit-section .sp-unit-view .sp-review-form-wrap {
    width: 86%;
    margin: 15px 7%;
  }
}
