@charset "UTF-8";
/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 1.7.13 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2018, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,300i,400,500,700,900&subset=cyrillic");
html.with-featherlight {
  overflow: hidden; }

.featherlight {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483647;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background: #333;
  background: transparent; }

.featherlight:last-of-type {
  background: rgba(0, 0, 0, 0.8); }

.featherlight:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.featherlight .featherlight-content {
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  overflow: auto;
  padding: 25px 25px 0;
  border-bottom: 25px solid transparent;
  margin-left: 5%;
  margin-right: 5%;
  max-height: 95%;
  background: #fff;
  cursor: auto;
  white-space: normal; }

.featherlight .featherlight-inner {
  display: block; }

.featherlight link.featherlight-inner, .featherlight script.featherlight-inner,
.featherlight style.featherlight-inner {
  display: none; }

.featherlight .featherlight-close-icon {
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  line-height: 25px;
  width: 25px;
  cursor: pointer;
  text-align: center;
  font-family: Arial, sans-serif;
  background: #fff;
  background: rgba(255, 255, 255, 0.3);
  color: #000;
  border: 0;
  padding: 0; }

.featherlight .featherlight-close-icon::-moz-focus-inner {
  border: 0;
  padding: 0; }

.featherlight .featherlight-image {
  width: 100%; }

.featherlight-iframe .featherlight-content {
  border-bottom: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch; }

.featherlight iframe {
  border: 0; }

.featherlight * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent; } }

@media print {
  html.with-featherlight > * > :not(.featherlight) {
    display: none; } }

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: 0; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:after, .slick-track:before {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir=rtl] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* === Reset === */
@font-face {
  font-family: 'als_rublregular';
  src: url("fonts/rouble.eot");
  src: url("fonts/rouble.eot?#iefix") format("embedded-opentype"), url("fonts/rouble.woff2") format("woff2"), url("fonts/rouble.woff") format("woff"), url("fonts/rouble.ttf") format("truetype"), url("fonts/rouble.svg#als_rublregular") format("svg");
  font-weight: normal;
  font-style: normal; }

html, body {
  height: 100%;
  min-height: 100%;
  margin: 0; }

body {
  color: #000;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  line-height: 24px;
  margin: 0;
  padding-top: 98px; }

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

p {
  margin: 0 0 20px; }
  p:last-child {
    margin: 0; }

ul, ol {
  padding: 0;
  margin: 0; }

li {
  list-style: none; }

a {
  color: #6699ff; }

b {
  font-weight: 700; }

strong {
  font-weight: 900; }

a, input, textarea {
  outline: none; }

th {
  font-weight: normal;
  text-align: left; }

fieldset {
  padding: 0;
  border: 0;
  margin: 0; }

blockquote {
  margin: 0;
  padding: 0; }

button {
  outline: none; }

textarea {
  resize: none;
  overflow: auto; }

input::-moz-focus-inner {
  border: 0;
  padding: 0; }

a:hover {
  text-decoration: none; }

table {
  width: 100%;
  border-collapse: collapse; }

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

.rur {
  font-family: 'als_rublregular'; }

.orange {
  color: #ffcc00; }

.blue {
  color: #6699ff; }

.is-block {
  display: block; }

/* === Responsive grid === */
.container {
  margin: 0 auto;
  width: 1560px; }

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

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

[class*='grid'] {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 7px;
  padding-right: 7px;
  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%; }

.grid12 {
  width: 100%; }

.pull-right {
  float: right; }

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

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

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

.brick_left {
  float: left;
  width: 298px; }

.brick_right {
  padding-left: 312px; }

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

/* === FORMS === */
.input {
  background: 0;
  border: 1px solid #adadad;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  outline: none;
  padding: 7px 10px;
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  height: 38px; }

.input:focus {
  border-color: #6699ff; }

.input.error {
  border-color: red; }

.error_text {
  margin: 6px 0 0;
  font-size: 12px;
  line-height: 14px;
  color: red; }

.inpf, fieldset {
  margin: 0 0 18px;
  color: #555;
  font-weight: 300;
  display: block;
  padding: 0;
  border: 0;
  position: relative;
  padding-left: 84px;
  min-height: 34px; }
  .inpf label, fieldset label {
    display: block;
    color: #555;
    font-size: 13px;
    line-height: 14px;
    margin: 0 0 8px;
    position: absolute;
    left: 0;
    top: 13px;
    width: 74px;
    text-align: right; }
    .inpf label.str, fieldset label.str {
      top: 5px; }
  .inpf .input, fieldset .input {
    width: 100%; }
  .inpf_txt, fieldset_txt {
    font-style: italic;
    font-size: 13px;
    line-height: 16px;
    margin: -10px 0 18px 84px; }
  .inpf-req:before, fieldset-req:before {
    content: '*';
    font-size: 14px;
    line-height: 14px;
    position: absolute;
    right: -14px;
    top: 12px;
    color: #6699ff; }

textarea.input {
  height: 120px; }

/* === Button === */
.btn {
  background: 0;
  border: 1px solid #efefef;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  outline: none;
  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;
  color: #828282;
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  padding: 11px 24px; }
  .btn:hover {
    border-color: #828282;
    color: #000; }
  .btn-grey {
    background: #f6f6f6;
    border: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    color: #525252;
    font-size: 13px; }
    .btn-grey:hover {
      background: #efefef; }
  .btn-orange {
    background: #ffcc00;
    border: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); }
    .btn-orange:hover {
      background: #fcdb54;
      color: #fff; }
  .btn-big {
    padding: 14px 24px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500; }
  .btn.buy {
    font-size: 19px;
    line-height: 20px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    padding: 17px 30px;
    color: #fff;
    background: #ffcc00;
    border: 0;
    font-weight: 500; }
    .btn.buy:hover {
      background: #fcdb54;
      color: #fff; }
  .btn-border-blue {
    border-color: #6699ff;
    color: #6699ff; }
    .btn-border-blue:hover {
      background: #6699ff;
      border-color: #6699ff;
      color: #fff; }
  .btn-izb span {
    padding-left: 20px;
    position: relative; }
    .btn-izb span:before {
      content: '';
      position: absolute;
      display: block;
      left: 0;
      top: 0;
      background-image: url(../img/sprite.png);
      background-position: -204px -170px;
      width: 16px;
      height: 13px; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .btn-izb span:before {
          background-image: url(../img/sprite-2x.png);
          background-size: 243px 224px; } }
  .btn-del span {
    padding-left: 20px;
    position: relative; }
    .btn-del span:before {
      content: '';
      position: absolute;
      display: block;
      left: 0;
      top: 0;
      background-image: url(../img/sprite.png);
      background-position: -231px 0px;
      width: 12px;
      height: 13px; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .btn-del span:before {
          background-image: url(../img/sprite-2x.png);
          background-size: 243px 224px; } }

input.btn, button.btn {
  padding-top: 0;
  padding-bottom: 0;
  height: 40px;
  line-height: 38px; }

input.btn-big, button.btn-big {
  height: 48px;
  line-height: 48px; }

input.buy, button.buy {
  height: 54px;
  line-height: 54px; }

/* === Radio / Checkbox === */
input[type="radio"], input[type="checkbox"] {
  margin: 0;
  padding: 0;
  display: block;
  cursor: pointer;
  background: 0;
  -webkit-appearance: none;
  position: relative;
  border: 1px solid #e2e2e2;
  width: 19px;
  height: 19px; }

input[type="radio"] {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%; }
  input[type="radio"]:after {
    content: '';
    position: absolute;
    display: block;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: none;
    width: 9px;
    height: 9px;
    background: #6699ff;
    position: absolute;
    left: 4px;
    top: 4px; }
  input[type="radio"]:checked::after {
    display: block; }

input[type="checkbox"] {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0; }
  input[type="checkbox"]:after {
    content: '';
    position: absolute;
    display: block;
    background-image: url(../img/sprite.png);
    background-position: -112px -189px;
    width: 19px;
    height: 19px;
    display: none;
    left: -1px;
    top: -1px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      input[type="checkbox"]:after {
        background-image: url(../img/sprite-2x.png);
        background-size: 243px 224px; } }
  input[type="checkbox"]:checked::after {
    display: block; }

.checkf {
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  display: block;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300; }
  .checkf input[type="checkbox"], .checkf input[type="radio"] {
    left: 0;
    top: -2px;
    position: absolute; }

/* === Input Number === */
.ui-spinner {
  position: relative;
  padding: 0 30px;
  display: inline-block;
  height: 30px;
  display: inline-block; }
  .ui-spinner-input {
    border: 1px solid #efefef;
    height: 30px;
    width: 54px;
    -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;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background: 0;
    padding: 5px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    color: #555;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px; }
  .ui-spinner-button {
    height: 30px;
    width: 30px;
    background: #ffcc00;
    color: #fff;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    cursor: pointer; }
    .ui-spinner-button:hover {
      background: #fcdb54; }
  .ui-spinner-down {
    left: 0;
    border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px; }
    .ui-spinner-down:before {
      content: '-'; }
  .ui-spinner-up {
    right: 0;
    border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0; }
    .ui-spinner-up:before {
      content: '+'; }

.count {
  position: relative;
  padding: 0 30px;
  display: inline-block;
  height: 30px;
  display: inline-block; }
  .count .actual_count {
    border: 1px solid #efefef;
    height: 30px;
    width: 54px;
    -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;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background: 0;
    padding: 5px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    color: #555;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px; }
  .count .minus, .count .plus {
    height: 30px;
    width: 30px;
    background: #ffcc00;
    color: #fff;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none; }
    .count .minus:hover, .count .plus:hover {
      background: #fcdb54; }
  .count .minus {
    left: 0;
    border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px; }
  .count .plus {
    right: 0;
    border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0; }

/* === Header === */
.header {
  background: #f8f8f8;
  border-bottom: 1px solid #e2e2e2;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1200;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .header .container {
    position: relative; }

.sitename {
  display: none; }

.headrow {
  display: table;
  width: 100%; }

.headbox {
  display: table-cell;
  vertical-align: middle;
  height: 68px; }
  .headbox .logo {
    width: 200px; }
  .headbox-fav {
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    width: 70px; }
    .headbox-fav a {
      display: block;
      text-align: center;
      text-decoration: none;
      height: inherit;
      position: relative; }
    .headbox-fav a:before {
      content: '';
      position: absolute;
      display: block;
      background-image: url(../img/sprite.png);
      background-position: -52px -135px;
      width: 28px;
      height: 21px;
      left: 50%;
      top: 50%;
      margin: -10px 0 0 -14px; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .headbox-fav a:before {
          background-image: url(../img/sprite-2x.png);
          background-size: 243px 224px; } }
    .headbox-fav b {
      min-width: 17px;
      height: 17px;
      text-align: center;
      display: block;
      border-radius: 17px;
      -moz-border-radius: 17px;
      -webkit-border-radius: 17px;
      color: #fff;
      background: #e26e6e;
      font-size: 10px;
      line-height: 17px;
      font-weight: 900;
      position: absolute;
      top: 16px;
      right: 12px;
      padding: 0 3px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
  .headbox-cat {
    width: 95px;
    font-size: 13px;
    line-height: 14px;
    font-weight: 500;
    position: relative; }
    .headbox-cat > a {
      color: #555;
      position: relative;
      padding-right: 12px;
      text-decoration: none; }
    .headbox-cat > a:before {
      content: '';
      position: absolute;
      display: block;
      background-image: url(../img/sprite.png);
      background-position: -236px -131px;
      width: 7px;
      height: 4px;
      right: 0;
      top: 5px; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .headbox-cat > a:before {
          background-image: url(../img/sprite-2x.png);
          background-size: 243px 224px; } }
  .headbox-user {
    width: 170px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500; }
    .headbox-user a {
      padding-left: 30px;
      position: relative;
      text-decoration: none;
      color: #b6b6b6; }
    .headbox-user b {
      font-weight: 500; }
    .headbox-user a:before {
      content: '';
      position: absolute;
      display: block;
      background-image: url(../img/sprite.png);
      background-position: 0px -189px;
      width: 18px;
      height: 23px;
      left: 0;
      top: -4px; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .headbox-user a:before {
          background-image: url(../img/sprite-2x.png);
          background-size: 243px 224px; } }
    .headbox-user a:hover {
      color: #6699ff; }
      .headbox-user a:hover:before {
        background-image: url(../img/sprite.png);
        background-position: -18px -189px;
        width: 18px;
        height: 23px; }
        @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
          .headbox-user a:hover:before {
            background-image: url(../img/sprite-2x.png);
            background-size: 243px 224px; } }
  .headbox-address {
    width: 200px;
    text-align: right;
    padding-right: 30px; }
    .headbox-address .choosetown {
      margin: 0 0 2px; }
    .headbox-address .phone {
      color: #555;
      font-size: 18px;
      line-height: 20px;
      font-weight: 500;
      margin: 0 0 2px; }
      .headbox-address .phone a {
        color: inherit;
        text-decoration: none; }
    .headbox-address .feedback {
      margin: 0 0 4px; }

.choosetown a {
  display: inline-block;
  padding-left: 12px;
  color: #464646;
  text-decoration: none;
  font-size: 12px;
  line-height: 14px;
  font-weight: 300;
  position: relative; }
  .choosetown a:before {
    content: '';
    position: absolute;
    display: block;
    background-image: url(../img/sprite.png);
    background-position: -236px -131px;
    width: 7px;
    height: 4px;
    left: 0;
    top: 4px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .choosetown a:before {
        background-image: url(../img/sprite-2x.png);
        background-size: 243px 224px; } }

.searchbox {
  background: #fff;
  height: inherit;
  position: relative;
  padding: 0 90px 0 20px; }
  .searchbox_btn {
    background-color: #ffcc00;
    width: 68px;
    height: 68px;
    right: 0;
    position: absolute;
    top: 0;
    border: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    outline: none;
    cursor: pointer;
    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; }
    .searchbox_btn:before {
      content: '';
      position: absolute;
      display: block;
      background-image: url(../img/sprite.png);
      background-position: -163px -93px;
      width: 29px;
      height: 29px;
      left: 50%;
      top: 50%;
      margin: -15px 0 0 -14px; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .searchbox_btn:before {
          background-image: url(../img/sprite-2x.png);
          background-size: 243px 224px; } }
    .searchbox_btn:hover {
      opacity: 0.8; }
  .searchbox_input {
    background: 0;
    border: 0;
    width: 100%;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    height: 58px;
    margin: 5px 0 0;
    font-size: 14px;
    line-height: 28px;
    padding: 15px 0;
    font-weight: 300; }

.searchbox_show {
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: none;
  position: relative;
  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; }
  .searchbox_show:before {
    content: '';
    position: absolute;
    display: block;
    background-image: url(../img/sprite.png);
    background-position: 0px -167px;
    width: 22px;
    height: 22px;
    left: 50%;
    top: 50%;
    margin: -12px 0 0 -12px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .searchbox_show:before {
        background-image: url(../img/sprite-2x.png);
        background-size: 243px 224px; } }
  .searchbox_show:hover {
    opacity: 0.8; }
  .searchbox_show.opened:before {
    background-image: url(../img/sprite.png);
    background-position: -108px -135px;
    width: 21px;
    height: 21px;
    margin: -10px 0 0 -10px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .searchbox_show.opened:before {
        background-image: url(../img/sprite-2x.png);
        background-size: 243px 224px; } }

/* search_advice_wrapper */
.search_advice_wrapper {
  position: absolute;
  background: rgba(255, 255, 255, 0.98);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
  top: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  z-index: 1000;
  overflow: auto;
  height: 217px;
  display: none; }

.advice_variant {
  padding: 8px 14px;
  font-size: 12px;
  line-height: 14px;
  cursor: pointer;
  border-bottom: 1px solid #ededed; }
  .advice_variant:last-child {
    border: 0; }
  .advice_variant:hover {
    background: #ededed; }

/* mobileHead */
.mobilehead {
  background: #fff;
  border-top: 1px solid #e2e2e2;
  display: none; }
  .mobilehead_cell {
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px solid #e2e2e2;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500; }
    .mobilehead_cell:first-child {
      border: 0; }
    .mobilehead_cell a {
      display: block;
      padding: 10px;
      color: #555;
      text-decoration: none; }
    .mobilehead_cell a span {
      position: relative;
      padding-right: 14px; }
    .mobilehead_cell a span:before {
      content: '';
      position: absolute;
      display: block;
      background-image: url(../img/sprite.png);
      background-position: -236px -131px;
      width: 7px;
      height: 4px;
      right: 0;
      top: 6px; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .mobilehead_cell a span:before {
          background-image: url(../img/sprite-2x.png);
          background-size: 243px 224px; } }
    .mobilehead_cell:hover > a {
      background: #f6f6f6; }
  .mobilehead .container {
    width: auto;
    margin: 0; }

@media screen and (max-width: 1020px) {
  .header .container {
    position: static; }
  .mobilehead {
    display: block; } }

/* mobileHeadWin */
.mobileheadwin {
  background: #fff;
  position: absolute;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
  text-align: left;
  border-top: 1px solid #e6e6e6; }
  .mobileheadwin ul {
    overflow: auto;
    height: 370px; }
  .mobileheadwin ul li {
    border-bottom: 1px solid #e6e6e6;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px; }
  .mobileheadwin ul li:last-child {
    border-bottom: 0; }
  .mobileheadwin ul li a {
    color: #555;
    display: block;
    padding: 10px 15px;
    position: relative; }
  .mobileheadwin ul li a:hover {
    background: #f6f6f6; }

.mobilehead_cell-cat .mobileheadwin {
  left: 0; }

.mobilehead_cell-cat .mobileheadwin ul li a:before {
  content: '';
  position: absolute;
  display: block;
  background-image: url(../img/sprite.png);
  background-position: -231px -131px;
  width: 5px;
  height: 8px;
  right: 10px;
  top: 50%;
  margin-top: -4px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .mobilehead_cell-cat .mobileheadwin ul li a:before {
      background-image: url(../img/sprite-2x.png);
      background-size: 243px 224px; } }

.mobilehead_cell-brands .mobileheadwin {
  right: 0; }

.mobilehead_cell:hover .mobileheadwin {
  display: block; }

/* navigation_menu */
#navigation_menu {
  position: absolute;
  left: 0;
  width: 220px;
  top: 100%;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 2px 5px rgba(100, 51, 0, 0.2);
  -moz-box-shadow: 0 2px 5px rgba(100, 51, 0, 0.2);
  box-shadow: 0 2px 5px rgba(100, 51, 0, 0.2);
  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;
  display: none; }
  #navigation_menu.hover {
    display: block; }
  #navigation_menu .menu > li {
    border-bottom: 1px solid #e2e2e2;
    font-size: 13px;
    line-height: 14px;
    font-weight: 500; }
  #navigation_menu .menu > li > a {
    display: block;
    color: #555;
    text-decoration: none;
    padding: 7px 14px; }
  #navigation_menu .menu > li:hover > a {
    background: #f1f1f1; }
  #navigation_menu .menu > li:hover > ul, #navigation_menu .menu > li > ul > li:hover > ul {
    opacity: 1;
    visibility: visible; }
  #navigation_menu .menu > li > ul {
    position: absolute;
    left: 100%;
    width: 220px;
    top: 0;
    background: #fff;
    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;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 4px 2px 3px rgba(100, 50, 0, 0.2);
    -moz-box-shadow: 4px 2px 3px rgba(100, 50, 0, 0.2);
    box-shadow: 4px 2px 3px rgba(100, 50, 0, 0.2);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    font-weight: 400; }
    #navigation_menu .menu > li > ul li {
      font-size: 12px;
      line-height: 14px;
      margin: 0;
      position: relative; }
    #navigation_menu .menu > li > ul li a {
      display: block;
      padding: 7px 14px; }
    #navigation_menu .menu > li > ul li:last-child {
      margin: 0; }
    #navigation_menu .menu > li > ul li a {
      color: #555; }
    #navigation_menu .menu > li > ul li:hover {
      background: #f1f1f1; }
    #navigation_menu .menu > li > ul li:hover > a {
      color: #6699ff; }
  #navigation_menu .menu > li > ul > li > ul {
    position: absolute;
    left: 100%;
    width: 220px;
    top: 0;
    background: #f1f1f1;
    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;
    -webkit-box-shadow: 4px 2px 3px rgba(100, 50, 0, 0.2);
    -moz-box-shadow: 4px 2px 3px rgba(100, 50, 0, 0.2);
    box-shadow: 4px 2px 3px rgba(100, 50, 0, 0.2);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6px 0;
    font-weight: 400;
    opacity: 0;
    visibility: hidden; }

/* navigation_menu mobile */
@media screen and (max-width: 1020px) {
  .headbox-cat {
    position: static;
    width: 0; }
  #navigation_menu {
    top: 98px;
    width: 50%; } }

@media screen and (max-width: 750px) {
  #navigation_menu {
    top: 87px;
    border-top: 1px solid #e2e2e2; }
  #navigation_menu .menu > li > ul {
    width: 100%; }
  #navigation_menu .menu > li > ul > li > ul {
    display: none; } }

/* Footer */
.footer {
  background: #fcfcfc; }
  .footer_top {
    border-top: 1px solid #e3e5e7;
    padding: 32px 0; }
  .footer .clear {
    display: none; }

.footer_title {
  color: #34383d;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  margin: 0 0 20px; }

.copyright {
  border-top: 1px solid #d0d4d7;
  padding: 26px 0;
  color: #899096;
  font-size: 12px;
  line-height: 14px;
  font-weight: 300;
  text-align: center; }
  .copyright .container {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .copyright .footlogo {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px; }

.footer_menu li {
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
  margin: 0 0 16px; }

.footer_menu li:last-child {
  margin: 0; }

.footer_menu a {
  color: #34383d;
  text-decoration: none; }

.footer_menu a:hover {
  color: #6699ff;
  text-decoration: underline; }

.footer_contact {
  margin: 0 0 20px; }
  .footer_contact li {
    position: relative;
    font-size: 13px;
    line-height: 16px;
    color: #606366;
    font-weight: 300;
    margin: 0 0 18px; }
    .footer_contact li:last-child {
      margin: 0; }
    .footer_contact li:before {
      content: '';
      position: absolute;
      display: block;
      left: -20px;
      position: absolute;
      top: 2px; }
    .footer_contact li.fc_phone:before {
      background-image: url(../img/sprite.png);
      background-position: 0px -212px;
      width: 13px;
      height: 12px; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .footer_contact li.fc_phone:before {
          background-image: url(../img/sprite-2x.png);
          background-size: 243px 224px; } }
    .footer_contact li.fc_mail:before {
      background-image: url(../img/sprite.png);
      background-position: -231px -100px;
      width: 12px;
      height: 9px;
      top: 3px; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .footer_contact li.fc_mail:before {
          background-image: url(../img/sprite-2x.png);
          background-size: 243px 224px; } }
    .footer_contact li.fc_skype:before {
      background-image: url(../img/sprite.png);
      background-position: -231px -77px;
      width: 11px;
      height: 11px; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .footer_contact li.fc_skype:before {
          background-image: url(../img/sprite-2x.png);
          background-size: 243px 224px; } }
    .footer_contact li.fc_address:before {
      background-image: url(../img/sprite.png);
      background-position: -231px -88px;
      width: 9px;
      height: 12px; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .footer_contact li.fc_address:before {
          background-image: url(../img/sprite-2x.png);
          background-size: 243px 224px; } }

.social {
  margin: 0; }
  .social a {
    display: inline-block;
    margin: 0 20px 0 0; }
  .social_tw {
    background-image: url(../img/sprite.png);
    background-position: -66px -167px;
    width: 23px;
    height: 18px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .social_tw {
        background-image: url(../img/sprite-2x.png);
        background-size: 243px 224px; } }
    .social_tw:hover {
      background-image: url(../img/sprite.png);
      background-position: -43px -167px;
      width: 23px;
      height: 18px; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .social_tw:hover {
          background-image: url(../img/sprite-2x.png);
          background-size: 243px 224px; } }
  .social_fb {
    background-image: url(../img/sprite.png);
    background-position: -220px -59px;
    width: 10px;
    height: 19px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .social_fb {
        background-image: url(../img/sprite-2x.png);
        background-size: 243px 224px; } }
    .social_fb:hover {
      background-image: url(../img/sprite.png);
      background-position: -220px -40px;
      width: 10px;
      height: 19px; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .social_fb:hover {
          background-image: url(../img/sprite-2x.png);
          background-size: 243px 224px; } }

.feedback {
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  margin: 0 0 38px; }
  .feedback a {
    color: #555;
    text-decoration: none;
    border-bottom: 1px dashed #6699ff; }
  .feedback a:hover {
    border: 0; }

/* Modal */
.modal {
  display: none;
  width: 360px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px; }
  .modal .btn {
    display: block;
    margin: 0 0 10px;
    width: 100%; }
  .modal fieldset label span, .modal fieldset div span {
    color: red; }
  .modal .notice {
    margin: 0 0 20px; }
  .modal .input:not(.error) {
    border-color: #d1d1d1; }

@media screen and (max-width: 480px) {
  .modal {
    width: 260px; } }

/* === HELPERS === */
.pagetitle {
  text-align: center;
  margin: 0 0 30px;
  font-weight: 300;
  font-size: 40px;
  line-height: 42px;
  color: #6699ff; }
  .pagetitle small {
    display: block;
    font-size: 22px;
    color: #555;
    line-height: 28px;
    margin: 8px 0 0; }
  .pagetitle span {
    display: block;
    font-size: 16px;
    color: #555;
    line-height: 18px;
    margin: 10px 0 0; }
  .pagetitle a {
    color: #6699ff;
    text-decoration: none; }
    .pagetitle a:hover {
      text-decoration: underline; }
  .pagetitle i.orange {
    font-style: normal; }

.pagehead {
  margin: 0 0 30px;
  font-size: 30px;
  line-height: 34px;
  font-weight: 300;
  color: #6699ff; }

.pagehead small {
  font-size: 20px; }

.pagehead2 {
  margin: 0 0 24px;
  color: #555;
  font-size: 30px;
  line-height: 34px;
  font-weight: 300; }
  .pagehead2 small {
    color: #999999;
    font-size: 20px; }

.pagehead3 {
  margin: 0 0 18px;
  color: #555;
  font-size: 20px;
  line-height: 24px;
  font-weight: 300; }

/* Breadrumbs */
#bread_crumbs {
  color: #878686;
  font-size: 11px;
  line-height: 14px;
  font-weight: 300;
  margin: 0 0 14px; }
  #bread_crumbs a {
    color: #878686;
    text-decoration: none;
    position: relative;
    padding-right: 10px;
    margin-right: 4px;
    display: inline-block; }
  #bread_crumbs a:hover {
    color: #6699ff;
    text-decoration: underline; }
  #bread_crumbs a:before {
    content: '';
    position: absolute;
    display: block;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #878686;
    width: 3px;
    height: 3px;
    right: 0;
    top: 5px; }
  #bread_crumbs a:last-child::before {
    content: none;
    display: none; }

/* .compare_link, .favorite_link, .download_link */
.compare_link, .favorite_link, .download_link {
  font-size: 12px;
  color: #aab2bd;
  line-height: 14px;
  position: relative;
  display: inline-block;
  padding-left: 20px;
  text-decoration: none; }
  .compare_link:hover, .favorite_link:hover, .download_link:hover {
    text-decoration: underline; }
  .compare_link:before, .favorite_link:before, .download_link:before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 0; }
  .compare_link.active, .favorite_link.active, .download_link.active {
    color: #6699ff; }

.compare_link:before {
  background-image: url(../img/sprite.png);
  background-position: -220px -78px;
  width: 11px;
  height: 15px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .compare_link:before {
      background-image: url(../img/sprite-2x.png);
      background-size: 243px 224px; } }

.compare_link.active:before {
  background-image: url(../img/sprite.png);
  background-position: -220px -93px;
  width: 11px;
  height: 15px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .compare_link.active:before {
      background-image: url(../img/sprite-2x.png);
      background-size: 243px 224px; } }

.favorite_link:before {
  background-image: url(../img/sprite.png);
  background-position: -163px -122px;
  width: 16px;
  height: 13px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .favorite_link:before {
      background-image: url(../img/sprite-2x.png);
      background-size: 243px 224px; } }

.favorite_link.active:before {
  background-image: url(../img/sprite.png);
  background-position: -179px -122px;
  width: 16px;
  height: 13px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .favorite_link.active:before {
      background-image: url(../img/sprite-2x.png);
      background-size: 243px 224px; } }

.download_link:before {
  background-image: url(../img/sprite.png);
  background-position: -231px -53px;
  width: 10px;
  height: 13px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .download_link:before {
      background-image: url(../img/sprite-2x.png);
      background-size: 243px 224px; } }

#to_favorites, #to_compare, #to_download {
  padding-left: 18px;
  font-size: 12px;
  line-height: 14px;
  display: inline-block;
  position: relative;
  color: #6699ff;
  text-decoration: none;
  cursor: pointer; }
  #to_favorites:hover, #to_compare:hover, #to_download:hover {
    text-decoration: underline; }
  #to_favorites:before, #to_compare:before, #to_download:before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: -1px; }

#to_favorites:before {
  background-image: url(../img/sprite.png);
  background-position: -179px -122px;
  width: 16px;
  height: 13px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    #to_favorites:before {
      background-image: url(../img/sprite-2x.png);
      background-size: 243px 224px; } }

#to_compare:before {
  background-image: url(../img/sprite.png);
  background-position: -220px -93px;
  width: 11px;
  height: 15px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    #to_compare:before {
      background-image: url(../img/sprite-2x.png);
      background-size: 243px 224px; } }

#to_download:before {
  background-image: url(../img/sprite.png);
  background-position: -231px -26px;
  width: 11px;
  height: 14px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    #to_download:before {
      background-image: url(../img/sprite-2x.png);
      background-size: 243px 224px; } }

.icon_favorite {
  display: inline-block;
  background-image: url(../img/sprite.png);
  background-position: -163px -65px;
  width: 36px;
  height: 28px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .icon_favorite {
      background-image: url(../img/sprite-2x.png);
      background-size: 243px 224px; } }
  .icon_favorite:hover, .icon_favorite.active {
    background-image: url(../img/sprite.png);
    background-position: -163px -37px;
    width: 36px;
    height: 28px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .icon_favorite:hover, .icon_favorite.active {
        background-image: url(../img/sprite-2x.png);
        background-size: 243px 224px; } }

.icon_compare {
  display: inline-block;
  background-image: url(../img/sprite.png);
  background-position: 0px -135px;
  width: 25px;
  height: 32px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .icon_compare {
      background-image: url(../img/sprite-2x.png);
      background-size: 243px 224px; } }
  .icon_compare:hover, .icon_compare.active {
    background-image: url(../img/sprite.png);
    background-position: -132px -76px;
    width: 25px;
    height: 32px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .icon_compare:hover, .icon_compare.active {
        background-image: url(../img/sprite-2x.png);
        background-size: 243px 224px; } }

.icon_buy {
  display: inline-block;
  background-image: url(../img/sprite.png);
  background-position: -163px 0px;
  width: 41px;
  height: 37px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .icon_buy {
      background-image: url(../img/sprite-2x.png);
      background-size: 243px 224px; } }
  .icon_buy.active {
    background-image: url(../img/sprite.png);
    background-position: -163px -65px;
    width: 36px;
    height: 28px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .icon_buy.active {
        background-image: url(../img/sprite-2x.png);
        background-size: 243px 224px; } }

/* === Filter === */
#filter {
  margin: 40px 0 20px; }
  #filter .filter_inner {
    border: 1px solid #e0e0e0;
    padding: 12px 12px 20px; }
  #filter .btn.toggle {
    display: none;
    margin: 0 0 12px; }

#filter.filterCats {
  margin-top: 0; }

.filter_clear {
  margin: 0 0 6px; }
  .filter_clear .btn {
    display: block; }

.waybox {
  margin: 0 0 20px; }
  .waybox .btn {
    display: block;
    color: #6699ff;
    font-size: 14px; }
  .waybox .btn span {
    padding-right: 20px;
    position: relative; }
  .waybox .btn span:before {
    content: '';
    position: absolute;
    display: block;
    background-image: url(../img/sprite.png);
    background-position: -204px -135px;
    width: 13px;
    height: 18px;
    right: 0;
    top: 0; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .waybox .btn span:before {
        background-image: url(../img/sprite-2x.png);
        background-size: 243px 224px; } }

.filter_param {
  border-bottom: 1px solid #e0e0e0; }
  .filter_param.lst {
    border-bottom: 0; }
  .filter_param_name {
    position: relative;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #5d5d5d;
    padding: 12px 0 12px 15px;
    cursor: pointer; }
    .filter_param_name:before {
      content: '';
      position: absolute;
      display: block;
      background-image: url(../img/sprite.png);
      background-position: -231px -125px;
      width: 7px;
      height: 6px;
      left: 0;
      top: 50%;
      margin-top: -3px;
      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; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .filter_param_name:before {
          background-image: url(../img/sprite-2x.png);
          background-size: 243px 224px; } }
    .filter_param_name.active:before {
      transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -webkit-transform: rotate(180deg); }
  .filter_param_values {
    padding: 14px 0 14px; }
    .filter_param_values.hide {
      display: none; }
    .filter_param_values.last {
      margin: 10px 0 20px; }
    .filter_param_values ul li {
      position: relative;
      font-size: 14px;
      line-height: 16px;
      cursor: pointer;
      margin: 0 0 14px;
      color: #555;
      font-weight: 300;
      padding-left: 30px; }
      .filter_param_values ul li:last-child {
        margin: 0; }
      .filter_param_values ul li input[type="checkbox"], .filter_param_values ul li input[type="radio"] {
        position: absolute !important;
        left: 0;
        top: 50%;
        margin-top: -10px; }
      .filter_param_values ul li label {
        cursor: pointer; }

.filter_cost {
  padding: 10px 0; }
  .filter_cost .filter_param_values {
    margin: 0 0 20px;
    padding: 0;
    font-size: 12px;
    line-height: 14px;
    color: #5d5d5d;
    font-weight: 300; }
    .filter_cost .filter_param_values .input {
      border-color: #e7e7e7;
      height: 25px;
      font-style: normal;
      font-size: 14px;
      line-height: 20px;
      color: #606060;
      padding: 2px 5px; }
    .filter_cost .filter_param_values #minCost {
      width: 56px;
      margin: 0 6px; }
    .filter_cost .filter_param_values #maxCost {
      width: 86px;
      margin-left: 6px; }

/* ui-slider */
.ui-slider {
  height: 4px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #fff;
  border: 1px solid #dadada;
  position: relative;
  outline: none; }
  .ui-slider-range {
    background: #ffcc00;
    height: 4px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    position: absolute;
    outline: none;
    z-index: 2; }
  .ui-slider-handle {
    background: #6699ff;
    cursor: pointer;
    height: 4px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    position: absolute;
    width: 20px;
    height: 20px;
    top: -8px;
    outline: none;
    z-index: 5;
    margin-left: -10px; }
  .ui-slider-old-range {
    background: #e7e7e7;
    position: absolute;
    left: 0;
    height: 4px;
    top: 0;
    z-index: 1; }

@media screen and (min-width: 1020px) {
  #filter .filter_inner, .search_res_nav_inner {
    display: block !important; } }

@media screen and (max-width: 1020px) {
  #filter {
    margin-top: 0; }
  #filter .btn.toggle {
    display: block; }
  #filter .filter_inner {
    display: none; } }

/* search_res_nav */
.search_res_nav {
  margin: 40px 0 14px; }
  .search_res_nav_inner {
    border: 1px solid #dedede;
    padding: 10px 12px 20px; }
  .search_res_nav_title {
    border-bottom: 1px solid #e6e6e6;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    color: #5d5d5d;
    padding-bottom: 10px;
    margin: 0 0 14px; }
  .search_res_nav .btn {
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 500;
    color: #6699ff;
    display: none; }
  .search_res_nav ul li {
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
    margin: 0 0 16px; }
  .search_res_nav ul li:last-child {
    margin: 0; }
  .search_res_nav ul li a {
    color: #5d5d5d;
    text-decoration: none; }
  .search_res_nav ul li a:hover {
    color: #6699ff;
    text-decoration: underline; }

@media screen and (max-width: 1020px) {
  .search_res_nav {
    margin-top: 0; }
  .search_res_nav .btn {
    display: block; }
  .search_res_nav_inner, .search_res_nav_title {
    display: none; } }

/* === RATING === */
#slider_rate .ui-slider-handle b, #slider_rate .ui-slider-old-handle b {
  width: 30px;
  font-size: 21px;
  line-height: 22px;
  top: -24px;
  color: #555;
  text-align: center;
  left: 50%;
  position: absolute;
  margin-left: -15px;
  font-weight: 300; }

#slider_rate .ui-slider-old-handle {
  background: 0;
  width: 0;
  cursor: default;
  position: absolute;
  height: 20px;
  top: -8px; }
  #slider_rate .ui-slider-old-handle b {
    color: #ddd; }

.ratebox_out {
  margin: 0 0 20px;
  padding-left: 75px; }
  .ratebox_out .ui-slider {
    margin-right: 26px; }
  .ratebox_out_links {
    margin: 0 0 20px; }
    .ratebox_out_links #to_favorites {
      margin-right: 30px; }
  .ratebox_out-left {
    padding-left: 0; }

.ratebox, .ratebox_title, .ratebox #sliderRate, .ratebox_val, .ratebox_val span,
.ratebox_val .btn {
  display: inline-block;
  vertical-align: middle; }

.ratebox_title {
  color: #555;
  font-size: 12px;
  line-height: 14px;
  font-weight: 300;
  margin: 0 10px 0 0; }

.ratebox .ui-slider {
  width: 165px; }

.ratebox_val {
  border: 1px solid #efefef;
  padding: 12px; }
  .ratebox_val span {
    font-size: 14px;
    line-height: 16px;
    color: #555;
    font-weight: 300;
    margin-right: 30px; }
    .ratebox_val span b {
      color: #000;
      font-weight: 500; }
  .ratebox_val .btn {
    padding: 8px 18px; }

/* SORT */
.sort {
  margin: 0 -8px 20px;
  color: #5d5d5d;
  font-size: 14px;
  line-height: 16px;
  font-weight: 300; }
  .sort:after {
    content: '';
    clear: both;
    display: block; }
  .sort_by, .sort_count, .sort .pagination {
    float: left;
    width: 33.33333333%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 8px;
    position: relative; }
  .sort_count {
    text-align: center; }
  .sort .pagination {
    text-align: right; }
  .sort_by, .sort_count {
    margin-top: 4px; }
  .sort .selected_out {
    display: inline-block;
    position: relative; }
  .sort .selected {
    position: relative;
    padding-right: 12px;
    display: inline-block;
    cursor: pointer; }
    .sort .selected:before {
      content: '';
      position: absolute;
      display: block;
      background-image: url(../img/sprite.png);
      background-position: -231px -125px;
      width: 7px;
      height: 6px;
      right: 0;
      top: 5px; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .sort .selected:before {
          background-image: url(../img/sprite-2x.png);
          background-size: 243px 224px; } }
  .sort .label {
    display: inline-block; }
  .sort .select {
    background: #f8f8f8;
    border: 1px solid #dedede;
    padding: 4px 0;
    position: absolute;
    z-index: 999;
    left: -11px;
    top: -9px;
    min-width: 48px;
    text-align: left; }
    .sort .select.hide {
      display: none; }
    .sort .select ul li {
      padding: 4px 10px;
      cursor: pointer; }
    .sort .select ul li:hover, .sort .select ul li.hover {
      color: #6699ff; }

.pagination {
  line-height: 19px;
  color: #555;
  font-weight: 300;
  font-size: 14px; }
  .pagination div a {
    text-align: center;
    width: 19px;
    height: 19px;
    display: inline-block;
    vertical-align: middle;
    color: inherit;
    text-decoration: none; }
    .pagination div a.active {
      background: #6699ff;
      color: #fff; }
  .pagination div, .pagination_left, .pagination_right {
    display: inline-block;
    vertical-align: middle; }
  .pagination_left {
    background-image: url(../img/sprite.png);
    background-position: -220px -123px;
    width: 10px;
    height: 16px;
    margin-right: 8px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .pagination_left {
        background-image: url(../img/sprite-2x.png);
        background-size: 243px 224px; } }
    .pagination_left:hover {
      background-image: url(../img/sprite.png);
      background-position: -220px -139px;
      width: 10px;
      height: 16px; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .pagination_left:hover {
          background-image: url(../img/sprite-2x.png);
          background-size: 243px 224px; } }
  .pagination_right {
    background-image: url(../img/sprite.png);
    background-position: -220px -155px;
    width: 10px;
    height: 16px;
    margin-left: 8px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .pagination_right {
        background-image: url(../img/sprite-2x.png);
        background-size: 243px 224px; } }
    .pagination_right:hover {
      background-image: url(../img/sprite.png);
      background-position: -220px -171px;
      width: 10px;
      height: 16px; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .pagination_right:hover {
          background-image: url(../img/sprite-2x.png);
          background-size: 243px 224px; } }
  .pagination .viewlink-box {
    margin-left: 10px; }

.viewlink {
  display: inline-block;
  vertical-align: middle;
  opacity: 0.3; }
  .viewlink.active {
    opacity: 1; }
  .viewlink-box {
    background-image: url(../img/sprite.png);
    background-position: -75px -59px;
    width: 17px;
    height: 17px;
    margin-right: 8px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .viewlink-box {
        background-image: url(../img/sprite-2x.png);
        background-size: 243px 224px; } }
  .viewlink-list {
    background-image: url(../img/sprite.png);
    background-position: -119px -59px;
    width: 21px;
    height: 17px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .viewlink-list {
        background-image: url(../img/sprite-2x.png);
        background-size: 243px 224px; } }

@media screen and (max-width: 750px) {
  .sort_by {
    float: left;
    width: auto;
    text-align: center; }
  .sort_count {
    display: none; }
  .sort .pagination {
    float: right;
    width: auto;
    text-align: right; }
  .viewlink {
    display: none; } }

@media screen and (max-width: 480px) {
  .sort_by {
    float: none;
    margin: 0 0 20px; }
  .sort .pagination {
    float: none;
    text-align: center; } }

/* searchXs */
.search_xs {
  margin: 30px 0; }
  .search_xs:after {
    content: '';
    clear: both;
    display: block; }
  .search_xs_title {
    color: #5d5d5d;
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
    margin: 0 0 10px; }
  .search_xs_form {
    border: 1px solid #e2e2e2;
    height: 48px;
    position: relative;
    padding: 3px 64px 0 14px;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 436px;
    width: 100%;
    display: inline-block;
    margin: 0 10px 12px 0; }
    .search_xs_form .input {
      height: 40px;
      font-size: 14px;
      line-height: 20px;
      padding: 10px 0;
      border: 0;
      width: 100%;
      margin: 0; }
    .search_xs_form .btn {
      width: 48px;
      height: 48px;
      padding: 0;
      position: absolute;
      right: -1px;
      top: -1px;
      border-radius: 0;
      -moz-border-radius: 0;
      -webkit-border-radius: 0; }
    .search_xs_form .btn:before {
      content: '';
      position: absolute;
      display: block;
      background-image: url(../img/sprite.png);
      background-position: -22px -167px;
      width: 21px;
      height: 20px;
      left: 50%;
      top: 50%;
      margin: -10px 0 0 -10px; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .search_xs_form .btn:before {
          background-image: url(../img/sprite-2x.png);
          background-size: 243px 224px; } }
  .search_xs .btn-pin {
    padding: 15px 20px;
    vertical-align: top;
    margin: 0;
    font-size: 15px;
    line-height: 18px; }
  .search_xs .btn-pin span {
    padding-right: 26px;
    position: relative; }
  .search_xs .btn-pin span:before {
    content: '';
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    background-image: url(../img/sprite.png);
    background-position: -204px -116px;
    width: 13px;
    height: 19px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .search_xs .btn-pin span:before {
        background-image: url(../img/sprite-2x.png);
        background-size: 243px 224px; } }

@media screen and (max-width: 700px) {
  .search_xs_form {
    max-width: none;
    margin: 0 0 12px; }
  .search_xs .btn-pin {
    display: block;
    margin: 0;
    padding: 8px 12px; } }

.search_xs_select {
  max-width: 436px;
  margin: 0 10px 12px 0;
  display: inline-block;
  width: 100%; }
  .search_xs_select select {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    cursor: pointer;
    outline: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border: 1px solid #ececec;
    height: 48px;
    position: relative;
    color: #555;
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
    padding: 14px;
    background: url(../img/sel.png) right center no-repeat; }

/* mapWin */
.mapwin {
  background: rgba(255, 255, 255, 0.9);
  width: 240px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 16px 20px;
  margin-top: 20px;
  position: absolute;
  text-align: left;
  font-size: 13px;
  font-weight: 300;
  color: #555;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  line-height: 16px;
  text-transform: none;
  -webkit-box-shadow: 0 2px 18px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 2px 18px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.4);
  left: -6px; }
  .mapwin:before {
    content: '';
    border: 10px solid transparent;
    border-bottom: 10px solid rgba(255, 255, 255, 0.9);
    top: -20px;
    left: 20px;
    position: absolute; }
  .mapwin.centered {
    margin-left: -120px;
    left: 50%; }
    .mapwin.centered:before {
      left: 50%;
      margin-left: -10px; }
  .mapwin.righted {
    right: -6px;
    left: auto; }
    .mapwin.righted:before {
      left: auto;
      right: 20px; }
  .mapwin b {
    font-weight: 500; }
  .mapwin p {
    margin: 0 0 20px; }
  .mapwin_name {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 18px;
    margin: 0 0 10px;
    font-weight: 500; }
  .mapwin_url {
    font-size: 13px;
    line-height: 16px;
    margin: 0; }
    .mapwin_url a {
      text-decoration: none; }
    .mapwin_url a:hover {
      text-decoration: underline; }

.mapbox_pin .mapwin {
  margin: 0 0 0 20px;
  left: 100%;
  top: -40px; }

.mapbox_pin .mapwin:before {
  content: none;
  display: none; }

/* mapList */
.maplist {
  margin-left: 20px; }
  .maplist li {
    list-style: none;
    color: #555;
    font-weight: 300;
    font-size: 13px;
    line-height: 16px;
    margin: 0 0 18px;
    padding-left: 20px;
    position: relative; }
  .maplist_num {
    position: absolute;
    left: 0;
    top: 0; }
  .maplist li:last-child {
    margin-bottom: 0; }
  .maplist_address {
    margin: 0 0 2px; }
  .maplist_name {
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 2px;
    text-transform: uppercase; }
    .maplist_name a {
      text-decoration: none; }
      .maplist_name a:hover {
        text-decoration: underline; }
  .maplist_price {
    font-size: 20px;
    line-height: 22px;
    font-weight: 500; }
  .maplistSmall {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    margin: 0 0 10px; }
    .maplistSmall > li {
      -webkit-column-break-inside: avoid;
      -moz-column-break-inside: avoid;
      column-break-inside: avoid; }
    .maplistSmall li {
      font-size: 12px;
      line-height: 14px; }
      .maplistSmall li:last-child {
        margin-bottom: 18px; }
    .maplistSmall .maplist_name {
      text-transform: none; }
    .maplistSmall .maplist_price {
      font-size: 14px;
      line-height: 16px; }
  .maplist_txt {
    font-size: 14px;
    line-height: 18px;
    color: #555;
    font-weight: 300; }
    .maplist_txt b {
      font-weight: 500; }

.search_res_all {
  text-align: right;
  margin: 0 0 20px; }

@media screen and (max-width: 1600px) {
  .maplist_small {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3; } }

@media screen and (max-width: 750px) {
  .maplist_small {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; } }

@media screen and (max-width: 400px) {
  .maplist_small {
    -webkit-column-count: auto;
    -moz-column-count: auto;
    column-count: auto;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0; }
  .search_res_all .btn {
    display: block; } }

/* townwin */
.close {
  display: inline-block;
  background-image: url(../img/sprite.png);
  background-position: -171px -135px;
  width: 21px;
  height: 21px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .close {
      background-image: url(../img/sprite-2x.png);
      background-size: 243px 224px; } }
  .close:hover {
    background-image: url(../img/sprite.png);
    background-position: -150px -135px;
    width: 21px;
    height: 21px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .close:hover {
        background-image: url(../img/sprite-2x.png);
        background-size: 243px 224px; } }

.town_popup {
  background: #fcfcfc;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  border-bottom: 1px solid #dedede;
  padding: 20px 0 30px;
  z-index: 1200;
  display: none; }
  .town_popup .container {
    position: relative; }
  .town_popup-title {
    color: #555;
    font-size: 22px;
    line-height: 24px;
    font-weight: 300;
    margin: 0 0 30px; }
  .town_popup-list {
    margin: 0 0 10px; }
    .town_popup-list li {
      display: inline-block;
      font-weight: 300;
      font-size: 14px;
      line-height: 18px;
      margin: 0 40px 20px 0; }
    .town_popup-list li a {
      color: #555;
      text-decoration: none; }
      .town_popup-list li a:hover {
        color: #6699ff;
        text-decoration: underline; }
  .town_popup .close {
    position: absolute;
    right: 0;
    top: 0; }

.town_search {
  background: #fff;
  border: 1px solid #e2e2e2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
  position: relative;
  padding: 4px 40px 0 10px;
  max-width: 360px; }
  .town_search .input {
    width: 100%;
    height: 30px;
    border: 0;
    background: 0;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 0;
    font-style: normal; }
  .town_search .button {
    background: 0;
    border: 0;
    text-indent: -9999px;
    padding: 0;
    background-image: url(../img/sprite.png);
    background-position: -74px -189px;
    width: 19px;
    height: 19px;
    position: absolute;
    right: 10px;
    top: 10px;
    -webkit-appearance: none;
    cursor: pointer;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .town_search .button {
        background-image: url(../img/sprite-2x.png);
        background-size: 243px 224px; } }
  .town_search .button:hover {
    background-image: url(../img/sprite.png);
    background-position: -93px -189px;
    width: 19px;
    height: 19px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .town_search .button:hover {
        background-image: url(../img/sprite-2x.png);
        background-size: 243px 224px; } }

@media screen and (max-width: 480px) {
  .town_popup-title {
    font-size: 18px;
    line-height: 20px;
    margin-right: 40px; }
  .town_popup-list li {
    margin: 0 10px 8px 0; } }

/* mobSearch */
.mobsearch {
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  display: none;
  border-top: 1px solid #e6e6e6; }
  .mobsearch_form {
    position: relative;
    padding-right: 41px; }
  .mobsearch .input {
    width: 100%;
    height: 42px;
    border: 0; }
  .mobsearch .searchbox_btn {
    width: 42px;
    height: 42px; }

/* homebanners */
.homebanners {
  margin: 0 0 50px; }
  .homebanners .row {
    margin: 0 -15px; }
  .homebanners [class*="grid"] {
    padding: 0 15px; }
  .homebanners img {
    display: block;
    margin: 0 0 28px; }
  .homebanners a {
    display: block;
    position: relative; }
  .homebanners .typeons {
    position: absolute;
    left: 28px;
    top: 28px; }
  .homebanners .typeon {
    display: block;
    margin: 0 0 4px; }

/* Mapbox */
.mapbox {
  margin: 0 0 36px;
  position: relative; }
  .mapbox iframe {
    border: 0;
    width: 100%;
    height: 302px;
    display: block;
    margin: 0;
    padding: 0; }
  .mapbox_pin {
    display: block;
    position: absolute; }
    .mapbox_pin-yellow {
      background-image: url(../img/sprite.png);
      background-position: -119px 0px;
      width: 44px;
      height: 59px; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .mapbox_pin-yellow {
          background-image: url(../img/sprite-2x.png);
          background-size: 243px 224px; } }
    .mapbox_pin-blue {
      background-image: url(../img/sprite.png);
      background-position: -75px 0px;
      width: 44px;
      height: 59px; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .mapbox_pin-blue {
          background-image: url(../img/sprite-2x.png);
          background-size: 243px 224px; } }
    .mapbox_pin-green {
      background-image: url(../img/sprite.png);
      background-position: -44px -76px;
      width: 44px;
      height: 59px; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .mapbox_pin-green {
          background-image: url(../img/sprite-2x.png);
          background-size: 243px 224px; } }
    .mapbox_pin-pink {
      background-image: url(../img/sprite.png);
      background-position: 0px -76px;
      width: 44px;
      height: 59px; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .mapbox_pin-pink {
          background-image: url(../img/sprite-2x.png);
          background-size: 243px 224px; } }
  .mapbox_btn {
    background: #ffcc00;
    border: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 15px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); }
    .mapbox_btn_out {
      position: absolute;
      width: 100%;
      text-align: center;
      left: 0;
      bottom: 20px; }

/* Product */
.typeon {
  width: 46px;
  height: 46px;
  display: inline-block;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  padding: 15px 0;
  font-weight: 900; }
  .typeon-hit {
    background: #cc3399; }
  .typeon-new {
    background: #669933; }

.product {
  border: 1px solid transparent;
  padding: 18px 16px 12px;
  position: relative;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 14px; }
  .product:before {
    background: #fff;
    opacity: 0.7;
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
    z-index: 10; }
  .product:hover {
    border-color: #dedede; }
  .product .btn-orange {
    margin: 19px 0;
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); }
  .product_name {
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    color: #747474;
    margin: 0 0 14px; }
    .product_name small {
      display: block;
      font-size: 11px;
      line-height: 12px;
      margin: 0 0 4px; }
    .product_name span {
      display: block;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
    .product_name a {
      color: inherit;
      text-decoration: none;
      display: block; }
    .product_name a:hover {
      color: #6699ff; }
  .product_image {
    border-top: 2px solid #ebebeb;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 170px;
    margin: 0 0 10px;
    position: relative; }
    .product_image img {
      max-height: 170px;
      max-width: 200px; }
    .product_image .typeon {
      position: absolute;
      left: 0;
      top: 6px; }
  .product_price {
    color: #6699ff;
    font-size: 20px;
    line-height: 22px;
    margin: 0;
    font-weight: 400; }
    .product_price_old {
      color: #ddd;
      font-size: 20px;
      line-height: 22px;
      margin: 0 0 4px;
      text-decoration: line-through; }
  .product_prop {
    color: #7e7e7e;
    font-size: 12px;
    line-height: 14px;
    margin: 10px 0 0;
    font-weight: 300; }
  .product_sets {
    position: absolute;
    left: 0;
    top: 10px;
    text-align: left; }
    .product_sets a {
      display: inline-block; }
  .product_fav {
    background-image: url(../img/sprite.png);
    background-position: -163px -122px;
    width: 16px;
    height: 13px;
    margin: 0 8px 0 0; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .product_fav {
        background-image: url(../img/sprite-2x.png);
        background-size: 243px 224px; } }
    .product_fav:hover, .product_fav.active {
      background-image: url(../img/sprite.png);
      background-position: -179px -122px;
      width: 16px;
      height: 13px; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .product_fav:hover, .product_fav.active {
          background-image: url(../img/sprite-2x.png);
          background-size: 243px 224px; } }
  .product_comp {
    background-image: url(../img/sprite.png);
    background-position: -220px -78px;
    width: 11px;
    height: 15px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .product_comp {
        background-image: url(../img/sprite-2x.png);
        background-size: 243px 224px; } }
    .product_comp:hover, .product_comp.active {
      background-image: url(../img/sprite.png);
      background-position: -220px -93px;
      width: 11px;
      height: 15px; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .product_comp:hover, .product_comp.active {
          background-image: url(../img/sprite-2x.png);
          background-size: 243px 224px; } }
  .product_text {
    border-top: 1px solid #e0e0e0;
    color: #000;
    font-size: 13px;
    line-height: 15px;
    font-weight: 300;
    text-align: left;
    padding-top: 16px; }
    .product_text p {
      margin: 0 0 12px; }
    .product_text ul {
      margin: 0 0 20px; }
    .product_text ul li {
      position: relative;
      padding-left: 7px;
      margin: 0 0 3px; }
      .product_text ul li:before {
        content: '';
        position: absolute;
        display: block;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        width: 3px;
        height: 3px;
        left: 0;
        top: 7px;
        background: #9f9f9f; }
  .product_links {
    margin: 0;
    text-align: left; }
    .product_links p {
      margin: 0; }
  .product_hover {
    background: #fff;
    position: absolute;
    left: -1px;
    right: -1px;
    top: 100%;
    z-index: 999;
    padding: 0 16px 16px;
    display: none;
    border: 1px solid #dedede;
    border-top: 0; }
  .product_mobile_btns {
    display: none;
    text-align: center;
    margin: 18px 0 0; }
    .product_mobile_btns a {
      margin: 0 9px; }
  .product_settings {
    text-align: center; }
    .product_settings a {
      margin: 0 5px; }
  .product_delete {
    display: inline-block;
    background-image: url(../img/sprite.png);
    background-position: -231px -13px;
    width: 12px;
    height: 13px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .product_delete {
        background-image: url(../img/sprite-2x.png);
        background-size: 243px 224px; } }
  .product_favorite {
    display: inline-block;
    background-image: url(../img/sprite.png);
    background-position: -163px -122px;
    width: 16px;
    height: 13px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .product_favorite {
        background-image: url(../img/sprite-2x.png);
        background-size: 243px 224px; } }

.product:hover .product_sets {
  display: none; }

.product:hover .product_hover {
  display: block; }

/* Catpopular */
.catpopular .product {
  border: 1px solid #dedede; }

/* Product mobile */
@media screen and (max-width: 1020px) {
  .product:hover .product_sets, .product:hover .product_hover, .product_prop, .product_sets {
    display: none; }
  .product_mobile_btns {
    display: block; } }

/* === Carousel's === */
.slick-slide {
  outline: none; }

.slick-dots {
  text-align: center; }
  .slick-dots li {
    display: inline-block;
    margin: 0 7px; }
  .slick-dots li button {
    background: #b6b6b6;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
    cursor: pointer;
    display: block;
    padding: 0;
    outline: none; }
  .slick-dots li.slick-active button {
    background: #6699ff;
    -webkit-box-shadow: 0 0 0 1px #6699ff;
    -moz-box-shadow: 0 0 0 1px #6699ff;
    box-shadow: 0 0 0 1px #6699ff; }

.slick-prev, .slick-next {
  cursor: pointer;
  display: block;
  border: 0;
  text-indent: -9999px;
  background: 0; }

.slick-prev {
  background-image: url(../img/sprite.png);
  background-position: -204px -29px;
  width: 16px;
  height: 29px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .slick-prev {
      background-image: url(../img/sprite-2x.png);
      background-size: 243px 224px; } }
  .slick-prev:hover {
    background-image: url(../img/sprite.png);
    background-position: -204px 0px;
    width: 16px;
    height: 29px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .slick-prev:hover {
        background-image: url(../img/sprite-2x.png);
        background-size: 243px 224px; } }

.slick-next {
  background-image: url(../img/sprite.png);
  background-position: -204px -87px;
  width: 16px;
  height: 29px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .slick-next {
      background-image: url(../img/sprite-2x.png);
      background-size: 243px 224px; } }
  .slick-next:hover {
    background-image: url(../img/sprite.png);
    background-position: -204px -58px;
    width: 16px;
    height: 29px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .slick-next:hover {
        background-image: url(../img/sprite-2x.png);
        background-size: 243px 224px; } }

/* Carbox */
.carbox {
  max-width: 620px;
  margin: 0 auto 54px; }
  .carbox .product {
    margin: 0; }
  .carbox .slick-dots {
    margin: 44px 0 0; }
  .carbox .slick-prev, .carbox .slick-next {
    position: absolute;
    top: 50%;
    margin-top: -14px;
    z-index: 100; }
  .carbox .slick-prev {
    left: -20px; }
  .carbox .slick-next {
    right: -20px; }
  .carbox-full {
    max-width: none; }

.allbox {
  text-align: center;
  margin: 0 0 64px; }
  .allbox:after {
    content: '';
    clear: both;
    display: block; }

.tcslide {
  position: relative;
  margin: 0 auto 20px;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1370px; }
  .tcslide_min {
    max-width: 620px; }
  .tcslide .slick-slider {
    position: static; }
  .tcslide .slick-prev, .tcslide .slick-next {
    position: absolute;
    top: 50%;
    margin-top: -14px;
    z-index: 100; }
  .tcslide .slick-prev {
    left: 0; }
  .tcslide .slick-next {
    right: 0; }

.tcbox p {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px; }

.tcbox img {
  display: block;
  max-width: 130px;
  max-height: 70px; }

/* search_popular */
.search_popular {
  margin: 0 auto 54px;
  max-width: 960px;
  text-align: center; }
  .search_popular .btn {
    margin: 0 4px 10px; }
  .search_popular-left {
    text-align: left; }

/* catone */
.catone {
  margin: 0 -15px 20px; }
  .catone [class*="grid"] {
    padding: 0 15px; }
  .catone_title {
    color: #555;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    font-weight: 300;
    border-bottom: 1px solid #dedede;
    margin: 0 0 16px;
    padding: 0 0 8px; }
    .catone_title a {
      color: inherit;
      text-decoration: none; }
  .catone_icon {
    text-align: center;
    height: 56px;
    margin: 0 0 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center; }
  .catone_list {
    color: #6699ff;
    font-size: 13px;
    line-height: 17px;
    font-weight: 300;
    text-align: center;
    min-height: 88px;
    margin: 0 0 10px; }
    .catone_list li {
      display: inline-block;
      position: relative;
      padding-right: 7px;
      margin-right: 2px; }
    .catone_list li:after {
      content: '';
      position: absolute;
      display: block;
      width: 3px;
      height: 3px;
      border-radius: 50%;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      background: #6699ff;
      right: 0;
      top: 7px; }
    .catone_list li:last-child {
      padding-right: 0; }
      .catone_list li:last-child:after {
        content: none;
        display: none; }
    .catone_list a {
      color: inherit;
      text-decoration: none; }
      .catone_list a:hover {
        text-decoration: underline; }

.catmore {
  margin: 0 0 30px; }
  .catmore .btn {
    display: block; }

/* catnav */
.catnav > ul > li {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  position: relative; }
  .catnav > ul > li:first-child > a {
    border-top: 1px solid #e6e6e6; }
  .catnav > ul > li:first-child > ul {
    top: 0; }
  .catnav > ul > li > a {
    color: #555;
    text-decoration: none;
    display: block;
    padding: 11px 30px 11px 18px;
    position: relative;
    border-bottom: 1px solid #e6e6e6; }
    .catnav > ul > li > a:before {
      content: '';
      position: absolute;
      display: block;
      background-image: url(../img/sprite.png);
      background-position: -231px -131px;
      width: 5px;
      height: 8px;
      right: 12px;
      top: 50%;
      margin-top: -4px; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .catnav > ul > li > a:before {
          background-image: url(../img/sprite-2x.png);
          background-size: 243px 224px; } }
  .catnav > ul > li:hover > a {
    background: #f8f8f8;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #f8f8f8;
    padding: 11px 32px 11px 17px;
    z-index: 1001;
    color: #6699ff; }
    .catnav > ul > li:hover > a:before {
      content: none;
      display: none; }
  .catnav > ul > li > ul {
    background: #f8f8f8;
    border: 1px solid #e6e6e6;
    position: absolute;
    left: 100%;
    top: -1px;
    width: 250px;
    padding: 0 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1000;
    margin-left: -1px;
    transition: all 140ms ease-in-out;
    -moz-transition: all 140ms ease-in-out;
    -webkit-transition: all 140ms ease-in-out;
    -ms-transition: all 140ms ease-in-out;
    visibility: hidden;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1); }
    .catnav > ul > li > ul li {
      font-size: 14px;
      line-height: 16px;
      font-weight: 500;
      border-bottom: 1px solid #e6e6e6;
      position: relative; }
    .catnav > ul > li > ul li:last-child {
      border: 0; }
    .catnav > ul > li > ul li a {
      padding: 11px 0;
      display: block;
      color: #555;
      text-decoration: none; }
    .catnav > ul > li > ul li a:hover {
      color: #6699ff; }
  .catnav > ul > li:hover > ul {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    visibility: visible; }
  .catnav > ul > li ul li ul {
    background: #f8f8f8;
    border: 1px solid #e6e6e6;
    position: absolute;
    left: 100%;
    top: -1px;
    width: 250px;
    padding: 0 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1000;
    transition: all 140ms ease-in-out;
    -moz-transition: all 140ms ease-in-out;
    -webkit-transition: all 140ms ease-in-out;
    -ms-transition: all 140ms ease-in-out;
    visibility: hidden;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1); }
  .catnav > ul > li:hover > ul li:hover ul {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    visibility: visible; }

/* viewed */
.viewed {
  background: #fcfcfc;
  padding: 40px 0 10px;
  overflow: hidden; }
  .viewed_title {
    color: #939393;
    font-size: 30px;
    line-height: 34px;
    margin: 0 0 26px;
    font-weight: 300; }

.viewb {
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  max-width: 400px;
  position: relative; }
  .viewb:after {
    content: '';
    clear: both;
    display: block; }
  .viewb:before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    opacity: 0.7;
    display: none; }
  .viewb_img {
    float: left;
    width: 50%;
    height: 70px; }
    .viewb_img img {
      max-width: 110px;
      max-height: 70px; }
  .viewb_text {
    float: left;
    width: 50%;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .viewb_name {
    font-size: 18px;
    line-height: 20px;
    color: #555;
    margin: 0 0 20px;
    font-weight: 300; }
    .viewb_name small {
      display: block;
      font-size: 12px;
      line-height: 14px;
      margin: 0 0 4px; }
    .viewb_name a {
      color: inherit;
      display: block;
      text-decoration: none; }
    .viewb_name a:hover {
      color: #6699ff; }
  .viewb_price {
    color: #313131;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    margin: 0; }

.viewb_car {
  position: relative;
  margin: 0 -8px 36px; }
  .viewb_car .slick-slide {
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .viewb_car .slick-arrow {
    top: 50%;
    margin-top: -16px;
    position: absolute;
    z-index: 100; }
  .viewb_car .slick-prev {
    left: -18px; }
  .viewb_car .slick-next {
    right: -18px; }
  .viewb_car_small {
    margin-left: 0;
    margin-right: 0; }
    .viewb_car_small .slick-slide {
      padding: 0; }
    .viewb_car_small .viewb {
      background: 0;
      padding: 8px 20px;
      border-right: 1px solid #dedede; }
    .viewb_car_small .slick-active:last-child .viewb {
      border: 0; }
    .viewb_car_small .viewb_name {
      font-size: 14px;
      line-height: 16px;
      height: 32px;
      overflow: hidden;
      margin: 0 0 8px; }
    .viewb_car_small .viewb_name a {
      color: #6699ff;
      text-decoration: none;
      display: block; }
    .viewb_car_small .viewb_price {
      margin: 0;
      font-size: 17px;
      line-height: 17px; }
      .viewb_car_small .viewb_price i {
        font-style: normal;
        font-size: 14px; }

@media screen and (max-width: 1040px) {
  .viewb_car .slick-arrow {
    display: none !important; } }

@media screen and (max-width: 1020px) {
  .viewb_car .slick-slider {
    margin: 0 -300px; }
  .viewb_car .slick-slide {
    width: 280px; }
  .viewb_car .slick-slide:not(.slick-current) .viewb {
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
    .viewb_car .slick-slide:not(.slick-current) .viewb:before {
      display: block; } }

/* === show_catalog === */
#show_catalog {
  margin: 0 -7px; }
  #show_catalog:after {
    content: '';
    clear: both;
    display: block; }
  #show_catalog .item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 7px;
    float: left;
    width: 25%; }
  #show_catalog .product {
    border: 1px solid #dedede; }

@media screen and (max-width: 1600px) {
  #show_catalog .item {
    width: 33.33333333%; } }

@media screen and (max-width: 700px) {
  #show_catalog .item {
    width: 50%; } }

@media screen and (max-width: 480px) {
  #show_catalog .item {
    width: 100%; } }

/* === COMPANY PAGE === */
.company_brick:after {
  content: '';
  clear: both;
  display: block; }

.company_brick .goodshort {
  float: right;
  width: 760px; }

.company_image {
  float: left;
  width: 738px;
  margin: 0 0 30px; }
  .company_image img {
    max-width: 100%;
    margin: 0 0 10px;
    display: block; }
  .company_image .rateboxOut_links {
    padding: 0;
    margin: 0; }
  .company_image #to_download {
    margin: 0 40px 0 0; }
  .company_image #to_favorites {
    margin: 0 40px 0 0; }

.gallery_photo {
  margin: 0 -1px 24px; }
  .gallery_photo [class*='grid'] {
    padding: 0 1px;
    margin: 0 0 2px; }
  .gallery_photo img {
    display: block;
    width: 100%; }

@media screen and (max-width: 1600px) {
  .company_image {
    width: 435px;
    overflow: hidden; }
  .company_brick .goodshort {
    width: 500px; }
  .company_image img {
    max-width: none;
    width: auto; } }

@media screen and (max-width: 1020px) {
  .company_image {
    float: none;
    width: auto;
    overflow: visible; }
  .company_brick .goodshort {
    float: none;
    width: auto; }
  .company_image img {
    max-width: none;
    width: 100%; } }

/* === GOOD PAGE === */
.goodpage {
  max-width: 1177px;
  margin: 0 auto; }

.goodpage_hidden {
  display: none;
  margin: 0 0 30px; }
  .goodpage_hidden .pagehead {
    margin: 0 0 4px; }

.zoom {
  background-image: url(../img/sprite.png);
  background-position: -132px -108px;
  width: 27px;
  height: 27px;
  display: inline-block; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .zoom {
      background-image: url(../img/sprite-2x.png);
      background-size: 243px 224px; } }
  .zoom:hover {
    background-image: url(../img/sprite.png);
    background-position: -25px -135px;
    width: 27px;
    height: 27px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .zoom:hover {
        background-image: url(../img/sprite-2x.png);
        background-size: 243px 224px; } }

/* Gallery */
#gallery {
  margin: 0 0 20px;
  position: relative; }
  #gallery .gallerythumbs {
    float: left; }
  #gallery .gallerybig_out {
    padding-left: 75px;
    padding-right: 30px; }

.gallerythumbs {
  width: 52px;
  position: relative;
  padding: 24px 0; }
  .gallerythumbs_item {
    padding: 1px 0; }
    .gallerythumbs_item span {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      align-items: center;
      justify-content: center;
      border: 2px solid transparent;
      height: 50px;
      width: 50px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      cursor: pointer; }
    .gallerythumbs_item img {
      max-width: 40px;
      max-height: 40px; }
  .gallerythumbs .slick-arrow {
    position: absolute;
    left: 50%;
    margin-left: -8px; }
  .gallerythumbs .slick-prev {
    background-image: url(../img/sprite.png);
    background-position: -131px -189px;
    width: 16px;
    height: 10px;
    top: 0; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .gallerythumbs .slick-prev {
        background-image: url(../img/sprite-2x.png);
        background-size: 243px 224px; } }
    .gallerythumbs .slick-prev:hover {
      background-image: url(../img/sprite.png);
      background-position: -163px -167px;
      width: 16px;
      height: 10px; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .gallerythumbs .slick-prev:hover {
          background-image: url(../img/sprite-2x.png);
          background-size: 243px 224px; } }
  .gallerythumbs .slick-next {
    background-image: url(../img/sprite.png);
    background-position: -147px -189px;
    width: 16px;
    height: 10px;
    bottom: 0; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .gallerythumbs .slick-next {
        background-image: url(../img/sprite-2x.png);
        background-size: 243px 224px; } }
    .gallerythumbs .slick-next:hover {
      background-image: url(../img/sprite.png);
      background-position: -179px -167px;
      width: 16px;
      height: 10px; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .gallerythumbs .slick-next:hover {
          background-image: url(../img/sprite-2x.png);
          background-size: 243px 224px; } }
  .gallerythumbs .slick-current span {
    border-color: #ffcc00; }

.gallerybig {
  position: relative; }
  .gallerybig:before {
    content: '';
    position: absolute;
    display: block;
    background-image: url(../img/sprite.png);
    background-position: -132px -108px;
    width: 27px;
    height: 27px;
    left: 0;
    top: 20px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .gallerybig:before {
        background-image: url(../img/sprite-2x.png);
        background-size: 243px 224px; } }
  .gallerybig_item {
    padding: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .gallerybig span {
    height: 280px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative; }
  .gallerybig img {
    max-height: 240px; }
  .gallerybig .zoom {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 100; }
  .gallerybig .slick-dots {
    margin: 10px 0 0; }

/* goodshort */
.goodshort {
  margin: 0 0 20px; }
  .goodshort .pagehead {
    margin: 0 0 4px; }
  .goodshort_text {
    margin: 0 0 20px;
    font-size: 13px;
    line-height: 16px;
    font-weight: 300; }
  .goodshort_link {
    margin: 0 0 24px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 300; }
    .goodshort_link a {
      text-decoration: none; }
      .goodshort_link a:hover {
        text-decoration: underline; }
  .goodshort_price {
    font-weight: 300;
    margin: 0 0 24px; }
    .goodshort_price p {
      font-size: 14px;
      line-height: 16px;
      margin: 0 0 2px; }
    .goodshort_price .pagehead {
      margin: 0 0 2px;
      font-weight: 500; }
    .goodshort_price small {
      font-size: 12px;
      line-height: 14px;
      display: block;
      color: #555; }
  .goodshort #amount {
    margin: 0 0 14px; }

.goodcats {
  color: #6699ff;
  font-size: 13px;
  line-height: 14px;
  font-weight: 300;
  margin: 0 0 18px; }
  .goodcats li {
    display: inline-block;
    position: relative;
    margin: 0 4px 4px 0;
    padding-right: 8px;
    position: relative; }
  .goodcats li:before {
    content: '';
    position: absolute;
    display: block;
    width: 3px;
    height: 3px;
    background: #6699ff;
    right: 0;
    top: 5px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%; }
  .goodcats li:last-child {
    padding-right: 0; }
    .goodcats li:last-child:before {
      content: none;
      display: none; }
  .goodcats li a {
    text-decoration: none; }
    .goodcats li a:hover {
      text-decoration: underline; }

.goodlinks {
  margin: 0 0 18px;
  font-size: 13px;
  line-height: 14px;
  font-weight: 500; }
  .goodlinks li {
    display: inline-block;
    margin: 0 8px 0 0; }

.good_meta {
  margin: 0 0 18px; }
  .good_meta ul {
    text-align: left;
    display: inline-block; }
  .good_meta li {
    margin: 0 0 5px;
    font-size: 13px;
    line-height: 16px;
    font-weight: 300;
    color: #555;
    position: relative;
    padding-left: 22px; }
  .good_meta li:before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 0; }
  .good_meta li a {
    text-decoration: none; }
    .good_meta li a:hover {
      text-decoration: underline; }
  .good_meta li.good_meta_phone:before {
    background-image: url(../img/sprite.png);
    background-position: -137px -167px;
    width: 13px;
    height: 13px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .good_meta li.good_meta_phone:before {
        background-image: url(../img/sprite-2x.png);
        background-size: 243px 224px; } }
  .good_meta li.good_meta_env:before {
    background-image: url(../img/sprite.png);
    background-position: -13px -212px;
    width: 14px;
    height: 11px;
    top: 2px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .good_meta li.good_meta_env:before {
        background-image: url(../img/sprite-2x.png);
        background-size: 243px 224px; } }
  .good_meta li.good_meta_pin:before {
    background-image: url(../img/sprite.png);
    background-position: -231px -40px;
    width: 10px;
    height: 13px;
    left: 2px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .good_meta li.good_meta_pin:before {
        background-image: url(../img/sprite-2x.png);
        background-size: 243px 224px; } }

/* feat */
.feat {
  max-width: 600px;
  margin: 0 0 30px; }
  .feat li {
    font-size: 13px;
    line-height: 16px;
    color: #000;
    margin: 0 0 8px;
    font-weight: 300;
    position: relative; }
    .feat li:after {
      content: '';
      clear: both;
      display: block; }
  .feat li:before {
    content: '';
    position: absolute;
    display: block;
    height: 1px;
    background: #f5f5f5;
    width: 100%;
    left: 0;
    top: 5px; }
  .feat li span {
    background: #fff;
    position: relative; }
  .feat_left {
    padding-right: 10px;
    float: left;
    max-width: 200px; }
  .feat_right {
    padding-left: 10px;
    width: 250px;
    float: right; }

/* good_tabs */
.good_tabs {
  margin: 0 0 30px; }
  .good_tabs li {
    display: inline-block;
    font-weight: 300;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 16px;
    position: relative;
    margin: 0 20px 0 0; }
  .good_tabs li a {
    color: #555;
    text-decoration: none; }
  .good_tabs li a:hover {
    color: #6699ff;
    text-decoration: underline; }
  .good_tabs li b {
    background: #e26e6e;
    color: #fff;
    text-align: center;
    height: 17px;
    line-height: 17px;
    padding: 0 6px;
    min-width: 17px;
    position: absolute;
    border-radius: 17px;
    -moz-border-radius: 17px;
    -webkit-border-radius: 17px;
    font-size: 10px;
    font-weight: 900;
    top: -12px;
    right: -16px; }

@media screen and (max-width: 480px) {
  .good_tabs {
    border: 1px solid #ededed; }
  .good_tabs li {
    margin: 0;
    display: block;
    padding: 0;
    border-bottom: 1px solid #ededed;
    outline: none; }
  .good_tabs li a {
    display: block;
    padding: 8px 12px;
    position: relative;
    outline: none; }
  .good_tabs li a:hover {
    text-decoration: none; }
  .good_tabs li.ui-tabs-active a {
    background: #f1f1f1;
    color: #6699ff; }
  .good_tabs li b {
    right: 10px;
    top: 7px; } }

/* review */
.review {
  margin: 0 0 30px; }
  .review_top {
    color: #6699ff;
    font-size: 14px;
    line-height: 14px;
    margin: 0 0 20px;
    font-weight: 300;
    color: #555; }
    .review_top span {
      position: relative;
      padding-right: 14px;
      margin-right: 8px; }
    .review_top span:after {
      content: '';
      position: absolute;
      display: block;
      width: 3px;
      height: 3px;
      background: #6699ff;
      border-radius: 50%;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      right: 0;
      top: 6px; }
    .review_top b {
      font-weight: 500; }
    .review_top i {
      color: #999999;
      font-size: 14px; }
  .review_text {
    color: #666666;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300; }

.goog_description {
  color: #666666;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300; }

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

/* goodmap */
.goodmap:after {
  content: '';
  clear: both;
  display: block; }

.goodmap_left {
  float: left;
  width: 280px; }

.goodmap_right {
  padding-left: 306px;
  text-align: right; }
  .goodmap_right .btn {
    margin-right: 8px;
    margin-bottom: 10px; }
    .goodmap_right .btn:last-child {
      margin-right: 0; }

.goodmap_frame {
  margin: 0 0 24px;
  position: relative; }
  .goodmap_frame iframe {
    height: 330px;
    border: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    display: block; }
  .goodmap_frame_pin {
    background-image: url(../img/sprite.png);
    background-position: -88px -76px;
    width: 44px;
    height: 59px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 44px;
    font-weight: 700;
    position: absolute; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .goodmap_frame_pin {
        background-image: url(../img/sprite-2x.png);
        background-size: 243px 224px; } }
  .goodmap_frame-tz iframe {
    height: 390px; }
  .goodmap_frame_dig {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 46px;
    font-weight: 500;
    position: absolute;
    background: #cc3399;
    text-transform: uppercase; }

.goodmap .maplist {
  margin: 0 0 24px; }

.goodmap .waybox .btn {
  display: inline-block; }

/* goodTable */
.good_table {
  display: table;
  width: 100%;
  border-top: 1px solid #dedede;
  color: #555;
  font-size: 13px;
  font-weight: 300;
  line-height: 16px;
  margin: 0 0 20px; }
  .good_table_tr {
    display: table-row; }
  .good_table_td {
    display: table-cell;
    vertical-align: middle;
    border-bottom: 1px solid #dedede;
    padding: 14px 0; }
  .good_table_name {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500; }
    .good_table_name a {
      text-decoration: none; }
    .good_table_name a:hover {
      text-decoration: underline; }
  .good_table_price {
    color: #555;
    font-size: 20px;
    line-height: 22px;
    font-weight: 500; }
  .good_table_shop {
    width: 160px;
    text-align: left; }
  .good_table .btn {
    padding: 8px 18px; }
  .good_table_deliv, .good_table_pin {
    display: inline-block;
    padding-left: 30px;
    position: relative; }
    .good_table_deliv:before, .good_table_pin:before {
      content: '';
      position: absolute;
      display: block;
      left: 0;
      top: 0; }
  .good_table_deliv:before {
    background-image: url(../img/sprite.png);
    background-position: -140px -59px;
    width: 22px;
    height: 14px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .good_table_deliv:before {
        background-image: url(../img/sprite-2x.png);
        background-size: 243px 224px; } }
  .good_table_pin:before {
    background-image: url(../img/sprite.png);
    background-position: -204px -153px;
    width: 13px;
    height: 17px;
    left: 4px;
    top: -2px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .good_table_pin:before {
        background-image: url(../img/sprite-2x.png);
        background-size: 243px 224px; } }
  .good_table_all {
    text-align: right;
    margin: 0 0 60px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 300; }
    .good_table_all a {
      text-decoration: none; }
      .good_table_all a:hover {
        text-decoration: underline; }
    .good_table_all .good_table_shop {
      display: inline-block; }

@media screen and (max-width: 480px) {
  .good_table, .good_table_tr, .good_table_td {
    display: block; }
  .good_table_td {
    padding: 0;
    border: 0;
    text-align: center;
    margin: 0 0 10px; }
  .good_table_shop {
    margin: 0;
    width: auto; }
  .good_table_tr {
    padding: 10px 14px;
    border-bottom: 1px solid #dedede; }
  .good_table_all {
    text-align: center; }
  .goodmap_right .btn {
    display: block; }
  .goodmap_frame_res {
    margin: 0 -15px 20px; } }

/* Register PAGE */
.register_form {
  border: 1px solid #ededed;
  padding: 30px 50px;
  font-weight: 300;
  margin: 0 0 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 430px;
  display: inline-block;
  text-align: left; }
  .register_form .btn {
    margin: 10px 0 24px;
    width: 100%; }
  .register_form .checkf {
    margin: 0 0 24px; }
  .register_form p.checkf {
    margin: 0;
    cursor: default; }

.register_txt {
  font-size: 16px;
  margin: 0 0 30px; }

.register_txt b {
  font-size: 20px; }

@media screen and (max-width: 750px) {
  .register_form {
    padding: 20px; } }

/* convenience */
.convenience {
  background: #fcfcfc;
  padding: 30px 0 1px;
  font-size: 14px;
  color: #555;
  line-height: 24px; }
  .convenience [class*='grid'] {
    margin-bottom: 30px;
    padding-right: 20px;
    min-height: 260px; }
  .convenience_name {
    font-size: 18px;
    line-height: 24px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px; }
  .convenience_icon {
    display: table-cell;
    padding: 0;
    width: 75px;
    vertical-align: middle; }
    .convenience_icon span {
      background-image: url(../img/sprite.png);
      background-position: 0px 0px;
      width: 75px;
      height: 76px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .convenience_icon span {
          background-image: url(../img/sprite-2x.png);
          background-size: 243px 224px; } }
    .convenience_icon img {
      max-width: 70px;
      max-height: 70px; }
  .convenience_title {
    display: table;
    width: 100%;
    margin: 0 0 20px; }

@media screen and (max-width: 750px) {
  .convenience [class*='grid'] {
    padding-right: 0;
    min-height: 0; } }

/* functional */
.functional {
  padding: 30px 0;
  color: #555; }
  .functionalBox {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center; }
  .functional .pagehead {
    max-width: 620px;
    text-align: center;
    margin: 0 auto 24px; }
  .functional h4 {
    color: #000;
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 10px;
    font-weight: 500; }
  .functional ul {
    margin: 0 0 20px;
    display: inline-block;
    text-align: left; }
  .functional ul li {
    position: relative;
    padding-left: 10px; }
  .functional ul li:before {
    content: '';
    position: absolute;
    display: block;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #555;
    width: 3px;
    height: 3px;
    left: 0;
    top: 10px; }

/* advant_text */
.advant_text {
  background: #6699ff;
  color: #fff;
  padding: 34px 0;
  font-size: 18px;
  line-height: 24px;
  text-align: center; }
  .advant_text .pagehead {
    color: inherit;
    margin: 0 0 34px; }
  .advant_text p {
    margin: 0 0 34px; }
    .advant_text p:last-child {
      margin: 0; }

/* join_text */
.join_text {
  padding: 34px 0;
  text-align: center;
  color: #555;
  font-size: 14px;
  line-height: 20px; }
  .join_text .btn {
    margin: 0 0 24px; }
  .join_text b {
    color: #000; }

/* Shops */
.shopsMenu {
  margin: 0 30px 30px; }
  .shopsMenu ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px; }
    .shopsMenu ul > li {
      -webkit-column-break-inside: avoid;
      -moz-column-break-inside: avoid;
      column-break-inside: avoid; }
  .shopsMenu ul li {
    color: #949494;
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 18px; }
  .shopsMenu ul li a {
    text-decoration: none; }
  .shopsMenu ul li a:hover {
    text-decoration: underline; }

@media screen and (max-width: 1020px) {
  .shopsMenu {
    margin: 0 0 30px; } }

@media screen and (max-width: 420px) {
  .shopsMenu ul {
    -webkit-column-count: auto;
    -moz-column-count: auto;
    column-count: auto;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0; }
    .shopsMenu ul > li {
      -webkit-column-break-inside: avoid;
      -moz-column-break-inside: avoid;
      column-break-inside: avoid; }
  .shopsMenu ul li {
    -webkit-column-break-inside: auto;
    -moz-column-break-inside: auto;
    column-break-inside: auto; } }

/* LIST'S PAGE */
.listbox {
  border: 1px solid #e2e2e2;
  padding: 12px 20px 12px 0;
  margin: 0 0 14px; }
  .listbox .btn {
    display: block;
    text-align: left;
    font-size: 12px;
    line-height: 16px;
    font-weight: 300;
    padding: 8px 10px; }
    .listbox .btn b {
      display: block;
      font-size: 14px;
      font-weight: 500; }
  .listbox_inner {
    display: table;
    width: 100%; }
  .listbox_image {
    display: table-cell;
    width: 200px;
    border-right: 1px solid #e2e2e2;
    text-align: center;
    vertical-align: middle; }
    .listbox_image img {
      max-width: 180px; }
  .listbox_btn {
    display: table-cell;
    width: 116px;
    vertical-align: middle; }
    .listbox_btn .btn {
      font-weight: 500;
      text-align: center; }
  .listbox_entry {
    display: table-cell;
    vertical-align: top;
    padding: 10px 14px; }
    .listbox_entry .btn {
      display: none; }
  .listbox_name {
    color: #555;
    font-size: 18px;
    line-height: 20px;
    font-weight: 300;
    margin: 0 0 8px; }
    .listbox_name a {
      text-decoration: none; }
      .listbox_name a:hover {
        text-decoration: underline; }
  .listbox_txt, .listbox_rev {
    font-size: 11px;
    line-height: 14px;
    font-weight: 300;
    color: #6699ff;
    margin: 0 0 14px; }
    .listbox_txt a, .listbox_rev a {
      font-size: 12px;
      text-decoration: none; }
      .listbox_txt a:hover, .listbox_rev a:hover {
        text-decoration: underline; }
    .listbox_txt i, .listbox_rev i {
      color: #8e8e8e; }
  .listbox_phone {
    color: #555;
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
    margin: 0; }
    .listbox_phone a {
      color: inherit;
      text-decoration: none; }

@media screen and (max-width: 750px) {
  .listbox {
    padding-right: 12px; }
  .listbox_entry {
    padding: 0 0 0 14px; }
  .listbox_entry .btn {
    display: block; }
  .listbox_btn {
    display: none; }
  .listbox_phone {
    margin: 0 0 14px; } }

@media screen and (max-width: 480px) {
  .listbox {
    padding: 12px;
    text-align: center; }
  .listbox_inner {
    display: block;
    width: auto; }
  .listbox_image, .listbox_entry {
    display: block;
    padding: 0; }
  .listbox_image {
    border: 0;
    text-align: center;
    width: auto; }
  .listbox .btn {
    text-align: center; } }

/* REPLY'S */
.reply {
  border: 1px solid #e2e2e2;
  padding: 12px;
  padding-left: 0;
  margin: 0 0 14px; }
  .reply_inner {
    display: table;
    width: 100%; }
  .reply_image, .reply_entry {
    display: table-cell;
    vertical-align: top; }
  .reply_image {
    width: 200px;
    border-right: 1px solid #e2e2e2;
    text-align: center;
    vertical-align: middle; }
    .reply_image img {
      max-width: 180px; }
  .reply_meta {
    text-align: left;
    display: inline-block;
    margin: 16px 0 0; }
    .reply_meta li {
      position: relative;
      padding-left: 18px;
      font-size: 14px;
      font-weight: 300;
      color: #555;
      line-height: 16px;
      margin: 0 0 10px; }
    .reply_meta li:before {
      content: '';
      position: absolute;
      display: block;
      left: 0; }
    .reply_meta li a {
      text-decoration: none; }
      .reply_meta li a:hover {
        text-decoration: underline; }
  .reply_pin:before {
    background-image: url(../img/sprite.png);
    background-position: -220px -108px;
    width: 11px;
    height: 15px;
    top: 2px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .reply_pin:before {
        background-image: url(../img/sprite-2x.png);
        background-size: 243px 224px; } }
  .reply_rate:before {
    background-image: url(../img/sprite.png);
    background-position: -231px -109px;
    width: 11px;
    height: 8px;
    top: 4px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .reply_rate:before {
        background-image: url(../img/sprite-2x.png);
        background-size: 243px 224px; } }
  .reply_phone a {
    color: inherit;
    text-decoration: none; }
  .reply_phone:before {
    background-image: url(../img/sprite.png);
    background-position: -231px -66px;
    width: 11px;
    height: 11px;
    top: 3px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .reply_phone:before {
        background-image: url(../img/sprite-2x.png);
        background-size: 243px 224px; } }
  .reply_env:before {
    background-image: url(../img/sprite.png);
    background-position: -231px -117px;
    width: 10px;
    height: 8px;
    top: 4px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .reply_env:before {
        background-image: url(../img/sprite-2x.png);
        background-size: 243px 224px; } }
  .reply_entry {
    padding: 8px 0 8px 14px; }
  .reply_quote {
    background: #fbfbfb;
    position: relative;
    color: #bcbcbc;
    font-size: 12px;
    line-height: 18px;
    font-weight: 300;
    padding: 12px;
    padding-left: 52px;
    margin: 0 0 12px; }
    .reply_quote:before {
      content: '';
      position: absolute;
      display: block;
      left: 14px;
      top: 14px;
      background-image: url(../img/sprite.png);
      background-position: -36px -189px;
      width: 18px;
      height: 23px; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .reply_quote:before {
          background-image: url(../img/sprite-2x.png);
          background-size: 243px 224px; } }
  .reply_cats {
    margin: 0; }
    .reply_cats:after {
      content: '';
      clear: both;
      display: block; }
    .reply_cats li {
      position: relative;
      display: inline-block;
      font-size: 12px;
      font-weight: 300;
      line-height: 14px;
      margin: 0 6px 6px 0;
      padding: 0 8px 0 0;
      float: left; }
    .reply_cats li:before {
      content: '';
      position: absolute;
      display: block;
      border-radius: 50%;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      width: 2px;
      height: 2px;
      right: 0;
      top: 6px;
      background: #6699ff; }
    .reply_cats li a {
      text-decoration: none; }
      .reply_cats li a:hover {
        text-decoration: underline; }
    .reply_cats li:last-child {
      margin-right: 0;
      padding-right: 0; }
    .reply_cats li:last-child::before {
      content: none;
      display: none; }
  .reply .listbox_name {
    margin: 0 0 14px; }
  .reply .listbox_txt {
    margin: 0 0 6px; }
  .reply .listbox_rev {
    margin: 0; }
  .reply .btn {
    font-size: 12px;
    line-height: 14px;
    padding: 4px 8px;
    text-align: center; }
  .reply .btn-orange {
    margin: 0 0 20px; }
  .reply_btns {
    float: right;
    width: 130px;
    margin: 0 0 12px; }
    .reply_btns .btn {
      display: block; }
  .reply_lt {
    float: left;
    width: 340px;
    margin: 0 0 12px; }

@media screen and (max-width: 750px) {
  .reply_lt {
    float: none;
    width: auto; }
  .reply_btns {
    float: none;
    width: auto; }
  .reply .btn {
    padding: 8px; }
  .reply .btn-orange {
    margin: 0 0 10px; } }

@media screen and (max-width: 480px) {
  .reply {
    padding: 12px;
    text-align: center; }
  .reply_inner {
    display: block;
    width: auto; }
  .reply_image, .reply_entry {
    display: block;
    padding: 0; }
  .reply_image {
    border: 0;
    text-align: center;
    width: auto; }
  .reply_image img {
    display: block;
    margin: 0 auto; }
  .reply_cats li {
    float: none;
    display: inline-block; } }

/* Alphabet */
.alphabet {
  max-width: 320px;
  text-align: left;
  display: inline-block;
  vertical-align: top; }
  .alphabet li {
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
    margin: 0 2px 2px 0; }
  .alphabet li a {
    display: block;
    min-width: 26px;
    height: 26px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #555;
    text-decoration: none; }
  .alphabet li.active a, .alphabet li:hover a {
    -webkit-box-shadow: 0 0 0 1px #6699ff;
    -moz-box-shadow: 0 0 0 1px #6699ff;
    box-shadow: 0 0 0 1px #6699ff;
    font-weight: 500; }

.alpha_table {
  display: table;
  width: 100%;
  max-width: 780px;
  margin: 0 0 40px; }

.alpha_cell {
  display: table-cell;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.alpha_cell-dig {
  padding: 0 30px; }

@media screen and (max-width: 1600px) {
  .alpha_table {
    max-width: none; } }

.alpha_found {
  max-width: 680px;
  width: 100%;
  margin: 0 20px 20px; }
  .alpha_found_title {
    color: #555;
    font-size: 12px;
    line-height: 18px;
    font-weight: 300;
    margin: 0 0 24px; }
    .alpha_found_title b {
      font-weight: 300;
      font-size: 18px; }
  .alpha_found ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    display: block;
    vertical-align: top; }
    .alpha_found ul > li {
      -webkit-column-break-inside: avoid;
      -moz-column-break-inside: avoid;
      column-break-inside: avoid; }
  .alpha_found li {
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 14px; }
  .alpha_found li a {
    color: #555;
    text-decoration: none; }
  .alpha_found li a:hover {
    color: #6699ff; }
  .alpha_found li ul {
    margin: 0 0 40px;
    -webkit-column-count: auto;
    -moz-column-count: auto;
    column-count: auto;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0; }
    .alpha_found li ul > li {
      -webkit-column-break-inside: avoid;
      -moz-column-break-inside: avoid;
      column-break-inside: avoid; }
    .alpha_found li ul li {
      -webkit-column-break-inside: avoid;
      -moz-column-break-inside: avoid;
      column-break-inside: avoid; }

@media screen and (max-width: 1020px) {
  .alpha_found {
    max-width: none;
    margin: 0 0 20px;
    width: auto; } }

@media screen and (max-width: 480px) {
  .alpha_found ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px; }
    .alpha_found ul > li {
      -webkit-column-break-inside: avoid;
      -moz-column-break-inside: avoid;
      column-break-inside: avoid; } }

@media screen and (max-width: 380px) {
  .alpha_table {
    display: block;
    width: auto;
    max-width: none; }
  .alpha_cell {
    display: block;
    text-align: center; }
  .alpha_cell-dig {
    padding: 0;
    margin: 20px 0; }
  .alpha_found_title {
    text-align: center; }
  .alpha_found ul {
    -webkit-column-count: auto;
    -moz-column-count: auto;
    column-count: auto;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    text-align: center;
    margin: 0 0 20px; }
    .alpha_found ul > li {
      -webkit-column-break-inside: avoid;
      -moz-column-break-inside: avoid;
      column-break-inside: avoid; }
  .alpha_found ul li {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    margin: 0; }
  .alpha_found li ul li {
    display: inline-block;
    margin: 0 10px 6px; } }

/* tzmap */
.tzmap {
  margin: 0 0 30px; }
  .tzmap:after {
    content: '';
    clear: both;
    display: block; }
  .tzmap_left {
    float: left;
    width: 240px;
    margin: 0 0 30px; }
  .tzmap_right {
    padding-left: 260px; }
  .tzmap .maplist {
    margin: 0; }

.tzmap .maplist-avoid {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  margin: 0 0 20px; }
  .tzmap .maplist-avoid > li {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid; }

.allshops .btn {
  display: block; }

@media screen and (max-width: 1020px) {
  .tzmap_left {
    float: none;
    width: auto; }
  .tzmap_right {
    padding: 0; }
  .tzmap .goodmap_frame iframe {
    height: 360px; }
  .tzmap .maplist:not(.maplist-avoid):after {
    content: '';
    clear: both;
    display: block; }
  .tzmap .maplist:not(.maplist-avoid) li {
    float: left;
    width: 33.333333%;
    min-height: 120px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 30px; } }

@media screen and (max-width: 720px) {
  .tzmap .maplist:not(.maplist-avoid) li {
    width: 50%;
    min-height: 120px; }
  .tzmap .goodmap_frame {
    margin-left: -15px;
    margin-right: -15px; }
  .tzmap .goodmap_frame iframe {
    height: 280px; }
  .tzmap .maplist-avoid {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px; }
    .tzmap .maplist-avoid > li {
      -webkit-column-break-inside: avoid;
      -moz-column-break-inside: avoid;
      column-break-inside: avoid; } }

@media screen and (max-width: 480px) {
  .tzmap .maplist li {
    float: none;
    width: auto;
    min-height: 0;
    padding-right: 0; }
  .tzmap .goodmap_frame iframe {
    height: 280px; }
  .tzmap .maplist-avoid {
    -webkit-column-count: auto;
    -moz-column-count: auto;
    column-count: auto;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0; }
    .tzmap .maplist-avoid > li {
      -webkit-column-break-inside: avoid;
      -moz-column-break-inside: avoid;
      column-break-inside: avoid; } }

/* === Compare === */
.compare {
  margin: 0 0 60px; }
  .compare:after {
    content: '';
    clear: both;
    display: block; }

.compare_cell h2 {
  color: #000;
  font-size: 22px;
  line-height: 24px;
  margin: 0;
  font-weight: 300; }

.compare_cell h3 {
  color: #000;
  font-size: 16px;
  line-height: 18px;
  margin: 14px 0;
  font-weight: 500; }

.compare_cell .btn {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  padding: 7px 12px;
  color: #6699ff; }

.compare_cell .checkf {
  display: block;
  margin: 20px 0; }

.compare_cell .product_name {
  text-align: center; }

.compare_cell .product_image {
  display: block;
  padding: 20px 0;
  text-align: center;
  height: auto; }

.compare_cell .product_image img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: none; }

.compare_left {
  float: left;
  width: 20%; }

.compare_right {
  padding-left: 20%; }

.compare_cell {
  border-bottom: 1px solid #fff;
  margin: 0;
  padding: 30px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .compare_cell:first-child {
    padding-top: 6px; }
  .compare_cell:last-child, .compare_cell.compare_cell_rev {
    border-bottom: 0;
    padding-bottom: 0; }

.compare_feat {
  border-bottom: 1px solid #e5e5e5;
  color: #737373;
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
  padding: 11px 0;
  min-height: 16px; }
  .compare_feat img {
    display: inline-block;
    vertical-align: middle; }

.compare_col .compare_feat {
  color: #5d5d5d; }

.compare_col .compare_cell {
  border-bottom-color: #dedede; }

.compare_rate {
  color: #424242;
  font-size: 22px;
  line-height: 24px;
  font-weight: 500; }

.compare_where {
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  margin: 0 0 22px;
  color: #000; }
  .compare_where p {
    position: relative;
    padding-right: 12px;
    display: inline; }
  .compare_where a {
    text-decoration: none; }
    .compare_where a:hover {
      text-decoration: underline; }

.compare_price {
  font-size: 22px;
  color: #6699ff;
  line-height: 22px;
  margin: 0 0 4px;
  font-weight: 500; }
  .compare_price p {
    margin: 0;
    position: relative;
    padding-right: 20px;
    display: inline; }
  .compare_price .rur {
    top: 1px; }

.compare_price .rur, .compare_where .rur {
  position: absolute;
  right: 0; }

.compare_in {
  color: #aab2bd;
  font-size: 16px;
  line-height: 18px;
  height: 36px;
  margin: 0 0 14px;
  font-weight: 500; }

.compare_in a {
  text-decoration: none; }
  .compare_in a:hover {
    text-decoration: underline; }

.compare_rev {
  color: #555;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  margin: 0 8px 20px 0; }
  .compare_rev_name {
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    margin: 0 0 4px; }
  .compare_rev_meta {
    font-size: 12px;
    line-height: 14px;
    color: #999;
    margin: 0 0 10px; }
  .compare_rev_meta span {
    color: #555; }
  .compare_rev_meta b {
    font-weight: 500; }

.compare_col .compare_cell_rev {
  padding-top: 144px; }

.compare_col .compare_feat.compare_feat_last {
  margin-bottom: 46px; }

.compare_left, .compare_right_in {
  padding-top: 60px; }

.compare_right_top {
  position: absolute;
  right: 0;
  top: 0; }

.compare_right_in {
  float: left;
  width: 100%;
  position: relative; }

.compare_right_top .btn {
  padding: 9px 16px; }

.compare_right .slick-slider {
  position: static; }

.compare_right .slick-arrow {
  top: 8px;
  position: absolute; }

.compare_right .slick-prev {
  left: 0;
  background-image: url(../img/sprite.png);
  background-position: -192px -93px;
  width: 11px;
  height: 20px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .compare_right .slick-prev {
      background-image: url(../img/sprite-2x.png);
      background-size: 243px 224px; } }
  .compare_right .slick-prev:hover {
    background-image: url(../img/sprite.png);
    background-position: -192px -135px;
    width: 11px;
    height: 20px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .compare_right .slick-prev:hover {
        background-image: url(../img/sprite-2x.png);
        background-size: 243px 224px; } }

.compare_right .slick-next {
  left: 40px;
  background-image: url(../img/sprite.png);
  background-position: -220px -20px;
  width: 11px;
  height: 20px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .compare_right .slick-next {
      background-image: url(../img/sprite-2x.png);
      background-size: 243px 224px; } }
  .compare_right .slick-next:hover {
    background-image: url(../img/sprite.png);
    background-position: -220px 0px;
    width: 11px;
    height: 20px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .compare_right .slick-next:hover {
        background-image: url(../img/sprite-2x.png);
        background-size: 243px 224px; } }

.compare_none {
  color: #a6a6a6;
  font-size: 14px;
  line-height: 16px;
  font-weight: 300; }

.compare_tablet_btns {
  text-align: center;
  display: none;
  margin: 0 0 20px; }
  .compare_tablet_btns .btn {
    padding: 9px 16px; }

.compare_tablet_btns .btn {
  margin: 0 4px 8px;
  display: block; }

@media screen and (max-width: 1600px) {
  .compare_left {
    width: 25%; }
  .compare_right {
    padding-left: 25%; } }

@media screen and (max-width: 1020px) {
  .compare_left {
    width: 33.3333333%; }
  .compare_right {
    padding-left: 33.3333333%; } }

@media screen and (max-width: 720px) {
  .compare_left {
    width: 200px; }
  .compare_right {
    padding-left: 200px; }
  .compare_cell h2 {
    font-size: 18px; }
  .compare_cell h3 {
    font-size: 14px; } }

@media screen and (max-width: 560px) {
  .compare_left {
    display: none;
    width: auto;
    float: none; }
  .compare_right {
    padding-left: 0; }
  .compare_price {
    font-size: 18px; }
  .compare_in, .compare_rev_name {
    font-size: 14px;
    line-height: 16px; }
  .compare_rev {
    font-size: 12px;
    line-height: 14px; }
  .compare_col .compare_cell_rev {
    padding-top: 0; }
  .compare_col .compare_feat.compare_feat_last {
    margin-bottom: 0; } }

/* === RESPONSIVE === */
@media screen and (max-width: 1600px) {
  .container {
    width: 992px; }
  .md4 {
    width: 33.3333333%; }
  .md6 {
    width: 50%; }
  .md12 {
    width: 100%; }
  .brick_left {
    float: left;
    width: 239px; }
  .brick_right {
    padding-left: 254px; }
  /* Head/Foot */
  .headbox-cat {
    width: 80px; }
  .headbox-address {
    width: 150px;
    padding: 0; }
  .headbox-user {
    width: 34px;
    text-align: right; }
  .headbox-user a {
    background-image: url(../img/sprite.png);
    background-position: 0px -189px;
    width: 18px;
    height: 23px;
    padding: 0;
    display: inline-block; } }
  @media screen and (max-width: 1600px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 1600px) and (min-resolution: 192dpi) {
    .headbox-user a {
      background-image: url(../img/sprite-2x.png);
      background-size: 243px 224px; } }

@media screen and (max-width: 1600px) {
    .headbox-user a b {
      display: none; }
    .headbox-user a:before {
      content: none;
      display: none; }
    .headbox-user a:hover {
      background-image: url(../img/sprite.png);
      background-position: -18px -189px;
      width: 18px;
      height: 23px; } }
    @media screen and (max-width: 1600px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 1600px) and (min-resolution: 192dpi) {
      .headbox-user a:hover {
        background-image: url(../img/sprite-2x.png);
        background-size: 243px 224px; } }

@media screen and (max-width: 1600px) {
  .copyright {
    text-align: left; }
  .copyright .container {
    padding-left: 60px; }
  .footer_contact li {
    padding-left: 22px; }
  .footer_contact li:before {
    left: 0; }
  /* Home */
  .carbox {
    max-width: 960px; }
  .tcslide {
    max-width: 960px; }
  .allbox {
    text-align: right;
    margin: 0 auto 64px;
    max-width: 880px; } }

/* Medium */
@media screen and (max-width: 1020px) {
  .middlebox {
    overflow: hidden; }
  .container {
    width: 720px; }
  .tb4 {
    width: 33.33333333%; }
  .tb6 {
    width: 50%; }
  .tb12 {
    width: 100%; }
  .tb-hidden {
    display: none !important; }
  .tb-visible {
    display: block !important; }
  .brick_left, .brick_float {
    float: none;
    width: auto; }
  .brick_right {
    padding: 0; }
  /* Head/Foot */
  body {
    padding-top: 120px; }
  .footer .feedback {
    margin: 0 0 18px; }
  .footer .clear {
    height: 30px; }
  .footer_contact li {
    padding: 0; }
  .footer_contact li:before {
    content: none;
    display: none; }
  .headbox {
    height: 60px; }
  .headbox-address {
    width: 120px; }
  .headbox-address .phone {
    font-size: 14px;
    line-height: 18px; }
  .headbox-fav, .searchbox_btn {
    width: 60px; }
  .searchbox_btn {
    height: 60px; }
  .searchbox_input {
    margin: 0; }
  /* Home */
  .mapbox iframe {
    height: 450px; }
  .allbox {
    text-align: center; }
  .homebanners {
    margin: 0 0 40px; }
  .homebanners .row {
    margin: 0 -8px; }
  .homebanners [class*="grid"] {
    padding: 0 8px; }
  .homebanners img {
    margin: 0 0 16px; }
  .tcslide .slick-arrow {
    display: none !important; }
  /* Good */
  #gallery .gallerybig_out {
    padding-right: 10px; }
  .ratebox_out {
    padding: 0;
    margin: 0 0 40px; }
  .ratebox_out_links {
    margin: 0 0 34px; }
  .ratebox .ui-slider {
    width: 380px; }
  .ratebox_val {
    border: 0;
    padding: 0; }
  .ratebox_val span {
    display: none; }
  .goodmap_left {
    float: none;
    width: auto; }
  .goodmap_right {
    padding: 0;
    text-align: center; }
  .goodmap_frame iframe {
    height: 240px; } }

/* Tablet */
@media screen and (max-width: 750px) {
  .container {
    width: auto;
    margin: 0 15px; }
  .sm-hidden {
    display: none !important; }
  .sm6 {
    width: 50%; }
  .sm12 {
    width: 100%; }
  /* Head/Foot */
  body {
    padding-top: 110px; }
  .header .container {
    margin-right: 0; }
  .headbox {
    height: 50px; }
  .headbox.logo {
    width: 62px; }
  .headbox-fav, .searchbox_btn, .headbox-user {
    width: 50px; }
  .headbox-fav b {
    top: 10px;
    right: 8px; }
  .headbox-user {
    text-align: center; }
  .searchbox_btn {
    height: 50px; }
  .searchbox {
    padding: 0 62px 0 18px; }
  .searchbox_input {
    height: 40px;
    margin: 5px 0;
    padding: 5px 0; }
  .searchbox_btn:before {
    transform: scale(0.78);
    -moz-transform: scale(0.78);
    -webkit-transform: scale(0.78); }
  .copyright {
    padding: 12px 0;
    font-size: 13px;
    line-height: 20px; }
  .copyright .container {
    padding: 0; }
  .copyright .footlogo {
    display: none; }
  /* Home */
  .homebanners {
    max-width: 480px;
    margin: 0 auto 40px; }
  .mapbox iframe {
    height: 300px; }
  .pagetitle {
    font-size: 40px;
    line-height: 44px; }
  .pagetitle small {
    font-size: 18px;
    line-height: 22px; }
  .allbox .btn {
    display: block; }
  .carbox .slick-slide:not(.slick-current) .product:before {
    display: block; }
  .carbox .slick-slider, .tcslide .slick-slider {
    margin: 0 -300px; }
  .tcbox {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  /* Good */
  #gallery .gallerythumbs {
    display: none; }
  #gallery .gallerybig_out {
    padding: 0; }
  .goodpage_hidden {
    text-align: center; }
  .ratebox_title, .ratebox_val {
    display: none; }
  .feat li {
    padding: 8px 14px;
    margin: 0; }
  .feat li:nth-child(odd) {
    background: #f1f1f1; }
  .feat li:before {
    content: none;
    display: none; }
  .feat li span {
    padding: 0;
    background: 0;
    float: none;
    width: auto;
    max-width: none;
    display: block; }
  .feat_left {
    font-weight: 500; }
  .good_table_shop {
    display: none; } }

/* Small */
@media screen and (max-width: 480px) {
  html {
    -webkit-text-size-adjust: none; }
  .xs12 {
    width: 100%; }
  .xs-hidden {
    display: none !important; }
  .pagetitle {
    font-size: 30px;
    line-height: 34px; }
  .pagetitle small {
    font-size: 18px;
    line-height: 22px; }
  .pagehead {
    font-size: 24px;
    line-height: 28px; }
  .pagehead2 {
    font-size: 24px;
    line-height: 28px; }
  .btn.buy {
    padding-left: 14px;
    padding-right: 14px;
    font-size: 14px;
    line-height: 20px; }
  .inpf, fieldset {
    padding-left: 0;
    min-height: 0; }
  .inpf label, fieldset label {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    text-align: left;
    margin: 0 10px 8px; }
  .inpf label.str, fieldset label.str {
    top: auto; }
  .inpf_txt {
    margin: 0 0 18px; }
  /* Head/Foot */
  .footer_top {
    padding: 20px 0; }
  .searchbox_show {
    display: block; }
  .searchbox {
    display: none; }
  .headbox.logo {
    width: auto; }
  .headbox-search {
    width: 50px; }
  .headbox-fav {
    border: 0; }
  .catone_list {
    min-height: 0;
    margin: 0 0 30px; }
  /* Good */
  .ratebox {
    display: block; }
  .ratebox .ui-slider {
    width: 100%;
    display: block; }
  .goodshort {
    text-align: center; }
  .goodshort .btn {
    display: block; } }

/* XS */
@media screen and (max-width: 360px) {
  .footer .grid3 {
    margin: 0 0 30px;
    width: 100%;
    text-align: center; }
  .footer .grid3:last-child {
    margin: 0; }
  .footer .clear {
    display: none !important; } }
