*::-webkit-input-placeholder {
  color: #666;
  opacity: 1; }

*:-moz-placeholder {
  color: #666;
  opacity: 1; }

*::-moz-placeholder {
  color: #666;
  opacity: 1; }

*:-ms-input-placeholder {
  color: #666;
  opacity: 1; }


/* main style */
body {
  margin: 0;
  padding: 0;
  font-family: "OpenSansRegular", sans-serif;
  font-size: 14px;
  line-height: 22px;
  -webkit-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  min-width: 320px;
  color: #656565; }

h1 {
  font-family: "OpenSansExtraBold", sans-serif;
  font-size: 30px;
  line-height: 30px;
  color: #333333; }

.h1 {
  font-family: "OpenSansExtraBold", sans-serif;
  font-size: 30px;
  line-height: 30px;
  color: #fff; }

h2 {
  font-size: 28px;
  font-family: "OpenSansExtraBold", sans-serif;
  color: #737373; }

h3 {
  font-size: 18px; }

h5 {
  font-family: "OpenSansExtraBold", sans-serif;
  font-size: 18px; }

:active,
:focus {
  outline: none; }

a:focus,
a:active {
  outline: none; }

a {
  color: #656565;
  font-size: 14px; }
  a:hover, a:active, a:focus {
    color: #e78743;
    text-decoration: none; }

.hidden {
  display: none; }

i {
  color: #e78743;
  margin-right: 10px; }

label {
  font-weight: normal;
  margin-bottom: 0; }

.bold {
  font-family: "OpenSansBold", sans-serif;
  color: #656565;
  font-weight: 900; }

.btn {
  color: #fff;
  padding: 10px 25px;
  font-size: 16px; }
  .btn i {
    color: #fff; }
  .btn:hover, .btn:active, .btn:focus {
    color: #fff; }
  .btn:active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-primary {
    background-color: #e78743;
    border: 1px solid #cb7539; }
    .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
      background-color: #cb7539;
      border: 1px solid #cb7539;
      outline: none;
      box-shadow: none; }
    .btn-primary.active, .btn-primary:active {
      -webkit-box-shadow: inset 0 3px 5px rgba(44, 25, 12, 0.9);
      -moz-box-shadow: inset 0 3px 5px rgba(44, 25, 12, 0.9);
      box-shadow: inset 0 3px 5px rgba(44, 25, 12, 0.9); }
    .btn-primary.active {
      background-color: #cb7539;
      border: 1px solid #cb7539; }
      .btn-primary.active:hover, .btn-primary.active:active, .btn-primary.active:focus {
        background-color: #cb7539;
        border: 1px solid #cb7539;
        outline: none;
        box-shadow: none;
        -webkit-box-shadow: inset 0 3px 5px rgba(44, 25, 12, 0.9);
        -moz-box-shadow: inset 0 3px 5px rgba(44, 25, 12, 0.9);
        box-shadow: inset 0 3px 5px rgba(44, 25, 12, 0.9); }
  .btn-default {
    color: #e78743;
    border: 1px solid #cb7539; }
    .btn-default:hover, .btn-default:active, .btn-default:focus {
      background-color: #f4f4f4;
      border: 1px solid #cb7539;
      outline: none;
      box-shadow: none;
      color: #e78743; }
    .btn-default:active {
      -webkit-box-shadow: inset 0 3px 5px rgba(142, 142, 142, 0.9);
      -moz-box-shadow: inset 0 3px 5px rgba(142, 142, 142, 0.9);
      box-shadow: inset 0 3px 5px rgba(142, 142, 142, 0.9); }
  .btn-rounded {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px; }
  .btn-order {
    background-color: #dcdcdc;
    border: 1px solid #dcdcdc;
    font-size: 16px;
    padding: 10px 25px; }
    .btn-order:hover, .btn-order:active, .btn-order:focus {
      background-color: #dcdcdc;
      border: 1px solid #dcdcdc;
      outline: none;
      box-shadow: none; }
  .btn-success i {
    color: #ffffff; }

/* style checkbox */
input[type='checkbox'] {
  display: none; }

input[type='checkbox'] + label::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 17px;
  background: url("../img/uncheck.png") no-repeat;
  margin-right: 5px;
  margin-top: -3px; }

input[type='checkbox']:checked + label::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 17px;
  background: url("../img/check.png") no-repeat;
  margin-right: 5px;
  margin-top: -3px; }

/* modal hidden window */
#myModal .modal-content {
  padding-left: 20px; }
#myModal .btn {
  color: #fff;
  font-weight: bold; }
#myModal .modal-header {
  border: none;
  text-align: center; }
#myModal .modal-footer {
  border: none; }
#myModal label {
  display: block; }
#myModal input[type="text"] {
  display: block;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  text-indent: 15px;
  height: 40px;
  margin-bottom: 20px;
  margin-top: 5px;
  width: 95%; }
#myModal input[name="count"] {
  width: 50px;
  margin-right: 30px;
  text-align: center;
  text-indent: 0; }
#myModal textarea {
  height: 100px;
  width: 95%;
  max-width: 95%;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  text-indent: 15px;
  margin-top: 5px;
  padding-top: 5px; }
#myModal p {
  margin-top: 20px; }

/* header style */
header {
  /* heder carousel MAIN page */ }
  header .navbar-default {
    background-color: #fff;
    padding: 30px 0 0 0;
    margin-bottom: 0;
    border: none;
    position: relative; }
    header .navbar-default .navbar-brand {
      position: relative;
      top: -30px;
      padding-left: 0;
      padding-right: 0; }
    header .navbar-default .navbar-nav {
      padding-top: 30px;
      margin-bottom: 10px; }
      header .navbar-default .navbar-nav a {
        transition: all 1s; 
		padding: 10px;}
        header .navbar-default .navbar-nav a:hover, header .navbar-default .navbar-nav a:hover > span {
          color: #e78743;
          border-bottom: none; }
        header .navbar-default .navbar-nav a:hover > .badge {
          background-color: #fff;
          border: 1px solid #e78743; }
        header .navbar-default .navbar-nav a span {
          border-bottom: 1px dashed #666666; }
      header .navbar-default .navbar-nav .cogs, header .navbar-default .navbar-nav .user > i {
        color: #e78743; }
        header .navbar-default .navbar-nav .cogs:active, header .navbar-default .navbar-nav .cogs:focus, header .navbar-default .navbar-nav .user > i:active, header .navbar-default .navbar-nav .user > i:focus {
          color: #e78743; }
      header .navbar-default .navbar-nav .cogs > span {
        border-bottom: 1px dashed #e78743; }
      header .navbar-default .navbar-nav .cogs > i, header .navbar-default .navbar-nav .user > i {
        margin-right: 5px;
        font-size: 15px; }
      header .navbar-default .navbar-nav .basket {
        position: relative;
        top: -7px;
        transition: all .5s; }
        header .navbar-default .navbar-nav .basket i {
          font-size: 30px;
          color: #666666; }
        header .navbar-default .navbar-nav .basket .badge {
          background-color: #e78743;
          position: absolute;
          top: 8px;
          left: 26px;
          font-size: 10px;
          display: block;
          width: 20px;
          height: 20px;
          padding: 4px;
          border: 1px solid #e78743;
          transition: all .5s; }
        header .navbar-default .navbar-nav .basket:hover, header .navbar-default .navbar-nav .basket:focus, header .navbar-default .navbar-nav .basket:active {
          color: #000; }
      header .navbar-default .navbar-nav #search {
        position: absolute;
        top: 10px;
        right: -9px; }
        header .navbar-default .navbar-nav #search i {
          position: absolute;
          top: 7px;
          right: 15px;
          font-size: 18px;
          width: 20px;
          z-index: 201;
          color: #666666; }
        header .navbar-default .navbar-nav #search input[type="text"] {
          width: 300px;
          border: 1px solid #c9c9c9;
          outline: none;
          box-shadow: none;
          position: relative;
          z-index: 200;
          padding-right: 40px; }
          header .navbar-default .navbar-nav #search input[type="text"]:focus, header .navbar-default .navbar-nav #search input[type="text"]:active {
            border: 1px solid #e78743; }
      header .navbar-default .navbar-nav .top-phone {
        position: absolute;
        top: 23px;
        right: 320px;
        display: inline-block;
        width: 190px;
        font-size: 23px;
        font-weight: bold; }
        header .navbar-default .navbar-nav .top-phone span {
          font-size: 18px;
          font-weight: normal; }
    header .navbar-default .navbar-right {
      position: absolute;
      right: 10px;
      bottom: -10px; }
  header #header-carousel .carousel-inner .item {
    height: 380px; }
    header #header-carousel .carousel-inner .item .slide_img {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: url("/upload/14_1.jpg") no-repeat;
      -webkit-background-size: cover;
      background-size: cover;
      z-index: 1; }
    header #header-carousel .carousel-inner .item .overlay {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 2;
      background-color: rgba(36, 36, 36, 0.6); }
    header #header-carousel .carousel-inner .item .carousel-caption {
      margin-top: 40px;
      bottom: auto; }
      header #header-carousel .carousel-inner .item .carousel-caption p {
        margin-top: 35px;
        font-size: 16px;
        line-height: 24px;
        font-weight: 400; }
      header #header-carousel .carousel-inner .item .carousel-caption .btn-primary {
        padding: 15px 50px;
        border-radius: 30px; }

/* breadcrumb and device title style */
.bread-title {
  background-color: #f4f4f4;
  padding: 20px 0 0 0;
  /* BREADCRUMB */
  /* TITLE */ }
  .bread-title .breadcrumb {
    line-height: 24px;
    padding-bottom: 6px;
    border: 1px solid #dcdcdc;
    padding-left: 25px;
    background-color: #fff; }
    .bread-title .breadcrumb a {
      color: #7b7b7b; }
      .bread-title .breadcrumb a:hover {
        color: #e78743; }
    .bread-title .breadcrumb .active {
      font-family: "OpenSansBold", sans-serif; }
  .bread-title h1 {
    text-align: center;
    margin-top: 20px; }
  .bread-title .separator {
    display: block;
    margin: 0 auto 0 auto; }

/* catalog section MAIN page */
.catalog-prev {
  padding: 30px 0 0 0;
  text-align: center;
  background-color: #fff; }
  .catalog-prev span {
    color: #e78743; }
  .catalog-prev img {
    padding-top: 20px;
    padding-bottom: 20px; }
  .catalog-prev .catalog-items {
    margin-top: 20px;
    margin-bottom: 40px; }
    .catalog-prev .catalog-items div:last-of-type {
      padding-top: 32px; }
    .catalog-prev .catalog-items p {
      width: 260px;
      display: block;
      margin: auto;
      margin-top: 20px;
      line-height: 22px; }
  .catalog-prev .separator {
    height: 3px;
    background: -webkit-linear-gradient(top, #e2e2e2 50%, #fff 50%); }

/* why we section MAIN page */
.why-we {
  padding: 40px 0 40px 0;
  background-color: #f4f4f4; }
  .why-we #small-carousel {
    padding: 0 20px 20px 20px; }
    .why-we #small-carousel .item p {
      margin-bottom: 20px; }
    .why-we #small-carousel .item img {
      margin-top: 10px; }
    .why-we #small-carousel .item h5 {
      margin-bottom: 20px; }
    .why-we #small-carousel .carousel-indicators {
      bottom: -10px; }
      .why-we #small-carousel .carousel-indicators li {
        background-color: #d6d6d6; }
      .why-we #small-carousel .carousel-indicators li.active {
        background-color: #e78743; }
  .why-we .panel {
    margin-top: 10px;
    border: none; }
    .why-we .panel .panel-heading {
      background-color: #e78743;
      padding: 2px;
      text-align: center;
      border-bottom: none; }
      .why-we .panel .panel-heading i {
        color: #fff; }
      .why-we .panel .panel-heading h2 {
        color: #fff;
        font-family: "OpenSansBold", sans-serif;
        line-height: 29px; }
      .why-we .panel .panel-heading .fa-comments {
        position: relative;
        left: -10px;
        top: -2px; }
    .why-we .panel .panel-body {
      padding: 20px 45px; }
      .why-we .panel .panel-body #form-control {
        margin-bottom: 10px;
        border-radius: 5px;
        border: 1px solid #d6d6d6;
        box-shadow: inset 3px 3px 3px #f6f6f6;
        text-indent: 10px; }
      .why-we .panel .panel-body input[type='text'],
      .why-we .panel .panel-body input[type='email'] {
        width: 100%;
        height: 40px; }
      .why-we .panel .panel-body textarea {
        padding-top: 5px;
        min-width: 100%;
        max-width: 100%; }
      .why-we .panel .panel-body .form-caption {
        font-size: 12px;
        line-height: 17px; }

/* item card - DEVICE DETAIL PAGE */
.item-card {
  padding: 20px 0 0 0;
  background-color: #f4f4f4; }
  .item-card .wrapper {
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #c9c9c9; }
    .item-card .wrapper .left-content {
      padding: 30px 5px 30px 25px;
      position: relative; }
      .item-card .wrapper .left-content .big-img {
        display: block;
        padding: 25px 40px;
        border: 2px solid #f3f3f3;
        margin-bottom: 20px;
        height: 200px; }
      .item-card .wrapper .left-content .small-img {
        margin-bottom: 20px; }
        .item-card .wrapper .left-content .small-img ul {
          padding: 0;
          list-style-type: none; }
        .item-card .wrapper .left-content .small-img .small-img-wrap {
          height: 55px;
          display: inline-block;
          width: 30%;
          margin-right: 12px; }
          .item-card .wrapper .left-content .small-img .small-img-wrap:last-child {
            margin-right: 0; }
          .item-card .wrapper .left-content .small-img .small-img-wrap a {
            display: block;
            width: 100%;
            height: 100%;
            border: 2px solid #f3f3f3;
            padding: 5px 12px; }
          .item-card .wrapper .left-content .small-img .small-img-wrap .active {
            border: 2px solid #c7c7c7; }
      .item-card .wrapper .left-content #sync1 {
        height: 200px;
        width: 100%;
        margin-bottom: 30px;
        border: 1px solid #c9c9c9; }
        .item-card .wrapper .left-content #sync1 .item {
          height: 200px;
          width: 100%;
          padding-top: 10px; }
          .item-card .wrapper .left-content #sync1 .item img {
            height: 90%;
            display: block;
            margin: auto; }
      .item-card .wrapper .left-content #sync2 {
        width: 100%;
        height: 70px;
        margin-bottom: 30px;
        margin-left: auto;
        margin-right: auto; }
        .item-card .wrapper .left-content #sync2 .item {
          height: 70px;
          width: 90%;
          cursor: pointer;
          border: 1px solid #c9c9c9;
          padding-top: 5px;
          margin: auto; }
          .item-card .wrapper .left-content #sync2 .item img {
            height: 90%;
            max-width: 90%;
            display: block;
            margin: auto; }
        .item-card .wrapper .left-content #sync2 .active {
          border-color: #000; }
      .item-card .wrapper .left-content .links-block {
        padding-bottom: 20px; }
        .item-card .wrapper .left-content .links-block a {
          text-decoration: underline;
          display: block; }
          .item-card .wrapper .left-content .links-block a:hover, .item-card .wrapper .left-content .links-block a:active, .item-card .wrapper .left-content .links-block a:focus {
            text-decoration: none; }
          .item-card .wrapper .left-content .links-block a i {
            position: relative;
            margin-right: 8px; }
    .item-card .wrapper .right-content {
      position: relative;
      padding: 30px 30px 30px 5px; }
      .item-card .wrapper .right-content a {
        text-decoration: underline; }
        .item-card .wrapper .right-content a:hover {
          text-decoration: none; }
      .item-card .wrapper .right-content .articul {
        margin-top: 30px;
        margin-bottom: 0; }
      .item-card .wrapper .right-content .price-box {
        position: absolute;
        top: 30px;
        right: 30px;
        text-align: right; }
        .item-card .wrapper .right-content .price-box .old-price {
          font-size: 25px;
          font-family: "OpenSansLight", sans-serif;
          margin-bottom: 15px; }
        .item-card .wrapper .right-content .price-box .new-price {
          font-size: 25px;
          font-family: "OpenSansLight", sans-serif;
          margin-bottom: 15px; }
          .item-card .wrapper .right-content .price-box .new-price span {
            font-size: 30px;
            margin-left: 15px;
            font-family: "OpenSansBold", sans-serif; }
        .item-card .wrapper .right-content .price-box .btn-default {
          background-color: #e78743;
          border: 1px solid #cb7539;
          text-decoration: none;
          color: #fff;
          font-size: 16px;
          padding: 8px 35px;
          margin-top: 5px;
          border-radius: 7px; }
      .item-card .wrapper .right-content .tabs {
        margin-top: 40px; }
        .item-card .wrapper .right-content .tabs .tabs-header {
          margin-bottom: 10px; }
          .item-card .wrapper .right-content .tabs .tabs-header .tab {
            position: relative;
            padding: 10px 15px;
            border-radius: 5px 5px 0 0;
            border: 1px solid transparent;
            border-bottom: 1px solid transparent;
            z-index: 3;
            font-weight: bold;
            text-decoration: underline;
            cursor: pointer; }
          .item-card .wrapper .right-content .tabs .tabs-header .active {
            border: 1px solid #dcdcdc;
            border-bottom: 3px solid #fff;
            font-weight: normal;
            text-decoration: none; }
        .item-card .wrapper .right-content .tabs .tab-content {
          padding: 15px 10px 10px 15px;
          border: 1px solid #dcdcdc;
          height: 220px;
          position: relative;
          overflow: auto; }
          .item-card .wrapper .right-content .tabs .tab-content .tab-item {
            display: none;
            /* changes 11/27/2015 */ }
            .item-card .wrapper .right-content .tabs .tab-content .tab-item:first-child {
              display: block; }
            .item-card .wrapper .right-content .tabs .tab-content .tab-item ul {
              list-style-type: none;
              display: table;
              width: 100%;
              border-collapse: collapse;
              padding: 0; }
              .item-card .wrapper .right-content .tabs .tab-content .tab-item ul li {
                margin-bottom: 10px; }
            .item-card .wrapper .right-content .tabs .tab-content .tab-item .item-option {
              padding: 15px 15px 0 15px;
              border-left: 2px solid transparent;
              border-right: 2px solid transparent;
              border-top: 2px solid transparent;
              border-bottom: 1px solid #dcdcdc; }
              .item-card .wrapper .right-content .tabs .tab-content .tab-item .item-option:last-child {
                border-bottom: 1px solid transparent; }
              .item-card .wrapper .right-content .tabs .tab-content .tab-item .item-option:hover {
                background: #f4f4f4; }
              .item-card .wrapper .right-content .tabs .tab-content .tab-item .item-option.active {
                border: 2px solid #e78743;
                background: #f4f4f4; }
            .item-card .wrapper .right-content .tabs .tab-content .tab-item .scroll-list-item {
              display: table-row;
              border-left: 2px solid transparent;
              border-right: 2px solid transparent;
              border-top: 1px solid transparent;
              border-bottom: 1px solid #dcdcdc;
              position: relative; }
              .item-card .wrapper .right-content .tabs .tab-content .tab-item .scroll-list-item:last-child {
                border-bottom: 2px solid transparent; }
                .item-card .wrapper .right-content .tabs .tab-content .tab-item .scroll-list-item:last-child.active {
                  border-bottom: 2px solid #e78743; }
              .item-card .wrapper .right-content .tabs .tab-content .tab-item .scroll-list-item:hover {
                background: #f4f4f4; }
              .item-card .wrapper .right-content .tabs .tab-content .tab-item .scroll-list-item.active {
                border: 2px solid #e78743;
                background: #f4f4f4; }
              .item-card .wrapper .right-content .tabs .tab-content .tab-item .scroll-list-item .item-img {
                width: 90px;
                padding: 15px 0;
                display: table-cell;
                vertical-align: top;
                position: relative;
                left: -5px; }
              .item-card .wrapper .right-content .tabs .tab-content .tab-item .scroll-list-item .item-descr {
                width: 90%;
                display: table-cell;
                word-wrap: break-word;
                position: relative;
                padding: 15px 0; }
                .item-card .wrapper .right-content .tabs .tab-content .tab-item .scroll-list-item .item-descr .item-name {
                  font-family: "OpenSansLight", sans-serif;
                  font-size: 14px; }
                .item-card .wrapper .right-content .tabs .tab-content .tab-item .scroll-list-item .item-descr .item-art {
                  font-size: 16px;
                  margin-bottom: 5px; }
              .item-card .wrapper .right-content .tabs .tab-content .tab-item .scroll-list-item .tb-cell-right {
                display: table-cell;
                width: 160px;
                padding: 10px 5px;
                text-align: center; }
              .item-card .wrapper .right-content .tabs .tab-content .tab-item .scroll-list-item .item-price {
                font-size: 30px;
                font-family: "OpenSansLight", sans-serif;
                font-size: 24px;
                padding: 10px 0px; }
              .item-card .wrapper .right-content .tabs .tab-content .tab-item .scroll-list-item .btn-primary,
              .item-card .wrapper .right-content .tabs .tab-content .tab-item .scroll-list-item .btn-order {
                text-decoration: none;
                padding: 7px 25px;
                margin-top: 10px; }

/* similar-product section - DEVICE DETAIL PAGE */
.similar-product {
  text-align: center;
  background-color: #f4f4f4;
  padding: 20px 0; }
  .similar-product .wrapper {
    padding: 30px 0 0 0;
    background-color: #fff;
    margin-top: 30px;
    border-radius: 4px;
    border: 1px solid #c9c9c9; }
    .similar-product .wrapper .item {
      padding: 10px; }
      .similar-product .wrapper .item .title {
        display: block;
        margin-top: 20px; }
      .similar-product .wrapper .item .price {
        font-family: "OpenSansLight", sans-serif; }
        .similar-product .wrapper .item .price span {
          font-size: 21px; }
        .similar-product .wrapper .item .price s {
          margin-right: 10px;
          font-size: 18px; }
      .similar-product .wrapper .item .item-image {
        display: block;
        width: 210px;
        margin: auto;
        padding: 10px; }
        .similar-product .wrapper .item .item-image img {
          width: 100%; }
      .similar-product .wrapper .item .btn-primary,
      .similar-product .wrapper .item .btn-order {
        padding: 8px 20px;
        margin-top: 10px;
        border-radius: 7px;
        margin-bottom: 20px; }

/* FILTER-FORM */
.filter {
  background-color: #f4f4f4;
  padding: 30px 0 0 0;
  /* FILTER-FORM */
  /* RESET BTN */
  /* SORT MENU */ }
  .filter #filter-form {
    background-color: #fff;
    margin-top: 20px;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    padding-bottom: 0;
    line-height: 18px;
    position: relative;
    width: 100%;
    /* LEFT-SIDE*/
    /* RIGHT-SIDE */ }
    .filter #filter-form .prop {
      border-right: 1px solid #dcdcdc;
      padding: 30px 40px 20px 40px;
      /* PRICE SLIDER */
      /* DEVICE PROPERTY */ }
      .filter #filter-form .prop slider {
        display: block; }
        .filter #filter-form .prop slider .ui-slider-range {
          background-color: #e78743; }
        .filter #filter-form .prop slider .ui-slider {
          background-color: #f5f5f5; }
        .filter #filter-form .prop slider .ui-slider-handle {
          background-color: #c9c9c9;
          border-radius: none;
          width: 15px;
          height: 20px; }
          .filter #filter-form .prop slider .ui-slider-handle:focus, .filter #filter-form .prop slider .ui-slider-handle:active, .filter #filter-form .prop slider .ui-slider-handle:hover {
            border: none;
            outline: none;
            cursor: pointer; }
        .filter #filter-form .prop slider #slider-range {
          width: 70%;
          display: inline-block;
          position: relative;
          top: 2px;
          border: none; }
        .filter #filter-form .prop slider input {
          width: 70px;
          text-align: center;
          border: none; }
        .filter #filter-form .prop slider .rub {
          position: relative;
          left: -5px; }
      .filter #filter-form .prop .device-prop {
        margin-top: 15px;
        /* COLOR */
        /* FORMAT */
        /* SPEED */ }
        .filter #filter-form .prop .device-prop .select-wrap {
          display: inline-block;
          width: 130px;
          height: 40px;
          border-radius: 5px;
          margin-left: 15px;
          margin-right: 35px;
          padding: 3px 5px; }
          .filter #filter-form .prop .device-prop .select-wrap .jq-selectbox {
            /*width: 48%;*/
            width: 100%;
            background-color: #f5f5f5; }
          .filter #filter-form .prop .device-prop .select-wrap .jq-selectbox__select {
            background-color: #f5f5f5;
            background: none;
            padding: 0 5px;
            border: 1px solid #c9c9c9;
            box-shadow: none; }
            .filter #filter-form .prop .device-prop .select-wrap .jq-selectbox__select-text:after {
              content: "\f0d7";
              position: absolute;
              font: normal normal normal 14px/1 FontAwesome;
              font-size: inherit;
              text-rendering: auto;
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              top: 30%;
              right: 10px; }
          .filter #filter-form .prop .device-prop .select-wrap .jq-selectbox li:hover {
            background-color: #e78743; }
          .filter #filter-form .prop .device-prop .select-wrap .sel {
            background-color: transparent;
            color: #000; }
            .filter #filter-form .prop .device-prop .select-wrap .sel:hover {
              color: #fff; }
          .filter #filter-form .prop .device-prop .select-wrap .jq-selectbox__trigger {
            display: none; }
          .filter #filter-form .prop .device-prop .select-wrap select:last-child {
            margin-left: 0; }
          .filter #filter-form .prop .device-prop .select-wrap .opened .jq-selectbox__select-text:after {
            top: 26%;
            content: "\f0d8"; }
        .filter #filter-form .prop .device-prop .format-group {
          display: inline-block; }
          .filter #filter-form .prop .device-prop .format-group .format-wrap {
            display: inline-block;
            width: 80px;
            height: 40px;
            border: 1px solid #c9c9c9;
            border-radius: 5px;
            margin-left: 15px;
            padding: 3px 5px;
            margin-right: 35px; }
            .filter #filter-form .prop .device-prop .format-group .format-wrap .jq-selectbox {
              width: 45px;
              background-color: #f5f5f5; }
            .filter #filter-form .prop .device-prop .format-group .format-wrap .jq-selectbox__select {
              background-color: #f5f5f5;
              background: none;
              padding: 0 5px;
              border: 1px solid #c9c9c9;
              box-shadow: none; }
            .filter #filter-form .prop .device-prop .format-group .format-wrap .jq-selectbox li:hover {
              background-color: #e78743; }
            .filter #filter-form .prop .device-prop .format-group .format-wrap .sel {
              background-color: transparent;
              color: #000; }
              .filter #filter-form .prop .device-prop .format-group .format-wrap .sel:hover {
                color: #fff; }
            .filter #filter-form .prop .device-prop .format-group .format-wrap .jq-selectbox__trigger {
              display: none; }
            .filter #filter-form .prop .device-prop .format-group .format-wrap select:last-child {
              margin-left: 0; }
        .filter #filter-form .prop .device-prop .speed {
          display: inline; }
          .filter #filter-form .prop .device-prop .speed .speed-input {
            display: inline-block;
            margin-left: 15px; }
            .filter #filter-form .prop .device-prop .speed .speed-input input {
              margin-left: 15px;
              margin-right: 15px;
              height: 40px;
              width: 40px;
              border-radius: 5px;
              border: 1px solid #c9c9c9;
              text-indent: 9px; }
    .filter #filter-form .maker {
      padding: 20px 10px 0 10px; }
      .filter #filter-form .maker ul {
        padding: 0;
        list-style-type: none;
        margin-top: 10px; }
        .filter #filter-form .maker ul li {
          display: inline-block;
          width: 100%;
          font-size: 12px;
          margin-bottom: 5px; }
        .filter #filter-form .maker ul label {
          display: inline-block; }
    .filter #filter-form .filter-form-btn-contain {
      padding-bottom: 30px; }
  .filter button[type='reset'] {
    position: absolute;
    background-color: transparent;
    border: none;
    text-decoration: underline;
    top: -30px;
    right: 0; }
    .filter button[type='reset']:hover {
      text-decoration: none;
      color: #e78743; }
    .filter button[type='reset'] i {
      color: #e78743;
      padding-right: 10px; }
  .filter .sort-menu {
    float: right;
    margin-top: 20px; }
    .filter .sort-menu .jq-selectbox {
      width: 170px;
      background-color: #fff;
      margin-left: 20px; }
    .filter .sort-menu .jq-selectbox__select {
      background-color: #fff;
      background: none;
      padding: 0 5px;
      border: 1px solid #c9c9c9;
      box-shadow: none;
      line-height: 30px; }
    .filter .sort-menu .jq-selectbox li:hover {
      background-color: #e78743; }
    .filter .sort-menu .sel {
      background-color: transparent;
      color: #000; }
      .filter .sort-menu .sel:hover {
        color: #fff; }

/* CATALOG ITEM CATALOG PAGE */
.catalog {
  padding: 20px  0 10px 0;
  background-color: #f4f4f4; }
  .catalog .form-control:focus {
    border: 1px solid #e78743;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(231, 135, 67, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(231, 135, 67, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(231, 135, 67, 0.6); }
  .catalog .input-group .form-control[type="text"] {
    height: inherit;
    padding: 10px 25px;
    font-size: 16px; }
  .catalog .catalog-item {
    background-color: #fff;
    border: 1px solid #c9c9c9;
    border-radius: 5px;
    padding: 15px 15px 10px 15px;
    position: relative;
    margin: 0 0 20px 0;
    transition: all .2s; }
    .catalog .catalog-item:hover {
      box-shadow: 7px 0 30px rgba(0, 0, 0, 0.3); }
      .catalog .catalog-item:hover .item-description {
        display: none; }
      .catalog .catalog-item:hover .description .articul,
      .catalog .catalog-item:hover .description .stock {
        display: none; }
      .catalog .catalog-item:hover .description .item-property {
        display: block;
        margin-top: 22px; }
        .catalog .catalog-item:hover .description .item-property .prop-in-block {
          list-style: none; }
          .catalog .catalog-item:hover .description .item-property .prop-in-block li {
            margin-bottom: 20px; }
    .catalog .catalog-item .picture {
      line-height: 205px;
      padding: 0 15px; }
      .catalog .catalog-item .picture img {
        width: 100%; }
    .catalog .catalog-item .description {
      padding: 10px 10px 10px 40px; }
      .catalog .catalog-item .description h2 {
        display: inline-block;
        transition: all .7s;
        max-width: 450px;
        word-wrap: break-word; }
        .catalog .catalog-item .description h2:hover {
          text-decoration: underline; }
      .catalog .catalog-item .description .price {
        font-size: 28px;
        display: inline-block;
        position: absolute;
        top: 33px;
        right: 200px;
        font-family: "OpenSansLight", sans-serif; }
      .catalog .catalog-item .description .btn-primary,
      .catalog .catalog-item .description .btn-order {
        display: inline-block;
        position: absolute;
        top: 20px;
        right: 20px;
        padding: 10px 25px;
        font-weight: bold;
        line-height: 22px;
        transition: all .7s; }
      .catalog .catalog-item .description .item-description {
        margin-bottom: 20px;
        margin-top: 20px; }
      .catalog .catalog-item .description .item-property {
        display: none; }
        .catalog .catalog-item .description .item-property i {
          color: #e78743;
          margin-right: 10px;
          font-size: 18px;
          position: relative;
          top: 2px; }
      .catalog .catalog-item .description .articul {
        margin-top: 20px;
        float: left;
        display: inline-block; }
      .catalog .catalog-item .description .stock {
        display: inline-block;
        float: right;
        margin-top: 20px;
        margin-right: 10px; }
        .catalog .catalog-item .description .stock span {
          margin-left: 10px; }
      .catalog .catalog-item .description .prop-list {
        list-style-type: none;
        padding: 0; }
        .catalog .catalog-item .description .prop-list li {
          margin-bottom: 20px;
          display: inline-block;
          float: left;
          width: 50%; }
    .catalog .catalog-item .special-cap {
      display: none;
      height: 20px;
      width: 55px;
      color: #fff;
      background-color: #e78743;
      text-align: center;
      font-size: 12px;
      line-height: 17px;
      position: absolute;
      top: 15px;
      left: 20px;
      border-radius: 5px;
      border: 1px solid #cb7539; }
    .catalog .catalog-item .active {
      display: block; }

/* PAGINATION */
.page {
  background-color: #f4f4f4; }
  .page .wrapper {
    padding: 20px 0;
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #c9c9c9; }
    .page .wrapper .result {
      line-height: 35px;
      margin: 0 0 0 20px; }
    .page .wrapper .pagination {
      padding: 0;
      margin: 0 20px 0 0;
      position: relative;
      top: 3px; }
      .page .wrapper .pagination a {
        color: #656565; }
        .page .wrapper .pagination a:hover {
          color: #fff;
          background-color: #e78743;
          border: 1px solid #cb7539; }
        .page .wrapper .pagination a.active {
          background: #dddddd;
          cursor: default; }
          .page .wrapper .pagination a.active:hover {
            background: #dddddd;
            color: #656565;
            border: 1px solid #dddddd; }

/* DETAIL FOR DEVICE PAGE */
.small-filter {
  padding: 20px 0;
  background-color: #f4f4f4; }
  .small-filter .wrapper {
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #dcdcdc;
    padding: 12px 20px 10px 20px;
    line-height: 1.4;
    display: flex;
    display: -webkit-flex;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    position: relative;
    margin-top: 10px; }
    .small-filter .wrapper button[type='reset'] {
      position: absolute;
      background-color: transparent;
      border: none;
      text-decoration: underline;
      top: -24px;
      right: 20px; }
      .small-filter .wrapper button[type='reset']:hover {
        text-decoration: none;
        color: #e78743; }
      .small-filter .wrapper button[type='reset'] i {
        color: #e78743;
        padding-right: 10px; }
    .small-filter .wrapper #maker-select {
      position: relative;
      margin-left: 80px;
      min-width: 20%;
      cursor: pointer; }
      .small-filter .wrapper #maker-select .caret {
        position: absolute;
        right: 10px;
        top: calc(50% - 5px); }
      .small-filter .wrapper #maker-select label {
        display: inline-block;
        position: absolute;
        top: 8px;
        left: -55px; }
      .small-filter .wrapper #maker-select .selectize-control {
        float: left;
        display: inline-block;
        width: 100%; }
        .small-filter .wrapper #maker-select .selectize-control .selectize-input {
          float: left;
          border: 1px solid #dcdcdc;
          box-shadow: none;
          cursor: pointer;
          padding-right: 40px;
          background-color: transparent; }
        .small-filter .wrapper #maker-select .selectize-control .active {
          background: #e78743;
          color: #fff; }
        .small-filter .wrapper #maker-select .selectize-control.multi .selectize-input > div {
          float: left;
          line-height: 16px;
          background: #f4f4f4;
          color: #363636;
          border: 1px solid #c9c9c9;
          box-shadow: none;
          text-shadow: none; }
          .small-filter .wrapper #maker-select .selectize-control.multi .selectize-input > div a {
            color: #e78743; }
      .small-filter .wrapper #maker-select .selectize-control.plugin-remove_button [data-value] .remove {
        border-left: none; }
      .small-filter .wrapper #maker-select .selectize-control.plugin-remove_button {
        padding-right: 0; }
    .small-filter .wrapper #search-device {
      flex-grow: 1;
      -webkit-flex-grow: 1;
      position: relative; }
      .small-filter .wrapper #search-device input {
        width: 100%;
        height: 35px;
        border-radius: 4px;
        border: 1px solid #dcdcdc;
        text-indent: 15px;
        padding-right: 30px; }
      .small-filter .wrapper #search-device i {
        color: #666666;
        position: absolute;
        right: 0;
        top: 10px; }
    .small-filter .wrapper .btn {
      padding: 4px 10px;
      font-size: 14px;
      margin-left: 10px; }

/* DETAILS section */
.details {
  padding: 20px 0;
  background-color: #f4f4f4; }
  .details .detail-item {
    margin-bottom: 20px; }
  .details .wrapper {
    background-color: #fff;
    padding: 30px;
    border: 1px solid #dcdcdc;
    border-radius: 4px; }
    .details .wrapper .left-content {
      width: auto;
      padding: 10px; }
      .details .wrapper .left-content img {
        width: 90%;
        display: block;
        margin: auto; }
    .details .wrapper .right-content {
      /* changes 11/27/2015 */ }
      .details .wrapper .right-content .available {
        margin-top: 40px;
        margin-bottom: 20px;
        font-size: 27px;
        font-family: "OpenSansLight", sans-serif; }
      .details .wrapper .right-content .details-list {
        overflow-y: auto;
        height: 200px;
        /* changes 11/27/2015 */ }
        .details .wrapper .right-content .details-list ul {
          list-style-type: none;
          display: table;
          width: 98%;
          border-collapse: collapse; }
          .details .wrapper .right-content .details-list ul li {
            margin-bottom: 15px; }
      .details .wrapper .right-content .scroll-list-item {
        display: table-row;
        border-bottom: 1px solid #dcdcdc;
        position: relative; }
        .details .wrapper .right-content .scroll-list-item:last-child {
          border-bottom: none; }
        .details .wrapper .right-content .scroll-list-item .item-img {
          width: 90px;
          padding: 15px 0;
          display: table-cell;
          vertical-align: top;
          position: relative;
          left: -5px; }
        .details .wrapper .right-content .scroll-list-item .item-descr {
          width: 90%;
          display: table-cell;
          word-wrap: break-word;
          position: relative;
          padding: 15px 0; }
          .details .wrapper .right-content .scroll-list-item .item-descr .item-name {
            font-family: "OpenSansLight", sans-serif;
            font-size: 14px; }
            .details .wrapper .right-content .scroll-list-item .item-descr .item-name b {
              color: #e78743; }
          .details .wrapper .right-content .scroll-list-item .item-descr .item-art {
            font-size: 16px;
            margin-bottom: 5px; }
            .details .wrapper .right-content .scroll-list-item .item-descr .item-art b {
              color: #e78743; }
        .details .wrapper .right-content .scroll-list-item .tb-cell-right {
          display: table-cell;
          width: 160px;
          padding: 10px 0;
          text-align: center;
          margin-left: 10px; }
        .details .wrapper .right-content .scroll-list-item .item-price {
          font-size: 30px;
          font-family: "OpenSansLight", sans-serif;
          font-size: 24px;
          padding: 10px 0px; }
        .details .wrapper .right-content .scroll-list-item .btn-primary,
        .details .wrapper .right-content .scroll-list-item .btn-order {
          text-decoration: none;
          padding: 7px 25px;
          margin-top: 10px; }

/* DETAILS_GROUP PAGE */
.details-group {
  padding: 20px 0;
  background-color: #f4f4f4; }
  .details-group .left-wrap {
    padding: 1px;
    background-color: #fff;
    border-radius: 5px;
    margin-left: -15px;
    position: relative;
    border: 1px solid #dcdcdc; }
    .details-group .left-wrap img {
      width: 100%;
      display: block;
      margin: auto; }
    .details-group .left-wrap a {
      position: absolute;
      display: block;
      width: 25px;
      height: 25px;
      padding: 0 6px;
      font-weight: bold; }
      .details-group .left-wrap a:hover {
        color: #e78743; }
    .details-group .left-wrap .active {
      border-color: #e78743;
      color: #e78743; }
    .details-group .left-wrap .one {
      top: 45px;
      left: 110px; }
    .details-group .left-wrap .two {
      top: 30px;
      left: 220px; }
    .details-group .left-wrap .three {
      top: 25px;
      left: 340px; }
    .details-group .left-wrap .four {
      top: 25px;
      left: 440px; }
    .details-group .left-wrap .five {
      top: 40px;
      left: 550px; }
    .details-group .left-wrap .six {
      top: 110px;
      left: 660px; }
    .details-group .left-wrap .seven {
      top: 240px;
      right: 20px; }
    .details-group .left-wrap .eight {
      top: 350px;
      right: 20px; }
    .details-group .left-wrap .nine {
      top: 450px;
      right: 20px; }
    .details-group .left-wrap .ten {
      top: 590px;
      right: 40px;
      padding: 0 0 0 2px; }
    .details-group .left-wrap .eleven {
      top: 660px;
      right: 160px;
      padding: 0 0 0 2px; }
    .details-group .left-wrap .twelve {
      top: 675px;
      right: 290px;
      padding: 0 0 0 2px; }
    .details-group .left-wrap .thirdteen {
      top: 680px;
      right: 395px;
      padding: 0 0 0 2px; }
    .details-group .left-wrap .fourteen {
      top: 675px;
      left: 230px;
      padding: 0 0 0 2px; }
    .details-group .left-wrap .fiveteen {
      top: 670px;
      left: 120px;
      padding: 0 0 0 2px; }
    .details-group .left-wrap .sixteen {
      top: 610px;
      left: 20px;
      padding: 0 0 0 2px; }
    .details-group .left-wrap .seventeen {
      top: 465px;
      left: 20px;
      padding: 0 0 0 2px; }
    .details-group .left-wrap .eightteen {
      top: 360px;
      left: 20px;
      padding: 0 0 0 2px; }
    .details-group .left-wrap .nineteen {
      top: 260px;
      left: 20px;
      padding: 0 0 0 2px; }
    .details-group .left-wrap .twenty {
      top: 120px;
      left: 20px;
      padding: 0 0 0 2px; }
  .details-group .right-wrap {
    background-color: #fff;
    background-color: #fff;
    border-radius: 5px;
    margin-right: -15px;
    position: relative;
    border: 1px solid #dcdcdc; }
    .details-group .right-wrap .right-header {
      font-size: 27px;
      font-family: "OpenSansExtraBold";
      padding: 20px 50px;
      border-bottom: 1px solid #dcdcdc; }
    .details-group .right-wrap .right-descr {
      padding: 10px 5px 10px 0;
      height: 656px;
      overflow: auto; }
      .details-group .right-wrap .right-descr ul {
        padding: 0;
        margin: 0;
        list-style-type: none; }
        .details-group .right-wrap .right-descr ul li {
          padding: 0;
          margin: -1px 0 0 0;
          position: relative;
          z-index: 1; }
          .details-group .right-wrap .right-descr ul li:last-child {
            margin-bottom: 10px; }
          .details-group .right-wrap .right-descr ul li .item {
            padding: 10px 0 20px 0;
            position: relative;
            border-bottom: 1px solid #dcdcdc;
            margin-right: 30px;
            margin-left: 30px; }
            .details-group .right-wrap .right-descr ul li .item a.number {
              display: inline-block;
              width: 25px;
              height: 25px;
              border-radius: 50%;
              padding-left: 6px;
              border: 2px solid #e78743;
              color: #e78743;
              font-weight: bold; }
            .details-group .right-wrap .right-descr ul li .item a[id$="teen"],
            .details-group .right-wrap .right-descr ul li .item a[id$="ten"],
            .details-group .right-wrap .right-descr ul li .item a[id$="eleven"],
            .details-group .right-wrap .right-descr ul li .item a[id$="twelve"],
            .details-group .right-wrap .right-descr ul li .item a[id$="twenty"] {
              padding-left: 2px; }
            .details-group .right-wrap .right-descr ul li .item .name {
              display: inline-block;
              margin-left: 10px;
              font-size: 16px;
              width: 80%;
              margin-bottom: 10px; }
              .details-group .right-wrap .right-descr ul li .item .name a {
                font-size: 16px; }
            .details-group .right-wrap .right-descr ul li .item .articul {
              font-size: 12px;
              display: inline-block; }
            .details-group .right-wrap .right-descr ul li .item .in-stock {
              font-size: 12px;
              display: inline-block;
              margin-left: 40px; }
              .details-group .right-wrap .right-descr ul li .item .in-stock i {
                color: inherit; }
            .details-group .right-wrap .right-descr ul li .item .hiden-text {
              margin-top: 10px;
              display: none; }
            .details-group .right-wrap .right-descr ul li .item .hiden-img {
              display: none; }
            .details-group .right-wrap .right-descr ul li .item .price {
              font-size: 18px;
              display: block;
              margin-top: 15px; }
            .details-group .right-wrap .right-descr ul li .item .btn-primary,
            .details-group .right-wrap .right-descr ul li .item .btn-order {
              position: absolute;
              bottom: 12px;
              right: 0;
              padding-left: 25px;
              padding-right: 25px;
              font-size: 14px; }
        .details-group .right-wrap .right-descr ul .active {
          border: 2px solid #e78743; }
          .details-group .right-wrap .right-descr ul .active .item {
            border-bottom-color: transparent; }
            .details-group .right-wrap .right-descr ul .active .item .hiden-text {
              display: block; }

/* FOOTER */
footer {
  padding: 30px 0;
  color: #4e4e4e;
      background: #dfd9d4; }
  footer .left-block .logo {
    margin-bottom: 20px; }
  footer .right-block {
    text-align: right;
    margin-top: 15px; }
    footer .right-block nav {
      margin-bottom: 30px; }
      footer .right-block nav li {
        list-style-type: none;
        display: inline;
        margin-left: 20px; }
        footer .right-block nav li a {
          color: #4e4e4e; }
          footer .right-block nav li a:hover {
            color: #e78743; }

#loader {
  position: absolute;
  top: 50%;
  left: 48%;
  z-index: 4;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  padding: 10px 4px;
  background: rgba(0, 0, 0, 0.6); }
  #loader i {
    margin: 0;
    padding: 0; }

.modal.in .modal-dialog {
  z-index: 1041; }

.compare {
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #c9c9c9;
  padding-top: 15px;
  padding-bottom: 15px; }
  .compare .block-table {
    overflow-x: auto; }
