
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:before, .container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

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

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

@-ms-viewport {
  width: device-width;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: subpixel-antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  /*tap color*/
  tap-highlight-color: rgba(0, 0, 0, 0.3);
}

body {
  color: #999;
  background-color: #edf2f5;
  font: normal 16px/20px 'Trebuchet MS', sans-serif;
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

nav,
ul,
ol {
  margin: 0;
  font-size: 0;
  list-style-type: none;
}

nav li,
ul li,
ol li {
  font-size: 16px;
}

.simple-link {
  color: #9ca5ab;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.simple-link:hover {
  color: #ffffff;
}

.link-decoration {
  text-decoration: underline;
}

.link-decoration:hover {
  text-decoration: none;
}

.link-decoration-none {
  text-decoration: none;
}

.link-decoration-none:hover {
  text-decoration: underline;
}

.link-primary {
  color: #ff5722;
  text-decoration: none;
}

.link-primary:hover {
  text-decoration: underline;
}

[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  vertical-align: middle;
}

.icon-phone {
  width: 15px;
  height: 15px;
  margin-right: 5px;
  background: url("../images/phone.png") no-repeat 0;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}

.icon-category {
  background: url("../images/category.png") no-repeat center;
}

.icon-cross {
  width: 20px;
  height: 20px;
  background: url("../images/cross.png") no-repeat center;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}

.icon-cross:hover {
  cursor: pointer;
}

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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-menu-circle:before {
  content: "\e900";
}

.icon-compare:before {
  content: "\e90c";
}

.icon-search:before {
  content: "\e901";
}

.icon-cart:before {
  content: "\e902";
}

.icon-heart:before {
  content: "\e903";
}

.icon-backtotop:before {
  content: "\e904";
}

.icon-checkbox:before {
  content: "\e905";
}

.icon-star:before {
  content: "\e906";
}

.icon-close:before {
  content: "\e907";
}

.icon-menu:before {
  content: "\e908";
}

.icon-arrow:before {
  content: "\e909";
}

.icon-minus:before {
  content: "\e90a";
}

.icon-plus:before {
  content: "\e90b";
}

h1, .h1 {
  margin: 30px 0;
  font-size: 32px;
  font-weight: normal;
}

h2, .h2 {
  margin: 0;
  font-size: 20px;
  font-weight: normal;
}

h4, .h4 {
  margin: 0;
  font-size: 14px;
  font-weight: normal;
}

h6, .h6 {
  margin: 0;
  font-size: 10px;
  font-weight: normal;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
  vertical-align: top;
  display: inline-block;
}

.heading-primary {
  color: #ff5722;
}

.heading-primary.heading-border:after {
  background-color: #ff5722;
}

.heading-primary-dark {
  color: #3D434F;
}

.heading-primary-dark.heading-border:after {
  background-color: #3D434F;
}

.heading-simple {
  color: #ffffff;
}

.heading-simple.heading-border:after {
  background-color: #ffffff;
  width: 50px;
  height: 4px;
  margin: 20px 0;
}

.heading-border:after {
  content: '';
  display: block;
}

.semi-h1 {
  font-size: 26px;
  display: block;
}

@media (max-width: 767px) and (min-width: 320px) {
  h1, .h1 {
    font-size: 26px;
  }
}

.custom-contol {
  vertical-align: top;
  display: inline-block;
}

.custom-checkbox .fake-control {
  color: #6e7786;
  display: block;
}

.custom-checkbox .fake-control:hover {
  cursor: pointer;
}

.custom-checkbox .fake-control:hover:before {
  border-color: #3D434F;
}

.custom-checkbox .fake-control:before {
  content: '';
  float: left;
  width: 20px;
  height: 20px;
  display: block;
  border-width: 1px;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border-style: solid;
  -webkit-transition: border-color 0.2s ease-in-out;
  -moz-transition: border-color 0.2s ease-in-out;
  -o-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}

.custom-checkbox .fake-control .control-content {
  display: block;
  overflow: hidden;
  padding-top: 1px;
}

.custom-checkbox .quant-items {
  font-weight: normal;
}

.custom-checkbox.control-toggle.checkbox-default .fake-control:before {
  border-color: #3D434F;
  background: #3D434F url("../images/check.png") no-repeat center;
  -o-background-size: 12px auto;
  background-size: 12px auto;
}

.custom-radio {
  vertical-align: top;
  display: inline-block;
}

.custom-radio .fake-control {
  width: 22px;
  height: 22px;
  display: block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  border: 1px solid #cdd2d5;
}

.custom-radio .fake-control:hover {
  cursor: pointer;
}

.custom-radio .fake-control:before {
  content: '';
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  margin-left: -5px;
  position: absolute;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.custom-radio input:checked + label:before {
  background-color: #3D434F;
}

.custom-select {
  position: relative;
}

.custom-select select {
  border: none;
  outline: none;
  color: #6e7786;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  font: 16px/20px 'Trebuchet MS', sans-serif;
}

.custom-select select:hover {
  cursor: pointer;
}

.custom-select:before {
  content: '';
  top: 0;
  right: 0;
  width: 10px;
  height: 100%;
  position: absolute;
  pointer-events: none;
  background: #fff url("../images/arrow-sm.png") no-repeat center;
  -o-background-size: 10px auto;
  background-size: 10px auto;
}

.select-lg {
  width: 150px;
}

.select-sm {
  width: 50px;
}

@media (max-width: 767px) and (min-width: 320px) {
  .select-lg {
    width: 140px;
  }
}

.text-overflow {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.img-wrap {
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
}

.img-wrap > img {
  vertical-align: middle;
}

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

.backing-simple {
  display: block;
  padding: 15px;
  background: #ffffff;
}

.heading-custom h1,
.heading-custom .h1,
.heading-custom h2,
.heading-custom .h2,
.heading-custom h3,
.heading-custom .h3,
.heading-custom h4,
.heading-custom .h4 {
  margin: 0;
}

.heading-lg {
  padding: 30px;
}

.backing-border-simple {
  border-bottom: 2px solid #edf2f5;
}

.item-arrow {
  position: relative;
}

.item-arrow:before {
  content: '';
  top: 50%;
  right: 15px;
  width: 20px;
  height: 10px;
  margin-top: -5px;
  position: absolute;
  background: url("../images/arrow.png") no-repeat 0;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}

.btn {
  border: 0;
  outline: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 12px 31px;
  text-align: center;
  vertical-align: top;
  display: inline-block;
  text-decoration: none;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

.btn:hover {
  cursor: pointer;
}

.btn:disabled {
  opacity: 0.5;
}

.btn:disabled:hover {
  cursor: default;
}

.btn-block {
  width: 100%;
}

.btn-primary {
  color: #ff5722;
  border: 2px solid #ff5722;
}

.btn-primary-dark {
  font-size: 16px;
  padding: 15px 30px;
  color: #ffffff;
  background-color: #3D434F;
  font-family: 'Trebuchet MS', sans-serif;
}

.btn-transparent {
  background-color: transparent;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btn-transparent:hover {
  color: #ffffff;
  background-color: #ff5722;
}

.btn-radius {
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

.main-trigger {
  padding: 0;
  width: 100%;
  display: none;
  text-align: left;
  margin-bottom: 15px;
}

.main-trigger .icon-category {
  width: 60px;
  height: 60px;
  -o-background-size: 32px 28px;
  background-size: 32px 28px;
  border-right: 1px solid #edf2f5;
  margin-right: 15px;
}

.main-trigger .word {
  display: inline-block;
  vertical-align: middle;
  color: #ff5722;
  font-size: 20px;
  line-height: 24px;
  font-family: 'Trebuchet MS';
}

.btn-category {
  background-color: #ffffff;
}

.btn-like {
  width: 30px;
  height: 30px;
  border: none;
  outline: none;
  background: transparent url("../images/like.png") no-repeat 0;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}

.btn-like:hover {
  cursor: pointer;
}

.btn-like:disabled:hover {
  cursor: default;
}

.btn-like.selected {
  background: transparent url("../images/like-active.png") no-repeat 0;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}

.btn-compare {
  width: 30px;
  height: 30px;
  border: none;
  outline: none;
  background: transparent url("../images/compare.png") no-repeat 0;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}

.btn-compare:hover {
  cursor: pointer;
}

.btn-compare:disabled:hover {
  cursor: default;
}

.btn-compare.selected {
  background: transparent url("../images/compare-active.png") no-repeat 0;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}

.btn-basket {
  width: 30px;
  height: 30px;
  border: none;
  outline: none;
  background: transparent url("../images/basket.png") no-repeat 0;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}

.btn-basket:hover {
  cursor: pointer;
}

.btn-basket:disabled:hover {
  cursor: default;
}

.btn-basket.selected {
  background: transparent url("../images/basket-active.png") no-repeat 0;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}

.btn-submit:hover {
  background-color: #363c46;
}

.btn-submit:active {
  border-color: #e6e6e6;
  -webkit-box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0.5);
  box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0.5);
}

.btn-empty {
  font-family: 'Trebuchet MS';
  border: 2px solid #3D434F;
  background-color: #ffffff;
}

.btn-empty:hover {
  color: #ffffff;
  background-color: #363c46;
}

.btn-empty:active {
  border-color: #e6e6e6;
  -webkit-box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0.5);
  box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0.5);
}

@font-face {
  font-family: 'si';
  src: url("../fonts/perfectIcons/socicon.eot");
  src: url("../fonts/perfectIcons/socicon.eot?#iefix") format("embedded-opentype"), url("../fonts/perfectIcons/socicon.woff") format("woff"), url("../fonts/perfectIcons/socicon.ttf") format("truetype"), url("../fonts/perfectIcons/socicon.svg#icomoonregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'si';
    src: url("../fonts/perfectIcons/socicon.svg") format("svg");
  }
}

.soc {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}

.soc li {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.soc li a {
  font-family: si !important;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  text-decoration: none;
  text-align: center;
  display: block;
  position: relative;
  z-index: 1;
  width: 30px;
  height: 30px;
  line-height: 32px;
  font-size: 16px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  margin-right: 10px;
  color: #ffffff;
  background-color: none;
}

.soc-icon-last {
  margin: 0 !important;
}

.soc-twitter {
  background-color: #4da7de;
}

.soc-twitter:before {
  content: 'a';
}

.soc-facebook {
  background-color: #3e5b98;
}

.soc-facebook:before {
  content: 'b';
}

.soc-twitter:hover {
  background-color: #3993ca;
}

.soc-facebook:hover {
  background-color: #2a4784;
}

.header-main-contacts {
  background-color: #3D434F;
}

.header-main-navigation {
  background-color: #fff;
}

.logo {
  width: 110px;
  height: 100px;
  display: block;
  background: url("../images/logo.jpg") no-repeat 0;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}

.btnMenu {
  border: none;
  display: none;
  outline: none;
  margin: 22px 0;
  background-color: transparent;
}

.btnMenu:before {
  font-size: 35px;
}

.btnMenu.active:before, .btnMenu:hover:before {
  color: #ff5722;
}

.link-search .icon-search:before {
  font-size: 35px;
  color: #3D434F;
}

.link-search .icon-search:hover:before {
  color: #ff5722;
}

.link-cart .icon-cart:before {
  font-size: 35px;
  color: #3D434F;
}

.link-cart .icon-cart:hover:before {
  color: #ff5722;
}

.search-field {
  width: 0;
  border: 0;
  padding: 0;
  height: 30px;
  outline: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #3D434F;
  font: 16px 'Trebuchet MS';
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border-bottom: 1px solid #3D434F;
  /* Firefox 19+ */
  /* Firefox 18- */
}

.search-field::-webkit-input-placeholder {
  color: #9ca5ab;
}

.search-field::-moz-placeholder {
  color: #9ca5ab;
}

.search-field:-moz-placeholder {
  color: #9ca5ab;
}

.search-field:-ms-input-placeholder {
  color: #9ca5ab;
}

.search-field.visible {
  width: 385px;
  padding: 0 5px;
  overflow: hidden;
}

.search-field.visible + .remove-search {
  margin-left: 5px;
  display: inline-block;
}

.search-field + .remove-search {
  display: none;
  background: url("../images/cross-black.png") no-repeat 0;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}

.autocomplete-holder {
  position: relative;
}

.contacts-list {
  padding: 10px 0;
}

.contacts-list .contacts-pill {
  margin-right: 20px;
  display: inline-block;
  vertical-align: middle;
}

.contacts-list .contacts-pill .contacts-link {
  display: block;
  font-size: 14px;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.contacts-list .contacts-pill .contacts-link:hover {
  color: #fff;
}

.contacts-list .contacts-pill:last-child {
  margin-right: 0;
}

.site-nav {
  padding: 33px 0 0;
}

.site-nav .site-nav-list .site-nav-pill {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

.site-nav .site-nav-list .site-nav-pill .site-nav-link {
  display: block;
  font-size: 14px;
  color: #3D434F;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.site-nav .site-nav-list .site-nav-pill .site-nav-link.link-favorites {
  font-size: 0;
}

.site-nav .site-nav-list .site-nav-pill .site-nav-link.link-favorites:before {
  font-size: 34px;
  color: #9ca5ab;
}

.site-nav .site-nav-list .site-nav-pill .site-nav-link.link-favorites:hover:before {
  color: #ff5722;
}

.site-nav .site-nav-list .site-nav-pill .site-nav-link:hover {
  color: #ff5722;
}

.site-nav .site-nav-list .site-nav-pill.active .site-nav-link {
  color: #ff5722;
}

.user-nav {
  padding: 28px 0;
}

.user-nav .user-nav-list .user-nav-pill {
  display: inline-block;
  vertical-align: middle;
}

.user-nav .user-nav-list .user-nav-pill .user-nav-link {
  padding: 4px;
  display: block;
  position: relative;
  text-decoration: none;
}

.user-nav .user-nav-list .user-nav-pill .user-nav-link:focus .icon-search {
  color: #3D434F;
}

.user-nav .user-nav-list .user-nav-pill .cart-items {
  top: 0;
  right: 0;
  color: #fff;
  display: block;
  padding: 0 4px;
  font-size: 12px;
  max-width: 22px;
  max-height: 20px;
  position: absolute;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #3D434F;
}

@media (max-width: 767px) and (min-width: 320px) {
  .user-nav {
    margin-left: 0;
    padding: 18px 0;
    max-width: 150px;
    max-height: 80px;
  }
}

@media (max-width: 767px) and (min-width: 320px) {
  .container {
    position: relative;
  }
  .link-search.toggled .icon-search:before {
    color: #ff5722 !important;
  }
  .link-search .icon-search:hover:before {
    color: #3D434F;
  }
  .logo {
    top: 0;
    left: 50%;
    width: 80px;
    height: 80px;
    position: absolute;
    margin-left: -40px;
    -o-background-size: 80px 80px;
    background-size: 80px 80px;
  }
  .mobile-search-pill.toggled {
    left: 0;
    top: 80px;
    z-index: 1;
    width: 100%;
    padding: 10px 0;
    position: absolute;
    background: #cdd2d5;
  }
  .mobile-search-pill.toggled .autocomplete-holder {
    padding: 0 15px;
  }
  .search-field.visible {
    border: 0;
    width: 100%;
    height: 40px;
    padding: 0 15px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  .search-field + .remove-search {
    display: none !important;
  }
  .in-menu {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
  }
  .m-visible {
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    padding: 20px;
    text-align: left;
    position: absolute;
    float: none !important;
    display: block !important;
    background: url("../images/1_interer-stil-dizayn-komnata-5574.jpg") no-repeat 0;
    -o-background-size: cover;
    background-size: cover;
  }
  .m-visible:before {
    content: '';
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(61, 67, 79, 0.8);
  }
  .m-visible .site-nav-list {
    z-index: 3;
    height: 100%;
    overflow: auto;
    position: relative;
  }
  .m-visible .site-nav-pill {
    display: block !important;
    margin-right: 0;
    padding-left: 20px;
    margin-bottom: 30px;
  }
  .m-visible .site-nav-pill.remove-menu {
    padding-left: 0;
    margin-bottom: 50px;
  }
  .m-visible .site-nav-pill .site-nav-link {
    color: #fff !important;
    font-size: 16px !important;
  }
  .m-visible .site-nav-pill .site-nav-link.active {
    color: #ff5722 !important;
  }
  .m-visible .site-nav-pill .site-nav-link.link-favorites {
    text-transform: uppercase;
    font: 16px/20px 'Trebuchet MS', sans-serif !important;
  }
  .m-visible .site-nav-pill .site-nav-link.link-favorites:before {
    display: none;
  }
}

footer {
  padding-bottom: 50px;
  background-color: #fff;
  border-top: 2px solid #edf2f5;
}

.footer-nav {
  padding: 50px 0 40px;
}

.footer-nav .footer-nav-list {
  text-align: center;
}

.footer-nav .footer-nav-list .footer-nav-pill {
  margin: 0 30px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.footer-nav .footer-nav-list .footer-nav-pill .footer-nav-link {
  color: #ff5722;
  text-decoration: none;
}

.footer-nav .footer-nav-list .footer-nav-pill .footer-nav-link:hover {
  text-decoration: underline;
}

.footer-nav .footer-nav-list .footer-nav-pill:first-child:before {
  display: none;
}

.footer-nav .footer-nav-list .footer-nav-pill:before {
  content: '|';
  top: -1px;
  width: 2px;
  left: -30px;
  height: 100%;
  color: #ff5722;
  display: block;
  font-size: 14px;
  position: absolute;
}

@media (max-width: 767px) and (min-width: 320px) {
  .footer-nav {
    padding: 40px 0 10px;
  }
  .footer-nav .footer-nav-list .footer-nav-pill {
    display: block;
    margin-bottom: 20px;
  }
  .footer-nav .footer-nav-list .footer-nav-pill:before {
    display: none;
  }
}

.main-section {
  margin: 15px 0;
}

.catalog_nav {
  float: left;
}

.main-decoration {
  overflow: hidden;
}

.main-decoration .decoration {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.main-decoration .decoration > img {
  max-width: 100%;
}

.main-decoration .decoration .decoration-description {
  top: 0;
  width: 300px;
  height: 100%;
  padding: 30px;
  position: absolute;
  background-color: #3D434F;
}

.main-decoration .decoration .decoration-description .h1 {
  margin: 0;
}

.main-decoration .decoration .decoration-description .decoration-details {
  margin-bottom: 30px;
  color: #9ca5ab;
}

.main-decoration .decoration:nth-child(1) {
  height: 55%;
}

.main-decoration .decoration:nth-child(1) .decoration-description {
  left: 0;
}

.main-decoration .decoration:nth-child(2) {
  height: 45%;
}

.main-decoration .decoration:nth-child(2) .decoration-description {
  right: 0;
}

@media (max-width: 767px) and (min-width: 320px) {
  .main-decoration {
    max-height: 800px;
    overflow: visible;
  }
  .main-decoration .decoration {
    height: 100%;
    margin-bottom: -10px;
  }
  .main-decoration .decoration > img {
    height: 400px;
    max-width: 100%;
  }
  .main-decoration .decoration .decoration-description {
    width: 100%;
    height: 99%;
    background-color: rgba(61, 67, 79, 0.8);
  }
  .main-decoration .decoration .simple-link {
    color: #ffffff;
  }
}

@media (max-width: 992px) and (min-width: 768px) {
  .main-decoration .decoration > img {
    height: 100%;
  }
}

.catalog_nav {
  width: 262px;
  position: relative;
  background-color: #ffffff;
}

.catalog_nav-list-pill {
  display: block;
}

.catalog_nav-list-pill > .catalog_nav-list-link {
  color: #3D434F;
}

.catalog_nav-list-link {
  display: block;
  text-decoration: none;
  padding: 14px 30px 14px 20px;
  border-bottom: 2px solid #edf2f5;
}

.nav-drop-list {
  z-index: 2;
  display: none;
  height: 100%;
}

@media (max-width: 992px) and (min-width: 768px) {
  .catalog_nav {
    width: 226px;
  }
}

@media (min-width: 768px) {
  .nav-drop-list {
    top: 0;
    position: absolute;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background-color: #ffffff;
    border-left: 2px solid #edf2f5;
  }
  .catalog_nav-list-pill > .catalog_nav-list-link {
    color: #3D434F;
  }
  .catalog_nav-list-pill:hover {
    background-color: #ff5722;
  }
  .catalog_nav-list-pill:hover > .catalog_nav-list-link {
    color: #ffffff;
  }
  .catalog_nav-list-pill.visible > .catalog_nav-list-link {
    position: relative;
  }
  .catalog_nav-list-pill.visible > .catalog_nav-list-link:after {
    content: '';
    top: 50%;
    right: 10px;
    width: 20px;
    height: 20px;
    margin-top: -11px;
    position: absolute;
    pointer-events: none;
    background: url("../images/arrow-white.png") no-repeat 0;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .catalog_nav-list-pill.visible > .nav-drop-list {
    display: block;
  }
}

@media (max-width: 767px) and (min-width: 320px) {
  .catalog_nav {
    width: 100%;
    float: none;
    display: none;
    margin-bottom: 15px;
  }
  .catalog_nav-list-pill > .catalog_nav-list-link {
    position: relative;
  }
  .catalog_nav-list-pill > .catalog_nav-list-link:after {
    content: '';
    top: 50%;
    right: 10px;
    width: 20px;
    height: 20px;
    margin-top: -11px;
    position: absolute;
    pointer-events: none;
    background: url("../images/arrow.png") no-repeat 0;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .catalog_nav-list-pill.visible > .catalog_nav-list-link:after {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .drop-second-lvl {
    background-color: #f7f7f7;
  }
  .drop-third-lvl {
    background-color: #edf2f5;
  }
  .drop-third-lvl .catalog_nav-list-link:after {
    display: none;
  }
}

.news-preview .state-material {
  min-height: 300px;
  background-color: #fff;
}

.news-preview .state-material .img-wrap {
  margin: 0;
  overflow: hidden;
}

.news-preview .state-material .img-wrap > img {
  max-width: 100%;
  max-height: 80px;
}

.news-preview:nth-child(1) .img-wrap {
  float: left;
  width: 300px;
  height: 300px;
}

.news-preview:nth-child(1) .img-wrap > img {
  max-height: 300px;
}

.news-preview:nth-child(1) .state-description {
  overflow: hidden;
}

.state-description {
  padding: 0 30px 0;
  color: #9ca5ab;
  background-color: #ffffff;
}

.state-description h2 {
  padding: 30px 0 20px;
}

.state-description h2 > a:hover {
  text-decoration: none;
}

.state-description .state-details {
  margin: 0;
}

.state-description .link-details {
  margin-top: 15px;
  display: inline-block;
}

.news-controls {
  padding: 30px 0;
}

@media (max-width: 767px) and (min-width: 320px) {
  .news-preview {
    margin-bottom: 30px;
  }
  .news-preview:last-child {
    margin-bottom: 0;
  }
  .news-preview .state-material {
    min-height: 100%;
  }
  .news-preview .state-material .state-description {
    padding-bottom: 30px;
  }
}

.about-us {
  padding-bottom: 30px;
  background-color: #ffffff;
}

.about-us .about-us-description {
  line-height: 24px;
  margin-bottom: 40px;
  color: #9ca5ab;
}

@media (max-width: 992px) and (min-width: 320px) {
  .about-us {
    margin: 0 15px;
  }
}

.overlay-visible {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.overlay-visible .autocomplete-holder,
.overlay-visible .autocomplete-listing {
  z-index: 2;
}

.transparent-overlay {
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
}

.card-branch {
  min-height: 395px;
  padding: 30px 30px 0;
  background-color: #fff;
  border-right: 45px solid #edf2f5;
}

.card-branch:nth-child(3n) {
  border-right: 0;
  margin-bottom: 30px;
}

.card-branch .h1 {
  margin-top: 0;
  margin-bottom: 10px;
}

.card-branch .h1.heading-border:after {
  height: 4px;
  margin: 20px 0;
}

.card-branch .heading-border:after {
  width: 50px;
  height: 2px;
  margin: 10px 0 20px;
}

.card-branch .address-list {
  color: #3D434F;
}

.card-branch .address-list:after {
  content: '';
  width: 50px;
  height: 2px;
  display: block;
  margin: 20px 0;
  background-color: #ff5722;
}

.card-branch .phones-list {
  width: 100%;
  display: table;
  min-height: 120px;
}

.card-branch .phones-list .table-list {
  display: table-cell;
  vertical-align: middle;
}

.card-branch .phones-list .table-list .phone-link {
  float: left;
  display: block;
  line-height: 24px;
  margin-bottom: 20px;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  font-size: 16px;
}

.card-branch .phones-list .table-list .phone-link:nth-child(3), .card-branch .phones-list .table-list .phone-link:nth-child(4) {
  margin: 0;
}

.card-branch .phones-list .table-list .phone-link:nth-child(2n) {
  float: right;
}

.card-branch .phones-list .table-list .phone-link:hover {
  color: #ff5722;
}

.branch-mail {
  background: url("../images/2_interer-stil-dizayn-villa-1259.jpg") no-repeat 0;
  -o-background-size: cover;
  background-size: cover;
}

.branch-mail:before {
  content: '';
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.6);
}

.branch-mail .block-mail {
  z-index: 2;
  position: relative;
}

.branch-mail .block-mail a {
  display: block;
  font-size: 20px;
  color: #3D434F;
  text-decoration: none;
}

.branch-mail .block-mail a:hover {
  color: #ff5722;
}

@media (max-width: 992px) and (min-width: 768px) {
  .card-branch.branch-mail {
    min-height: 378px;
  }
  .card-branch .phones-list .table-list .phone-link {
    float: none !important;
    margin-bottom: 20px !important;
  }
  .card-branch .phones-list .table-list .phone-link:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) and (min-width: 320px) {
  .branches {
    margin: 0 15px;
  }
  .card-branch {
    border-bottom: 1px solid #edf2f5;
  }
  .card-branch .phones-list .table-list .phone-link {
    float: none !important;
    margin-bottom: 20px !important;
  }
  .card-branch .phones-list .table-list .phone-link:last-child {
    margin-bottom: 0;
  }
}

.main-picture {
  overflow: hidden;
  max-height: 350px;
}

.main-picture img {
  max-width: 100%;
}

@media (max-width: 992px) and (min-width: 320px) {
  .main-picture {
    margin: 0 15px;
  }
}

.map-holder {
  width: 100%;
  margin: 0 0 30px;
  min-height: 440px;
}

.infoMarker {
  max-width: 250px;
}

.infoMarker .heading-primary {
  line-height: 22px;
  margin-bottom: 10px;
}

.position-swither {
  position: relative;
}

.position-list {
  top: 30px;
  left: 30px;
  min-width: 300px;
  max-height: 310px;
  position: absolute;
}

.position-list .heading-primary {
  color: #ff5722 !important;
  margin-bottom: 4px !important;
}

.position-list .backing-simple {
  color: #3D434F;
  margin-bottom: 2px;
}

.position-list .backing-simple:hover {
  cursor: pointer;
}

.position-data {
  display: none;
}

.subcategory-listing {
  background-color: #ffffff;
  border-top: 2px solid #edf2f5;
  border-bottom: 2px solid #edf2f5;
}

.subcategory-listing .subcategory-pill {
  vertical-align: top;
  display: inline-block;
  background-color: #ffffff;
  border-right: 2px solid #edf2f5;
  border-bottom: 2px solid #edf2f5;
}

.subcategory-block {
  display: block;
  text-align: center;
  text-decoration: none;
}

.subcategory-block > img {
  max-width: 100%;
}

.subcategory-block .block-name-holder {
  width: 100%;
  display: table;
  min-height: 80px;
  text-align: center;
  border-top: 2px solid #edf2f5;
}

.subcategory-block .block-name-holder .item-name {
  margin: 0;
  padding: 18px 0;
  font-size: 16px;
  display: table-cell;
  color: #3D434F;
  vertical-align: middle;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.subcategory-block:hover .item-name {
  color: #ff5722;
}

@media (max-width: 767px) and (min-width: 320px) {
  .subcategory-listing {
    background-color: transparent;
  }
  .subcategory-listing .subcategory-pill {
    width: 50%;
    float: left;
    display: block;
    white-space: nowrap;
    border-bottom: 2px solid #edf2f5;
  }
  .subcategory-listing .subcategory-pill:nth-child(2n) {
    border-right: 0;
  }
  .subcategory-listing .subcategory-pill .subcategory-block {
    max-width: 100%;
  }
  .subcategory-listing .subcategory-pill .subcategory-block > img {
    min-height: 145px;
  }
  .subcategory-listing .subcategory-pill .block-name-holder {
    white-space: normal;
  }
}

.subcategory {
  margin: 15px 0;
}

.params-filter {
  margin-bottom: 15px;
}

.params-filter .item-filter {
  border-top: 2px solid #edf2f5;
  -webkit-transition: padding-left 0.2s ease-in-out;
  -moz-transition: padding-left 0.2s ease-in-out;
  -o-transition: padding-left 0.2s ease-in-out;
  transition: padding-left 0.2s ease-in-out;
}

.params-filter .item-filter:before {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.params-filter .item-filter:hover {
  padding-left: 25px;
}

.params-filter .option-block {
  border-top: 2px solid #edf2f5;
}

.params-filter .option-block .custom-contol {
  display: block;
}

.item-filter {
  padding-left: 20px;
  padding-right: 30px;
  color: #3D434F;
}

.item-filter:hover {
  cursor: pointer;
}

.filter-bar-pill {
  float: left;
  padding: 15px;
  display: block;
  background-color: #ffffff;
  border-right: 2px solid #edf2f5;
  border-bottom: 2px solid #edf2f5;
}

.filter-bar-pill .filter-name {
  font-size: 16px;
  color: #3D434F;
  display: inline-block;
  vertical-align: middle;
}

.filter-bar-pill .icon-cross {
  width: 10px;
  height: 10px;
  margin-left: 15px;
  background: url("../images/cross-gray.png") no-repeat 0;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  -moz-transition: transform 0.2s linear, -moz-transform 0.2s linear;
  -o-transition: transform 0.2s linear, -o-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear, -moz-transform 0.2s linear, -o-transform 0.2s linear;
}

.filter-bar-pill .icon-cross:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.filter-bar-pill.reset-filters {
  background-color: #ffffff;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.filter-bar-pill.reset-filters .filter-name {
  color: #ff5722;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.filter-bar-pill.reset-filters:hover {
  cursor: pointer;
  background-color: #ff5722;
}

.filter-bar-pill.reset-filters:hover .filter-name {
  color: #ffffff;
}

.range-slider {
  padding: 0 15px;
  margin-top: 35px;
}

.range-slider .lowerValMin,
.range-slider .upperValMin,
.range-slider .lowerValMax,
.range-slider .upperValMax {
  top: -25px;
  left: 50%;
  width: 30px;
  text-align: center;
  margin-left: -15px;
  display: block;
  color: #6e7786;
  font-size: 16px;
  position: absolute;
}

#xs-btn-filter {
  display: none;
}

@media (max-width: 767px) and (min-width: 320px) {
  .filters-bar {
    display: none;
  }
  .filters-bar.visible {
    display: block;
  }
}

.bar-heading {
  color: #3D434F;
  display: inline-block;
  vertical-align: top;
}

.sort-option {
  display: inline-block;
  vertical-align: top;
}

.sort-select {
  margin-right: 15px;
  vertical-align: top;
  display: inline-block;
}

.quant-compare {
  font-weight: 400;
}

.product-card {
  min-height: 450px;
  position: relative;
  margin-bottom: 30px;
  background-color: #ffffff;
  -webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: -webkit-box-shadow 0.2s ease-in-out;
  -moz-transition: box-shadow 0.2s ease-in-out;
  -o-transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}

.product-card .product-header-controls {
  min-height: 55px;
  padding: 20px 20px 5px;
}

.product-card .product-content .product-img {
  display: block;
  text-align: center;
  padding: 0 20px 20px;
  text-decoration: none;
}

.product-card .product-content .product-img > img {
  max-width: 100%;
  max-height: 200px;
}

.product-card .product-footer {
  border-top: 2px solid #edf2f5;
}

.product-card .product-footer .product-info .product-name-holder {
  width: 100%;
  display: table;
  min-height: 96px;
  padding: 15px 20px;
}

.product-card .product-footer .product-info .product-name-holder .product-name {
  line-height: 22px;
  display: table-cell;
  color: #3D434F;
  text-decoration: none;
  vertical-align: middle;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.product-card .product-footer .product-info .product-name-holder .product-name:hover {
  color: #ff5722;
}

.product-card .product-footer .product-footer-controls {
  padding: 0 20px 20px;
}

.product-card .product-footer .product-footer-controls .product-price {
  padding-top: 5px;
  max-width: 155px;
  font-size: 20px;
  color: #ff5722;
}

.product-card:hover {
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
}

.product-notify {
  width: 100%;
  position: absolute;
}

.product-notify .notify-content {
  margin: 0 10px;
  padding: 12px 10px;
  color: #ffffff;
  background-color: #3D434F;
}

.product-notify .notify-content .notify-description {
  font-size: 14px;
  overflow: hidden;
  line-height: 18px;
}

.product-notify .notify-remove {
  margin: 0px 0 7px 10px;
}

.product-notify.notify-favorites {
  top: 60px;
}

.product-notify.notify-compare {
  top: 60px;
}

.product-notify.notify-basket {
  bottom: 60px;
}

@media (min-width: 1280px) {
  .product-card .product-content:hover + .product-footer .product-info .product-name-holder .product-name {
    color: #ff5722;
  }
}

@media (max-width: 767px) and (min-width: 320px) {
  .product-card {
    margin-bottom: 15px;
  }
}

.products-listing {
  margin-top: 15px;
}

[data-collapse="head"].collapsed + [data-collapse="body"] {
  display: none;
}

[data-collapse="head"].collapsed:before {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}

.autocomplete-listing {
  left: 0;
  top: 50px;
  z-index: 1;
  max-height: 600px;
  position: absolute;
  background-color: #fff;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.4);
  overflow-y: auto;
  overflow-x: hidden;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
}

.autocomplete-listing .autocomplete-item {
  padding: 10px;
  display: block;
  text-align: left;
  color: #3D434F;
  text-decoration: none;
  border-bottom: 2px solid #edf2f5;
}

.autocomplete-listing .autocomplete-item > img {
  float: left;
  max-width: 64px;
  margin-right: 10px;
}

.autocomplete-listing .autocomplete-item .item-name {
  display: block;
  overflow: hidden;
  padding-right: 10px;
  word-break: break-all;
}

.autocomplete-listing .autocomplete-item:hover {
  color: #ffffff;
  background-color: #3D434F;
}

.in-autocomplete .zoomPad {
  z-index: 1;
  position: static;
}

@media (max-width: 767px) and (min-width: 320px) {
  body.in-autocomplete {
    top: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
  }
  .autocomplete-listing {
    width: 100% !important;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.search-criterion {
  padding: 15px;
  margin-top: 15px;
  background-color: #ffffff;
}

.search-criterion .heading {
  color: #3D434F;
}

.criterion-option-list {
  margin-top: 20px;
}

.criterion-search {
  margin-right: 25px;
  display: inline-block;
  vertical-align: middle;
}

.criterion-search > input {
  width: 437px;
  height: 44px;
  outline: none;
  padding: 0 20px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font: 16px 'Trebuchet MS';
  border: 1px solid #cdd2d5;
  background-color: #edf2f5;
  /* Firefox 19+ */
  /* Firefox 18- */
}

.criterion-search > input::-webkit-input-placeholder {
  color: #9ca5ab;
}

.criterion-search > input::-moz-placeholder {
  color: #9ca5ab;
}

.criterion-search > input:-moz-placeholder {
  color: #9ca5ab;
}

.criterion-search > input:-ms-input-placeholder {
  color: #9ca5ab;
}

.criterion-categories {
  display: inline-block;
  vertical-align: middle;
}

.criterion-controls {
  margin-top: 20px;
}

.criterion-controls .custom-contol {
  margin-right: 25px;
}

.criterion-controls .control-submit {
  margin-top: 20px;
  padding-bottom: 5px;
}

.criterion-controls .control-submit .btn {
  width: 247px;
}

.empty-placeholder {
  margin-top: 15px;
  text-align: center;
  color: #3D434F;
  background-color: #ffffff;
}

.empty-placeholder .table-helper {
  width: 100%;
  display: table;
  height: 200px;
}

.empty-placeholder .table-helper .vertical-helper {
  display: table-cell;
  vertical-align: middle;
}

.controls-group {
  padding: 20px;
  border-top: 2px solid #edf2f5;
  background-color: #ffffff;
}

@media (max-width: 767px) and (min-width: 320px) {
  .criterion-search {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .criterion-search > input {
    width: 100%;
  }
  .empty-placeholder {
    margin-bottom: 15px;
  }
  .empty-placeholder .controls-group .btn {
    width: 100%;
  }
  .criterion-controls .custom-contol {
    display: block;
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.back-to-top {
  width: 40px;
  height: 40px;
  z-index: 1;
  position: fixed;
  bottom: 60px;
  right: 60px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #CDD2D5 url("../images/back-top.png") no-repeat center;
  -o-background-size: 15px auto;
  background-size: 15px auto;
}

.back-to-top:hover {
  cursor: pointer;
}

@media (max-width: 767px) and (min-width: 320px) {
  .back-to-top {
    right: 20px;
    bottom: 20px;
  }
}

.listing_basket {
  margin-top: 15px;
  margin-bottom: 30px;
}

.listing_basket .listing__table {
  width: 100%;
  border-collapse: collapse;
}

.listing_basket .listing__table .listing__col {
  border-right: 2px solid #edf2f5;
  border-bottom: 2px solid #edf2f5;
}

.listing_basket .listing__table .listing__col:last-child {
  border-right: 0;
}

.listing__preview {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}

.listing__preview > img {
  max-width: 100%;
}

.listing__description {
  margin: 0 30px;
  font-size: 17px;
  color: #3D434F;
}

.listing__description .listing__name_short {
  color: #9ca5ab;
  margin-top: 5px;
}

.listing__item_theme_light {
  background-color: #ffffff;
}

.listing__info {
  padding: 0 15px;
}

.listing__info {
  font-size: 14px;
  line-height: 22px;
}

.listing__total {
  border: none;
  font-size: 18px;
  max-width: 70px;
  color: #ff5722;
  background: transparent;
  opacity: 1;
  -webkit-text-fill-color: #ff5722 !important;
}

.listing__remove {
  margin: 0 auto;
  width: 60px;
  display: block;
  background: url("../images/cross-black.png") no-repeat center;
  -o-background-size: 20px auto;
  background-size: 20px auto;
}

.listing__summary {
  width: 100%;
  border-collapse: collapse;
  border-bottom: 2px solid #edf2f5;
}

.listing__summary .listing__flag {
  padding: 20px 0;
  vertical-align: top;
  display: inline-block;
}

.listing__summary .listing__sum,
.listing__summary .listing__amount {
  border: none;
  padding: 20px;
  font-size: 20px;
  max-width: 200px;
  text-align: right;
  margin-left: 60px;
  vertical-align: top;
  color: #3D434F;
  -webkit-text-fill-color: #3D434F;
  display: inline-block;
  background: transparent;
  text-transform: uppercase;
}

.listing__summary_theme_light {
  background-color: #ffffff;
}

.controls_bar {
  padding: 15px;
}

.controls_bar.controls_bar_theme_light {
  background-color: #ffffff;
}

.controls_bar .controls_bar__button {
  min-width: 184px;
  margin-left: 10px;
}

.controls_bar__button {
  border: 0;
  outline: none;
  text-align: center;
  padding: 12px 12px;
  vertical-align: top;
  display: inline-block;
  text-decoration: none;
  background-color: transparent;
  font: 16px/20px 'Trebuchet MS';
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.controls_bar__button.controls_bar__button__theme_lighten {
  color: #3D434F;
  background-color: #CDD2D5;
}

.controls_bar__button.controls_bar__button__theme_lighten:hover {
  background-color: #b1b9be;
}

.controls_bar__button.controls_bar__button__theme_lighten:focus {
  background-color: #d3d7da;
}

.controls_bar__button.controls_bar__button__theme_darken {
  color: #ffffff;
  background-color: #3D434F;
}

.controls_bar__button.controls_bar__button__theme_darken:hover {
  background-color: #272b32;
}

.controls_bar__button.controls_bar__button__theme_darken:focus {
  background-color: #393e49;
}

.controls_bar__button:hover {
  cursor: pointer;
}

.controls_bar__button:focus {
  -webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
}

.listing__controls {
  width: 100%;
  border-collapse: collapse;
}

.listing__minus {
  width: 40px;
}

.listing__plus {
  width: 40px;
}

.listing__minus .listing__button {
  margin-left: 15px;
}

.listing__plus .listing__button {
  margin-right: 15px;
}

.listing__minus .listing__button:before {
  background: url("../images/minus.png") no-repeat center;
  -o-background-size: 18px auto;
  background-size: 18px auto;
}

.listing__plus .listing__button:before {
  background: url("../images/plus.png") no-repeat center;
  -o-background-size: 18px auto;
  background-size: 18px auto;
}

.listing__number {
  width: 40px;
  margin: 0 auto;
  display: block;
  text-align: center;
}

.listing__number:disabled {
  border: none;
  font-size: 16px;
  font-family: 'Trebuchet MS';
  background-color: transparent;
}

.listing__button {
  width: 32px;
  height: 32px;
  display: table;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  background-color: #3D434F;
}

.listing__button:before {
  content: '';
  display: table-cell;
  vertical-align: middle;
}

@media (max-width: 767px) and (min-width: 320px) {
  .controls_bar {
    padding-bottom: 5px;
  }
  .controls_bar .controls_bar__button {
    display: block;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .listing__summary .listing__flag {
    float: left;
    padding: 20px;
  }
  .listing__summary .listing__sum, .listing__summary .listing__amount {
    opacity: 1;
    width: 170px;
    float: right;
    padding: 20px;
    margin-left: 0;
    color: #3D434F !important;
    -webkit-text-fill-color: #3D434F !important;
  }
  .listing__row {
    padding: 20px;
    display: block;
    position: relative;
    border-bottom: 2px solid #edf2f5;
  }
  .listing__col {
    border: none !important;
    display: block;
  }
  .listing__col.listing__col_preview {
    float: left;
  }
  .listing__col.listing__col_description, .listing__col.listing__col_counter, .listing__col.listing__col_info, .listing__col.listing__col_remove {
    overflow: hidden;
  }
  .listing__preview {
    margin: 0;
    width: 80px;
    height: 100%;
  }
  .listing__description {
    width: 110px;
    margin: 0 0 0 10px;
  }
  .listing__counter {
    width: 175px;
    float: right;
    margin: 10px 0;
  }
  .listing__info {
    float: right;
    width: 175px;
  }
  .listing__col_remove {
    right: 0;
    top: 15px;
    position: absolute;
  }
}

.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: -2px;
  left: 0;
  bottom: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
  z-index: 10;
}

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  -moz-transition: left 0.3s, top 0.3s;
  -o-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

.noUi-base {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.noUi-horizontal {
  height: 4px;
}

.noUi-horizontal .noUi-handle {
  width: 20px;
  height: 20px;
  left: -10px;
  top: -8px;
}

.noUi-horizontal .noUi-handle:hover {
  cursor: pointer;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 20px;
  height: 20px;
  left: -6px;
  top: -10px;
}

/* Styling;

 */
.noUi-background {
  background: #cdd2d5;
}

.noUi-connect {
  background: #3D434F;
  height: 4px;
  -webkit-transition: background 450ms;
  -moz-transition: background 450ms;
  -o-transition: background 450ms;
  transition: background 450ms;
}

.noUi-target {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
}

/* Handles and cursors;

 */
.noUi-draggable {
  cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}

.noUi-handle {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background-color: #3D434F;
}

/* Handle stripes;

 */
.noUi-handle:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
  top: 50%;
  left: 50%;
  position: absolute;
  margin: -5px 0 0 -5px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

/* Disabled state;

 */
[disabled].noUi-connect,
[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-origin,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

.location {
  margin: 15px 0;
  min-height: 84px;
  background-color: #ffffff;
}

.location__back {
  cursor: pointer;
  position: relative;
  color: #3D434F;
  display: inline-block;
  vertical-align: middle;
}

.location__back:before {
  content: '';
  width: 84px;
  height: 84px;
  margin-right: 30px;
  display: inline-block;
  vertical-align: middle;
  border-top: 2px solid #edf2f5;
  background: url("../images/arrow.png") no-repeat center;
  -o-background-size: 32px auto;
  background-size: 32px auto;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.location__order-info {
  color: #3D434F;
  padding: 30px 30px 30px 0;
}

.location__order-info span {
  display: inline-block;
  vertical-align: middle;
}

.location__order-info .cost {
  font-size: 26px;
  margin-left: 20px;
  color: #ff5722;
}

@media (max-width: 767px) and (min-width: 320px) {
  .location__order-info span {
    margin-bottom: 20px;
  }
  .location__order-info {
    padding-bottom: 0;
    padding-top: 20px;
  }
  .location__back {
    width: 100%;
    float: none !important;
    border-bottom: 2px solid #edf2f5;
  }
  .location__order-info {
    text-align: right;
    line-height: 24px;
  }
  .heading-row .h1 {
    margin: 15px 0 !important;
  }
  .heading-row .pull-right {
    float: none !important;
  }
  .heading-row.heading-row-border.clearfix .pull-left,
  .heading-row.heading-row-border.clearfix .pull-right {
    float: none !important;
  }
  .ordering-status {
    display: block;
    margin-top: 0 !important;
    padding-bottom: 20px;
  }
  .heading-row {
    padding: 0 20px !important;
  }
  .fieldset-content {
    padding: 0 20px !important;
  }
  .fieldset {
    margin-top: 15px;
  }
}

.manipulation-fields {
  padding-bottom: 20px;
}

.field-group {
  padding-bottom: 20px;
}

.field-group .pointer {
  color: #6e7786;
  margin-bottom: 10px;
  display: inline-block;
}

.field-group .pointer:hover {
  cursor: pointer;
}

.field-mask {
  position: relative;
}

.field-mask .invalid-message {
  display: none;
}

.invalid-message {
  display: block;
  margin-top: 10px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 10px 10px 10px 10px;
  color: #3D434F !important;
  border: 1px solid #F8ACAC;
  background-color: #FFD1D1;
}

.invalid-message:before {
  content: '';
  vertical-align: top;
  display: inline-block;
  margin-right: 20px;
  width: 20px;
  height: 20px;
  background: url("../images/alert.png") no-repeat center;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}

.hidden-control:checked + label:before {
  border-color: #3D434F;
  background: #3D434F url("../images/check.png") no-repeat center;
  -o-background-size: 12px auto;
  background-size: 12px auto;
}

.hidden-control.invalid + label + .invalid-message {
  display: block;
}

.mask-control {
  color: #3D434F;
  display: inline-block;
  vertical-align: middle;
}

.mask-control:hover {
  cursor: pointer;
  color: #3D434F;
}

.mask-control:hover:before {
  border-color: #3D434F;
}

.mask-control:before {
  content: '';
  float: left;
  width: 20px;
  height: 20px;
  display: block;
  margin-top: -1px;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #6e7786;
}

.fieldset-content .custom-contol {
  display: block;
}

.hidden-control {
  top: 0;
  left: 0;
  opacity: 0;
  position: absolute;
}

.fieldset {
  padding-top: 30px;
  background-color: #ffffff;
}

.field-group .field-control {
  width: 100%;
  height: 44px;
  padding: 10px;
  outline: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font: 16px 'Trebuchet MS';
  border: 1px solid #cdd2d5;
  background-color: #edf2f5;
}

.field-group .field-control:focus {
  -webkit-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.1);
}

.field-group .field-control:-webkit-autofill, .field-group .field-control:-webkit-autofill:focus {
  background: #fff !important;
  background-color: #fff !important;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.field-group .field-control[type="number"]::-webkit-inner-spin-button,
.field-group .field-control[type="number"]::-webkit-outer-spin-button {
  margin: 0;
  appearance: none;
  -webkit-appearance: none;
}

.heading-row {
  background-color: #ffffff;
  padding: 0 30px;
}

.heading-row.heading-row-border {
  border-bottom: 2px solid #edf2f5;
}

.heading-row .h1 {
  margin: 25px 0;
  line-height: 34px;
}

.ordering-status {
  margin-top: 35px;
  display: inline-block;
  vertical-align: middle;
}

.fieldset .h2 {
  padding: 0 0 30px 0;
}

.fieldset .fieldset-content {
  padding: 0 30px;
}

.fieldset-content {
  background-color: #ffffff;
}

.ordering {
  margin-bottom: 30px;
}

.ordering .fake-control {
  color: #3d434f;
}

.field-group-control {
  padding-top: 30px;
  padding-bottom: 30px;
}

.field-group-control .field-group-helper {
  display: block;
  padding-bottom: 15px;
}

.odrering-part {
  margin-top: 15px;
}

.ordering-control {
  padding: 20px 30px;
  background-color: #fff;
}

.field-control.invalid {
  border-color: #FF0000;
}

.field-control.invalid + .invalid-helper {
  color: #FF0000;
  margin-top: 15px;
  display: block !important;
}

.custom-contol .invalid-helper {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 10px 10px 10px 10px;
  color: #3D434F !important;
  border: 1px solid #F8ACAC;
  background-color: #FFD1D1;
}

.custom-contol .invalid-helper:before {
  content: '';
  vertical-align: top;
  display: inline-block;
  margin-right: 20px;
  width: 20px;
  height: 20px;
  background: url("../images/alert.png") no-repeat center;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}

*::-webkit-validation-bubble {
  display: none !important;
}

@media (max-width: 767px) and (min-width: 320px) {
  .invalid-helper {
    font-size: 14px;
  }
  .ordering-control .btn {
    width: 100%;
  }
}

.page-nav {
  margin-top: 15px;
  background-color: #fff;
}

.btn-nav {
  width: 100px;
  height: 100px;
  display: block;
  background: url("../images/category.png") no-repeat center;
  -o-background-size: 43px auto;
  background-size: 43px auto;
}

.btn-nav:hover {
  cursor: pointer;
}

.page-nav .breadcrumbs {
  overflow: hidden;
  padding-left: 30px;
}

.breadcrumbs {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border-left: 2px solid #edf2f5;
}

.breadcrumbs .heading {
  line-height: 30px;
  padding-top: 10px;
  padding-bottom: 20px;
}

.breadcrumbs_nav {
  padding: 20px 0 0 0;
}

.breadcrumbs_nav .breadcrumbs__item {
  margin-right: 15px;
  vertical-align: top;
  display: inline-block;
}

.breadcrumbs_nav .breadcrumbs__item .breadcrumbs__link {
  display: block;
  color: #9ca5ab;
  font-size: 14px;
  position: relative;
  text-decoration: none;
}

.breadcrumbs_nav .breadcrumbs__item .breadcrumbs__link:after {
  top: 3px;
  content: '';
  width: 2px;
  right: -8px;
  height: 15px;
  position: absolute;
  background-color: #edf2f5;
}

.breadcrumbs_nav .breadcrumbs__item:last-child {
  margin-right: 0;
}

.breadcrumbs_nav .breadcrumbs__item:last-child .breadcrumbs__link:after {
  display: none;
}

.page-nav + .catalog_nav {
  float: none !important;
  margin-top: 15px;
}

@media (max-width: 767px) and (min-width: 320px) {
  .breadcrumbs {
    overflow: visible;
    padding: 0 30px;
  }
}

.strore__item {
  width: 100%;
  display: table;
  margin-top: 15px;
  background-color: #fff;
}

.strore__item:last-child {
  margin-bottom: 15px;
}

.strore__item .heading {
  position: relative;
  z-index: 2;
}

.strore__item .heading a {
  color: #3D434F;
  text-decoration: none;
}

.strore__item .heading:after {
  content: '';
  width: 50px;
  height: 4px;
  display: block;
  margin-top: 10px;
  background-color: #3D434F;
}

.store__preview {
  display: table-cell;
  vertical-align: top;
  height: 100%;
  width: 400px;
  overflow: hidden;
  padding: 0 30px;
  position: relative;
}

.store__preview > img {
  right: -15%;
  bottom: -15%;
  max-width: 270px;
  position: absolute;
}

.strore__catalog {
  border-left: 2px solid #edf2f5;
}

.store__shedule {
  padding: 30px;
  vertical-align: top;
  display: inline-block;
}

.store__shedule .store__item {
  display: block;
  margin-bottom: 10px;
}

.store__shedule .store__item:nth-child(1) {
  margin-bottom: 20px;
}

.store__shedule .store__item:last-child {
  margin-bottom: 0;
}

.store__shedule .store__item .store__link {
  color: #3D434F;
  text-decoration: none;
}

.store__shedule .store__item .store__link:hover {
  color: #ff5722;
}

@media (max-width: 992px) and (min-width: 768px) {
  .store__preview {
    display: block;
    width: 100%;
    min-height: 385px;
    border-bottom: 2px solid #edf2f5;
  }
  .store__preview img {
    top: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    height: 384px;
  }
  .strore__catalog {
    border-left: 0;
  }
  .strore__item {
    display: block;
    width: 100%;
  }
  .store__item_sm {
    display: table;
  }
  .store__item_sm .store__preview {
    width: 400px;
    border-bottom: 0;
    display: table-cell;
    border-right: 2px solid #edf2f5;
  }
  .store__item_sm .store__preview img {
    top: auto;
    bottom: -25%;
    right: -45px;
  }
}

@media (max-width: 768px) and (min-width: 320px) {
  .store__preview {
    display: block;
    width: 100%;
    min-height: 362px;
    border-bottom: 2px solid #edf2f5;
  }
  .store__preview img {
    bottom: 5%;
    right: 5%;
  }
  .store__shedule {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .strore__catalog {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.article_news {
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: #fff;
}

.article__body {
  padding: 0 30px;
}

.article__body .h2 {
  padding-top: 30px;
  padding-bottom: 20px;
}

.article__body p {
  margin: 0;
  padding-bottom: 30px;
}

.article__pic {
  overflow: hidden;
  max-height: 300px;
  text-align: center;
  margin-bottom: 30px;
}

.article__pic img {
  max-height: 300px;
}

.article__item .heading {
  padding: 30px 0;
}

.article__item:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.article__content {
  padding: 0 30px 30px;
  background-color: #fff;
  height: 25%;
}

.articles__list {
  margin: 15px 0;
}

.article__item {
  margin-bottom: 10px;
  padding-bottom: 20px;
}

.article__item p {
  margin-bottom: 30px;
}

@media (max-width: 767px) and (min-width: 320px) {
  .article__body {
    padding: 0 20px;
  }
}

.favorites_list {
  margin-top: 15px;
}

.remove-favorites {
  position: absolute;
  right: 20px;
  top: 20px;
  background: url("../images/cross-black.png") no-repeat center;
  -o-background-size: 20px auto;
  background-size: 20px auto;
}

.compare_listing {
  margin-top: 15px;
}

.compare__info {
  padding: 16px 20px;
  color: #767D8A;
  background-color: #fff;
  border-bottom: 2px solid #edf2f5;
}

.compare__item .product-card {
  min-height: 100%;
  margin-bottom: 0;
}

.compare__item:hover .product-name-holder .product-name {
  color: #3D434F !important;
}

.remove-compare {
  top: 20px;
  right: 20px;
  position: absolute;
  background: url("../images/cross-black.png") no-repeat center;
  -o-background-size: 20px auto;
  background-size: 20px auto;
}

.compare__item .product-name-holder {
  min-height: 100% !important;
}

.product-producer,
.product-description,
.product-weight,
.product-size,
.product-model,
.product-block-rate {
  border-top: 2px solid #edf2f5;
}

.product-rate {
  width: 160px;
  min-height: 35px;
  background: url("../images/rate.jpg") no-repeat left 0;
  -o-background-size: contain;
  background-size: contain;
}

.product-rate-description {
  color: #3D434F;
}

.row-heading {
  margin: 30px 0;
  color: #3D434F;
}

.compare_characteristics {
  margin-bottom: 15px;
}

.compare__table_description {
  background-color: #fff;
  margin-bottom: 15px;
}

.compare__item .product-card .product-content {
  padding-top: 40px;
}

.item_footer_backing {
  padding: 16px 20px;
  min-height: 74px;
  color: #3D434F;
  background-color: #fff;
  border-bottom: 2px solid #edf2f5;
}

.item_footer_backing.bitton-info {
  border-bottom: 0;
  padding: 0;
  min-height: 50px;
}

.compare__info_footer {
  background-color: #fff;
  padding: 15px 20px;
  border-bottom: 2px solid #edf2f5;
  min-height: 74px;
}

.compare__info_footer:last-child {
  border-bottom: 0;
}

.compare__info_footer.empty-info {
  min-height: 50px;
}

@media (max-width: 767px) and (min-width: 320px) {
  .contacts-section .branches {
    margin: 0;
  }
}

.contacts-section {
  margin-top: 15px;
}

.contact-form {
  margin-bottom: 35px;
  background: url("../images/1_interer-stil-dizayn-komnata-5574.jpg") no-repeat 0;
  -o-background-size: cover;
  background-size: cover;
}

.contact-form .container {
  min-height: 530px;
  position: relative;
}

.form-contacts {
  width: 550px;
  height: 100%;
  padding: 0 30px;
  left: 15px;
  top: 0;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
}

.form-contacts .heading-title {
  margin: 30px 0;
  display: block;
  line-height: 24px;
  font-size: 20px;
}

.form-contacts .heading-title:first-letter {
  font-size: 46px;
  text-transform: uppercase;
}

.form-contacts .field-group {
  padding-bottom: 10px;
}

.form-contacts .invalid-helper {
  margin-top: 5px !important;
}

.form-contacts .pointer {
  font-weight: 600;
}

.form-contacts .field-control {
  background-color: #fff;
}

.form-contacts textarea.field-control {
  resize: none;
  height: 68px;
  padding: 10px;
}

.form-contacts .btn-primary-light {
  color: #fff;
  padding: 12px 57px;
  font: 16px 'Trebuchet MS';
  background-color: #ff5722;
}

.form-contacts .btn-primary-light:hover {
  background-color: #ff4b13;
}

@media (max-width: 992px) and (min-width: 768px) {
  .contact-form .container {
    min-height: 590px;
  }
  .form-contacts {
    width: 50%;
  }
}

@media (max-width: 767px) and (min-width: 320px) {
  .contact-form {
    margin-bottom: 10px;
  }
  .form-contacts .heading-title {
    margin: 0;
    padding: 30px 0;
  }
  .form-contacts {
    left: 0;
    width: 100%;
    padding: 0 15px;
    position: relative;
    display: table-cell;
  }
  .contact-form .container {
    width: 100%;
    display: table;
  }
  .form-contacts .field-group {
    padding-bottom: 20px;
  }
  .contact-form .container {
    min-height: 520px;
  }
  .form-contacts .field-group .btn {
    width: 100%;
  }
}

.product_block {
  margin-top: 15px;
}

.product__bar {
  padding: 20px;
  background-color: #fff;
  border-bottom: 2px solid #edf2f5;
}

.product__bar .h1 {
  margin: 20px 0;
}

.product__bar.product__info {
  width: 100%;
}

.product__bar.product__info tr td:nth-child(1) {
  width: 200px;
  text-align: left;
  color: #3D434F;
}

.product__bar.product__info tr td:nth-child(2) {
  color: #6e7786;
  padding-left: 80px;
}

.product__bar .listing__controls {
  width: 140px;
  margin-bottom: 20px;
}

.product__bar .listing__controls .listing__minus,
.product__bar .listing__controls .listing__plus {
  width: 33px;
}

.product__bar .listing__controls .listing__button {
  margin: 0;
}

.product__bar .custom-select select {
  width: 100%;
}

.product__bar .soc {
  height: 30px;
}

.product__info:first-child td {
  padding: 10px 0;
}

.product__old_price {
  color: #cdd2d5;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
}

.product__bar_controls {
  margin: 18px 0 0;
}

.product-control {
  border: none;
  outline: none;
  background: none;
  margin-right: 20px;
}

.product-control:last-child {
  margin-right: 0;
}

.product-control:hover {
  cursor: pointer;
}

.product-control.selected [class^="icon-"]:before,
.product-control.selected [class*=" icon-"]:before {
  color: #ff5722;
}

.product-control [class^="icon-"]:before,
.product-control [class*=" icon-"]:before {
  color: #cdd2d5;
  font-size: 45px;
}

.product-control:hover [class^="icon-"]:before,
.product-control:hover [class*=" icon-"]:before {
  color: #ff5722;
}

.product__bar_header {
  position: relative;
}

.product__bar_header .product-notify {
  top: 50%;
  margin-top: -40px;
  left: 0;
  max-width: 400px;
}

.product__bar_header .product-notify .notify-content {
  margin: 10px;
}

.product__btn {
  width: 330px;
}

.link-simple {
  color: #6e7786;
  text-decoration: none;
}

.link-simple:hover {
  text-decoration: underline;
}

.product-recalls {
  margin: 7px 0;
  color: #9ca5ab;
}

.product__preview {
  background-color: #fff;
}

.product__preview_main {
  padding: 20px;
  display: block;
  border-bottom: 2px solid #edf2f5;
}

.product__preview_main .product__preview_img {
  max-width: 100%;
  margin: 0 auto;
}

.product__preview_main .product__big {
  display: block;
}

.product__preview_main .product__big .zoomPad {
  float: none;
  text-align: center;
}

.product__preview_carousel {
  font-size: 0;
  overflow: hidden;
  white-space: nowrap;
  border-bottom: 2px solid #edf2f5;
}

.product__preview_carousel .product__preview_item {
  width: 33.3%;
  padding: 10px;
  overflow: hidden;
  text-align: center;
  vertical-align: top;
  display: inline-block;
  border-right: 2px solid #edf2f5;
}

.product__preview_carousel .product__preview_item:last-child {
  border-right: 0;
}

.product__preview_carousel .product__preview_item img {
  max-width: 100%;
  max-height: 110px;
}

.product__preview_carousel .product__preview_item .img-wrap {
  height: 110px;
  margin-bottom: 0;
}

.product__preview_carousel .product__preview_item .img-wrap img {
  max-height: 110px;
}

.tabs .tab__control.tab__control_xs {
  border: none;
  display: none;
  text-align: left;
  padding: 15px 20px;
  padding-right: 50px;
  position: relative;
  color: #3D434F;
  border-bottom: 2px solid #edf2f5;
}

.tabs .tab__control.tab__control_xs + .tab__content {
  border-bottom: 2px solid #edf2f5;
}

.tabs .tab__control.tab__control_xs:hover:after {
  display: none;
}

.tabs .tab__control.tab__control_xs.tab__control_visible {
  font-weight: 600;
}

.tabs .tab__control.tab__control_xs.tab__control_visible:after {
  display: none;
}

.tabs .tab__control.tab__control_xs:before {
  content: '';
  width: 20px;
  height: 10px;
  background: url("../images/arrow.png") no-repeat 0;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -5px;
}

.tab__control_xs.tab__control_visible:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.heading-xs {
  display: none;
  margin: 20px 0;
  font-size: 28px;
  line-height: 25px;
  color: #3D434F;
}

@media (min-width: 1280px) {
  .product__preview_main .product__big {
    position: relative;
  }
  .product__preview_main .product__big:before {
    content: "\e901";
    position: absolute;
    right: 0;
    font-size: 35px;
    color: #3D434F;
    top: 0;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    vertical-align: middle;
  }
}

@media (max-width: 767px) and (min-width: 320px) {
  .product__old_price {
    display: block;
  }
  .product__preview_carousel .product__preview_item .img-wrap {
    height: 80px;
  }
  .product__preview_carousel .product__preview_item .img-wrap img {
    max-height: 80px;
  }
  .product__preview_main {
    padding: 10px;
  }
  .product__bar.product__info tr td {
    vertical-align: top;
  }
  .product__bar.product__info tr td:nth-child(1) {
    width: auto;
    padding-right: 10px;
  }
  .product__bar.product__info tr td:nth-child(2) {
    padding-left: 0;
  }
  .product__bar {
    padding: 10px;
  }
  .product__btn {
    width: 100%;
  }
  .product__bar .custom-select {
    max-width: 130px;
    overflow: hidden;
  }
  .product__bar .custom-select select {
    width: auto;
  }
  .product-recalls,
  .product-rate {
    float: none !important;
  }
  .table_documantation {
    border-bottom: 0;
  }
  .table_documantation tr {
    width: 100%;
    display: block;
  }
  .table_documantation tr td {
    padding: 10px 15px;
  }
  .table_documantation tr td:last-child {
    padding: 0;
    width: 100%;
    display: block;
  }
  .file-name {
    border: none !important;
    border-right: 2px solid #edf2f5 !important;
  }
  .file-name span {
    width: 180px;
    display: block;
    overflow: hidden;
  }
  .file-size {
    border: none !important;
    border-left: 2px solid #edf2f5;
  }
  .table_characteristics tr {
    width: 100%;
    display: block;
  }
  .table_characteristics tr td {
    width: 100%;
    display: block;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding: 15px 20px;
  }
  .tabs .add-recall {
    padding: 20px 0;
  }
}

@media (max-width: 992px) and (min-width: 320px) {
  .zoomPup, .zoomWrapper {
    display: none !important;
  }
}

@media (max-width: 992px) and (min-width: 767px) {
  .table_characteristics td:nth-child(1) {
    text-align: center;
  }
  .tab__head {
    width: 100%;
    display: table;
  }
  .tab__head .tab__control {
    display: table-cell !important;
  }
  .product__bar_content .product__bar:first-child tr td {
    padding-bottom: 10px;
  }
  .product-recalls, .product-rate {
    float: none !important;
  }
  .product__bar.product__info tr td:nth-child(2) {
    padding-left: 0;
  }
}

@media (max-width: 767px) and (min-width: 320px) {
  .product__bar:nth-child(2) tr {
    display: block;
  }
  .product__bar:nth-child(2) tr td {
    padding: 0;
    width: 100%;
    display: block;
    padding-bottom: 20px;
  }
  .product__bar:nth-child(2) tr td:last-child {
    padding-bottom: 0;
  }
}

.table_documantation {
  width: 100%;
  background-color: #fff;
  border-collapse: collapse;
}

.table_documantation img {
  width: 90px;
  height: 90px;
  margin: 20px auto;
}

.table_documantation th {
  color: #9ca5ab;
  padding: 15px 0;
  font-weight: 400;
  border: 2px solid #edf2f5;
}

.table_documantation td {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  color: #3D434F;
  border: 2px solid #edf2f5;
}

.table_documantation td:last-child {
  width: 120px;
}

.table_characteristics {
  width: 100%;
  background-color: #fff;
  border-collapse: collapse;
}

.table_characteristics td {
  width: 50%;
  padding: 15px 30px;
  border: 2px solid #edf2f5;
}

.table_characteristics td:nth-child(1) {
  color: #6e7786;
}

.table_characteristics td:nth-child(2) {
  color: #3D434F;
}

.tabs .tab__head {
  margin: 15px 0;
  background-color: #fff;
}

.tabs .tab__control {
  padding: 20px;
  color: #6e7786;
  background: #fff;
  text-align: center;
  position: relative;
  vertical-align: top;
  text-decoration: none;
  display: inline-block;
  border-right: 2px solid #edf2f5;
}

.tabs .tab__control:after {
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  position: absolute;
}

.tabs .tab__control:hover {
  color: #3D434F;
}

.tabs .tab__control:hover:after {
  background: #3D434F;
}

.tabs .tab__control.tab__control_visible {
  color: #3D434F;
}

.tabs .tab__control.tab__control_visible:after {
  background: #3D434F;
}

.tabs .tab__content {
  background-color: #fff;
}

.tabs .descriprion-info {
  padding: 30px;
}

.tabs .descriprion-info .heading {
  display: block;
  margin-bottom: 15px;
  color: #3D434F;
}

.add-recall {
  padding: 30px 15px;
}

.add-recall .heading {
  display: block;
  color: #9ca5ab;
}

.add-recall .h2 {
  margin: 30px 0;
}

.add-recall .rate .field-group {
  padding-bottom: 0;
}

.add-recall .rate .rate-module .rate-from,
.add-recall .rate .rate-module .rate-to {
  vertical-align: top;
  color: #3D434F;
  display: inline-block;
}

.add-recall .rate .rate-module .rate-pointers {
  margin: 0 25px;
  display: inline-block;
  vertical-align: top;
}

.add-recall .rate .rate-module .rate-pointers .custom-radio {
  margin-right: 5px;
}

.add-recall .btn {
  width: 325px;
}

.captcha {
  width: 495px;
  margin-top: 15px;
}

.captcha .field-control {
  width: 325px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

.captcha .captcha-code {
  width: 150px;
  display: inline-block;
  vertical-align: middle;
}

.captcha .captcha-code img {
  max-width: 100%;
}

@media (max-width: 767px) and (min-width: 320px) {
  .captcha {
    width: 100%;
  }
  .field-control#captcha {
    margin: 0;
    width: 100%;
  }
  .rate-from,
  .rate-to {
    display: block !important;
  }
  .rate-pointers {
    margin: 10px 0 !important;
  }
  .captcha-code {
    margin-top: 15px;
  }
  .add-recall .btn {
    width: 100%;
  }
}

@media (max-width: 992px) and (min-width: 768px) {
  .table_documantation td {
    padding: 0;
  }
}

.zoomPad {
  position: relative;
  float: left;
  z-index: 99;
  cursor: crosshair;
}

.zoomPreload {
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #333;
  font-size: 12px;
  font-family: Tahoma;
  text-decoration: none;
  border: 1px solid #CCC;
  background-color: white;
  padding: 8px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 43px 30px;
  z-index: 110;
  width: 90px;
  height: 43px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.zoomPup {
  overflow: hidden;
  background-color: #FFF;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
  z-index: 120;
  position: absolute;
  border: 1px solid #CCC;
  z-index: 101;
  cursor: crosshair;
}

.zoomOverlay {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #FFF;
  /*opacity:0.5;*/
  z-index: 5000;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 101;
}

.zoomWindow {
  position: absolute;
  left: 110%;
  top: 40px;
  background: #FFF;
  z-index: 6000;
  height: auto;
  z-index: 10000;
  z-index: 110;
}

.zoomWrapper {
  position: relative;
  border: 1px solid #999;
  z-index: 110;
}

.zoomWrapperTitle {
  display: block;
  background: #999;
  color: #FFF;
  height: 18px;
  line-height: 18px;
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 10px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 120;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.zoomWrapperImage {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 110;
}

.zoomWrapperImage img {
  border: 0px;
  display: block;
  position: absolute;
  z-index: 101;
}

.zoomIframe {
  z-index: -1;
  filter: alpha(opacity=0);
  -moz-opacity: 0.80;
  opacity: 0.80;
  position: absolute;
  display: block;
}

.partners_list {
  margin: 15px 0 0;
}

.partners__item {
  overflow: hidden;
  max-height: 400px;
  margin-bottom: 30px;
  position: relative;
}

.partners__item img {
  max-width: 100%;
  min-height: 400px;
}

.partners__item .partners__description {
  top: 0;
  left: 0;
  color: #fff;
  height: 100%;
  padding: 30px;
  font-size: 20px;
  line-height: 28px;
  position: absolute;
  width: 260px;
}

.partners__item .letter-uppercase {
  display: inline-block;
  line-height: 30px;
}

.partners__item .letter-uppercase::first-letter {
  font-size: 50px;
}

.partners_list .col-md-6:nth-child(1) .partners__description {
  background-color: rgba(255, 87, 34, 0.8);
}

.partners_list .col-md-6:nth-child(3) .partners__description {
  background-color: rgba(110, 119, 134, 0.8);
}

.partners_list .col-md-6:nth-child(2) .partners__description,
.partners_list .col-md-6:nth-child(4) .partners__description {
  background-color: rgba(61, 67, 79, 0.8);
}

.partners__control .btn {
  display: block;
  position: absolute;
  bottom: 30px;
  left: 30px;
  font-size: 16px;
  width: 200px;
  padding: 6px 15px;
  border: 2px solid #fff;
  text-align: center;
  color: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none;
}

.partners__control .btn:hover {
  color: #ff5722;
  background-color: #fff;
}

@media (max-width: 767px) and (min-width: 320px) {
  .partners__item .partners__description {
    width: 100%;
  }
  .partners__control .btn {
    width: 220px;
  }
}

/*# sourceMappingURL=main.css.map */
