@charset "UTF-8";
@import "https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700&subset=cyrillic-ext";
html, body {
  height: 100%; }

html {
  margin: 0; }

body {
  margin: 0;
  font-size: 14px;
  line-height: 19px;
  font-family: 'Noto Sans', sans-serif;
  background: #f6f6f6;
  color: #353535; }

img {
  border: 0;
  max-width: 100%; }

ul {
  margin: 0;
  padding: 0; }

li {
  list-style: none; }

a {
  color: #008787; }

a:hover {
  text-decoration: none; }

.clear {
  clear: both;
  display: block; }

.inline {
  display: inline-block; }

.rt {
  float: right; }

.relative {
  position: relative; }

.tb-clear {
  display: none;
  clear: both; }

.fl100 {
  float: left;
  width: 100%; }

.pr-visible {
  display: none; }

.md-hidden {
  display: none; }

.text-right {
  text-align: right; }

h2 {
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 20px;
  font-weight: 700;
  text-transform: uppercase; }

h2.check {
  position: relative;
  padding-left: 24px; }
h2.check:before {
  content: '';
  position: absolute;
  display: block;
  background-image: url(../images/sprite.png);
  background-position: -17px -131px;
  width: 19px;
  height: 14px;
  left: 0;
  top: 4px; }

h3 {
  font-size: 18px;
  line-height: 22px;
  margin: 30px 0 20px;
  font-weight: 700; }

/* grid */
.container {
  margin: 0 auto;
  width: 1200px; }

.container:after, .clearfix:after, .row:after {
  content: '';
  clear: both;
  display: block; }

.row {
  margin-left: -8px;
  margin-right: -8px; }

[class*='grid'] {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 8px;
  padding-right: 8px;
  min-height: 1px; }

.grid2 {
  width: 16.6666666%; }

.grid3 {
  width: 25%; }

.grid4 {
  width: 33.3333333%; }

.grid5 {
  width: 41.6666666%; }

.grid6 {
  width: 50%; }

.grid7 {
  width: 58.3333333%; }

.grid8 {
  width: 66.6666666%; }

.grid9 {
  width: 75%; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.flex_row {
  -ms-display: flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin: 0 -10px; }

[class*='flex_grid-'] {
  width: 100%;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.flex_grid-3 {
  flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  max-width: 25%; }

.flex_grid-4 {
  flex: 0 0 33.333333%;
  -ms-flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.flex_grid-6 {
  flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  max-width: 50%; }

.flex_grid-8 {
  flex: 0 0 66.666667%;
  -ms-flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.flex_grid-9 {
  flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  max-width: 75%; }

/* input */
.styler {
  background: 0;
  border: 1px solid #ccc;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  outline: none;
  border-radius: 5px;
  -ms-border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Noto Sans', sans-serif;
  padding: 5px;
  font-size: 16px;
  color: #3f3f3f;
  line-height: 20px;
  height: 32px; }

.inpf {
  position: relative;
  margin: 0 0 32px; }
.inpf label {
  display: block;
  color: #3f3f3f;
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 6px;
  z-index: 1;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  font-size: 16px;
  line-height: 20px; }
.inpf .styler {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border: 0;
  padding: 0;
  height: 32px;
  margin: 0;
  width: 100%;
  z-index: 2;
  position: relative; }
.inpf:before {
  content: '';
  position: absolute;
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #575757;
  left: 0;
  bottom: 0; }
.inpf:after {
  content: '';
  position: absolute;
  display: block;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  height: 2px;
  width: 0;
  left: 50%;
  background: #008787;
  bottom: 0; }
.inpf .error_mess {
  color: #c43e3e;
  font-size: 10px;
  line-height: 10px;
  position: absolute;
  left: 0;
  bottom: -16px; }

.inpf.focused label {
  font-size: 11px;
  line-height: 12px;
  transform: translateY(-22px);
  -moz-transform: translateY(-22px);
  -webkit-transform: translateY(-22px); }

.inpf.focused:after {
  width: 100%;
  margin-left: -50%; }

.inpf.error:before {
  background: #c43e3e; }

.inpf.error label {
  color: #c43e3e; }

.inpf.success:before {
  background: #008787; }

.inpf.success .styler {
  color: #008787; }

.inpf.success .success_box {
  display: block;
  position: absolute;
  background-image: url(../images/sprite.png);
  background-position: -74px -131px;
  width: 16px;
  height: 12px;
  bottom: 5px;
  right: -22px; }

.inpf_text {
  color: #545454;
  font-size: 11px;
  line-height: 12px;
  border-left: 1px solid #e8e8e8;
  min-height: 30px;
  padding: 3px 0 3px 10px;
  position: absolute;
  left: 100%;
  top: 4px;
  margin-left: 60px;
  width: 200px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center; }

.inpf_out {
  margin: 0 0 32px;
  position: relative; }
.inpf_out .inpf {
  margin: 0; }
.inpf_out .checkf {
  margin-top: 14px;
  display: inline-block; }

.inpf_checks {
  margin: 0 0 22px; }
.inpf_checks:last-child {
  margin: 0; }
.inpf_checks .checkf2 {
  display: inline-block;
  margin: 0 14px 10px 0; }

.inpf_checks_title {
  color: #3f3f3f;
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 12px; }

textarea.textarea_float {
  display: block;
  padding-top: 10px;
  line-height: 20px;
  padding: 5px 0 !important;
  resize: none; }

.inpf_area.focused {
  padding-top: 18px; }
.inpf_area.focused label {
  transform: none;
  -moz-transform: none;
  -webkit-transform: none;
  top: 0;
  bottom: auto; }
.inpf_area.focused textarea.textarea_float {
  padding: 0 !important; }

.inpf_ac .styler {
  background: url(../images/checked.png) right 12px no-repeat; }

.inpf_ac .ui-autocomplete {
  width: 100% !important;
  top: auto !important;
  left: 0 !important; }

.jq-file {
  border-bottom: 2px solid #575757;
  padding: 8px 0 4px; }
.jq-file input {
  cursor: pointer; }

.jq-file__browse {
  display: none; }

.btn {
  background: #008787;
  cursor: pointer;
  -webkit-appearance: none;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  border: 0;
  outline: none;
  border-radius: 4px;
  -ms-border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
  font-weight: 700;
  font-family: 'Noto Sans', sans-serif;
  line-height: 20px;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 20px; }
.btn:hover {
  background: #0b96a3;
  color: #fff; }
.btn-white {
  background: #f1f1f1;
  color: #000; }
.btn-white:hover {
  background: #e3e3e3;
  color: #000; }
.btn:active {
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5); }
.btn:disabled {
  opacity: 0.5;
  cursor: default; }
.btn:disabled:hover {
  background: #008787; }
.btn:disabled:active {
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-active {
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5); }

.btn-load {
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5);
  background: #008787 url(../images/load.gif) center no-repeat;
  background-size: 20px;
  text-indent: -9999px; }
.btn-load:hover {
  background: #0b96a3 url(../images/load.gif) center no-repeat;
  background-size: 20px; }

.btn-xs {
  line-height: 14px;
  padding: 5px 4px;
  font-size: 10px; }

.btn-pressed {
  background: #008787;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5); }

.btn-grey {
  background: #d7d7d7;
  color: #353535; }

input.btn {
  height: 40px;
  line-height: 40px;
  padding: 0 20px; }

.owl-prev {
  text-indent: -9999px;
  cursor: pointer;
  background-image: url(../images/sprite.png);
  background-position: -27px -42px;
  width: 27px;
  height: 52px; }

.owl-next {
  text-indent: -9999px;
  cursor: pointer;
  background-image: url(../images/sprite.png);
  background-position: 0px -42px;
  width: 27px;
  height: 52px; }

.owl-dots {
  text-align: center;
  margin: 10px 0 0; }

.owl-dot {
  display: inline-block;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #76bcbc;
  width: 6px;
  height: 6px;
  margin: 0 2px;
  vertical-align: top; }

.owl-dot.active {
  background: #008787; }

.jq-checkbox {
  background: #fff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  width: 16px;
  height: 16px;
  cursor: pointer; }

.jq-checkbox__div {
  display: none;
  background-image: url(../images/sprite.png);
  background-position: -116px -147px;
  width: 11px;
  height: 8px;
  left: 3px;
  top: 4px;
  position: absolute; }

.jq-checkbox.checked .jq-checkbox__div {
  display: block; }

input[type="checkbox"] {
  background: #fff;
  border: 0;
  width: 16px;
  height: 16px;
  cursor: pointer;
  border-radius: 3px;
  -ms-border-radius: 3px;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  outline: none;
  padding: 0;
  display: inline-block; }
input[type="checkbox"].check2 {
  background: #E1E1E1; }
input[type="checkbox"]:before {
  display: none;
  background-image: url(../images/sprite.png);
  background-position: -116px -147px;
  width: 11px;
  height: 8px;
  content: '';
  left: 3px;
  top: 4px;
  position: absolute; }
input[type="checkbox"]:active {
  -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2); }
input[type="checkbox"]:checked::before {
  display: block; }

.jq-radio {
  border-radius: 50%;
  -ms-border-radius: 50%;
  border: 1px solid #ccc;
  width: 12px;
  height: 12px;
  cursor: pointer; }

.jq-radio__div {
  border-radius: 50%;
  -ms-border-radius: 50%;
  width: 8px;
  height: 8px;
  background: #ccc;
  display: none;
  margin: 2px; }

.jq-radio.checked .jq-radio__div {
  display: block; }

.checkf {
  position: relative;
  padding-left: 22px;
  cursor: pointer;
  display: block;
  font-size: 12px;
  line-height: 16px; }
.checkf .jq-checkbox {
  left: 0;
  top: 0;
  position: absolute !important; }
.checkf .jq-radio {
  left: 0;
  top: 0;
  position: absolute !important; }
.checkf input[type="checkbox"] {
  left: 0;
  top: 0;
  position: absolute !important; }

.checkf2 {
  color: #3f3f3f;
  font-size: 12px;
  line-height: 16px;
  padding-left: 24px;
  position: relative;
  display: inline-block;
  cursor: pointer; }
.checkf2 .jq-radio {
  background: #e1e1e1;
  border: 0;
  width: 18px;
  height: 18px;
  top: -2px;
  left: 0;
  position: absolute !important; }
.checkf2 .jq-radio__div {
  background: #008787;
  margin: 5px; }
.checkf2 .jq-radio:active {
  -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2); }
.checkf2 input[type='radio'] {
  background: #e1e1e1 url(../images/radio.svg) -9999px -9999px no-repeat;
  border: 0;
  width: 18px;
  height: 18px;
  top: -2px;
  left: 0;
  position: absolute !important;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  outline: none;
  padding: 0;
  display: inline-block;
  border-radius: 50%;
  -ms-border-radius: 50%;
  cursor: pointer; }
.checkf2 input[type='radio']:active {
  -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2); }
.checkf2 input[type='radio']:checked {
  background: #e1e1e1 url(../images/radio.svg) center no-repeat; }

.jq-selectbox__select {
  cursor: pointer;
  border-radius: 4px;
  -ms-border-radius: 4px;
  border: 1px solid #ccc;
  padding: 0 30px 0 8px;
  cursor: pointer; }

.jq-selectbox__select-text {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.jq-selectbox__trigger {
  position: absolute;
  top: 14px;
  right: 12px;
  width: 0;
  height: 0;
  overflow: hidden;
  border: 5px solid transparent;
  border-top: 5px solid #000; }

.jq-selectbox__dropdown {
  border: 1px solid #ccc;
  padding: 3px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  -ms-border-radius: 4px; }
.jq-selectbox__dropdown ul li {
  cursor: pointer; }

.jq-selectbox__search {
  margin: 0 0 5px;
  padding: 5px; }
.jq-selectbox__search input[type="search"] {
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  -ms-border-radius: 3px;
  width: 100%;
  border: 1px solid #ddd;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  padding: 4px 0; }
.jq-selectbox__search input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  background-image: url(../images/sprite.png);
  background-position: -148px -82px;
  width: 12px;
  height: 12px;
  cursor: pointer;
  margin-right: 10px; }

.jq-selectbox__not-found {
  margin: 0 10px 10px;
  font-size: 12px;
  line-height: 16px; }

.default_select {
  cursor: pointer;
  border: 0;
  border-bottom: 2px solid #575757;
  padding: 0 40px 0 0;
  margin: 0;
  color: #353535;
  font: 16px/32px 'Noto Sans', sans-serif;
  height: 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  outline: none;
  border-radius: 0;
  -ms-border-radius: 0;
  background: url(../images/checked.png) right 12px no-repeat; }

.jq-number {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  padding: 0 17px; }

.jq-number__field {
  width: 34px; }
.jq-number__field input {
  -moz-appearance: textfield;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 3px;
  text-align: center;
  border: 0;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  height: 23px;
  font: 11px/17px 'Noto Sans', sans-serif;
  outline: none;
  background: #e1e1e1;
  color: #545454; }
.jq-number__field input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none; }
.jq-number__field input::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none; }

.jq-number__spin {
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer; }

.jq-number__spin.minus {
  left: 0;
  background-image: url(../images/sprite.png);
  background-position: -111px -36px;
  width: 16px;
  height: 23px; }

.jq-number__spin.plus {
  right: 0;
  background-image: url(../images/sprite.png);
  background-position: -60px -54px;
  width: 17px;
  height: 23px; }

.jq-number.focused .jq-number__field input {
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.4); }

.small_input {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 34px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  height: 23px;
  font: 11px/23px 'Noto Sans', sans-serif;
  outline: none;
  background: #e1e1e1;
  color: #545454;
  text-align: center; }

.ontop {
  width: 40px;
  height: 40px;
  position: fixed;
  right: 20px;
  bottom: 75px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #008787;
  cursor: pointer;
  opacity: 0.5;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  display: none; }
.ontop:before {
  content: '';
  position: absolute;
  display: block;
  background-image: url(../images/sprite.png);
  background-position: -85px 0px;
  width: 26px;
  height: 15px;
  left: 7px;
  top: 12px; }
.ontop:hover {
  opacity: 1; }
.ontop:active {
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5); }

.sidebar {
  float: right;
  margin: 0;
  width: 230px; }

.rightcol {
  padding-right: 248px; }

.rightcol_in {
  float: left;
  width: 100%; }

.breadcrumbs {
  font-size: 10px;
  line-height: 18px;
  margin: 0 0 14px;
  color: #8f8f8f;
  text-transform: uppercase;
  padding-top: 20px; }
.breadcrumbs a {
  color: #8f8f8f;
  text-decoration: none; }
.breadcrumbs a:hover {
  text-decoration: underline; }
.breadcrumbs .showbread {
  cursor: pointer;
  display: none;
  background-image: url(../images/sprite.png);
  background-position: -121px -131px;
  width: 21px;
  height: 6px; }

.pagetitle {
  color: #3f3f3f;
  font-size: 28px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 24px; }

.pagetitle.pt20 {
  padding-top: 20px; }

.pagetitle_float:after {
  content: '';
  clear: both;
  display: block; }

.pagetitle_float .pagetitle {
  float: left;
  margin: 6px 0 14px; }

.pagetitle_float .sorting {
  float: right;
  margin: 0 0 14px;
  padding: 0 0 0 10px; }

.userwidjet {
  background: #fff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 10px 80px 10px 40px;
  width: 250px;
  display: inline-block;
  position: relative;
  float: right;
  margin: 20px 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none; }
.userwidjet:after {
  content: '';
  clear: both;
  display: block; }
.userwidjet .phone {
  background-image: url(../images/sprite.png);
  background-position: -148px -55px;
  width: 13px;
  height: 13px;
  display: block;
  position: absolute;
  right: 42px;
  top: 13px; }
.userwidjet .envelope {
  background-image: url(../images/sprite.png);
  background-position: -132px -116px;
  width: 16px;
  height: 12px;
  display: block;
  position: absolute;
  right: 12px;
  top: 13px; }
.userwidjet:hover {
  background: #008787; }
.userwidjet:hover .userwidjet_img {
  background: #fff; }
.userwidjet:hover .userwidjet_name {
  color: #fff; }
.userwidjet:hover .userwidjet_name b {
  color: #fff; }
.userwidjet:hover .userwidjet_name a {
  color: #fff; }
.userwidjet:hover .phone {
  background-image: url(../images/sprite.png);
  background-position: -148px -42px;
  width: 13px;
  height: 13px; }
.userwidjet:hover .envelope {
  background-image: url(../images/sprite.png);
  background-position: -90px -131px;
  width: 16px;
  height: 12px; }

.userwidjet_name {
  display: block;
  color: #767676;
  font-size: 11px;
  line-height: 12px; }
.userwidjet_name b {
  color: #3f3f3f;
  font-size: 14px;
  line-height: 16px;
  display: block;
  width: 100%;
  overflow: hidden;
  font-weight: 400;
  margin: 0 0 4px;
  text-overflow: ellipsis;
  white-space: nowrap; }
.userwidjet_name a {
  color: inherit;
  text-decoration: none; }
.userwidjet_name a:hover {
  color: #008787;
  text-decoration: underline; }

.userwidjet_img {
  background: #008787;
  position: absolute;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  left: 11px;
  top: 10px; }
.userwidjet_img img {
  width: 21px;
  height: 21px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%; }

.userwidjet_count {
  background: #ff0000;
  min-width: 14px;
  height: 14px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #fff;
  padding: 0 2px;
  font-size: 9px;
  line-height: 14px;
  text-align: center;
  display: block;
  position: absolute;
  right: -6px;
  top: -6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.searchtop_out {
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out; }

.searchtop_out.fixed {
  background: #008787;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  margin: 0;
  z-index: 1000; }
.searchtop_out.fixed .searchtop_cat {
  border-left: 1px solid #2e9d9d;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0; }
.searchtop_out.fixed .searchtop_cart {
  border-right: 1px solid #2e9d9d;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0; }

body.st_fix {
  padding-top: 44px; }

.searchtop {
  background: #008787;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  height: 44px;
  position: relative;
  padding: 0 334px 0 166px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 10px; }

.searchtop_cat {
  border-right: 1px solid #2e9d9d;
  height: 44px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 34px;
  line-height: 44px;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  width: 150px;
  cursor: pointer;
  border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px; }
.searchtop_cat:before {
  content: '';
  position: absolute;
  display: block;
  background-image: url(../images/sprite.png);
  background-position: 0px -147px;
  width: 12px;
  height: 11px;
  left: 14px;
  top: 17px; }
.searchtop_cat:hover {
  background: #0b96a3;
  color: #fff; }
.searchtop_cat:active {
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5); }

.searchtop_cat.open {
  background: #fff;
  color: #353535;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 1010; }
.searchtop_cat.open:hover {
  background: #fff;
  color: #353535; }
.searchtop_cat.open:before {
  background-image: url(../images/sprite.png);
  background-position: -148px -82px;
  width: 12px;
  height: 12px; }

.searchtop_cart {
  border-left: 1px solid #2e9d9d;
  height: 44px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 37px;
  line-height: 44px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  width: 150px;
  cursor: pointer;
  border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0; }
.searchtop_cart:before {
  content: '';
  position: absolute;
  display: block;
  background-image: url(../images/sprite.png);
  background-position: -148px -118px;
  width: 11px;
  height: 12px;
  left: 16px;
  top: 16px; }
.searchtop_cart:hover {
  background: #0b96a3;
  color: #fff; }
.searchtop_cart:active {
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5); }

.searchtop_lk {
  border-left: 1px solid #2e9d9d;
  height: 44px;
  display: block;
  width: 167px;
  position: absolute;
  right: 150px;
  top: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 400; }
.searchtop_lk b {
  background: #fff;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  text-align: center;
  color: #353535;
  font-size: 8px;
  line-height: 12px;
  display: inline-block;
  vertical-align: middle; }

.searchtop_lk_link {
  position: relative;
  color: inherit;
  text-decoration: none;
  padding-left: 30px;
  padding-right: 10px;
  line-height: 44px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 44px; }
.searchtop_lk_link:before {
  content: '';
  position: absolute;
  display: block;
  background-image: url(../images/sprite.png);
  background-position: -161px -26px;
  width: 9px;
  height: 12px;
  left: 12px;
  top: 16px; }
.searchtop_lk_link span {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
.searchtop_lk_link:hover {
  background: #0b96a3;
  color: #fff; }
.searchtop_lk_link:active {
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5); }
.searchtop_lk_link b {
  position: absolute;
  right: 6px;
  top: 7px; }

.searchtop_lk_link.opened {
  background: #fff;
  color: #353535; }
.searchtop_lk_link.opened:before {
  background-image: url(../images/sprite.png);
  background-position: -148px -82px;
  width: 12px;
  height: 12px;
  left: 12px;
  top: 16px; }
.searchtop_lk_link.opened b {
  display: none; }

.searchtop_lk.logged > a {
  z-index: 1000; }

.searchtop_lk_dropdown {
  background: #fff;
  width: 100%;
  position: absolute;
  left: 0;
  padding: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 140px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.18);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.18);
  border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  z-index: 1000;
  display: none; }
.searchtop_lk_dropdown b {
  background: red;
  color: #fff;
  margin-left: 4px; }
.searchtop_lk_dropdown li {
  font-size: 13px;
  line-height: 14px;
  font-weight: 700;
  margin: 0 0 24px; }
.searchtop_lk_dropdown li:last-child {
  margin: 0; }
.searchtop_lk_dropdown li a {
  display: inline-block;
  vertical-align: middle;
  color: #353535;
  text-decoration: none;
  position: relative;
  padding-left: 17px; }
.searchtop_lk_dropdown li a:hover {
  color: #008787; }
.searchtop_lk_dropdown li a:before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 1px; }
.searchtop_lk_dropdown li.lk_orders a:before {
  background-image: url(../images/sprite.png);
  background-position: -10px -158px;
  width: 10px;
  height: 12px; }
.searchtop_lk_dropdown li.lk_prof a:before {
  background-image: url(../images/sprite.png);
  background-position: -161px -14px;
  width: 9px;
  height: 12px; }
.searchtop_lk_dropdown li.lk_tech a:before {
  background-image: url(../images/sprite.png);
  background-position: 0px -158px;
  width: 10px;
  height: 12px; }
.searchtop_lk_dropdown li.lk_exit a:before {
  background-image: url(../images/sprite.png);
  background-position: -45px -147px;
  width: 10px;
  height: 11px; }

.searchtop_lk_dropdown_overlay {
  position: fixed;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999; }

.searchtop_lk_dropdown_overlay2 {
  position: fixed;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999; }

.searchtop_lk_dropdown_overlay.opened {
  display: block; }

.searchtop_lk_dropdown_overlay2.opened {
  display: block; }

.search {
  border-bottom: 1px solid #299a9a;
  padding-right: 20px;
  position: relative; }
.search:before {
  content: '';
  position: absolute;
  display: block;
  height: 1px;
  width: 0;
  background: #fff;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  bottom: -1px;
  left: 50%; }
.search input[type="text"] {
  height: 24px;
  border: 0;
  background: 0;
  outline: none;
  width: 100%;
  background: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  font-size: 13px;
  line-height: 22px;
  padding: 0;
  margin: 0;
  color: white; }
.search input[type="text"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5); }

.search.focused:before {
  width: 100%;
  margin-left: -50%; }

.search.focused .search_btn {
  opacity: 1; }

.search_btn {
  background: 0;
  border: 0;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 5px;
  background-image: url(../images/sprite.png);
  background-position: -148px -94px;
  width: 12px;
  height: 12px;
  text-indent: -9999px;
  opacity: 0.5;
  padding: 0;
  margin: 0; }

.ui-autocomplete {
  background: #f6f6f6;
  padding: 0;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  width: auto !important;
  z-index: 1000;
  position: absolute;
  left: 150px !important;
  top: 44px !important;
  right: 150px !important;
  overflow-y: scroll;
  max-height: 340px; }
.ui-autocomplete li {
  float: none;
  display: block;
  font-size: 13px;
  line-height: 14px;
  color: #353535;
  cursor: pointer;
  padding: 10px 20px; }
.ui-autocomplete li:hover {
  background: #9fc6c6; }

.townpopup {
  position: absolute;
  right: 0;
  top: -6px;
  background: #fff;
  width: 224px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: right;
  z-index: 1010;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2);
  padding: 26px 26px;
  display: none; }
.townpopup .phoneshead_div {
  float: none;
  margin: 0 0 20px; }
.townpopup .phoneshead_div:last-child {
  margin: 0; }

.townpopup_title {
  color: #3f3f3f;
  font-size: 16px;
  line-height: 18px;
  margin: 0 0 20px;
  font-weight: 700; }

.townpopup_cls {
  position: absolute;
  top: 8px;
  right: 7px;
  background-image: url(../images/sprite.png);
  background-position: -148px -29px;
  width: 13px;
  height: 13px;
  cursor: pointer; }

.catpopup {
  background: #fff;
  width: 314px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 44px;
  z-index: 1010;
  padding: 14px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  display: none; }
.catpopup li {
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
  margin: 0 0 18px; }
.catpopup li:last-child {
  margin: 0; }
.catpopup li a {
  color: #353535;
  text-decoration: none;
  position: relative;
  padding-left: 34px;
  display: block; }
.catpopup li a:before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  margin-top: -10px; }
.catpopup li a:hover {
  color: #008787; }
.catpopup li.item1 a:before {
  background-image: url(../images/sprite.png);
  background-position: -18px -94px;
  width: 19px;
  height: 18px; }
.catpopup li.item2 a:before {
  background-image: url(../images/sprite.png);
  background-position: -60px -36px;
  width: 23px;
  height: 18px; }
.catpopup li.item3 a:before {
  background-image: url(../images/sprite.png);
  background-position: -85px -72px;
  width: 21px;
  height: 18px; }
.catpopup li.item4 a:before {
  background-image: url(../images/sprite.png);
  background-position: -60px -17px;
  width: 22px;
  height: 19px; }
.catpopup li.item5 a:before {
  background-image: url(../images/sprite.png);
  background-position: -85px -51px;
  width: 18px;
  height: 21px; }
.catpopup li.item6 a:before {
  background-image: url(../images/sprite.png);
  background-position: -60px 0px;
  width: 25px;
  height: 17px; }
.catpopup li.item7 a:before {
  background-image: url(../images/sprite.png);
  background-position: -111px -78px;
  width: 19px;
  height: 15px; }
.catpopup li.item8 a:before {
  background-image: url(../images/sprite.png);
  background-position: 0px -94px;
  width: 18px;
  height: 19px; }
.catpopup li.item9 a:before {
  background-image: url(../images/sprite.png);
  background-position: -111px 0px;
  width: 21px;
  height: 18px; }
.catpopup li.item10 a:before {
  background-image: url(../images/sprite.png);
  background-position: -60px -77px;
  width: 19px;
  height: 17px; }
.catpopup li.item11 a:before {
  background-image: url(../images/sprite.png);
  background-position: -111px -59px;
  width: 19px;
  height: 19px; }
.catpopup li.item12 a:before {
  background-image: url(../images/svg/2_3.svg);
  background-size: cover;
  width: 16px;
  height: 22px; }

.playlink {
  background-image: url(../images/sprite.png);
  background-position: 0px 0px;
  width: 60px;
  height: 42px;
  display: block;
  text-indent: -9999px; }

.accordmenu {
  background: #dedede;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin: 0 0 26px; }
.accordmenu li {
  font-weight: 700;
  font-size: 11px;
  line-height: 13px;
  text-transform: uppercase;
  margin: 0;
  position: relative; }
.accordmenu li a {
  color: #353535;
  text-decoration: none;
  position: relative;
  display: block;
  padding: 12px 14px 12px 24px; }
.accordmenu li a:hover {
  color: #008787; }
.accordmenu li > a.harOpen {
  background: #008787;
  color: #fff; }
.accordmenu li > a.harOpen .parent_show:before {
  background-image: url(../images/sprite.png);
  background-position: -161px -144px;
  width: 6px;
  height: 10px; }
.accordmenu li.parent:first-child > a {
  border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0; }
.accordmenu li.parent:last-child ul li:last-child {
  border: 0; }
.accordmenu li.parent ul {
  display: none;
  margin: 0 0 10px 24px; }
.accordmenu li.parent ul li {
  text-transform: none;
  font-weight: 400;
  border-bottom: 1px solid #bfbfbf; }
.accordmenu li.parent ul li .parent_show {
  left: -21px;
  top: 3px; }
.accordmenu li.parent ul li a {
  padding: 7px 14px 7px 0; }
.accordmenu li.parent ul li a:hover {
  color: #008787; }
.accordmenu li.parent ul li ul {
  display: none;
  margin-left: 14px; }
.accordmenu li.parent ul li ul li:last-child {
  border: 0; }
.accordmenu li.parent ul li a.harOpen {
  background: 0;
  color: #008787; }
.accordmenu li.parent ul li a.harOpen .parent_show:before {
  background-image: url(../images/sprite.png);
  background-position: -77px -64px;
  width: 6px;
  height: 10px; }
.accordmenu li.parent a span {
  color: #008787; }
.accordmenu li.parent a.harOpen span {
  color: #fff; }
.accordmenu .parent_show {
  position: absolute;
  left: 3px;
  top: 8px;
  width: 18px;
  height: 20px;
  display: block;
  cursor: pointer; }
.accordmenu .parent_show:before {
  background-image: url(../images/sprite.png);
  background-position: -54px -82px;
  width: 6px;
  height: 10px;
  content: '';
  position: absolute;
  display: block;
  left: 8px;
  top: 6px; }
.accordmenu .parent_show:hover::before {
  background-image: url(../images/sprite.png);
  background-position: -79px -77px;
  width: 6px;
  height: 10px; }

.filter {
  background: #dedede;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin: 0 0 26px; }
.filter .checkf {
  margin: 0 0 8px; }
.filter .btn {
  width: 100%;
  padding: 0; }
.filter .reset {
  color: #7b7a7a;
  border: 0;
  background: 0;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  width: 100%;
  text-align: center;
  padding: 12px 0;
  margin: 0;
  -webkit-appearance: none;
  font-family: 'Noto Sans', sans-serif; }

.filter_box {
  border-bottom: 1px solid #bfbfbf;
  margin-left: 24px;
  position: relative; }
.filter_box:last-child {
  border-bottom: 0; }

.filter_name {
  cursor: pointer;
  font-size: 13px;
  line-height: 14px;
  color: #353535;
  padding: 12px 12px 12px 0;
  font-weight: 700;
  position: relative; }
.filter_name:before {
  content: '';
  position: absolute;
  display: block;
  background-image: url(../images/sprite.png);
  background-position: -54px -82px;
  width: 6px;
  height: 10px;
  left: -12px;
  top: 14px; }
.filter_name:hover {
  color: #008787; }
.filter_name:hover:before {
  background-image: url(../images/sprite.png);
  background-position: -79px -77px;
  width: 6px;
  height: 10px; }

.filter_name.open:before {
  background-image: url(../images/sprite.png);
  background-position: -54px -72px;
  width: 6px;
  height: 10px; }

.filter_name.open:hover::before {
  background-image: url(../images/sprite.png);
  background-position: -77px -64px;
  width: 6px;
  height: 10px; }

.filter_hide {
  padding: 0 0 10px;
  display: none; }

.filter_btns {
  padding: 13px 13px 5px;
  text-align: center; }

.filter_res {
  width: 19px;
  height: 19px;
  background: #008787;
  position: absolute;
  right: 10px;
  top: 10px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  opacity: 0.5; }
.filter_res:before {
  content: '';
  position: absolute;
  display: block;
  background-image: url(../images/sprite.png);
  background-position: -161px -117px;
  width: 9px;
  height: 9px;
  left: 5px;
  top: 5px; }
.filter_res:hover {
  opacity: 1; }

.filter_small {
  font-size: 11px;
  color: #545454;
  line-height: 12px;
  text-align: center; }

.filter_showed {
  position: absolute;
  background: #008787;
  color: #fff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  font-size: 11px;
  font-weight: 700;
  line-height: 12px;
  padding: 9px 10px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  z-index: 100;
  text-transform: uppercase;
  cursor: pointer;
  display: block;
  text-decoration: none;
  top: 50%;
  margin-top: -15px;
  left: -120px; }
.filter_showed:before {
  content: '';
  position: absolute;
  display: block;
  border: 5px solid transparent;
  border-left: 6px solid #008787;
  right: -11px;
  top: 50%;
  margin-top: -6px; }
.filter_showed:hover {
  background: #0b96a3; }
.filter_showed:hover:before {
  border-left-color: #0b96a3; }
.filter_showed:active {
  -webkit-box-shadow: inset 2px 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: inset 2px 1px 4px rgba(0, 0, 0, 0.3); }

.range {
  margin: 0 12px 10px 0;
  position: relative;
  padding-top: 23px;
  height: 15px; }

.irs-line {
  height: 3px;
  top: 6px;
  background: #9ec1c1; }

.irs-bar {
  height: 3px;
  top: 6px;
  background: #118e8e; }

.irs-slider {
  background: #fff;
  border: 4px solid #008787;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  -ms-border-radius: 50%;
  top: 0;
  cursor: pointer; }

.range_controls {
  margin: 0 12px 0 0; }
.range_controls:after {
  content: '';
  clear: both;
  display: block; }
.range_controls input {
  background: #fff;
  height: 23px;
  width: 62px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 0;
  outline: none;
  font-size: 11px;
  line-height: 17px;
  padding: 3px 6px;
  color: #353535;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
.range_controls .js-from {
  float: left;
  margin: 0; }
.range_controls .js-to {
  float: right;
  margin: 0;
  text-align: right; }

.irs-from {
  display: none; }

.irs-to {
  display: none; }

.irs-min {
  color: #a6a6a6;
  top: -21px;
  font-size: 11px;
  line-height: 12px;
  display: block;
  position: absolute;
  visibility: visible !important; }
.irs-min:before {
  content: '';
  position: absolute;
  display: block;
  width: 1px;
  height: 9px;
  background: #a6a6a6;
  top: 12px; }

.irs-max {
  color: #a6a6a6;
  top: -21px;
  font-size: 11px;
  line-height: 12px;
  display: block;
  position: absolute;
  visibility: visible !important; }
.irs-max:before {
  content: '';
  position: absolute;
  display: block;
  width: 1px;
  height: 9px;
  background: #a6a6a6;
  top: 12px;
  right: 0;
  left: auto; }

.asidetabs_head {
  margin: 0 0 10px;
  border: 2px solid #008787;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  position: relative; }
.asidetabs_head:after {
  content: '';
  clear: both;
  display: block; }
.asidetabs_head li {
  float: left;
  width: 50%;
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
  outline: none; }
.asidetabs_head li a {
  color: #3f3f3f;
  text-decoration: none;
  display: block;
  padding: 10px;
  text-align: center;
  outline: none; }
.asidetabs_head li.ui-tabs-active a {
  background: #008787;
  color: #fff; }

.cat_filter_mobile {
  margin: 0 0 10px;
  border: 2px solid #008787;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  position: relative;
  display: none; }
.cat_filter_mobile:after {
  content: '';
  clear: both;
  display: block; }
.cat_filter_mobile li {
  float: left;
  width: 50%;
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
  outline: none; }
.cat_filter_mobile li a {
  color: #3f3f3f;
  text-decoration: none;
  display: block;
  padding: 10px;
  text-align: center;
  outline: none; }
.cat_filter_mobile li:first-child a {
  border-right: 2px solid #008787; }
.cat_filter_mobile li.ui-tabs-active a {
  background: #008787;
  color: #fff; }

.asidetabs_head.deactive {
  opacity: 0.5; }
.asidetabs_head.deactive:before {
  content: '';
  position: absolute;
  display: block;
  z-index: 5;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0; }

.cat_filter_mobile.deactive {
  opacity: 0.5; }
.cat_filter_mobile.deactive:before {
  content: '';
  position: absolute;
  display: block;
  z-index: 5;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0; }

.result_sidetitle {
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
  padding: 10px 0;
  text-transform: uppercase;
  margin: 0 0 10px; }

.pagination {
  text-align: center;
  margin: 34px 0;
  font-size: 13px;
  line-height: 30px;
  font-weight: 700; }
.pagination span {
  display: inline-block;
  color: #3f3f3f;
  text-decoration: none;
  width: 30px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  text-align: center;
  margin: 0;
  color: #fff;
  background-color: #008787; }
.pagination a {
  display: inline-block;
  color: #3f3f3f;
  text-decoration: none;
  width: 30px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  text-align: center;
  margin: 0; }
.pagination a:hover {
  color: #008787; }
.pagination .prevlink {
  color: #626262;
  width: auto;
  margin: 0 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; }
.pagination .nextlink {
  color: #626262;
  width: auto;
  margin: 0 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; }

.pagination.notop {
  margin-top: 0; }

.morebox {
  border: 1px solid #D9D9D9;
  box-sizing: border-box;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin: 30px 0 20px;
  text-align: center;
  padding: 14px; }
.morebox .btn {
  padding: 7px 14px;
  font-size: 12px;
  line-height: 16px;
  text-transform: none;
  min-width: 136px; }

.sorting {
  background: #fff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 0;
  margin: 0 0 9px;
  position: relative;
  z-index: 101; }
.sorting:after {
  content: '';
  clear: both;
  display: block; }
.sorting .jq-selectbox {
  margin: 0;
  display: inline-block;
  vertical-align: middle; }
.sorting .jq-selectbox:last-child {
  margin: 0; }
.sorting .jq-selectbox__select {
  color: #3f3f3f;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  border: 0;
  text-transform: uppercase;
  padding: 10px 18px 10px 0;
  text-align: right; }
.sorting .jq-selectbox__trigger {
  background-image: url(../images/sprite.png);
  background-position: -127px -147px;
  width: 12px;
  height: 7px;
  position: absolute;
  right: 0;
  top: 16px;
  border: 0; }
.sorting .jq-selectbox.opened .jq-selectbox__trigger {
  background-image: url(../images/sprite.png);
  background-position: -139px -147px;
  width: 12px;
  height: 7px;
  z-index: 1000; }
.sorting .jq-selectbox__dropdown {
  background: #fff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  width: 100%;
  left: auto;
  padding: 0;
  width: 187px;
  top: 2px;
  right: -15px; }
.sorting .jq-selectbox__dropdown li {
  cursor: pointer;
  color: #3f3f3f;
  font-size: 13px;
  line-height: 14px;
  font-weight: 700;
  padding: 10px 14px;
  text-transform: uppercase;
  text-align: right; }
.sorting .jq-selectbox__dropdown li:first-child {
  padding-right: 32px; }
.sorting .jq-selectbox__dropdown li:hover {
  background: #9fc6c6; }
.sorting .jq-selectbox__dropdown li.sel {
  background: #9fc6c6; }
.sorting .jq-selectbox.sel100 {
  margin-right: 20px;
  width: 140px;
  margin-left: 10px; }
.sorting .jq-selectbox.sel140 {
  margin-right: 20px;
  width: 170px;
  margin-left: 10px; }
.sorting .jq-selectbox.sel200 {
  margin-right: 20px;
  width: 226px;
  margin-left: 10px; }

.sorting.marg40 {
  margin-bottom: 40px;
  margin-top: 10px; }

.sorting_btn {
  display: inline-block;
  color: #3f3f3f;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 16px;
  vertical-align: middle;
  margin: 0 0 0 10px; }

.sorting_sup {
  margin: 0 0 24px; }

.sortabs {
  float: left;
  margin: 0; }
.sortabs:after {
  content: '';
  clear: both;
  display: block; }
.sortabs li {
  float: left;
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase; }
.sortabs li:first-child a {
  border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px; }
.sortabs li a {
  color: #3f3f3f;
  text-decoration: none;
  display: block;
  padding: 10px 17px;
  position: relative; }
.sortabs li a:before {
  content: none;
  display: none;
  position: absolute;
  display: block;
  left: 12px;
  top: 14px; }
.sortabs li.active a {
  background: #008787;
  color: #fff; }
.sortabs li.sort-mod a:before {
  background-image: url(../images/sprite.png);
  background-position: -87px -113px;
  width: 21px;
  height: 13px; }
.sortabs li.sort-mod.active a:before {
  background-image: url(../images/sprite.png);
  background-position: -108px -113px;
  width: 21px;
  height: 13px; }
.sortabs li.sort-comp a:before {
  background-image: url(../images/sprite.png);
  background-position: -132px -72px;
  width: 16px;
  height: 15px;
  left: 15px;
  top: 12px; }
.sortabs li.sort-comp.active a:before {
  background-image: url(../images/sprite.png);
  background-position: -132px -87px;
  width: 16px;
  height: 15px; }

.navtabs {
  float: left;
  margin: 0; }
.navtabs:after {
  content: '';
  clear: both;
  display: block; }
.navtabs li {
  float: left;
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase; }
.navtabs li:first-child a {
  border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px; }
.navtabs li a {
  color: #3f3f3f;
  text-decoration: none;
  display: block;
  padding: 10px 17px;
  position: relative; }
.navtabs li a:before {
  content: none;
  display: none;
  position: absolute;
  display: block;
  left: 12px;
  top: 14px; }
.navtabs li.active a {
  background: #008787;
  color: #fff; }
.navtabs li.sort-mod a:before {
  background-image: url(../images/sprite.png);
  background-position: -87px -113px;
  width: 21px;
  height: 13px; }
.navtabs li.sort-mod.active a:before {
  background-image: url(../images/sprite.png);
  background-position: -108px -113px;
  width: 21px;
  height: 13px; }
.navtabs li.sort-comp a:before {
  background-image: url(../images/sprite.png);
  background-position: -132px -72px;
  width: 16px;
  height: 15px;
  left: 15px;
  top: 12px; }
.navtabs li.sort-comp.active a:before {
  background-image: url(../images/sprite.png);
  background-position: -132px -87px;
  width: 16px;
  height: 15px; }

.sorting_select {
  margin: 0 0 20px; }
.sorting_select .jq-selectbox {
  display: block;
  margin: 0; }
.sorting_select .jq-selectbox__select {
  padding: 0 18px 0 14px;
  line-height: 40px;
  text-align: left; }
.sorting_select .jq-selectbox__dropdown {
  width: 100%;
  max-width: 280px;
  min-width: 280px;
  right: auto;
  left: 0;
  top: 38px; }
.sorting_select .jq-selectbox__dropdown li {
  text-align: left; }

.sorting_left {
  float: left;
  margin: 0 0 0 10px; }
.sorting_left .jq-selectbox {
  display: block;
  float: left; }
.sorting_left .jq-selectbox__select {
  text-align: left;
  display: inline-block; }
.sorting_left .jq-selectbox__dropdown {
  width: 200px;
  right: auto;
  left: 0;
  top: 38px; }
.sorting_left .jq-selectbox__dropdown li {
  text-align: left; }

.locked_name {
  position: relative;
  color: #767676;
  font-size: 11px;
  line-height: 14px;
  margin: 0 0 18px;
  padding-left: 20px; }
.locked_name:before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  background-image: url(../images/sprite.png);
  background-position: -148px -68px;
  width: 11px;
  height: 14px; }

.finded {
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 25px;
  color: #3f3f3f;
  padding-top: 7px; }
.finded:after {
  content: '';
  clear: both;
  display: block; }
.finded span {
  background: #dedede;
  font-size: 11px;
  line-height: 13px;
  padding: 5px 24px 7px 10px;
  display: inline-block;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  text-decoration: none;
  color: #3f3f3f;
  position: relative;
  vertical-align: middle;
  margin: 0 10px 8px 0;
  cursor: default;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out; }
.finded span a {
  background-image: url(../images/sprite.png);
  background-position: -161px -108px;
  width: 9px;
  height: 9px;
  display: block;
  position: absolute;
  right: 8px;
  top: 8px; }
.finded span:hover {
  background: #eee; }

.finded_title {
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 8px 0; }

.avail {
  font-size: 11px;
  line-height: 12px;
  color: #545454;
  position: relative;
  display: inline-block;
  vertical-align: top; }
.avail > a {
  color: #545454;
  text-decoration: none;
  position: relative;
  padding-left: 10px;
  display: inline-block;
  z-index: 54; }
.avail > a:hover {
  color: #008787; }
.avail > a:before {
  content: '';
  position: absolute;
  display: block;
  background: #008787;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  left: 0;
  top: 3px; }
.avail > a.js_avail.active {
  z-index: 60; }

.avail.onroad > a:before {
  background: #FFC633; }

.avail.waitpay > a:before {
  background: #FF2357; }

.avail.onpart > a:before {
  background: url(../images/grey-green.svg) no-repeat; }

.avail.partship > a:before {
  background: url(../images/red-green.svg) no-repeat; }

.avail.done > a:before {
  background: url(../images/check.svg) no-repeat;
  width: 6px;
  height: 6px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0; }

.avail.toship > a {
  font-weight: 700;
  color: #008787; }

.avail.reserv {
  padding-left: 10px; }

.avail.in > a:before {
  background: #919191; }

.avail_popup {
  background: #fff;
  position: absolute;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 38px 20px 12px;
  display: none;
  z-index: 50;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.32);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.32);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 260px;
  left: -12px;
  top: -12px; }
.avail_popup ul {
  border-top: 1px solid #e8e8e8;
  margin: 0; }
.avail_popup ul li {
  font-size: 12px;
  line-height: 14px;
  border-bottom: 1px solid #e8e8e8;
  padding: 10px 0;
  color: #353535; }
.avail_popup ul li:after {
  content: '';
  clear: both;
  display: block; }
.avail_popup ul li span {
  float: left;
  margin: 0; }
.avail_popup ul li b {
  font-weight: 400;
  float: right;
  margin: 0; }

.avail_popup.opened {
  z-index: 56; }

.avail_popup-close {
  background-image: url(../images/sprite.png);
  background-position: -148px -29px;
  width: 13px;
  height: 13px;
  display: block;
  position: absolute;
  right: 8px;
  top: 8px; }

.art {
  color: #767676;
  font-size: 11px;
  line-height: 12px; }

.salebox {
  display: table;
  width: 100%;
  font-size: 11px;
  line-height: 12px;
  color: #767676; }
.salebox span {
  background: #ef5925;
  color: #fff;
  font-weight: 700;
  font-size: 11px;
  line-height: 13px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 5px 6px;
  display: inline-block;
  text-transform: uppercase; }
.salebox .tagbox_tag {
  font-size: 11px;
  line-height: 13px;
  padding-top: 5px;
  padding-bottom: 5px; }
.salebox .tagbox_tag::after {
  top: 7px; }

.salebox_left {
  display: table-cell;
  text-align: left;
  padding: 0;
  white-space: nowrap;
  width: 1%;
  vertical-align: top; }

.salebox_right {
  display: table-cell;
  text-align: left;
  padding: 0;
  padding-left: 10px;
  vertical-align: middle; }

.laid span {
  background: #5e98c4; }

.compare_link {
  padding-left: 14px;
  position: relative;
  font-weight: 700;
  color: #626262;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 16px;
  text-decoration: none; }
.compare_link:before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 3px;
  background-image: url(../images/sprite.png);
  background-position: -75px -147px;
  width: 11px;
  height: 10px; }
.compare_link:hover {
  color: #008787; }

.favorite_link {
  padding-left: 14px;
  position: relative;
  font-weight: 700;
  color: #626262;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 16px;
  text-decoration: none; }
.favorite_link:before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 3px;
  background-image: url(../images/sprite.png);
  background-position: -161px -62px;
  width: 9px;
  height: 10px; }
.favorite_link:hover {
  color: #008787; }

.consult a {
  padding-left: 14px;
  position: relative;
  font-weight: 700;
  color: #626262;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 16px;
  text-decoration: none; }
.consult a:before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 3px;
  background-image: url(../images/sprite.png);
  background-position: -12px -147px;
  width: 11px;
  height: 11px; }
.consult a:hover {
  color: #008787; }

.compfavor {
  position: absolute;
  right: 0;
  top: 139px;
  text-align: right;
  z-index: 1200; }
.compfavor a {
  display: inline-block;
  background: #dedede;
  color: #626262;
  font-size: 12px;
  line-height: 16px;
  padding: 5px 5px 5px 20px;
  position: relative;
  margin: 0 0 5px;
  border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
  font-weight: 700;
  text-decoration: none;
  opacity: 0.7;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out; }
.compfavor a:hover {
  background: #bdbdbd;
  opacity: 1; }
.compfavor a:before {
  content: '';
  position: absolute;
  display: block;
  left: 5px;
  top: 8px; }
.compfavor a.favor:before {
  background-image: url(../images/sprite.png);
  background-position: -161px -62px;
  width: 9px;
  height: 10px;
  left: 7px; }
.compfavor a.comp:before {
  background-image: url(../images/sprite.png);
  background-position: -75px -147px;
  width: 11px;
  height: 10px; }

.compfavor.fix {
  top: 50px;
  position: fixed; }

.rangedate {
  margin: 0 0 16px; }
.rangedate:after {
  content: '';
  clear: both;
  display: block; }
.rangedate .datepick {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #e1e1e1;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  width: 64px;
  height: 20px;
  outline: none;
  border: 0;
  padding: 5px;
  color: #626262;
  font-size: 10px;
  font-weight: 700;
  font-family: 'Noto Sans', sans-serif;
  display: inline-block;
  vertical-align: middle; }
.rangedate span {
  margin: 0 3px;
  color: #626262;
  font-size: 10px;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle; }

.rangedate_icon {
  background-image: url(../images/sprite.png);
  background-position: -132px -102px;
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0; }

.ui-datepicker {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #fff;
  padding: 10px 5px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
  position: absolute !important;
  display: none;
  z-index: 1200 !important;
  width: auto !important; }
.ui-datepicker:after {
  content: '';
  clear: both;
  display: block; }

.ui-datepicker-calendar {
  border-collapse: collapse; }
.ui-datepicker-calendar th {
  font-weight: normal;
  font-size: 12px; }
.ui-datepicker-calendar td {
  border: 1px solid #f1f1f1;
  width: 32px;
  height: 22px;
  font-size: 11px;
  line-height: 22px;
  text-align: center;
  padding: 0; }
.ui-datepicker-calendar td a {
  color: #8d8d8d;
  display: block;
  text-decoration: none; }
.ui-datepicker-calendar td a:hover {
  color: #008787; }

.ui-datepicker-today a {
  background: #008787;
  color: #fff !important; }

.ui-datepicker-header {
  text-align: center;
  position: relative;
  margin: 0 0 5px;
  font-size: 12px; }

.ui-datepicker-next {
  position: absolute;
  top: 0;
  text-indent: -9999px;
  cursor: pointer;
  right: 5px;
  background-image: url(../images/sprite.png);
  background-position: -161px -96px;
  width: 7px;
  height: 12px; }

.ui-datepicker-prev {
  position: absolute;
  top: 0;
  text-indent: -9999px;
  cursor: pointer;
  left: 5px;
  background-image: url(../images/sprite.png);
  background-position: -161px -72px;
  width: 7px;
  height: 12px; }

.ui-datepicker-next.ui-state-disabled {
  display: none;
  background: 0; }

.ui-datepicker-prev.ui-state-disabled {
  display: none;
  background: 0; }

.ui-state-disabled {
  background: #e1e1e1;
  color: #bbb; }

.product_footer {
  background: #fff;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 500;
  height: 45px;
  -webkit-box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 0;
  display: none; }
.product_footer:after {
  content: '';
  clear: both;
  display: block; }
.product_footer .avail {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  margin: 0 18px 0 0; }
.product_footer .btn {
  display: inline-block;
  vertical-align: middle;
  margin: 0; }
.product_footer .compare {
  position: relative; }
.product_footer .booklink {
  position: relative; }
.product_footer .compare.added {
  color: #008787; }
.product_footer .compare.added:before {
  content: '';
  position: absolute;
  display: block;
  background-image: url(../images/sprite.png);
  background-position: -116px -147px;
  width: 11px;
  height: 8px;
  left: -14px;
  top: 3px; }
.product_footer .booklink.added {
  color: #008787; }
.product_footer .booklink.added:before {
  content: '';
  position: absolute;
  display: block;
  background-image: url(../images/sprite.png);
  background-position: -116px -147px;
  width: 11px;
  height: 8px;
  left: -14px;
  top: 3px; }

.pf_flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.pf_img {
  display: inline-block;
  width: 66px;
  height: 33px;
  border: 1px solid #e8e8e8;
  text-align: center;
  vertical-align: middle;
  margin: 0 18px 0 0; }
.pf_img img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  max-width: 60px;
  max-height: 28px; }

.pf_name {
  display: inline-block;
  font-size: 15px;
  line-height: 16px;
  font-weight: 700;
  color: #353535;
  vertical-align: middle;
  margin: 0 18px 0 0; }

.pf_sale {
  background: #ef5925;
  color: #fff;
  font-weight: 700;
  font-size: 11px;
  line-height: 13px;
  margin: 0;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 5px 6px;
  display: inline-block;
  text-transform: uppercase;
  vertical-align: middle; }

.pf_laid {
  background: #ef5925;
  color: #fff;
  font-weight: 700;
  font-size: 11px;
  line-height: 13px;
  margin: 0;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 5px 6px;
  display: inline-block;
  text-transform: uppercase;
  vertical-align: middle;
  background: #5e98c4; }

.pf_price {
  font-weight: 700;
  font-size: 11px;
  line-height: 13px;
  display: inline-block;
  vertical-align: middle; }
.pf_price del {
  color: #656565;
  margin: 0 18px 0 0; }
.pf_price span {
  font-size: 13px;
  color: #008787;
  margin: 0 18px 0 0; }
.pf_price ins {
  color: #888;
  text-decoration: none;
  margin: 0 18px 0 0; }

.pf_meta {
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle; }
.pf_meta a {
  color: #626262;
  text-decoration: none;
  margin: 0 30px 0 0; }
.pf_meta a:hover {
  color: #008787; }
.pf_meta a:last-child {
  margin: 0; }

@media (-webkit-min-device-pixel-ratio: 2) {
  h2.check:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .inpf.success .success_box {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .inpf_ac .styler {
    background: url(../images/checked-2x.png) right 12px no-repeat;
    background-size: 15px 9px; }
  .owl-prev {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .owl-next {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .jq-checkbox__div {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  input[type="checkbox"]:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .jq-selectbox__search input[type="search"]::-webkit-search-cancel-button {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .default_select {
    background: url(../images/checked-2x.png) right 12px no-repeat;
    background-size: 15px 9px; }
  .jq-number__spin.minus {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .jq-number__spin.plus {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .ontop:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .breadcrumbs .showbread {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .userwidjet .phone {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .userwidjet .envelope {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .userwidjet:hover .phone {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .userwidjet:hover .envelope {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .searchtop_cat:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .searchtop_cat.open:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .searchtop_cart:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .searchtop_lk_link:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .searchtop_lk_link.opened:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .searchtop_lk_dropdown li.lk_orders a:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .searchtop_lk_dropdown li.lk_prof a:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .searchtop_lk_dropdown li.lk_tech a:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .searchtop_lk_dropdown li.lk_exit a:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .search_btn {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .townpopup_cls {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .catpopup li.item1 a:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .catpopup li.item2 a:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .catpopup li.item3 a:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .catpopup li.item4 a:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .catpopup li.item5 a:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .catpopup li.item6 a:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .catpopup li.item7 a:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .catpopup li.item8 a:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .catpopup li.item9 a:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .catpopup li.item10 a:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .catpopup li.item11 a:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .playlink {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .accordmenu .parent_show:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .accordmenu .parent_show:hover::before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .accordmenu li > a.harOpen .parent_show:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .accordmenu li.parent ul li a.harOpen .parent_show:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .filter_name:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .filter_name:hover:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .filter_name.open:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .filter_name.open:hover::before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .filter_res:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .sorting .jq-selectbox__trigger {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .sorting .jq-selectbox.opened .jq-selectbox__trigger {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .sortabs li.sort-mod a:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .sortabs li.sort-mod.active a:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .sortabs li.sort-comp a:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .sortabs li.sort-comp.active a:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .navtabs li.sort-mod a:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .navtabs li.sort-mod.active a:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .navtabs li.sort-comp a:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .navtabs li.sort-comp.active a:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .locked_name:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .finded span a {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .avail_popup-close {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .compare_link:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .favorite_link:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .consult a:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .compfavor a.favor:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .compfavor a.comp:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .rangedate_icon {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .ui-datepicker-prev {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .ui-datepicker-next {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .product_footer .compare.added:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .product_footer .booklink.added:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; } }

@media (min-resolution: 192dpi) {
  h2.check:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .inpf.success .success_box {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .inpf_ac .styler {
    background: url(../images/checked-2x.png) right 12px no-repeat;
    background-size: 15px 9px; }
  .owl-prev {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .owl-next {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .jq-checkbox__div {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  input[type="checkbox"]:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .jq-selectbox__search input[type="search"]::-webkit-search-cancel-button {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .default_select {
    background: url(../images/checked-2x.png) right 12px no-repeat;
    background-size: 15px 9px; }
  .jq-number__spin.minus {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .jq-number__spin.plus {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .ontop:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .breadcrumbs .showbread {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .userwidjet .phone {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .userwidjet .envelope {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .userwidjet:hover .phone {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .userwidjet:hover .envelope {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .searchtop_cat:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .searchtop_cat.open:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .searchtop_cart:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .searchtop_lk_link:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .searchtop_lk_link.opened:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .searchtop_lk_dropdown li.lk_orders a:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .searchtop_lk_dropdown li.lk_prof a:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .searchtop_lk_dropdown li.lk_tech a:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .searchtop_lk_dropdown li.lk_exit a:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .search_btn {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .townpopup_cls {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .catpopup li.item1 a:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .catpopup li.item2 a:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .catpopup li.item3 a:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .catpopup li.item4 a:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .catpopup li.item5 a:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .catpopup li.item6 a:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .catpopup li.item7 a:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .catpopup li.item8 a:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .catpopup li.item9 a:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .catpopup li.item10 a:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .catpopup li.item11 a:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .playlink {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .accordmenu .parent_show:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .accordmenu .parent_show:hover::before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .accordmenu li > a.harOpen .parent_show:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .accordmenu li.parent ul li a.harOpen .parent_show:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .filter_name:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .filter_name:hover:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .filter_name.open:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .filter_name.open:hover::before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .filter_res:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .sorting .jq-selectbox__trigger {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .sorting .jq-selectbox.opened .jq-selectbox__trigger {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .sortabs li.sort-mod a:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .sortabs li.sort-mod.active a:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .sortabs li.sort-comp a:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .sortabs li.sort-comp.active a:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .navtabs li.sort-mod a:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .navtabs li.sort-mod.active a:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .navtabs li.sort-comp a:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .navtabs li.sort-comp.active a:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .locked_name:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .finded span a {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .avail_popup-close {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .compare_link:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .favorite_link:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .consult a:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .compfavor a.favor:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .compfavor a.comp:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .rangedate_icon {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .ui-datepicker-prev {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .ui-datepicker-next {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .product_footer .compare.added:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .product_footer .booklink.added:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; } }

@media screen and (max-width: 720px) {
  .userwidjet {
    display: block;
    float: none;
    margin: 0 0 20px;
    width: auto; } }

@media screen and (max-width: 1000px) {
  .catfull .avail_popup {
    left: auto;
    right: -12px; }
  .catfull .avail_popup-close {
    right: auto;
    left: 8px; } }

@media screen and (max-width: 500px) {
  .catfull .avail_popup {
    left: -120px;
    right: auto; }
  .catfull .avail_popup-close {
    right: 8px;
    left: auto; } }

/* tagbox */
.tagbox {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
.tagbox_tag {
  color: #fff;
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  border: 0;
  cursor: pointer;
  padding: 0;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  outline: none;
  background: #FCD400;
  border-radius: 3px;
  -ms-border-radius: 3px;
  text-transform: uppercase;
  position: relative;
  display: block;
  padding: 4px 12px 4px 6px;
  transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out; }
.tagbox_tag::after {
  content: '';
  position: absolute;
  display: block;
  background-image: url("../images/svg/dots.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  width: 2px;
  height: 8px;
  right: 6px;
  top: 6px; }
.tagbox_tag:hover {
  background: #FCE300; }
.tagbox_title {
  color: #000;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  margin: 0 0 8px; }
.tagbox_popup {
  background: #FFF8B7;
  border-radius: 5px;
  -ms-border-radius: 5px;
  width: 240px;
  left: 0;
  transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  margin-top: 10px;
  z-index: 1000;
  padding: 11px 14px;
  color: #686868;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  position: absolute;
  transform: translateY(5px);
  opacity: 0;
  visibility: hidden; }
.tagbox_popup::before {
  content: '';
  position: absolute;
  display: block;
  border: 4px solid transparent;
  border-bottom: 6px solid #FFF8B7;
  left: 14px;
  top: -10px; }
.tagbox_popup p {
  margin: 0 0 8px; }
.tagbox_popup p:last-child {
  margin: 0; }
.tagbox_popup a {
  color: #1E88B6 !important;
  text-decoration: underline !important; }
.tagbox_popup a:hover {
  text-decoration: none !important; }
.tagbox.opened .tagbox_tag {
  box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.2); }
.tagbox.opened .tagbox_popup {
  transform: translateY(0);
  opacity: 1;
  visibility: visible; }

@media screen and (max-width: 720px) {
  .tagbox {
    position: static; }
  .tagbox_popup {
    left: 50%;
    margin-left: -120px; }
  .tagbox_popup::before {
    left: 50%;
    margin-left: -4px; } }

/* Header */
.header {
  background: #fff;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.19);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.19);
  margin: 0 0 20px; }
.header_clearfix {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0 12px; }

.header .logobox {
  display: flex;
  align-items: center; }
.header .logobox img {
  display: block;
  height: 29px; }
.header .logobox .logobox_nnz {
  margin-left: 36px;
  margin-top: 0; }
.header .logobox .logobox_nnz_small {
  display: none;
  margin-left: 26px; }

.phoneshead {
  float: left;
  margin: 0; }

.phoneshead_div {
  float: left;
  color: #3f3f3f;
  font-size: 19px;
  font-weight: 700;
  line-height: 20px;
  margin: 0 28px 0 0; }

.phoneshead_div span {
  text-transform: uppercase;
  color: #6b6b6b;
  font-size: 11px;
  line-height: 12px;
  display: block;
  font-weight: 400;
  margin: 0 0 3px; }

.phoneshead_div a {
  color: #3f3f3f;
  text-decoration: none; }

.alltowns {
  float: left;
  margin: 13px 0 0; }

.alltowns a {
  background: #008787;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  line-height: 21px;
  font-size: 9px;
  text-transform: uppercase;
  padding: 0 6px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  font-weight: 700; }

.alltowns a:hover {
  background: #0b96a3;
  color: #fff; }

.alltowns a:active {
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5); }

.mobile_icons {
  float: right;
  margin: 0;
  display: none; }

.mobile_icons > div, .mobile_icons > a {
  border-left: 1px solid #cfcfcf;
  position: relative;
  height: 45px;
  float: left;
  margin: 0;
  width: 45px;
  cursor: pointer; }

.mobile_icons > div:before, .mobile_icons > a:before {
  content: '';
  position: absolute;
  display: block; }

.mobile_icons_phone:before {
  background-image: url(../images/sprite.png);
  background-position: -36px -113px;
  width: 17px;
  height: 17px;
  left: 14px;
  top: 14px; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .mobile_icons_phone:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; } }

.mobile_icons_cart {
  display: block; }

.mobile_icons_cart:before {
  background-image: url(../images/sprite.png);
  background-position: -55px -94px;
  width: 18px;
  height: 18px;
  left: 14px;
  top: 14px; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .mobile_icons_cart:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; } }

.mobile_icons_cart b {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 16px;
  height: 16px;
  background: #5f5f5f;
  display: block;
  text-decoration: none;
  color: #fff;
  text-align: center;
  font-size: 7px;
  line-height: 16px;
  position: absolute;
  left: 24px;
  top: 24px; }

.mobile_icons_nav:before {
  background-image: url(../images/sprite.png);
  background-position: 0px -131px;
  width: 17px;
  height: 16px;
  left: 14px;
  top: 14px; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .mobile_icons_nav:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; } }

.mobile_icons_lk b {
  background: red;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 8px;
  line-height: 12px;
  display: inline-block;
  vertical-align: middle; }

.mobile_icons_lk > a {
  width: 100%;
  display: block;
  height: 45px;
  position: relative;
  border: 0; }

.mobile_icons_lk > a:before {
  content: '';
  position: absolute;
  display: block;
  background-image: url(../images/sprite.png);
  background-position: -132px -54px;
  width: 14px;
  height: 18px;
  left: 16px;
  top: 14px; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .mobile_icons_lk > a:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; } }

.mobile_icons_lk > a b {
  position: absolute;
  right: 5px;
  top: 5px; }

.mobile_icons_lk > a.opened:before {
  background-image: url(../images/sprite.png);
  background-position: -148px -82px;
  width: 12px;
  height: 12px;
  top: 17px;
  left: 17px; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .mobile_icons_lk > a.opened:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; } }

.mobile_icons_lk > a.opened b {
  display: none; }

.mobile_icons_lk .searchtop_lk_dropdown {
  left: auto;
  right: 0; }

/* navhead */
.navhead {
  border-top: 1px solid #d9d9d9;
  padding: 14px 0;
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: 700; }
.navhead:after {
  content: '';
  clear: both;
  display: block; }
.navhead_lt {
  float: left; }
.navhead_rt {
  float: right; }
.navhead ul:after {
  content: '';
  clear: both;
  display: block; }
.navhead li {
  float: left;
  margin: 0 14px 0 0; }
.navhead li:last-child {
  margin: 0; }
.navhead li a {
  color: #3f3f3f;
  text-decoration: none; }
.navhead li a:hover {
  color: #008787; }
.navhead_menu {
  float: left;
  margin: 0; }
.navhead_price a {
  padding-left: 22px;
  position: relative; }
.navhead_price a:before {
  content: '';
  position: absolute;
  display: block;
  background-image: url(../images/price-list.svg);
  width: 17px;
  height: 17px;
  left: 0;
  top: 0; }
.navhead_forum a {
  padding-left: 22px;
  position: relative; }
.navhead_forum a:before {
  content: '';
  position: absolute;
  display: block;
  background-image: url(../images/sprite.png);
  background-position: -70px -113px;
  width: 17px;
  height: 17px;
  left: 0;
  top: 0; }
.navhead_vk a {
  padding-left: 22px;
  position: relative; }
.navhead_vk a:before {
  content: '';
  position: absolute;
  display: block;
  background-image: url(../images/sprite.png);
  background-position: -53px -113px;
  width: 17px;
  height: 17px;
  left: 0;
  top: 0; }
.navhead_zen a {
  padding-left: 22px;
  position: relative; }
.navhead_zen a:before {
  content: '';
  position: absolute;
  display: block;
  background: url(../images/zen-moxa.svg) no-repeat;
  background-size: 17px 17px;
  width: 17px;
  height: 17px;
  left: 0;
  top: 0; }
.navhead_cls {
  background-image: url(../images/sprite.png);
  background-position: -148px -82px;
  width: 12px;
  height: 12px;
  display: none;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .navhead_vk a:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .navhead_forum a:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; }
  .navhead_cls {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; } }

.navhead_overlay,
.townpopup_overlay,
.catpopup_overlay {
  background: 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  display: none; }

.catpopup_overlay.open {
  display: block; }

/* Footer */
.allsite {
  background: #2f3438;
  padding: 13px 0;
  font-size: 13px;
  line-height: 14px;
  text-transform: uppercase;
  font-weight: 700; }

.allsite a {
  color: #fff;
  position: relative;
  text-decoration: none;
  padding-right: 12px; }

.allsite a:before {
  background-image: url(../images/sprite.png);
  background-position: -170px 0px;
  width: 6px;
  height: 10px;
  right: 0;
  top: 4px;
  content: '';
  position: absolute;
  display: block; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .allsite a:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; } }

.allsite a.open:before {
  background-image: url(../images/sprite.png);
  background-position: -161px -144px;
  width: 6px;
  height: 10px; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .allsite a.open:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; } }

.footertop {
  background: #2f3438;
  padding: 34px 0;
  display: none; }

.footertop .footmenu {
  margin: 0 0 26px; }

.footertop .footmenu:last-child {
  margin-bottom: 0; }

.footertop .footmenu_title {
  color: #f6f6f6;
  font-size: 13px;
  line-height: 14px;
  font-weight: 700;
  margin: 0 0 14px;
  text-transform: uppercase; }

.footertop .footmenu_title a {
  color: #f6f6f6;
  text-decoration: none; }

.footertop .footmenu_title a:hover {
  text-decoration: underline; }

.footertop ul li {
  font-size: 11px;
  line-height: 12px;
  margin: 0 0 10px; }

.footertop ul li a {
  color: #d3d3d3;
  text-decoration: none; }

.footertop ul li a:hover {
  text-decoration: underline; }

html.homepage .allsite {
  display: none; }

html.homepage .footertop {
  display: block; }

.footermid {
  background: #242729;
  padding: 30px 0 0; }

.footermid:after {
  content: '';
  clear: both;
  display: block; }

.footermid_title {
  font-size: 15px;
  font-weight: 700;
  line-height: 16px;
  margin: 0 0 20px;
  color: #f6f6f6;
  text-transform: uppercase; }

.footmidbox {
  float: left;
  margin: 0 40px 30px 0;
  font-size: 11px;
  line-height: 12px;
  color: #d3d3d3; }

.footmidbox a {
  color: #d3d3d3;
  text-decoration: none; }

.footmidbox b {
  font-size: 16px;
  line-height: 18px;
  display: block;
  margin: 0 0 6px; }

.footmidbox span {
  display: block;
  font-size: 13px;
  line-height: 14px;
  font-weight: 700;
  color: #f6f6f6;
  margin: 0 0 8px;
  text-transform: uppercase; }

.copyright {
  background: #121314;
  padding: 18px 0 12px;
  font-size: 11px;
  line-height: 12px;
  color: #767676; }
.copyright:after {
  content: '';
  clear: both;
  display: block; }
.copyright p {
  margin: 0 0 8px; }
.copyright a {
  color: #767676;
  text-decoration: underline; }
.copyright a:hover {
  text-decoration: none; }
.copyright_lt {
  float: left;
  margin: 0; }
.copyright_rt {
  float: right;
  margin: 0;
  text-align: right;
  display: flex;
  flex-direction: column; }
.copyright_rt .copyright_nnz {
  display: inline-block;
  max-width: 88px;
  margin-top: 12px; }

.footer_kurs {
  text-align: center; }
.footer_kurs span {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  display: inline-block; }
.footer_kurs span:before {
  content: '';
  position: absolute;
  display: block;
  background-image: url(../images/sprite.png);
  background-position: -34px -147px;
  width: 11px;
  height: 11px;
  left: 0;
  top: 1px; }
.footer_kurs small {
  display: block;
  margin-top: 8px;
  font-size: 11px; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .footer_kurs span:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; } }

.footer_kurs2 {
  display: none;
  margin: 0 0 20px; }

/* homeslider */
.homesliderbox {
  margin: 20px 0 36px;
  position: relative; }

html.js .homeslider_spin {
  position: absolute;
  display: block;
  background-color: #e2e2e2;
  left: 0;
  top: 0;
  right: -1px;
  bottom: 0;
  z-index: 1000;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/spinner-grey.svg);
  background-size: 120px 120px; }

#homeslider {
  position: relative;
  padding-top: 0; }

#homeslider .item img {
  display: block;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  width: 100%; }

#homeslider .owl-dots {
  display: none !important; }

#homeslider .owl-prev, #homeslider .owl-next {
  top: 50%;
  margin-top: -27px;
  position: absolute; }

#homeslider .owl-prev {
  left: -50px; }

#homeslider .owl-next {
  right: -50px; }

/* newswrap */
.newsbox {
  margin: 0 0 46px; }

.newsbox_img {
  background: #fff;
  position: relative;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  display: block;
  height: 130px;
  margin: 0 0 12px;
  text-align: center;
  overflow: hidden; }

.newsbox_img img {
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  position: relative;
  max-height: 134px;
  width: auto !important;
  display: inline !important; }

.newsbox_video {
  position: relative;
  height: 130px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin: 0 0 12px;
  overflow: hidden; }

.newsbox_video img {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  display: block; }

.newsbox_video:before {
  background: rgba(0, 0, 0, 0.69);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: '';
  position: absolute;
  display: block;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }

.newsbox_video .playlink {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -21px 0 0 -30px; }

.newsbox_name {
  font-size: 13px;
  line-height: 16px;
  margin: 0 0 10px;
  display: block; }

.newsbox_name a {
  color: #353535;
  text-decoration: none; }

.newsbox_name a:hover {
  color: #008787; }

.newsbox_date, .newsbox_pin {
  color: #797979;
  font-size: 11px;
  line-height: 12px;
  display: block; }

.newsbox_pin {
  padding-left: 10px;
  position: relative; }

.newsbox_pin:before {
  content: '';
  position: absolute;
  display: block;
  background-image: url(../images/sprite.png);
  background-position: -161px -126px;
  width: 6px;
  height: 11px;
  left: 0;
  top: 1px; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .newsbox_pin:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; } }

.newsbox_seminar {
  background: #fff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  height: 130px;
  margin: 0 0 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 14px 20px;
  font-weight: 700;
  color: #434343; }

.newsbox_seminar-name {
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 14px;
  height: 40px;
  overflow: hidden; }

.newsbox_seminar-name a {
  color: #434343;
  text-decoration: none; }

.newsbox_seminar-name a:hover {
  color: #008787; }

.newsbox_seminar p {
  border-top: 1px solid #c2c2c2;
  padding: 14px 0 0;
  margin: 0;
  font-size: 12px;
  line-height: 16px; }

/* homebanner */
.homebanner {
  background: #008787;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  height: 80px;
  margin-bottom: 16px; }

.homebanners {
  margin-bottom: 20px; }

/* homecat */
.homecat {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700; }

.homecat a {
  color: #353535;
  text-decoration: none; }

.homecat a:hover {
  color: #008787; }

.homecat [class*='item'] {
  margin: 0 0 30px;
  min-height: 48px; }

.homecat [class*='item'] a {
  padding-left: 64px;
  position: relative;
  display: inline-block; }

.homecat [class*='item'] img {
  max-width: 44px;
  position: absolute;
  left: 0;
  top: 0; }

/* catmain */
.catmain {
  margin: 0 0 16px;
  position: relative;
  background: #fff;
  border-radius: 3px;
  -ms-border-radius: 3px;
  height: 240px; }
.catmain:after {
  content: '';
  clear: both;
  display: block; }
.catmain_row {
  position: relative;
  margin-bottom: 40px; }
.catmain_hover {
  height: 220px;
  background: #fff;
  border-radius: 3px;
  -ms-border-radius: 3px;
  padding: 22px 26px;
  position: absolute;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  right: 0;
  top: 0;
  overflow: hidden; }
.catmain_hover::before {
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=0 );
  content: '';
  position: absolute;
  display: block;
  height: 60px;
  left: 0;
  width: 100%;
  bottom: 0; }
.catmain:hover .catmain_hover {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  height: auto;
  min-height: 240px;
  z-index: 100;
  overflow: visible; }
.catmain:hover .catmain_hover::before {
  content: none; }
.catmain_title {
  position: relative;
  font-size: 20px;
  color: #353535;
  line-height: 24px;
  font-weight: 700;
  padding-left: 40px;
  margin: 0 0 18px; }
.catmain_title a {
  color: #353535;
  text-decoration: none; }
.catmain_title a:hover {
  color: #008787; }
.catmain_title img {
  position: absolute;
  width: 28px;
  left: 0;
  top: 0; }
.catmain_title.flexed {
  -ms-display: flexbox;
  display: flex;
  align-items: center; }
.catmain_title .viewed_sale {
  padding: 0 6px;
  margin: 0 0 0 8px; }
.catmain_title .tagbox {
  margin: 0 0 0 8px; }

.catmain_img {
  float: left;
  width: 206px; }

.catmain_img span {
  border: 1px solid #e8e8e8;
  height: 113px;
  display: block;
  text-align: center;
  margin: 0 0 20px; }

.catmain_img img {
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  position: relative;
  max-height: 113px; }

.catmain_text {
  padding-left: 225px;
  color: #353535;
  font-size: 13px;
  line-height: 16px; }

.catmain_text:after {
  content: '';
  clear: both;
  display: block; }

.catmain_text ul li {
  margin: 0 0 16px; }

.catmain_text ul li a {
  color: #353535;
  text-decoration: none; }

.catmain_text ul li a:hover {
  color: #008787; }

.catmain_small {
  color: #545454;
  font-size: 11px;
  line-height: 14px;
  border-top: 1px solid #d5d5d5;
  padding-top: 14px; }

.catpost {
  font-size: 13px;
  line-height: 16px;
  margin: 10px 0 40px;
  max-width: 730px; }

.catpost p {
  margin: 0 0 20px; }

.catpost h2 {
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 14px;
  font-weight: 700; }

.catpost h3 {
  font-size: 15px;
  line-height: 18px;
  margin: 0 0 8px;
  font-weight: 700;
  text-transform: uppercase; }

.catpost h4 {
  font-size: 13px;
  line-height: 16px;
  margin: 0 0 12px;
  font-weight: 700;
  text-transform: uppercase; }

.catpost ul, .catpost ol {
  margin: 0 0 20px; }

.catpost ul li {
  position: relative;
  padding-left: 14px; }

.catpost ul li:before {
  content: '';
  position: absolute;
  display: block;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 4px;
  height: 4px;
  left: 0;
  top: 8px;
  background: #353535; }

.catpost ol li {
  list-style: inside decimal; }

/* About */
.page_about .catpost {
  font-size: 15px;
  line-height: 21px; }

.page_about .catpost p,
.page_about .catpost ol,
.page_about .catpost ul {
  margin: 0 0 32px; }

.page_about .comp_img .grid4 {
  min-height: 100px; }

.techrow {
  margin-bottom: 20px; }

.techcol {
  font-size: 13px;
  line-height: 16px;
  padding-left: 82px;
  position: relative;
  margin: 0 0 20px;
  min-height: 52px; }

.techcol img {
  position: absolute;
  top: 2px;
  left: 0; }

.digbox {
  background: #008787;
  padding: 40px 0;
  margin: 0;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700; }

.digbox .grid3 {
  padding-right: 60px; }

.digbox span {
  display: block;
  font-size: 32px;
  line-height: 32px;
  margin: 0 0 16px;
  text-transform: uppercase; }

.digbox span b {
  font-size: 76px;
  line-height: 78px; }

.brandcol {
  background: #fff;
  padding: 32px 0;
  margin: 0 0 44px; }

.brandcol .flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between; }

@media screen and (max-width: 1000px) {
  .digbox {
    padding: 20px 0; }
  .digbox .grid3 {
    padding-right: 30px;
    min-height: 120px; }
  .digbox span {
    font-size: 24px;
    line-height: 24px; }
  .digbox span b {
    font-size: 44px;
    line-height: 44px; }
  .brandcol .flex {
    display: block;
    text-align: center; }
  .brandcol .flex img {
    margin: 0 20px 20px;
    display: inline-block;
    vertical-align: middle; } }

@media screen and (max-width: 720px) {
  .digbox .grid3 {
    padding-right: 10px;
    min-height: 0;
    margin: 0 0 24px;
    text-align: center; }
  .digbox .grid3:last-child {
    margin: 0; }
  .digbox span {
    margin: 0 0 6px; } }

/* catcard */
.catcard_wrap {
  margin-bottom: 40px; }

.catcard {
  padding: 22px 26px;
  height: auto;
  margin: 0 0 5px; }

.catcard:hover {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4); }

.catcard .catmain_title {
  padding-left: 0; }

/* modbox */
.modbox {
  border-bottom: 1px solid #e8e8e8;
  -ms-display: flexbox;
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: relative; }
.modbox:first-child {
  border-top: 1px solid #e8e8e8; }
.modbox_cl {
  -ms-display: flexbox;
  display: flex;
  align-items: center;
  padding: 7px 0; }
.modbox_img {
  width: 60px;
  text-align: center; }
.modbox_img img {
  width: 24px; }
.modbox_name {
  font-size: 13px;
  line-height: 16px; }
.modbox_name.flexed {
  -ms-display: flexbox;
  display: flex;
  align-items: center; }
.modbox_name .viewed_sale {
  padding: 0 6px;
  margin: 0 0 0 6px; }
.modbox_name a {
  color: #353535;
  text-decoration: none; }
.modbox_name a:hover {
  color: #008787; }
.modbox_name .viewed_sale {
  margin-right: 6px; }
.modbox_name .tagbox {
  margin: 0 0 0 6px; }

.modbox_meta {
  text-align: right; }

.modbox .btn {
  width: 70px;
  height: 24px;
  line-height: 24px;
  padding: 0;
  font-size: 10px;
  margin: 0; }

.modbox_price {
  color: #008787;
  font-size: 13px;
  line-height: 14px;
  font-weight: 700;
  width: 100px;
  display: inline-block;
  text-align: left; }
.modbox_price del {
  display: block;
  color: #656565;
  font-size: 11px; }
.modbox_price ins {
  color: #ef5925;
  text-decoration: none; }

.modbox .compare, .modbox .booklink {
  color: #626262;
  font-size: 10px;
  line-height: 14px;
  font-weight: 700;
  margin: 0 10px 0 0;
  text-decoration: none;
  text-transform: uppercase;
  position: relative; }

.modbox .compare.added, .modbox .booklink.added {
  color: #008787; }

.modbox .compare.added:before, .modbox .booklink.added:before {
  content: '';
  position: absolute;
  display: block;
  background-image: url(../images/sprite.png);
  background-position: -116px -147px;
  width: 11px;
  height: 8px;
  left: -14px;
  top: 3px; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .modbox .compare.added:before, .modbox .booklink.added:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; } }

.modbox_row {
  margin: 0 0 20px;
  position: relative; }

.modbox_row.max {
  height: 174px;
  overflow: hidden; }

.modbox_row.max:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 6px;
  background: transparent;
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.2) 100%);
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.2) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.2) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=0 ); }

.modbox_row.max.opened {
  height: auto;
  overflow: visible; }

.modbox_row.max.opened:before {
  content: none;
  display: none; }

.modbox_more {
  text-align: center;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 12px;
  font-weight: 700;
  color: #424242; }

.modbox_more span {
  cursor: pointer; }

.modbox_more i {
  font-style: normal; }

.modbox_more:hover {
  color: #008787; }

.modbox_more span.op i {
  display: none; }

/* recomended */
.recomended {
  background: #fff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  padding: 12px;
  position: absolute;
  width: 100%;
  max-width: 260px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 500; }

.recomended_title {
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  color: #3f3f3f;
  margin: 0 24px 14px 0; }

.recomended_cls {
  background-image: url(../images/sprite.png);
  background-position: -148px -29px;
  width: 13px;
  height: 13px;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .recomended_cls {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; } }

.recomended_box {
  border-bottom: 1px solid #e8e8e8;
  padding: 10px 0; }

.recomended_box:after {
  content: '';
  clear: both;
  display: block; }

.recomended_box:first-child {
  border-top: 1px solid #e8e8e8; }

.recomended_name {
  font-size: 13px;
  line-height: 14px;
  margin: 0 0 10px; }

.recomended_name a {
  color: #353535;
  text-decoration: none; }

.recomended_name a:hover {
  color: #008787; }

.recomended_price {
  font-size: 11px;
  font-weight: 700;
  color: #888888;
  line-height: 13px;
  margin: 0 0 6px; }
.recomended_price del, .recomended_price ins {
  display: block; }
.recomended_price del {
  color: #656565; }
.recomended_price ins {
  color: #ef5925;
  text-decoration: none;
  font-size: 13px;
  margin: 6px 0; }

.recomended_price span {
  display: block;
  color: #008787;
  font-size: 13px;
  margin: 0 0 6px; }

.recomended_left {
  float: left;
  margin: 0;
  max-width: 130px; }

.recomended .btn {
  float: right;
  margin: 0; }

/* catfull */
.catfull {
  background: #fff;
  border-radius: 3px;
  -ms-border-radius: 3px;
  padding: 25px;
  padding-right: 20px;
  margin: 0 0 5px; }
.catfull:after {
  content: '';
  clear: both;
  display: block; }
.catfull:hover {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); }
.catfull .recomended_price {
  margin: 0 0 12px; }
.catfull_in {
  display: table;
  width: 100%; }
.catfull_img {
  display: table-cell;
  width: 122px;
  vertical-align: top; }
.catfull_img span {
  border: 1px solid #e9e9e9;
  height: 68px;
  text-align: center;
  display: block; }
.catfull_img img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  max-height: 54px;
  max-width: 100px; }
.catfull_tags {
  display: flex;
  margin: 0 0 8px; }
.catfull_tags .viewed_sale {
  margin: 0 6px 0 0;
  padding: 0 6px; }
.catfull_txt {
  float: left;
  margin: 0;
  color: #545454;
  font-size: 11px;
  line-height: 16px;
  width: 58%; }
.catfull_txt h3 {
  font-size: 15px;
  line-height: 16px;
  font-weight: 700;
  margin: 0 0 10px; }
.catfull_txt h3 a {
  color: #353535;
  text-decoration: none; }
.catfull_txt h3 a:hover {
  color: #008787; }
.catfull_txt h3.flexed {
  -ms-display: flexbox;
  display: flex;
  align-items: center; }
.catfull_txt h3 .viewed_sale {
  margin: 0 0 0 8px;
  padding: 0 6px; }

@media screen and (max-width: 720px) {
  .catfull_tags {
    display: block; }
  .catfull_tags .viewed_sale {
    display: inline-block;
    margin: 0 0 6px; } }

.catfull_btns {
  display: table-cell;
  width: 70px;
  vertical-align: top; }

.catfull_btns .btn {
  margin: 0 0 10px;
  display: block;
  padding: 5px 0; }

.catfull_btns p {
  margin: 0 0 6px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 10px;
  line-height: 12px; }

.catfull_btns p a {
  color: #626262;
  text-decoration: none;
  position: relative; }

.catfull_btns p a:hover {
  color: #008787; }

.catfull_btns a.compare.added, .catfull_btns a.booklink.added {
  color: #008787; }

.catfull_btns a.compare.added:before, .catfull_btns a.booklink.added:before {
  content: '';
  position: absolute;
  display: block;
  background-image: url(../images/sprite.png);
  background-position: -116px -147px;
  width: 11px;
  height: 8px;
  left: -14px;
  top: 3px; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .catfull_btns a.compare.added:before, .catfull_btns a.booklink.added:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; } }

.catfull_price {
  float: right;
  width: 40%;
  text-align: right; }

.catfull_entry {
  display: table-cell;
  vertical-align: top;
  padding-right: 80px;
  padding-left: 18px; }

/* basketbox */
.basketbox {
  background: #fff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 28px;
  position: relative;
  margin: 0 0 5px; }

.basketbox:after {
  content: '';
  clear: both;
  display: block; }

.basketbox .catfull_img {
  float: left;
  margin: 0 16px 0 0; }

.basketbox .catfull_txt {
  display: block;
  float: left;
  width: 315px;
  padding: 0; }

.basketbox_meta {
  float: left;
  width: 232px;
  margin: 0 102px 0 0; }

.basketbox .number {
  float: left;
  margin: 0; }

.basketbox .catfull_price {
  display: block;
  float: right;
  text-align: right; }

.basketbox .recomended_price {
  margin: 0 0 12px; }

.basketbox .basketbox_btns {
  float: right;
  display: block;
  width: 130px; }

.basketbox .basketbox_btns p {
  margin: 0 0 10px;
  line-height: 12px; }

.basketbox .basketbox_btns p:last-child {
  margin: 0; }

.basketbox .basketbox_btns a {
  font-size: 10px;
  line-height: 12px; }

.basketbox .basketbox_btns a:before {
  top: 2px; }

.basketbox_delete {
  background-image: url(../images/sprite.png);
  background-position: -148px -29px;
  width: 13px;
  height: 13px;
  display: block;
  position: absolute;
  right: 10px;
  top: 10px; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .basketbox_delete {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; } }

/* basket_total */
.basket_total {
  text-align: right;
  margin: 26px 0; }

.basket_total:after {
  content: '';
  clear: both;
  display: block; }

.basket_total-price {
  float: left;
  margin: 0 40px 0 0;
  font-weight: 700;
  text-align: right; }

.basket_total-price span {
  display: block;
  color: #008787;
  font-size: 20px;
  line-height: 20px;
  margin: 0 0 6px; }

.basket_total-price ins {
  text-decoration: none;
  color: #767676;
  font-size: 16px;
  line-height: 18px;
  display: block; }

.basket_total-form {
  float: right;
  width: 210px;
  text-align: center;
  margin: 2px 0 0; }

.basket_total-form .btn {
  margin: 0 0 10px;
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0; }

.basket_total-form small {
  display: block;
  color: #545454;
  font-size: 11px;
  line-height: 14px; }

/* productpage */
.productpage {
  background: #fff;
  border-radius: 4px;
  -ms-border-radius: 4px;
  margin: 0 0 25px;
  padding: 25px; }
.productpage .sale, .productpage .laidoff, .productpage .laid {
  margin: 0 0 18px; }
.productpage_price {
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  margin: 0 0 18px; }
.productpage_price del {
  color: #656565;
  display: block;
  margin: 0 0 12px; }
.productpage_price span {
  color: #ef5925;
  font-size: 20px;
  line-height: 22px;
  display: block;
  margin: 0 0 6px; }
.productpage_price ins {
  text-decoration: none;
  color: #767676;
  display: block; }
.productpage_price small {
  display: block;
  color: #767676;
  font-size: 11px;
  line-height: 12px;
  font-weight: 400;
  margin-top: 6px; }
.productpage .art {
  margin: 0 0 8px; }
.productpage .avail {
  color: #767676;
  margin: 0 0 20px; }
.productpage_meta {
  float: left;
  margin: 0; }
.productpage_btns {
  float: right;
  margin: 0 0 20px;
  width: 208px; }
.productpage_btns .btn {
  display: block;
  margin: 0 0 10px; }
.productpage_btns .consult {
  text-align: center; }
.productpage_btns .compare_link {
  float: left;
  margin: 0 0 18px; }
.productpage_btns .favorite_link {
  float: right;
  margin: 0 0 18px; }
.productpage h2 {
  color: #3f3f3f;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  margin: 0 0 16px; }
.productpage_short {
  color: #545454;
  font-size: 12px;
  line-height: 16px;
  margin: 0 0 28px; }

.gallery {
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  -ms-border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 40px 20px;
  position: relative;
  margin: 0 0 24px;
  overflow: hidden; }

.gallery_item img {
  max-height: 160px;
  display: block;
  outline: none; }

.gallery_item_inner {
  -ms-display: flexbox;
  display: flex;
  height: 210px;
  align-items: center;
  justify-content: center; }

.gallery .owl-carousel {
  position: static; }

.gallery .owl-dots {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%; }

.gallery .owl-prev, .gallery .owl-next {
  background: url(../images/chevron-right.svg) 0 0 no-repeat;
  width: 21px;
  height: 40px;
  position: absolute;
  top: 50%;
  margin-top: -20px; }

.gallery .owl-prev {
  left: 10px;
  transform: matrix(-1, 0, 0, 1, 0, 0);
  -ms-transform: matrix(-1, 0, 0, 1, 0, 0); }

.gallery .owl-next {
  right: 10px; }

@media screen and (max-width: 820px) {
  .gallery {
    padding: 10px; }
  .gallery .owl-dots {
    display: block !important; }
  .gallery .owl-nav {
    display: none !important; } }

/* Feat */
.feat {
  border-top: 1px solid #ededed;
  color: #545454;
  font-size: 12px;
  line-height: 14px; }

.feat li {
  border-bottom: 1px solid #ededed;
  padding: 8px 0; }

.feat li div {
  display: inline-block; }

.feat_name {
  width: 170px;
  margin: 0 10px 0 0; }

.featbox {
  border-top: 0;
  font-size: 13px;
  line-height: 16px;
  margin: 0 0 20px; }

.featbox li {
  border-bottom-color: #c5c5c5;
  padding: 10px 0;
  position: relative; }

.featbox .feat_name {
  width: 320px;
  margin-right: 10px; }

.featbox_title {
  color: #3f3f3f;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700; }

.featbox li:hover {
  border-bottom-color: #008787; }

.featbox li:hover:before {
  content: '';
  position: absolute;
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  top: -1px;
  background: #008787; }

.featbox li.featbox_title:hover {
  border-bottom-color: #c5c5c5; }

.featbox li.featbox_title:hover::before {
  content: none;
  display: none; }

/* Modify */
.modify {
  color: #353535;
  font-size: 12px;
  line-height: 14px;
  position: relative; }

.modify:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 6px;
  background: transparent;
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.2) 100%);
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.2) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.2) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=0 ); }

.modify.opened {
  height: auto;
  overflow: visible; }

.modify.opened:before {
  content: none;
  display: none; }

.modify h2 {
  position: relative;
  z-index: 502; }

.modify p {
  margin: 0 0 12px; }

.modify p:last-child {
  margin: 0; }

.modify a {
  color: #353535;
  text-decoration: none; }

.modify a:hover {
  color: #008787; }

.modify_show, .viewed_all {
  padding-top: 14px;
  cursor: pointer;
  position: relative;
  color: #424242;
  font-size: 11px;
  margin: 0 0 30px;
  line-height: 12px;
  text-transform: uppercase;
  font-weight: 700;
  padding-left: 16px; }

.modify_show:before, .viewed_all:before {
  content: '';
  position: absolute;
  display: block;
  background-image: url(../images/sprite.png);
  background-position: -148px -142px;
  width: 11px;
  height: 3px;
  left: 0;
  top: 18px; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .modify_show:before, .viewed_all:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; } }

.modify_show:hover, .viewed_all:hover {
  color: #008787; }

/* modifywin */
.modifywin {
  height: 60px;
  position: relative;
  overflow: hidden; }

.modifywin_cls, .modifywin_bot {
  display: none; }

.modify.open {
  min-height: 78px; }

.modify.open:before {
  content: none;
  display: none; }

.modify.open .modifywin {
  background: #fff;
  position: absolute;
  width: 260px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 16px 25px 20px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
  top: -16px;
  left: -25px;
  z-index: 500;
  padding-top: 54px;
  overflow: visible;
  height: auto; }

.modify.open .modifywin_cls {
  background-image: url(../images/sprite.png);
  background-position: -148px -29px;
  width: 13px;
  height: 13px;
  position: absolute;
  right: 7px;
  top: 7px;
  cursor: pointer;
  display: block; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .modify.open .modifywin_cls {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; } }

.modify.open .modifywin_bot {
  margin: 16px 0 0;
  display: block; }

.modify.open .modifywin_bot:after {
  content: '';
  clear: both;
  display: block; }

.modify.open .modifywin_hide, .modify.open .modifywin_dif {
  color: #424242;
  font-size: 11px;
  line-height: 12px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  padding-left: 15px;
  position: relative;
  float: left;
  margin: 0; }

.modify.open .modifywin_hide:before, .modify.open .modifywin_dif:before {
  background-image: url(../images/sprite.png);
  background-position: -148px -142px;
  width: 11px;
  height: 3px;
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 4px; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .modify.open .modifywin_hide:before, .modify.open .modifywin_dif:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; } }

.modify.open .modifywin_hide:hover, .modify.open .modifywin_dif:hover {
  color: #008787; }

.modify.open .modifywin_dif {
  float: right; }

.modify.open .modifywin_dif:before {
  background-image: url(../images/sprite.png);
  background-position: -75px -147px;
  width: 11px;
  height: 10px;
  top: 0; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .modify.open .modifywin_dif:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; } }

/* product_tabs */
.tab-pane {
  margin: 0 0 40px; }

.product_tabshead {
  margin: 0 0 18px; }

.product_tabshead ul {
  background: #fff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  display: table;
  width: 100%; }

.product_tabshead li {
  display: table-cell;
  font-size: 11px;
  line-height: 12px;
  font-weight: 700;
  text-transform: uppercase;
  outline: none;
  position: relative; }

.product_tabshead li a {
  color: #3f3f3f;
  display: block;
  padding: 15px 0;
  text-decoration: none;
  text-align: center;
  outline: none;
  position: relative; }

.product_tabshead li a small {
  color: #008787;
  font-size: 11px; }

.product_tabshead li:first-child a {
  border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px; }

.product_tabshead li:last-child a {
  border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0; }

.product_tabshead li.ui-tabs-active a {
  background: #008787;
  color: #fff; }

.product_tabshead li.ui-tabs-active a small {
  color: #fff; }

.product_tabshead.nofix .container {
  margin: 0;
  width: auto; }

.product_tabshead.fixed {
  background: #fff;
  position: fixed;
  width: 100%;
  z-index: 1000;
  left: 0;
  bottom: 0;
  margin: 0;
  -webkit-box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.2); }

.product_tabshead.fixed ul {
  display: block;
  width: auto; }

.product_tabshead.fixed li {
  display: block;
  float: left;
  font-size: 12px; }

.product_tabshead.fixed li a {
  padding: 15px 20px; }

.product_tabshead.fixed li:first-child a, .product_tabshead.fixed li:last-child a {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0; }

.product_tabshead li a:before {
  content: none;
  display: none;
  position: absolute; }

.product_tabshead li.tab1 a:before {
  background-image: url(../images/sprite.png);
  background-position: -36px -131px;
  width: 19px;
  height: 13px;
  left: 15px;
  top: 14px; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .product_tabshead li.tab1 a:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; } }

.product_tabshead li.tab1.ui-tabs-active a:before {
  background-image: url(../images/sprite.png);
  background-position: -55px -131px;
  width: 19px;
  height: 13px; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .product_tabshead li.tab1.ui-tabs-active a:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; } }

.product_tabshead li.tab2 a:before {
  background-image: url(../images/sprite.png);
  background-position: -132px -36px;
  width: 16px;
  height: 18px;
  left: 16px;
  top: 11px; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .product_tabshead li.tab2 a:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; } }

.product_tabshead li.tab2.ui-tabs-active a:before {
  background-image: url(../images/sprite.png);
  background-position: -132px 0px;
  width: 16px;
  height: 18px; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .product_tabshead li.tab2.ui-tabs-active a:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; } }

.product_tabshead li.tab3 a:before {
  background-image: url(../images/sprite.png);
  background-position: -91px -94px;
  width: 18px;
  height: 18px;
  left: 15px;
  top: 13px; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .product_tabshead li.tab3 a:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; } }

.product_tabshead li.tab3.ui-tabs-active a:before {
  background-image: url(../images/sprite.png);
  background-position: -73px -94px;
  width: 18px;
  height: 18px; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .product_tabshead li.tab3.ui-tabs-active a:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; } }

.product_tabshead li.tab4 a:before {
  background-image: url(../images/sprite.png);
  background-position: -37px -94px;
  width: 18px;
  height: 18px;
  left: 15px;
  top: 13px; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .product_tabshead li.tab4 a:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; } }

.product_tabshead li.tab4.ui-tabs-active a:before {
  background-image: url(../images/sprite.png);
  background-position: -109px -94px;
  width: 18px;
  height: 18px; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .product_tabshead li.tab4.ui-tabs-active a:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; } }

.product_tabshead li.tab5 a:before {
  background-image: url(../images/sprite.png);
  background-position: -85px -15px;
  width: 21px;
  height: 18px;
  left: 15px;
  top: 13px; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .product_tabshead li.tab5 a:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; } }

.product_tabshead li.tab5.ui-tabs-active a:before {
  background-image: url(../images/sprite.png);
  background-position: -111px -18px;
  width: 21px;
  height: 18px; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .product_tabshead li.tab5.ui-tabs-active a:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; } }

#prod-docs {
  color: #3f3f3f;
  font-size: 14px;
  line-height: 16px; }

#prod-docs h2 {
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700; }

#prod-docs p {
  margin: 0 0 20px; }

#prod-adds h2, #prod-faq h2, #prod-use h2 {
  margin: 16px 0;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700; }

/* usebox */
.usebox {
  margin: 0 0 30px; }

.usebox_img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 185px;
  display: block;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  margin: 0 0 10px; }

@media screen and (max-width: 1300px) {
  .usebox_img {
    height: 145px; } }

@media screen and (max-width: 500px) {
  .usebox_img {
    height: 175px; } }

.usebox_img img {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  display: block;
  width: 100%; }

.usebox_name {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  margin: 0 0 8px; }

.usebox_name a {
  color: #353535;
  text-decoration: none; }

.usebox_name a:hover {
  color: #008787; }

.usebox_cat {
  font-size: 10px;
  color: #626262;
  text-transform: uppercase;
  line-height: 12px;
  position: relative;
  padding-left: 18px;
  font-weight: 700; }

.usebox_cat img {
  width: 12px;
  position: absolute;
  left: 0;
  top: -1px; }

/* Faq tac */
.post {
  border-bottom: 1px solid #bababa;
  padding: 0 0 20px;
  margin: 0 0 20px;
  color: #353535;
  font-size: 13px;
  line-height: 16px; }

.post:after {
  content: '';
  clear: both;
  display: block; }

.post h3 {
  font-size: 20px;
  line-height: 22px;
  margin: 0 0 12px;
  font-weight: 700; }

.post h3 a {
  color: #353535;
  text-decoration: none; }

.post h3 a:hover {
  color: #008787; }

.post img {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  margin: 0 0 20px; }

.post p {
  margin: 0 0 16px; }

.post img.alignleft {
  float: left;
  margin: 0 16px 0 0;
  width: 240px; }

.post_more {
  position: relative;
  overflow: hidden;
  max-height: 160px; }

.post_more_out {
  padding-left: 260px; }

.post_more:before {
  background: rgba(255, 255, 255, 0.2);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, #f6f6f6 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, #f6f6f6 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, #f6f6f6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=0 );
  content: '';
  position: absolute;
  display: block;
  height: 16px;
  width: 100%;
  left: 0;
  bottom: 0; }

/* spoiler */
.spoiler {
  margin: 0 0 18px; }

.spoiler_name {
  font-size: 14px;
  line-height: 16px;
  color: #3f3f3f;
  padding-left: 16px;
  position: relative;
  cursor: pointer; }

.spoiler_name:hover, .spoiler_name.opened {
  color: #008787; }

.spoiler_name:before {
  content: '';
  position: absolute;
  display: block;
  background-image: url(../images/sprite.png);
  background-position: -161px -84px;
  width: 7px;
  height: 12px;
  left: 0;
  top: 1px; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .spoiler_name:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; } }

.spoiler_name.opened:before {
  background-image: url(../images/sprite.png);
  background-position: -161px -38px;
  width: 8px;
  height: 13px; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .spoiler_name.opened:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; } }

.spoiler_hide {
  background: #fff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 12px 16px;
  font-size: 13px;
  line-height: 16px;
  color: #3f3f3f;
  margin-left: 16px;
  margin-top: 10px;
  display: none; }

/* Просмотренные товары */
.sidetitle {
  color: #3f3f3f;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 16px; }

.viewed {
  margin: 0 0 15px;
  position: relative;
  height: 130px; }

.viewed_img {
  float: left;
  width: 88px; }

.viewed_img span {
  display: block;
  border: 1px solid #e9e9e9;
  width: 88px;
  height: 58px;
  text-align: center; }

.viewed_img img {
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  max-height: 50px;
  max-width: 78px;
  position: relative; }

.viewed_sale {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 10px;
  background: #ef5925;
  border-radius: 3px;
  -ms-border-radius: 3px;
  padding: 0;
  line-height: 20px;
  display: block;
  margin: 5px 0 0;
  text-align: center; }

.viewed_text {
  padding-left: 105px; }

.viewed_name {
  font-weight: 700;
  font-size: 13px;
  line-height: 14px;
  margin: 0 0 10px; }

.viewed_name a {
  color: #353535;
  text-decoration: none; }

.viewed_name a:hover {
  color: #008787; }

.viewed .recomended_price {
  margin: 0 0 12px; }

.viewed .avail {
  margin: 0; }

.viewed_meta {
  border-top: 1px solid #d8d8d8;
  padding-top: 10px;
  display: none;
  margin: 10px 0 0; }

.viewed_meta span {
  font-size: 10px;
  line-height: 12px;
  font-weight: 700;
  display: inline-block;
  margin: 0 6px 0 0;
  vertical-align: middle;
  text-transform: uppercase; }

.viewed_meta span a {
  color: #626262;
  text-decoration: none; }

.viewed_meta span a:hover {
  color: #008787; }

.viewed_hover {
  background: #fff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 130px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 11px; }

.viewed_hover:after {
  content: '';
  clear: both;
  display: block; }

.viewed:hover .viewed_hover {
  height: auto;
  position: absolute;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  z-index: 100; }

.viewed:hover .viewed_meta {
  display: block; }

.viewed_row {
  margin-bottom: 30px; }

.viewed_all {
  color: #626262;
  font-size: 12px;
  display: inline-block;
  text-decoration: none;
  padding-top: 0; }

.viewed_all:before {
  top: 4px; }

.viewed_title {
  color: #3f3f3f;
  font-size: 20px;
  line-height: 22px;
  text-transform: uppercase;
  margin: 0 0 22px; }

/* ===== COMPARE PAGE ===== */
.compare_wrap {
  margin: 0;
  position: relative; }

.compare_wrap:after {
  content: '';
  clear: both;
  display: block; }

.compare_sidebar {
  float: right;
  width: 230px;
  padding-top: 15px; }

.compare_sidebar li {
  border-bottom: 1px solid #d3d3d3;
  height: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 700;
  padding-top: 10px; }

.compare_sidebar li .name {
  font-size: 13px;
  line-height: 14px;
  display: block;
  margin: 0 0 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%; }

.compare_sidebar li .name a {
  color: #353535;
  text-decoration: none; }

.compare_sidebar li .name a:hover {
  color: #008787; }

.compare_sidebar li .price {
  color: #888;
  font-size: 11px;
  line-height: 13px;
  display: block;
  margin: 0; }
.compare_sidebar li .price del {
  color: #656565;
  margin-right: 4px; }
.compare_sidebar li .price ins {
  font-size: 13px;
  margin: 0 10px 0 0;
  color: #ef5925;
  text-decoration: none; }

.compare_sidebar li .price span {
  color: #008787;
  font-size: 13px;
  margin: 0 10px 0 0; }

.compare_sidebar li .price i {
  font-style: normal; }

.compare_sidebar li:hover, .compare_sidebar li.hover-row {
  background: #e1eaea; }

.compare_right {
  padding-right: 230px; }

.compare_scroll_out {
  position: relative; }

.compare_scroll_out:before {
  content: '';
  position: absolute;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 1px;
  width: 40px;
  z-index: 10;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(246, 246, 246, 0.98) 49%, #f6f6f6 50%, #f6f6f6 99%, #f6f6f6 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(246, 246, 246, 0.98) 49%, #f6f6f6 50%, #f6f6f6 99%, #f6f6f6 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(246, 246, 246, 0.98) 49%, #f6f6f6 50%, #f6f6f6 99%, #f6f6f6 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f6f6f6',GradientType=1 );
  /* IE6-9 */ }

/* compare new */
.compare_column {
  width: 100px; }

.compare_column:nth-child(even) .compare_th, .compare_column:nth-child(even) .compare_td {
  background: #d8d8d8; }

.compare_th, .compare_td {
  background: #e4e4e4;
  border-bottom: 1px solid #d3d3d3;
  height: 60px;
  vertical-align: top;
  text-align: left;
  color: #545454;
  font-size: 12px;
  line-height: 14px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  font-weight: 400;
  padding: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  outline: none; }

.compare_th.hover-row, .compare_td.hover-row {
  background: #e1eaea !important; }

.compare_column:hover .compare_th, .compare_column:hover .compare_td {
  background: #9fc6c6 !important; }

.compare_th {
  height: 61px;
  position: relative;
  z-index: 999; }

.compare_th.fixed {
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25); }

/* compfeat_slider */
#compare_swiper_box {
  position: relative;
  padding-top: 14px; }

#compare_swiper_box .swiper-scrollbar-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 102; }

#compare_swiper_box .swiper-scrollbar {
  height: 5px; }

#compare_swiper_box .swiper-scrollbar-drag {
  background: #008787;
  cursor: move; }

/* Orderpage */
.orderpage {
  background: #fff;
  padding: 44px 20px;
  margin: 0 0 40px; }

.orderpage:after {
  content: '';
  clear: both;
  display: block; }

.orderform {
  max-width: 482px;
  width: 100%;
  margin: 0 auto; }

.orderform .checkf a {
  text-decoration: none; }

.orderform .checkf a:hover {
  text-decoration: underline; }

.orderform .checkf .jq-checkbox, .orderform .checkf input[type="checkbox"] {
  background-color: #e1e1e1; }

.orderform_bottom {
  float: none;
  margin: 0 auto 40px; }

/* compfeat */
.compfeat {
  position: relative;
  padding-left: 250px;
  margin: 0 0 40px; }

.compfeat:before {
  content: '';
  position: absolute;
  display: block;
  width: 60px;
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #f6f6f6 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #f6f6f6 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #f6f6f6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from2', endColorstr='$to2',GradientType=1 );
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100; }

.compfeat_scroll {
  width: 100%;
  overflow-x: scroll; }

.compfeat_table {
  border-collapse: collapse; }

.compfeat_table th {
  border-bottom: 1px solid #d3d3d3;
  min-width: 172px;
  padding: 0 16px 10px 0;
  font-weight: 400;
  position: relative; }

.compfeat_table td {
  border-bottom: 1px solid #d3d3d3;
  color: #545454;
  font-size: 12px;
  line-height: 14px;
  height: 38px;
  padding: 0 8px;
  min-width: 172px;
  vertical-align: middle;
  position: relative; }

.compfeat_table tr.hover-row td {
  background: rgba(159, 198, 198, 0.25); }

.compfeat_left.compfeat_table {
  position: absolute;
  left: 0;
  top: 152px;
  width: 250px;
  border-top: 1px solid #d3d3d3;
  z-index: 990; }

.compfeat_left.compfeat_table td, .compfeat_left.compfeat_table th {
  width: auto;
  min-width: 0; }

.compfeat_left.compfeat_table tbody tr:hover, .compfeat_left.compfeat_table tbody tr.hover {
  background: rgba(159, 198, 198, 0.25); }

.compfeat_left.compfeat_table:before {
  content: '';
  position: absolute;
  display: block;
  width: 5px;
  position: absolute;
  right: -5px;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from2', endColorstr='$to2',GradientType=1 ); }

.compfeat_box {
  background-color: #fff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 10px;
  text-align: left;
  position: relative;
  width: 150px; }

.compfeat_box-img {
  border: 1px solid #eaeaea;
  width: 90px;
  height: 58px;
  position: relative;
  margin: 0 0 10px; }

.compfeat_box-img img {
  max-width: 80px;
  max-height: 50px;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  position: relative; }

.compfeat_box-name {
  font-size: 13px;
  line-height: 14px;
  font-weight: 700;
  margin: 0 0 6px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block; }

.compfeat_box-name a {
  color: #353535;
  text-decoration: none; }

.compfeat_box-name a:hover {
  color: #008787; }

.compfeat_box .avail {
  display: block; }

.compfeat_box-del {
  display: block;
  position: absolute;
  right: 8px;
  top: 8px;
  background-image: url(../images/sprite.png);
  background-position: -148px -29px;
  width: 13px;
  height: 13px; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .compfeat_box-del {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; } }

.compfeat_table2 {
  overflow: hidden; }

.compfeat_table2 tbody tr:hover, .compfeat_table2 tbody tr.hover {
  background: rgba(159, 198, 198, 0.25); }

.compfeat_table2 tbody {
  overflow: hidden; }

.compfeat_table2 td:after {
  background: #9fc6c6;
  content: '';
  position: absolute;
  display: block;
  right: 16px;
  height: 10000px;
  left: 0;
  top: -5000px;
  display: none;
  z-index: -1; }

.compfeat_table2 td:hover::after {
  display: block; }

.compfeat_column:hover .compfeat_cell {
  background: #9fc6c6; }

.compfeat_column .compfeat_box {
  margin: 0 8px 10px;
  width: auto;
  position: relative;
  z-index: 100; }

.compfeat_column .compfeat_box.fixed {
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5); }

.compfeat_cell {
  border-bottom: 1px solid #d3d3d3;
  color: #545454;
  font-size: 12px;
  line-height: 14px;
  height: 38px;
  padding: 0 8px;
  vertical-align: middle;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center; }

.compfeat_cell:nth-child(2) {
  border-top: 1px solid #d3d3d3; }

.compfeat_cell.hover-row {
  background: rgba(159, 198, 198, 0.25); }

.largecell {
  height: 100px !important; }

@media screen and (max-width: 720px) {
  .largecell {
    height: 120px !important; } }

/* compfeat_slider */
#compfeat_slider {
  position: relative;
  padding-top: 20px; }

#compfeat_slider .swiper-slide {
  width: 170px; }

#compfeat_slider .swiper-scrollbar-wrap {
  position: absolute;
  left: 8px;
  right: 8px;
  top: 0;
  z-index: 102; }

#compfeat_slider .swiper-scrollbar {
  height: 5px; }

#compfeat_slider .swiper-scrollbar-drag {
  background: #008787;
  cursor: move; }

/* wherebuy */
hr {
  background-color: #bababa;
  margin: 36px 0;
  height: 1px;
  clear: both;
  display: block;
  padding: 0;
  border: 0; }

.wherebuy {
  margin-bottom: 36px; }

.wherebuy h4 {
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
  margin: 0 0 12px; }

.wherebuy p {
  position: relative;
  padding-left: 16px;
  margin: 0 20px 12px 0;
  font-size: 13px;
  line-height: 16px; }

.wherebuy p:before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 2px; }

.wherebuy p.lst {
  margin-bottom: 30px; }

.wherebuy p.wherebuy_address:before {
  background-image: url(../images/sprite.png);
  background-position: -161px -51px;
  width: 9px;
  height: 11px; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .wherebuy p.wherebuy_address:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; } }

.wherebuy p.wherebuy_phones:before {
  background-image: url(../images/sprite.png);
  background-position: -96px -147px;
  width: 10px;
  height: 10px; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .wherebuy p.wherebuy_phones:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; } }

.wherebuy p.wherebuy_mail:before {
  background-image: url(../images/sprite.png);
  background-position: -30px -158px;
  width: 10px;
  height: 8px;
  top: 5px; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .wherebuy p.wherebuy_mail:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; } }

.wherebuy p.wherebuy_time:before {
  background-image: url(../images/sprite.png);
  background-position: -86px -147px;
  width: 10px;
  height: 10px;
  top: 3px; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .wherebuy p.wherebuy_time:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; } }

.wherebuy p.wherebuy_url:before {
  background-image: url(../images/sprite.png);
  background-position: -106px -147px;
  width: 10px;
  height: 10px;
  top: 4px; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .wherebuy p.wherebuy_url:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; } }

.wherebuy p.wherebuy_info {
  font-size: 12px;
  font-style: italic; }

.wherebuy p.wherebuy_info:before {
  background-image: url(../images/sprite.png);
  background-position: -23px -147px;
  width: 11px;
  height: 11px; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .wherebuy p.wherebuy_info:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; } }

/* support */
.support_title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  margin: 22px 0; }

.support_title .checkf {
  display: inline;
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  margin: 0 0 0 8px; }

.support_title .checkf .jq-checkbox {
  top: 6px;
  background-color: #dedede; }

.support_title .checkf .jq-checkbox.checked + span {
  color: #008787; }

.supsearch {
  border-bottom: 2px solid #575757;
  margin-bottom: 20px;
  padding-right: 40px;
  position: relative; }

.supsearch_inp {
  outline: none;
  border: 0;
  background: 0;
  margin: 0;
  padding: 5px 0;
  font-size: 13px;
  line-height: 20px;
  width: 100%; }

.supsearch_btn {
  position: absolute;
  right: 0;
  top: 11px;
  background: 0;
  background-image: url(../images/sprite.png);
  background-position: -148px -106px;
  width: 12px;
  height: 12px;
  border: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-indent: -9999px; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .supsearch_btn {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; } }

.supsearch_close {
  background-image: url(../images/sprite.png);
  background-position: -148px -29px;
  width: 13px;
  height: 13px;
  display: block;
  position: absolute;
  right: 1px;
  top: 10px; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .supsearch_close {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; } }

.supsearch:before {
  height: 2px;
  background: #008787;
  width: 100%;
  left: 0;
  bottom: -2px;
  content: '';
  position: absolute;
  display: block;
  transition: all 650ms ease-in-out;
  -moz-transition: all 650ms ease-in-out;
  -webkit-transition: all 650ms ease-in-out;
  -ms-transition: all 650ms ease-in-out;
  transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -webkit-transform: scale(0, 1); }

.supsearch.focus .supsearch_inp {
  font-weight: 700;
  color: #008787; }

.supsearch.focus:before {
  transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1); }

.supsearch .ui-autocomplete {
  left: 0 !important;
  right: 0 !important;
  top: 32px !important; }

.supresult {
  font-size: 14px;
  line-height: 16px;
  margin: 0 0 40px; }

.supresult_title {
  font-size: 14px;
  line-height: 16px;
  margin: 0 0 18px;
  font-weight: 700; }

.supresult li {
  margin: 0 0 18px; }

.supsearch_select {
  margin-bottom: 32px; }

.supsearch_select select {
  width: 100%; }

.supsearch_select .jq-selectbox {
  width: 100%; }

.supsearch_select .jq-selectbox__select {
  border: 0;
  border-bottom: 2px solid #575757;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 5px 40px 5px 0;
  font-size: 13px;
  line-height: 20px; }

.supsearch_select .jq-selectbox__trigger {
  right: 0;
  background-image: url(../images/sprite.png);
  background-position: -106px -131px;
  width: 15px;
  height: 9px;
  border: 0; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .supsearch_select .jq-selectbox__trigger {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; } }

.supsearch_select .jq-selectbox__dropdown {
  background-color: #fff;
  border: 0;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0; }

.supsearch_select .jq-selectbox__dropdown ul li {
  padding: 5px 8px; }

.supsearch_select .jq-selectbox__dropdown ul li:hover {
  background-color: #008787;
  color: #fff; }

/* GUARANTEE */
.garPage {
  font-size: 13px;
  line-height: 18px; }

.garPage h2 {
  color: #3f3f3f;
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  margin: 0 0 20px; }

.garPage .garTable {
  margin: 0 0 40px; }

.garPage table {
  width: 100%;
  border-collapse: collapse;
  color: #545454;
  font-size: 13px;
  line-height: 14px;
  margin: 0; }

.garPage table th {
  font-weight: 700;
  text-align: left;
  border-bottom: 1px solid #c5c5c5;
  border-top: 1px solid #c5c5c5;
  min-width: 150px;
  padding: 8px 10px 8px 0; }

.garPage table td {
  border-bottom: 1px solid #c5c5c5;
  vertical-align: top;
  padding: 8px 10px 8px 0; }

.garPage table td p {
  margin: 0;
  border-bottom: 1px solid #c5c5c5;
  padding: 8px 0; }

.garPage table td p:first-child {
  padding-top: 0; }

.garPage table td p:last-child {
  border: 0;
  padding-bottom: 0; }

.garForm {
  background-color: #dedede;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 16px 20px;
  margin: 0 auto 40px;
  max-width: none;
  width: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.garForm_title {
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  margin: 0 0 20px; }

.garForm .filter_btns .btn {
  margin: 0 0 14px; }

.garForm .inpf {
  margin: 0 0 20px; }

.garForm .inpf label {
  font-size: 13px;
  line-height: 14px;
  top: auto;
  bottom: 8px; }

.garForm .inpf .styler {
  font-size: 13px; }

.garForm .inpf.focused label {
  font-size: 11px;
  line-height: 11px;
  transform: translateY(-19px);
  -moz-transform: translateY(-19px);
  -webkit-transform: translateY(-19px); }

.garForm .inpf .success_box {
  right: -10px;
  top: 11px; }

.garForm .checkf {
  margin: 0 0 20px; }

.garForm .checkf .jq-checkbox {
  background-color: #fff; }

.garForm .jq-file {
  width: 100%;
  margin: 0 0 20px; }

.garForm_mobile {
  text-align: center;
  margin: 0 0 40px;
  display: none; }

/* SPECIALIST */
.specialist {
  position: relative;
  padding-left: 250px;
  min-height: 204px;
  margin: 0 0 30px; }

.specialist_photo {
  width: 204px;
  height: 204px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: rgba(0, 135, 135, 0.35);
  position: absolute;
  left: 0;
  top: 0; }

.specialist_photo img {
  width: 204px;
  height: 204px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%; }

.specialist_name {
  font-size: 20px;
  line-height: 22px;
  margin: 0 0 20px;
  font-weight: 700; }

.specialist_text {
  font-size: 13px;
  line-height: 17px;
  border-bottom: 1px solid #bababa;
  padding: 0 0 30px; }

.specialist_text p {
  margin: 0 0 20px; }

.specialist_text p:last-child {
  margin: 0; }

/* avabox */
.avabox {
  position: relative;
  padding-left: 58px;
  color: #353535;
  font-size: 13px;
  line-height: 16px;
  margin: 10px 20px 30px 0;
  max-width: 130px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block; }

.avabox_img {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -25px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #008787;
  display: block;
  width: 50px;
  height: 50px; }

/* suptable */
.suptable {
  margin: 0 0 40px; }

.suptable table {
  width: 100%;
  border-collapse: collapse;
  margin: 0; }

.suptable th, .suptable td {
  vertical-align: middle;
  text-align: left;
  padding: 6px 10px;
  border-left: 1px solid #d3d3d3; }

.suptable th:first-child, .suptable td:first-child {
  border: 0; }

.suptable th {
  font-size: 12px;
  line-height: 14px;
  color: #545454;
  font-weight: 400;
  padding-top: 0;
  vertical-align: top; }

.suptable td {
  background-color: #e4e4e4;
  padding: 14px 10px; }

.suptable tr:nth-child(odd) td {
  background-color: #d8d8d8; }

.suptable .avabox {
  max-width: none;
  margin: 0;
  padding-left: 40px; }

.suptable .avabox_img {
  width: 30px;
  height: 30px;
  margin-top: -15px; }

.suptable .w240 {
  width: 240px; }

.compet_title {
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 32px; }

.compet_post {
  max-width: 650px;
  border: 0;
  padding: 0;
  margin: 0 0 40px; }

/* usagerow */
.usagerow {
  margin: 0 0 34px;
  border-bottom: 1px solid #bababa;
  padding: 0 0 20px; }

.usagerow .grid3 {
  padding: 0 16px 0 0; }

.usagebox {
  position: relative;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  max-width: 210px;
  display: table;
  margin: 0 0 24px; }

.usagebox img {
  max-height: 34px;
  max-width: 34px;
  display: block; }

.usagebox a {
  color: #353535;
  text-decoration: none; }

.usagebox a:hover {
  color: #008787; }

.usagebox_img {
  display: table-cell;
  width: 45px;
  vertical-align: middle;
  height: 40px; }

.usagebox_text {
  display: table-cell;
  vertical-align: middle;
  height: 40px; }

/* usage_header */
.usage_title {
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 20px; }

.usage_search {
  margin: 0 0 20px; }

.usage_search .supsearch_inp {
  line-height: 18px;
  padding: 4px 0; }

.usage_search .supsearch_inp::-webkit-input-placeholder {
  color: #353535; }

.usage_search .supsearch_inp::-moz-placeholder {
  color: #353535; }

.usage_search.focus .supsearch_inp {
  font-weight: 400; }

.usage_search .supsearch_btn {
  background-image: url(../images/sprite.png);
  background-position: -148px -106px;
  width: 12px;
  height: 12px;
  top: 8px; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .usage_search .supsearch_btn {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; } }

.usage_header .usage_title {
  margin-top: 2px; }

.usage_header .text-right {
  margin-top: 6px; }

/* search_result */
.search_result {
  font-size: 14px;
  line-height: 16px;
  margin: 0 0 24px;
  color: #434343; }

.search_result b {
  font-weight: 700; }

/* searchres */
.searchres {
  border-bottom: 1px solid #bababa;
  margin: 0 0 20px;
  padding: 0 0 18px; }

.searchres:after {
  content: '';
  clear: both;
  display: block; }

.searchres:first-child {
  border-top: 1px solid #bababa;
  padding-top: 18px; }

.searchres_img {
  width: 146px;
  float: left; }

.searchres_img img {
  max-width: 100%;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  display: block; }

.searchres_text {
  padding-left: 160px;
  font-size: 13px;
  line-height: 16px; }

.searchres h3 {
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px; }

.searchres h3 a {
  color: #353535;
  text-decoration: none; }

.searchres h3 a:hover {
  color: #008787; }

.searchres_in {
  position: relative;
  float: left;
  width: 100%;
  height: 94px;
  overflow: hidden; }

.searchres_in:before {
  background: rgba(255, 255, 255, 0.2);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, #f6f6f6 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, #f6f6f6 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, #f6f6f6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=0 );
  content: '';
  position: absolute;
  display: block;
  height: 16px;
  width: 100%;
  left: 0;
  bottom: 0; }

/* tech */
.techbox {
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 34px; }

.techbox p {
  margin: 0 0 14px; }

.techbox_img {
  display: block;
  margin: 0 0 14px; }

.techbox_img img {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  display: block;
  width: 100%; }

.techbox_name {
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  margin: 0 0 14px; }

.techbox_name a {
  color: #353535;
  text-decoration: none; }

.techbox_name a:hover {
  color: #008787; }

.techbox_text {
  position: relative;
  height: 160px;
  overflow: hidden; }

.techbox_text:before {
  background: rgba(255, 255, 255, 0.2);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, #f6f6f6 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, #f6f6f6 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, #f6f6f6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=0 );
  content: '';
  position: absolute;
  display: block;
  height: 16px;
  width: 100%;
  left: 0;
  bottom: 0; }

/* consult_page */
.consult_page {
  background-color: #fff;
  padding: 40px;
  margin: 0 0 40px; }

.consult_page .orderform {
  margin: 0; }

.consult_page .viewed {
  -webkit-box-shadow: 0 0 0 1px #e8e8e8;
  box-shadow: 0 0 0 1px #e8e8e8;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px; }

.consult_page .viewed:hover {
  -webkit-box-shadow: none;
  box-shadow: none; }

.consult_lt {
  float: left;
  width: 235px; }

.consult_rt {
  padding-left: 270px; }

.consult_rt .orderform {
  padding-top: 7px; }

.consult_filter_btns {
  margin: 0 0 40px;
  padding: 0; }

.consult_filter_btns .btn {
  margin: 0 0 14px; }

/* newspost */
.newspost {
  margin: 0 0 44px;
  position: relative; }

.newspost_date {
  font-size: 16px;
  line-height: 18px;
  color: #3f3f3f;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 26px;
  width: 120px;
  text-align: center; }

.newspost_prev, .newspost_next {
  display: block;
  position: absolute;
  top: 3px; }

.newspost_prev.deactive, .newspost_next.deactive {
  opacity: 0.45; }

.newspost_prev {
  background-image: url(../images/sprite.png);
  background-position: -161px -72px;
  width: 7px;
  height: 12px;
  left: 0; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .newspost_prev {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; } }

.newspost_next {
  background-image: url(../images/sprite.png);
  background-position: -161px -96px;
  width: 7px;
  height: 12px;
  right: 0; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .newspost_next {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; } }

.newspost_entry {
  background-color: #fff;
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
  padding: 20px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px; }

.newspost_entry:after {
  content: '';
  clear: both;
  display: block; }

.newspost_entry h1 {
  color: #3f3f3f;
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 30px; }

.newspost_entry h2 {
  color: #3f3f3f;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 30px 0 22px; }

.newspost_entry h3 {
  color: #3f3f3f;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  margin: 18px 0; }

.newspost_entry .size16 {
  font-size: 16px;
  line-height: 22px; }

.newspost_entry p {
  margin: 0 0 24px; }

.newspost_entry .marg-40 {
  margin-left: -70px;
  margin-right: -70px; }

.newspost_entry .marg-40 img {
  display: block;
  width: 100%; }

/* footnote */
.footnote {
  background-color: #dbdbdb;
  height: 1px;
  position: relative;
  clear: both;
  margin: 0 -45px 20px 0; }

.footnote:before {
  content: '';
  position: absolute;
  display: block;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #dbdbdb;
  width: 5px;
  height: 5px;
  left: 0;
  top: -2px; }

.footnote_box {
  background-color: #dbdbdb;
  width: 150px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  font-size: 11px;
  line-height: 16px;
  color: #353535;
  padding: 16px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: -12px;
  right: -150px; }

/* ======================== */
/* === PROFILE 24.10.18 === */
/* ======================== */
.logout {
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase; }

.logout a {
  color: #3f3f3f;
  text-decoration: none;
  position: relative;
  padding-left: 15px; }

.logout a:before {
  content: '';
  position: absolute;
  display: block;
  background-image: url(../images/sprite.png);
  background-position: -45px -147px;
  width: 10px;
  height: 11px;
  left: 0;
  top: 3px; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .logout a:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; } }

.edit {
  font-size: 11px;
  line-height: 14px;
  font-weight: 700;
  text-transform: uppercase; }

.edit a {
  display: inline-block;
  text-decoration: none;
  color: #626262;
  padding-left: 15px;
  position: relative; }

.edit a:before {
  content: '';
  position: absolute;
  display: block;
  background-image: url(../images/sprite.png);
  background-position: -65px -147px;
  width: 10px;
  height: 11px;
  left: 0;
  top: 1px; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .edit a:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; } }

.edit a:hover {
  color: #008787; }

.navtabs {
  background-color: #fff;
  float: none;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  margin: 0 0 18px; }

.navtabs_menu {
  float: left;
  margin: 0; }

.navtabs .logout {
  float: right;
  margin: 12px 16px 0 0; }

.navtabs.sm {
  margin: 0 0 10px; }

.navtabs.sm li {
  font-size: 11px; }

.navtabs.sm li a {
  padding: 10px 14px; }

.navtabs_select {
  float: left;
  display: none;
  margin: 0 0 0 16px; }

.navtabs_select .jq-selectbox__select {
  color: #3f3f3f;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  border: 0;
  text-transform: uppercase;
  padding: 10px 18px 10px 0;
  text-align: left; }

.navtabs_select .jq-selectbox__select-text {
  width: 100% !important; }

.navtabs_select .jq-selectbox__trigger {
  background-image: url(../images/sprite.png);
  background-position: -127px -147px;
  width: 12px;
  height: 7px;
  position: absolute;
  right: 0;
  top: 16px;
  border: 0; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .navtabs_select .jq-selectbox__trigger {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; } }

.navtabs_select .jq-selectbox.opened .jq-selectbox__trigger {
  background-image: url(../images/sprite.png);
  background-position: -139px -147px;
  width: 12px;
  height: 7px;
  z-index: 1000; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .navtabs_select .jq-selectbox.opened .jq-selectbox__trigger {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; } }

.navtabs_select .jq-selectbox__dropdown {
  background: #fff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  width: 100%;
  left: auto;
  padding: 0;
  top: 2px;
  left: -15px;
  min-width: 200px; }

.navtabs_select .jq-selectbox__dropdown li {
  cursor: pointer;
  color: #3f3f3f;
  font-size: 13px;
  line-height: 14px;
  font-weight: 700;
  padding: 10px 14px;
  text-transform: uppercase;
  text-align: left;
  float: none !important; }

.navtabs_select .jq-selectbox__dropdown li:first-child {
  padding-right: 32px; }

.navtabs_select .jq-selectbox__dropdown li:hover, .navtabs_select .jq-selectbox__dropdown li.sel {
  background: #9fc6c6; }

.navtabs.regtabs {
  background: 0; }

.step_tabs {
  background: #fff;
  position: relative;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  display: inline-block; }

.step_tabs li {
  position: relative; }

.step_tabs li:first-child .progressbar {
  border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px; }

.step_tabs li:last-child,
.step_tabs li:last-child a {
  border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0; }

.step_tabs li.active {
  background: #e8e8e8; }

.step_tabs li.active a {
  background: 0;
  color: #3f3f3f; }

.step_tabs li.done a {
  color: #fff;
  position: relative;
  z-index: 10; }

.step_tabs li.done .progressbar {
  background: #008787; }

.step_tabs li.done a:before {
  content: '';
  position: absolute;
  display: block;
  border: 20px solid transparent;
  border-left: 10px solid #008787;
  right: -30px;
  top: 0;
  left: auto; }

.step_tabs li.done a {
  background: #008787;
  color: #fff; }

.step_tabs li.done a:after {
  content: '';
  position: absolute;
  display: block;
  background-image: url(../images/sprite.png);
  background-position: -161px -137px;
  width: 9px;
  height: 7px;
  right: 0;
  top: 16px; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .step_tabs li.done a:after {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; } }

.step_tabs li:last-child.done a:after {
  right: 5px; }

.step_tabs li:last-child.done a:before {
  content: none;
  display: none; }

.progressbar {
  width: 0;
  background: #5ac6c6;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -webkit-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out; }

/* Module */
.module {
  background-color: #fff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  margin: 0 0 18px;
  padding: 24px 34px;
  position: relative; }

.module:after {
  content: '';
  clear: both;
  display: block; }

.module_title {
  color: #3f3f3f;
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 14px; }

.module_title:after {
  content: '';
  clear: both;
  display: block; }

.module_title span {
  float: left;
  margin: 2px 20px 0 0; }

.module_title .inpf_text {
  position: relative;
  left: auto;
  top: auto;
  margin: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-weight: 400;
  margin: 0;
  float: left; }

.module .edit {
  position: absolute;
  right: 34px;
  top: 24px; }

.module .orderform {
  margin: 0; }

.module.shadow {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.18);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.18); }

/* module_login */
.module_login {
  margin: 0 0 24px;
  padding: 34px; }

.module_login .module_title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  margin: 0 0 20px; }

.module_login .jq-selectbox__select {
  font-size: 16px; }

.module_grey {
  background: #e8e8e8;
  margin: 0 0 46px;
  padding: 34px; }

.module_grey .module_title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  margin: 0 0 20px; }

.module_grey .module_title2 {
  color: #353535;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  margin: 0 0 14px; }

.module_grey small, .module_grey span {
  color: #545454;
  font-size: 11px;
  line-height: 14px;
  display: block;
  float: left;
  margin: 5px 0 20px;
  width: 164px; }

.module_grey span {
  display: block;
  width: auto;
  float: none;
  margin: 0 0 20px;
  clear: both; }

.module_grey ul li {
  font-size: 13px;
  line-height: 16px;
  color: #545454;
  position: relative;
  padding-left: 24px;
  margin: 0 0 10px; }

.module_grey ul li:before {
  content: '';
  position: absolute;
  display: block;
  background-image: url(../images/sprite.png);
  background-position: -74px -131px;
  width: 16px;
  height: 12px;
  left: 0;
  top: 2px; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .module_grey ul li:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; } }

.module_grey .btn {
  float: left;
  margin: 0 16px 10px 0; }

.module_png {
  background: 0;
  padding-top: 0;
  padding-bottom: 0; }

/* proflist */
.proflist {
  display: table; }

.proflist li {
  display: table-row; }

.proflist_name, .proflist_val {
  display: table-cell;
  padding-bottom: 14px; }

.proflist li:last-child .proflist_name, .proflist li:last-child .proflist_val {
  padding: 0; }

.proflist_name {
  width: 168px;
  color: #767676;
  font-size: 11px;
  line-height: 14px; }

.proflist_val {
  font-size: 13px;
  line-height: 16px;
  color: #3f3f3f;
  font-weight: 700; }

.proform {
  display: table;
  width: 100%;
  border-top: 1px solid #e8e8e8;
  max-width: 483px;
  margin: 0 0 20px; }

.proform_row {
  display: table-row; }

.proform_name, .proform_field {
  display: table-cell;
  vertical-align: middle;
  border-bottom: 1px solid #e8e8e8;
  font-size: 12px;
  line-height: 16px;
  padding: 12px 0; }

.proform_name {
  width: 130px;
  color: #808080;
  padding-right: 10px; }

.proform_field {
  color: #3f3f3f;
  position: relative;
  padding-right: 30px; }

.proform_field a {
  color: inherit; }

.proform .del {
  background-image: url(../images/sprite.png);
  background-position: -148px -29px;
  width: 13px;
  height: 13px;
  display: block;
  position: absolute;
  right: 0;
  top: 13px; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .proform .del {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; } }

@media screen and (max-width: 900px) {
  .inpf_text {
    border: 0;
    padding: 0;
    position: relative;
    left: auto;
    top: auto;
    margin: 8px 0 0;
    width: auto; }
  .module_title span {
    display: block;
    float: none; }
  .module_title .inpf_text {
    display: block;
    margin: 0;
    float: none; } }

@media screen and (max-width: 820px) {
  .navtabs_menu {
    display: none; }
  .navtabs_select {
    display: block; }
  .navtabs_menu.step_tabs {
    display: block; } }

@media screen and (max-width: 750px) {
  .module, .module_login, .module_grey {
    padding: 14px; }
  .module_login {
    padding-right: 30px; }
  .module .edit {
    right: 14px;
    top: 14px; }
  .navtabs_menu.step_tabs {
    float: none; }
  .navtabs_menu.step_tabs li {
    float: none;
    display: block; }
  .navtabs_menu.step_tabs li:first-child a {
    border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0; }
  .navtabs_menu.step_tabs li:last-child a {
    border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px; }
  .navtabs_menu.step_tabs li.active {
    background: 0; }
  .navtabs_menu.step_tabs li.active a {
    background: #e8e8e8; }
  .navtabs_menu.step_tabs li.done a {
    background: #008787;
    color: #fff; }
  .progressbar {
    display: none; } }

@media screen and (max-width: 360px) {
  .proflist, .proflist li {
    display: block; }
  .proflist li {
    margin: 0 0 18px; }
  .proflist li:last-child {
    margin: 0; }
  .proflist_name, .proflist_val {
    display: block;
    padding: 0; }
  .proflist_name {
    margin: 0 0 4px; }
  .proform {
    display: block;
    width: auto; }
  .proform_row {
    display: block;
    position: relative;
    padding: 14px 30px 14px 0;
    border-bottom: 1px solid #e8e8e8; }
  .proform_name, .proform_field {
    border: 0;
    display: block;
    width: auto;
    padding: 0;
    position: static; }
  .proform .del {
    top: 50%;
    margin-top: -8px; }
  .navtabs_select .jq-selectbox {
    max-width: 180px; } }

/* Order */
.order {
  background: #fff;
  margin: 0 0 10px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 26px 36px;
  color: #767676;
  font-size: 11px;
  line-height: 14px; }

.order:after {
  content: '';
  clear: both;
  display: block; }

.order.single {
  margin: 0 0 16px; }

.order:last-child {
  margin: 0 0 30px; }

.order .catmain_text {
  padding: 0; }

.order .footer_kurs {
  text-align: left; }

.order p {
  margin: 0 0 8px; }

.order_date {
  margin: 0 0 32px; }

.order_price {
  color: #888;
  font-size: 11px;
  font-weight: 700;
  line-height: 14px;
  margin: 0 0 12px; }

.order_price b {
  color: #008787;
  font-size: 13px;
  display: block;
  font-weight: 700;
  margin: 0 0 6px; }

.order_column, .order_row {
  float: left;
  padding: 0 20px 0 0;
  width: 33.3333333%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.order_row {
  padding: 0;
  width: 75%; }

.order_more {
  width: 25%; }

.order_title {
  color: #3f3f3f;
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
  margin: 0 0 10px;
  display: inline-block;
  position: relative; }

.order_title_count {
  background: #ff0000;
  min-width: 15px;
  height: 15px;
  position: absolute;
  color: #fff;
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  right: -17px;
  top: 0; }

.order_title a {
  color: inherit;
  text-decoration: none; }

.order_title a:hover {
  color: #008787;
  text-decoration: underline; }

.order_status {
  color: #3f3f3f;
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
  margin: 0 0 10px;
  padding-left: 10px;
  position: relative;
  display: inline-block;
  padding-right: 14px; }

.order_status:before {
  content: '';
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  left: 0;
  top: 5px; }

.order_status.wait_pay:before {
  background: #fb4664; }

.order_status.wait_check:before {
  background: #ee8f31; }

.order_status.accepted:before {
  background: #0ac767; }

.order_status b {
  color: #fff;
  font-size: 8px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #fb4664;
  text-align: center;
  line-height: 12px;
  display: block;
  right: 0;
  top: -2px;
  position: absolute; }

.order .modbox_row.max {
  height: 100px; }

.order .modbox_row.opened {
  height: auto; }

.order .modbox_cl {
  padding-top: 4px;
  padding-bottom: 4px; }

.invoice, .double, .cancel {
  padding: 0;
  padding-left: 15px;
  position: relative;
  color: #626262;
  font-size: 11px;
  line-height: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  border: 0;
  background: 0;
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  font-family: 'Noto Sans', sans-serif; }

.invoice:before, .double:before, .cancel:before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 2px; }

.invoice:hover, .double:hover, .cancel:hover {
  color: #008787; }

.invoice:disabled, .double:disabled, .cancel:disabled {
  color: #626262;
  cursor: default;
  opacity: 0.5; }

.invoice:before {
  background-image: url(../images/sprite.png);
  background-position: -20px -158px;
  width: 10px;
  height: 12px; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .invoice:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; } }

.double:before {
  background-image: url(../images/sprite.png);
  background-position: -55px -147px;
  width: 10px;
  height: 11px; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .double:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; } }

.cancel:before {
  background-image: url(../images/sprite.png);
  background-position: -161px -108px;
  width: 9px;
  height: 9px; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .cancel:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; } }

@media screen and (max-width: 900px) {
  .order_column {
    width: 34%; }
  .order_row {
    width: 66%; }
  .order_row .order_column {
    width: 50%; }
  .order_row .order_column.order_pay {
    width: 100%;
    margin-top: 20px; }
  .order3 .order_row {
    width: 100%; }
  .order3 .order_row .order_column {
    width: 33.33333333%; }
  .order3 .order_row .order_column.order_pay {
    width: 33.33333333%;
    margin-top: 0; } }

@media screen and (max-width: 750px) {
  .order {
    padding: 16px; }
  .order_column {
    width: 50%; }
  .order_row {
    width: 50%; }
  .order_row .order_column {
    width: 100%; }
  .order_row .order_column.order_pay {
    width: 100%; }
  .order .modbox {
    display: table;
    width: 100%; }
  .order .modbox_cl {
    display: table-cell;
    padding: 0; }
  .order .modbox_img {
    width: 34px; }
  .order .modbox_row.max {
    height: 200px; }
  .order .modbox_row.max.opened {
    height: auto; }
  .order3 .order_row .order_column {
    width: 50%; }
  .order3 .order_row .order_column.order_pay {
    width: 100%;
    margin-top: 20px; } }

@media screen and (max-width: 500px) {
  .order_column {
    float: none;
    padding: 0;
    width: auto;
    margin: 0 0 30px; }
  .order_row {
    width: auto; }
  .order_row .order_column {
    width: auto; }
  .order_row .order_column.order_pay {
    width: auto; }
  .order .modbox_row.max {
    height: 100px; }
  .order .modbox_row.max.opened {
    height: auto; }
  .order_more {
    margin: 0; }
  .order3 .order_row .order_column {
    width: 100%; } }

/* orderflex */
.orderflex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }

.orderflex_col {
  margin: 0 20px 0 0; }

.orderflex_col:last-child {
  margin: 0; }

.orderflex_num {
  min-width: 144px;
  max-width: 144px; }

.orderflex_num p:last-child {
  margin: 0; }

.orderflex_pay {
  width: 100%; }

.orderflex_pay_item {
  margin: 0 0 12px; }

.orderflex_pay_item:last-child {
  margin: 0; }

.orderflex_pay_item.marg {
  margin: 0 0 14px; }

.orderflex_count {
  min-width: 240px;
  max-width: 240px;
  text-align: right;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-content: space-between; }

@media screen and (max-width: 750px) {
  .orderflex, .orderflex_count {
    display: block; }
  .orderflex_col {
    margin: 0 0 20px; }
  .orderflex_num, .orderflex_count {
    min-width: 0;
    max-width: none;
    text-align: left; } }

/* ordersm */
.sale {
  color: #fff;
  font-size: 11px;
  line-height: 13px;
  background: #ef5925;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 5px 9px;
  display: inline-block; }

.orderlist {
  border-top: 1px solid #e8e8e8; }

.orderlist_hide {
  position: relative;
  overflow: hidden;
  max-height: 470px; }

.orderlist_hide:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 6px;
  background: transparent;
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.2) 100%);
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.2) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.2) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=0 ); }

.orderlist_hide.noheight {
  max-height: none;
  overflow: visible; }

.orderlist_hide.noheight:before {
  content: none;
  display: none; }

.ordersm {
  border-bottom: 1px solid #e8e8e8;
  position: relative;
  padding: 15px 0 15px 24px; }

.ordersm:after {
  content: '';
  clear: both;
  display: block; }

.ordersm_col {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.ordersm_desc {
  width: 47%;
  padding-right: 40px; }

.ordersm_meta {
  float: right;
  width: 53%; }

.ordersm_left {
  width: 62%;
  padding-right: 40px; }

.ordersm_right {
  float: right;
  width: 38%; }

.ordersm_num {
  position: absolute;
  left: 0;
  top: 15px;
  color: #767676;
  font-size: 11px;
  line-height: 12px; }

.ordersm_img {
  float: left;
  width: 123px; }

.ordersm_img span {
  border: 1px solid #e9e9e9;
  height: 68px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center; }

.ordersm_img img {
  max-width: 70px;
  max-height: 56px; }

.ordersm_txt {
  padding-left: 140px;
  color: #545454;
  font-size: 11px;
  line-height: 14px; }

.ordersm_txt h3 {
  color: #353535;
  font-size: 15px;
  line-height: 16px;
  margin: 0 0 8px;
  font-weight: 700; }

.ordersm_txt h3 a {
  color: inherit;
  text-decoration: none; }

.ordersm_txt h3 a:hover {
  color: #008787;
  text-decoration: underline; }

.ordersm_txt p {
  margin: 0 0 8px; }

.ordersm .art {
  color: #767676;
  font-size: 11px;
  line-height: 14px;
  margin: 0 0 6px; }

.ordersm .avail {
  margin: 0 0 8px; }

.ordersm .art_avail {
  float: left;
  margin: 0; }

.ordersm .art_avail .art {
  margin: 0 0 2px; }

.ordersm .sale {
  margin: 0 0 10px; }

.ordersm .small_input {
  float: left; }

.ordersm .recomended_price {
  text-align: right; }

.ordersm .recomended_price.saled span {
  color: #ef5925; }

.ordersm .recomended_price s {
  color: #656565;
  display: block;
  font-size: 11px;
  font-weight: 700;
  line-height: 12px;
  margin: 0 0 6px; }

.ordersm_total {
  border: 0;
  padding-bottom: 0;
  padding-top: 24px; }

.ordersm_total .footer_kurs {
  color: #767676;
  font-size: 11px;
  line-height: 14px;
  text-align: right;
  margin: 14px 0 0; }

.ordersm_total .recomended_price {
  font-size: 13px;
  line-height: 14px; }

.ordersm_total .recomended_price span {
  font-size: 16px;
  line-height: 20px; }

.orderlist_hide_box {
  float: left;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  line-height: 14px;
  margin: 0 0 0 20px; }

.orderlist_hide_box a {
  color: #424242;
  text-decoration: none; }

.orderlist_hide_box a:hover {
  color: #008787; }

@media screen and (max-width: 900px) {
  .ordersm_desc {
    width: 64%; }
  .ordersm_meta {
    width: 36%; }
  .ordersm_left, .ordersm_right {
    width: 100%;
    padding: 0; }
  .ordersm_left {
    margin: 0 0 20px; } }

@media screen and (max-width: 700px) {
  .ordersm_desc {
    width: 100%;
    margin: 0 0 20px;
    padding: 0; }
  .ordersm_meta {
    width: 100%; }
  .ordersm_left {
    width: 60%;
    padding-right: 40px; }
  .ordersm_right {
    width: 40%; }
  .ordersm_left {
    margin: 0; } }

@media screen and (max-width: 500px) {
  .ordersm {
    padding-right: 20px; }
  .ordersm_left {
    width: 100%;
    padding: 0; }
  .ordersm_right {
    width: 100%; }
  .ordersm_left {
    margin: 0 0 20px; }
  .ordersm_img {
    float: none;
    text-align: center;
    width: auto; }
  .ordersm_img span {
    margin: 0 0 14px;
    height: 90px; }
  .ordersm_txt {
    padding: 0; }
  .orderlist_hide_box {
    float: none;
    margin: 0 0 20px;
    text-align: center; } }

/* manager */
.manager {
  margin: 0 0 80px;
  max-width: 400px; }

.manager:after {
  content: '';
  clear: both;
  display: block; }

.manager_photo {
  background: #008787;
  width: 122px;
  float: left;
  height: 122px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%; }

.manager_photo img {
  width: 122px;
  height: 122px;
  display: block;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%; }

.manager_info {
  padding-left: 167px;
  color: #3f3f3f;
  font-size: 12px;
  line-height: 14px; }

.manager_info_inner {
  float: left;
  width: 100%; }

.manager .module_title {
  margin: 0 0 10px; }

.manager p {
  margin: 0 0 8px; }

.manager small {
  color: #707070;
  font-size: 11px; }

.manager ul {
  border-top: 1px solid #e8e8e8;
  margin: 14px 0 34px; }

.manager li {
  border-bottom: 1px solid #e8e8e8;
  padding: 12px 0;
  padding-left: 18px;
  position: relative; }

.manager li:before {
  content: '';
  position: absolute;
  display: block;
  left: 0; }

.manager_phone:before {
  background-image: url(../images/sprite.png);
  background-position: -96px -147px;
  width: 10px;
  height: 10px;
  top: 14px; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .manager_phone:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; } }

.manager_mail:before {
  background-image: url(../images/sprite.png);
  background-position: -30px -158px;
  width: 10px;
  height: 8px;
  top: 15px; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .manager_mail:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; } }

.manager_time:before {
  background-image: url(../images/sprite.png);
  background-position: -86px -147px;
  width: 10px;
  height: 10px;
  top: 14px; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .manager_time:before {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; } }

@media screen and (max-width: 500px) {
  .manager_photo {
    float: none;
    margin: 0 auto 20px; }
  .manager_info {
    padding: 0; } }

.step_button {
  margin: 0 34px 40px; }

.step_button p {
  margin: 0 0 18px; }

.step_button .jq-checkbox {
  background: #e3e3e3; }

.step_button input[type="checkbox"] {
  background: #e3e3e3; }

@media screen and (max-width: 750px) {
  .step_button {
    margin: 0 14px 30px; } }

/* stepmenu */
.stepmenu {
  background: 0; }

.stepmenu ul {
  background: #fff;
  display: inline-block;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px; }

.stepmenu ul:after {
  content: '';
  clear: both;
  display: block; }

.stepmenu ul li {
  position: relative; }

.stepmenu li a {
  padding-right: 12px; }

.stepmenu li b {
  text-transform: none;
  font-weight: 700;
  display: none; }

.stepmenu li:last-child a {
  padding-right: 18px; }

.stepmenu li.active a:after {
  content: '';
  position: absolute;
  display: block;
  border: 20px solid transparent;
  border-left: 10px solid #008787;
  right: -30px;
  top: 0;
  left: auto; }

.stepmenu li.done a {
  background: #008787;
  color: #fff; }

.stepmenu li.done a:after {
  content: '';
  position: absolute;
  display: block;
  background-image: url(../images/sprite.png);
  background-position: -161px -137px;
  width: 9px;
  height: 7px;
  right: 0;
  top: 16px; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .stepmenu li.done a:after {
    background-image: url(../images/sprite-2x.png);
    background-size: 176px 170px; } }

.stepmenu li:last-child a {
  border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0; }

.stepmenu li:last-child a:after {
  content: none !important;
  display: none !important; }

@media screen and (max-width: 750px) {
  .stepmenu li b {
    display: block; }
  .stepmenu li span {
    display: none; } }

/* getting */
.getting li {
  margin: 0 0 10px; }

.getting li .btn {
  color: #626262;
  font-size: 10px;
  line-height: 12px;
  padding: 4px 8px;
  margin-left: 10px; }

.getting li .btn:hover {
  color: #fff; }

.getting li.parent {
  margin: 0 0 24px; }

.getting li.parent > .checkf2 {
  font-size: 16px; }

.getting li ul {
  margin: 14px 0 0 24px; }

.getting li hr {
  background: #e8e8e8;
  clear: both;
  display: block;
  height: 1px;
  border: 0;
  padding: 0;
  margin: 20px 24px; }

.getting li h4 {
  color: #3f3f3f;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  margin: 20px 24px; }

.getting .orderform {
  margin-top: 14px; }

.getting .inpf_out {
  margin: 0 0 12px; }

.getting .inpf label {
  font-size: 12px; }

.getting .inpf .styler {
  font-size: 12px; }

.getting .inpf:before, .getting .inpf:after {
  height: 1px; }

.getting .inpf.focused label {
  font-size: 10px; }

.orderform-single {
  margin: 0; }

.orderform-single .inpf_out {
  margin: 0; }

/* order_sorting */
.order_sorting, .order_sorting_left {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center; }

.order_sorting {
  justify-content: space-between;
  margin: 0 0 20px; }

.order_sorting .rangedate {
  margin: 0 15px 0 0;
  min-width: 300px;
  max-width: 300px; }

.order_sorting .rangedate .btn {
  font-size: 12px;
  line-height: 20px;
  padding: 0 8px;
  height: 20px;
  text-transform: none; }

.order_sorting .checkf {
  font-weight: 600;
  font-size: 12px;
  margin: 0 60px 0 0; }

.order_sorting .checkf .jq-checkbox {
  top: 50%;
  margin-top: -8px; }

.order_sorting .sorting {
  background: 0;
  padding: 0;
  margin: 0; }

.order_sorting .sorting .jq-selectbox {
  margin: 0;
  width: auto;
  text-align: left;
  width: 182px; }

.order_sorting .sorting .jq-selectbox__select {
  text-transform: none;
  background: #ececec;
  text-align: left;
  padding: 0 30px 0 15px;
  line-height: 36px; }

.order_sorting .sorting .jq-selectbox__trigger {
  right: 10px;
  top: 15px; }

.order_sorting .sorting .jq-selectbox__dropdown {
  left: 0;
  right: auto;
  margin: 0;
  top: 0; }

.order_sorting .sorting .jq-selectbox__dropdown li {
  text-transform: none;
  text-align: left; }

@media screen and (max-width: 1300px) {
  .order_sorting .rangedate {
    margin: 0 10px 0 0;
    min-width: 250px;
    max-width: 250px; }
  .order_sorting .checkf {
    max-width: 150px;
    min-width: 150px;
    margin-right: 55px; } }

@media screen and (max-width: 960px) {
  .order_sorting .rangedate, .order_sorting .checkf {
    margin: 0 40px 0 0; }
  .order_sorting .rangedate {
    margin: 0 10px 0 0;
    min-width: 0;
    max-width: none; }
  .order_sorting .checkf {
    max-width: none;
    min-width: 0;
    margin-right: 40px; }
  .order_sorting {
    display: block; }
  .order_sorting_left {
    margin: 0 0 10px; } }

@media screen and (max-width: 750px) {
  .order_sorting_left {
    display: block; }
  .order_sorting .rangedate {
    margin: 0 0 20px; }
  .order_sorting .checkf {
    margin: 0 0 10px; } }

.box_checked {
  display: inline-block;
  margin: 0 0 12px !important;
  position: relative; }

.box_checked p,
.box_checked .order_status {
  margin: 0 !important; }

.box_checked:before {
  background: #FCDEE3;
  content: '';
  display: block;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  position: absolute;
  left: -6px;
  top: -5px;
  right: -6px;
  bottom: -5px; }

.viewed_button {
  background: 0;
  border: 0;
  cursor: pointer;
  font-weight: 700;
  padding: 0;
  font-size: 12px;
  line-height: 16px;
  color: #3E3E3E;
  position: relative;
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
  padding-left: 14px; }

.viewed_button:before {
  background: #FB4664;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  top: 3px; }

/* Documents */
.docs_row .flex_grid-3 {
  margin-bottom: 20px; }

.docbox {
  background: #fff;
  border-radius: 4px;
  -ms-border-radius: 4px;
  transition: box-shadow 200ms ease-out;
  margin: 0;
  padding: 0;
  min-height: 100%; }
.docbox:hover {
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25); }
.docbox_img {
  background-repeat: no-repeat;
  background-size: cover;
  height: 183px;
  display: block;
  text-decoration: none;
  border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0; }
.docbox_entry {
  padding: 10px 18px 14px; }
.docbox_name {
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #343435;
  margin: 0 0 5px; }
.docbox_name a {
  color: inherit;
  text-decoration: none;
  margin-right: 8px; }
.docbox_name a:hover {
  color: #008787; }
.docbox_size {
  font-size: 12px;
  line-height: 16px;
  color: #6f6f6f;
  font-weight: 400; }

.docbox_list .docbox {
  background: 0;
  min-height: 0;
  margin: 0 0 18px; }
.docbox_list .docbox:last-child {
  margin: 0; }
.docbox_list .docbox:hover {
  box-shadow: none; }
.docbox_list .docbox .docbox_name {
  margin: 0 14px 0 0;
  display: inline; }
.docbox_list .docbox .docbox_size {
  display: inline; }

/* doc_filter */
.doc_filter {
  background: #dedede;
  border-radius: 4px;
  -ms-border-radius: 4px;
  margin: 0 0 20px;
  padding: 20px;
  padding-right: 100px;
  position: relative; }

.doc_filter_btn {
  font-weight: 700;
  font-size: 14px;
  line-height: 32px;
  color: #333333;
  margin: 0;
  padding: 0 0 0 30px;
  border: 0;
  width: 80px;
  height: 32px;
  text-align: center;
  outline: none;
  cursor: pointer;
  background: url(../images/filter.svg) 10px center no-repeat;
  background-size: 14px 14px;
  text-align: left;
  appearance: none;
  -webkit-appearance: none;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -16px; }

.doc_filter .jq-selectbox {
  display: block;
  width: 100%; }

.doc_filter .jq-selectbox__select {
  background: #fff;
  border-radius: 4px;
  -ms-border-radius: 4px;
  height: 50px;
  line-height: 50px;
  border: 0;
  font-weight: 700;
  font-size: 14px;
  color: #343435;
  padding: 0 40px 0 18px; }

.doc_filter .jq-selectbox__select:after {
  content: '';
  display: block;
  position: absolute;
  background: url(../images/filtersel.svg) no-repeat;
  background-size: 14px 14px;
  width: 14px;
  height: 14px;
  right: 14px;
  top: 19px; }

.doc_filter .jq-selectbox__trigger {
  display: none; }

.doc_filter .jq-selectbox__dropdown {
  background: #fff;
  border: 0;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.35);
  margin: 0;
  padding: 0; }

.doc_filter .jq-selectbox__dropdown li {
  padding: 12px 18px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  border-bottom: 1px solid #bababa; }

.doc_filter .jq-selectbox__dropdown li.disabled {
  color: #aeaeae;
  cursor: default;
  user-select: none;
  -webkit-user-select: none; }

.doc_filter .jq-selectbox__dropdown li.disabled:hover {
  background: 0; }

.doc_filter .jq-selectbox__dropdown li:first-child {
  border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0; }

.doc_filter .jq-selectbox__dropdown li:last-child {
  border-bottom: 0;
  border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px; }

.doc_filter .jq-selectbox__dropdown li:hover {
  background: #A1DCDB; }

@media screen and (max-width: 1300px) {
  .docbox_img {
    height: 145px; } }

@media screen and (max-width: 900px) {
  .docs_row .flex_grid-3 {
    flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    max-width: 33.33333%; } }

@media screen and (max-width: 750px) {
  .docs_row .flex_grid-3 {
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    max-width: 50%; }
  .doc_filter .flex_grid-6 {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%; }
  .doc_filter .flex_grid-6:first-child {
    margin: 0 0 20px; } }

@media screen and (max-width: 480px) {
  .docs_row .flex_grid-3 {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%; }
  .docbox {
    min-height: 0; }
  .docbox_img {
    height: 180px; }
  .doc_filter {
    padding: 10px; }
  .doc_filter .row {
    margin: 0; }
  .doc_filter .flex_grid-6 {
    padding: 0;
    padding-right: 60px; }
  .doc_filter .flex_grid-6:first-child {
    margin: 0 0 10px; }
  .doc_filter_btn {
    width: 60px;
    background-position: 0 center;
    padding-left: 20px; } }

/* ==== NEW DELIVERY ===== */
.segment {
  -ms-display: flexbox;
  display: flex;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 30px; }
.segment li a {
  border: 2px solid #008D8B;
  border-left: 0;
  display: block;
  color: #3f3f3f;
  text-decoration: none;
  padding: 9px 18px;
  text-align: center;
  min-width: 150px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
.segment li:first-child a {
  border-left: 2px solid #008D8B;
  border-radius: 3px 0 0 3px;
  -ms-border-radius: 3px 0 0 3px; }
.segment li:last-child a {
  border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0; }
.segment li.active a {
  background: #008D8B;
  color: #fff; }

.new_getting li .btn-grey {
  opacity: 0;
  visibility: hidden;
  transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out; }

.new_getting li .btn-grey.show {
  opacity: 1;
  visibility: visible; }

.new_getting .flex_delivery_note {
  margin: 10px 0 0 24px; }

.flex_delivery {
  -ms-display: flexbox;
  display: flex;
  align-items: flex-start;
  margin: 0 0 32px; }
.flex_delivery_left {
  margin: 0 40px 0 0;
  min-width: 357px;
  max-width: 357px; }
.flex_delivery .inpf_out {
  margin: 0; }
.flex_delivery select {
  width: 100%; }
.flex_delivery small {
  display: block;
  font-size: 10px;
  line-height: 14px;
  margin: 6px 0 0; }
.flex_delivery .addbutton {
  margin-top: 8px; }
.flex_delivery_radio {
  margin: 0 0 26px;
  -ms-display: flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between; }
.flex_delivery_hide {
  display: none; }
.flex_delivery_hide.open {
  display: block; }
.flex_delivery_note {
  background: #fafafa;
  border-radius: 3px;
  -ms-border-radius: 3px;
  padding: 10px;
  max-width: 283px;
  font-size: 10px;
  line-height: 14px;
  color: #6F6F6F;
  margin-left: 70px; }

.addbutton {
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  outline: none;
  font-weight: 700;
  font-size: 12px;
  line-height: 22px;
  text-transform: uppercase;
  height: 22px;
  color: #3F3F3F;
  border: 0;
  background: 0;
  padding: 0;
  cursor: pointer;
  padding-left: 29px;
  position: relative;
  text-decoration: none;
  display: inline-block; }
.addbutton:before {
  content: '';
  position: absolute;
  display: block;
  background-image: url("../images/svg/add.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  left: 0;
  top: 0; }
.addbutton:hover {
  color: #008D8B; }

/* choose_courier */
.orderform.nomax {
  max-width: none;
  width: auto; }

.choose_courier {
  -webkit-box-shadow: inset 0 0 0 1px #BDBDBD;
  -moz-box-shadow: inset 0 0 0 1px #BDBDBD;
  box-shadow: inset 0 0 0 1px #BDBDBD;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  -ms-border-radius: 3px;
  display: block;
  cursor: pointer;
  position: relative;
  padding: 12px; }
.choose_courier img {
  height: 33px;
  display: block;
  margin: 0 auto; }
.choose_courier_img {
  border-bottom: 1px solid #E6E6E6;
  display: block;
  padding: 0 0 12px;
  margin: 0 0 10px; }
.choose_courier_img.small {
  border: 0;
  padding: 0; }
.choose_courier_img.small img {
  margin: 0;
  height: 22px; }
.choose_courier input[type="radio"] {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  border: 0;
  opacity: 0;
  visibility: hidden; }
.choose_courier_price {
  font-size: 14px;
  line-height: 19px;
  font-weight: 700;
  color: #008D8B;
  text-align: center;
  display: block; }
.choose_courier_border {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 3px;
  -ms-border-radius: 3px;
  -webkit-box-shadow: inset 0 0 0 2px #008D8B;
  -moz-box-shadow: inset 0 0 0 2px #008D8B;
  box-shadow: inset 0 0 0 2px #008D8B;
  transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  opacity: 0;
  visibility: hidden; }
.choose_courier_meta {
  -ms-display: flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between; }
.choose_courier_address {
  font-size: 12px;
  line-height: 16px; }
input[type="radio"]:checked + .choose_courier_border {
  opacity: 1;
  visibility: visible; }

.segment_wrapper {
  display: none; }

.segment_wrapper.open {
  display: block; }

/* Modal */
.modal {
  background: #fff;
  border-radius: 5px;
  -ms-border-radius: 5px;
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
  width: 100%;
  max-width: 484px;
  position: relative;
  padding: 30px;
  display: none; }
.modal_title {
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 24px;
  font-weight: 700; }
.modal .orderform {
  max-width: none;
  width: auto;
  margin: 0; }
.modal .btn {
  min-width: 150px; }
.modal .close {
  display: block;
  position: absolute;
  right: 18px;
  top: 15px;
  border-radius: 50%;
  -ms-border-radius: 50%;
  background-color: #008D8B;
  background-image: url("../images/svg/close.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px; }
.modal .inpf_out.index {
  max-width: 56px; }

#add_face_popup .inpf_text {
  border-left: 0;
  border-top: 1px solid #e8e8e8;
  min-height: 0;
  padding: 10px 0 0;
  position: relative;
  left: auto;
  top: auto;
  margin: 0;
  width: auto; }

/* maplist */
.maplist {
  -ms-display: flexbox;
  display: flex;
  width: 100%;
  margin: 0 0 30px; }
.maplist_frame {
  min-width: 458px;
  margin: 0 2px 0 0; }
.maplist_frame iframe {
  border: 0;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 250px;
  height: 100%; }
.maplist_right {
  background: #eee;
  min-width: 200px;
  max-height: 250px;
  overflow: auto; }
.maplist_ul {
  padding: 0 10px;
  display: none; }
.maplist_li {
  font-size: 10px;
  line-height: 14px;
  border-top: 1px solid #cbcbcb; }
.maplist_li a {
  padding: 7px 0;
  justify-content: space-between;
  color: inherit;
  text-decoration: none;
  -ms-display: flexbox;
  display: flex; }
.maplist_price {
  color: #008D8B;
  font-weight: 700;
  text-align: right;
  white-space: nowrap;
  margin-left: 10px; }
.maplist_spoiler {
  border-bottom: 1px solid #b1b1b1; }
.maplist_spoiler_name {
  padding: 10px 30px 10px 10px;
  cursor: pointer;
  position: relative; }
.maplist_spoiler_name img {
  display: block;
  height: 25px; }
.maplist_spoiler_name:before {
  content: '';
  position: absolute;
  display: block;
  background-image: url("../images/svg/chevron-down.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 13px;
  right: 10px;
  top: 50%;
  margin-top: -6px; }
.maplist_spoiler_name.open:before {
  transform: matrix(1, 0, 0, -1, 0, 0); }
.maplist_couriers {
  display: none; }
.maplist_couriers .choose_courier {
  margin: 0 0 10px; }

@media screen and (max-width: 850px) {
  .flex_delivery {
    display: block; }
  .flex_delivery_note {
    margin: 20px 0 0;
    max-width: none; } }

@media screen and (max-width: 750px) {
  .segment {
    display: block; }
  .segment li a {
    min-width: 0;
    border: 2px solid #008D8B;
    border-top: 0; }
  .segment li:first-child a {
    border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    border-top: 2px solid #008D8B; }
  .segment li:last-child a {
    border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px; }
  .flex_delivery_left {
    margin: 0 0 20px;
    min-width: 0;
    max-width: none;
    width: 100%; }
  .flex_delivery_radio {
    margin: 0 0 26px;
    display: block; }
  .flex_delivery_radio .checkf2 {
    margin: 0 0 16px;
    display: block; }
  .flex_delivery_note {
    margin: 20px 0 0;
    max-width: none; }
  .new_getting li {
    margin: 0 0 20px; }
  .new_getting li .btn-grey {
    margin: 5px 0 0 24px;
    opacity: 1;
    visibility: visible;
    transition: all 0ms ease-in-out;
    -ms-transition: all 0ms ease-in-out;
    display: none; }
  .new_getting li .btn-grey.show {
    display: block; }
  .maplist {
    display: block;
    width: auto; }
  .maplist_frame {
    min-width: 0;
    width: 100%;
    margin: 0 0 2px; }
  .maplist_right {
    min-width: 0;
    width: auto; } }

#address_terminal {
  display: none; }

/* ==== NEW DELIVERY END ===== */
/* warning_text */
.warning_text {
  background: #FFF8B7;
  border-radius: 5px;
  -ms-border-radius: 5px;
  font-size: 11px;
  line-height: 14px;
  color: #6b6b6b;
  margin: 0 0 30px;
  padding: 14px 20px 14px 34px;
  position: relative; }
.warning_text::before {
  content: '';
  position: absolute;
  display: block;
  background-image: url("../images/svg/warn.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  left: 16px;
  top: 17px; }
.warning_text p {
  margin: 0 0 8px; }
.warning_text p:last-child {
  margin: 0; }
.warning_text h6 {
  font-size: 14px;
  line-height: 16px;
  margin: 0 0 10px;
  color: #000;
  font-weight: 500; }

/* modal */
.modal {
  background: #fff;
  border-radius: 5px;
  -ms-border-radius: 5px;
  padding: 30px;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  line-height: 18px;
  color: #6b6b6b;
  display: none; }
.modal .townpopup_cls {
  position: absolute;
  right: 15px;
  top: 15px; }
.modal_title {
  color: #000;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 20px; }
.modal_content {
  margin: 0 0 20px; }
.modal_btns {
  display: flex; }
.modal_btns .btn {
  width: 100%;
  margin-right: 8px;
  padding-left: 10px;
  padding-right: 10px;
  min-width: 0; }
.modal_btns .btn:last-child {
  margin: 0; }
