.container_flex-full .row {
  display: table;
  margin-left: 0;
  margin-right: 0;
  height: 100%;
  width: 100%;
}

.container_flex-full div[class*="col-"] {
  float: none;
  display: table-cell;
  padding-left: 0;
  padding-right: 0;
  height: 100%;
}

.container_middle div[class*="col-"] {
  vertical-align: middle;
}

.container_no-padding {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 480px) {
  .container_flex-xs .row {
    display: table;
    margin-left: 0;
    margin-right: 0;
    height: 100%;
    width: 100%;
  }
  .container_flex-xs div[class*="col-"] {
    float: none;
    display: table-cell;
    padding-left: 0;
    padding-right: 0;
    height: 100%;
  }
  .container_middle div[class*="col-"] {
    vertical-align: middle;
  }
  .container_no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 768px) {
  .container_flex-sm .row {
    display: table;
    margin-left: 0;
    margin-right: 0;
    height: 100%;
    width: 100%;
  }
  .container_flex-sm div[class*="col-"] {
    float: none;
    display: table-cell;
    padding-left: 0;
    padding-right: 0;
    height: 100%;
  }
  .container_middle div[class*="col-"] {
    vertical-align: middle;
  }
  .container_no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 992px) {
  .container_flex-md .row {
    display: table;
    margin-left: 0;
    margin-right: 0;
    height: 100%;
    width: 100%;
  }
  .container_flex-md div[class*="col-"] {
    float: none;
    display: table-cell;
    padding-left: 0;
    padding-right: 0;
    height: 100%;
  }
  .container_middle div[class*="col-"] {
    vertical-align: middle;
  }
  .container_no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1200px) {
  .container_flex-lg .row {
    display: table;
    margin-left: 0;
    margin-right: 0;
    height: 100%;
    width: 100%;
  }
  .container_flex-lg div[class*="col-"] {
    float: none;
    display: table-cell;
    padding-left: 0;
    padding-right: 0;
    height: 100%;
  }
  .container_middle div[class*="col-"] {
    vertical-align: middle;
  }
  .container_no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1200px) {
  .smt-auto-clear .col-lg-1:nth-child(12n+1), .smt-auto-clear .col-lg-2:nth-child(6n+1), .smt-auto-clear .col-lg-3:nth-child(4n+1), .smt-auto-clear .col-lg-4:nth-child(3n+1), .smt-auto-clear .col-lg-6:nth-child(odd) {
    clear: left;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .smt-auto-clear .col-md-1:nth-child(12n+1), .smt-auto-clear .col-md-2:nth-child(6n+1), .smt-auto-clear .col-md-3:nth-child(4n+1), .smt-auto-clear .col-md-4:nth-child(3n+1), .smt-auto-clear .col-md-6:nth-child(odd) {
    clear: left;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .smt-auto-clear .col-sm-1:nth-child(12n+1), .smt-auto-clear .col-sm-2:nth-child(6n+1), .smt-auto-clear .col-sm-3:nth-child(4n+1), .smt-auto-clear .col-sm-4:nth-child(3n+1), .smt-auto-clear .col-sm-6:nth-child(odd) {
    clear: left;
  }
}

@media (max-width: 767px) {
  .smt-auto-clear .col-xs-1:nth-child(12n+1), .smt-auto-clear .col-xs-2:nth-child(6n+1), .smt-auto-clear .col-xs-3:nth-child(4n+1), .smt-auto-clear .col-xs-4:nth-child(3n+1), .smt-auto-clear .col-xs-6:nth-child(odd) {
    clear: left;
  }
}

@media (min-width: 768px) {
  .smt-col-no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

.smt-color-primary {
  color: #cb7152;
}

html.smt-sticky-footer, html.smt-sticky-footer body {
  height: 100%;
}

.smt-sticky-footer .smt-wrapper {
  min-height: 100%;
  margin-bottom: -426px;
}

.smt-sticky-footer .smt-wrapper:after {
  content: "";
  display: block;
}

.smt-sticky-footer .smt-footer-wrapper, .smt-sticky-footer .smt-wrapper:after {
  height: 426px;
}

blockquote {
  border-left: none;
  border-top: 5px solid #eeeeee;
  border-bottom: 5px solid #eeeeee;
}

blockquote.pull-right {
  border-right: none;
}

a:focus {
  text-decoration: none;
}

a.active.focus,
a.active:focus,
a.focus,
a:active.focus,
a:active:focus,
a:focus,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 0;
  outline-color: transparent;
  outline-width: 0;
  outline-style: none;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
          box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
}

.smt-opacity-color-1 {
  background-color: rgba(0, 0, 0, 0.1);
}

.smt-opacity-color-2 {
  background-color: rgba(0, 0, 0, 0.2);
}

.smt-opacity-color-3 {
  background-color: rgba(0, 0, 0, 0.3);
}

.smt-opacity-color-4 {
  background-color: rgba(0, 0, 0, 0.4);
}

.smt-opacity-color-5 {
  background-color: rgba(0, 0, 0, 0.5);
}

.smt-opacity-color-6 {
  background-color: rgba(0, 0, 0, 0.6);
}

.smt-opacity-color-7 {
  background-color: rgba(0, 0, 0, 0.7);
}

.smt-opacity-color-8 {
  background-color: rgba(0, 0, 0, 0.8);
}

.smt-opacity-color-9 {
  background-color: rgba(0, 0, 0, 0.8);
}

.smt-background-primary {
  background-color: #cb7152;
}

.smt-background-white {
  background-color: #ffffff;
}

.smt-background-black {
  background-color: #000000;
}

.smt-background-primary {
  background-color: #cb7152;
}

.smt-background-success {
  background-color: #5cb85c;
}

.smt-background-info {
  background-color: #5bc0de;
}

.smt-background-warning {
  background-color: #f0ad4e;
}

.smt-background-danger {
  background-color: #d9534f;
}

.smt-margin-top-4 {
  margin-top: 4px;
}

.smt-margin-top-8 {
  margin-top: 8px;
}

.smt-margin-top-12 {
  margin-top: 12px;
}

.smt-margin-top-24 {
  margin-top: 24px;
}

.smt-margin-top-32 {
  margin-top: 32px;
}

.smt-margin-bottom-2 {
  margin-bottom: 2px;
}

.smt-margin-bottom-4 {
  margin-bottom: 4px;
}

.smt-margin-bottom-8 {
  margin-bottom: 8px;
}

.smt-margin-bottom-12 {
  margin-bottom: 12px;
}

.smt-margin-bottom-24 {
  margin-bottom: 24px;
}

.smt-margin-bottom-32 {
  margin-bottom: 32px;
}

.smt-padding-top-12 {
  padding-top: 12px;
}

.smt-padding-top-24 {
  padding-top: 24px;
}

.smt-padding-top-32 {
  padding-top: 32px;
}

.smt-padding-bottom-12 {
  padding-bottom: 12px;
}

.smt-padding-bottom-24 {
  padding-bottom: 24px;
}

.smt-padding-bottom-32 {
  padding-bottom: 32px;
}

.smt-padding-left-0 {
  padding-left: 0;
}

.smt-padding-right-0 {
  padding-right: 0;
}

.smt-padding-left-10 {
  padding-left: 10px;
}

.smt-padding-right-10 {
  padding-right: 10px;
}

.smt-header {
  margin-top: 0;
  margin-bottom: 24px;
  line-height: 1.2;
  font-weight: 300;
  display: block;
}

.smt-header a, .smt-header a:hover {
  color: #222222;
  text-decoration: none;
}

.smt-header_no-margin {
  margin-bottom: 0;
}

.smt-header-underline-center {
  position: relative;
  padding-bottom: 6px;
  text-align: center;
}

.smt-header-underline-center:before {
  content: "";
  position: absolute;
  width: 1em;
  bottom: 0;
  left: 50%;
  margin-left: -0.5em;
  border-bottom: 2px solid #cb7152;
  -webkit-transition-property: width, margin;
  -o-transition-property: width, margin;
  transition-property: width, margin;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
     transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
     transition-timing-function: ease-in-out;
}

.smt-header-underline-left {
  position: relative;
  padding-bottom: 6px;
  text-align: left;
}

.smt-header-underline-left:before {
  content: "";
  position: absolute;
  width: 1em;
  bottom: 0;
  left: 0;
  border-bottom: 2px solid #cb7152;
}

.smt-header-widget {
  margin-bottom: 40px;
}

.smt-image-box {
  padding-top: 100%;
  width: auto;
  position: relative;
  display: block;
  overflow: hidden;
}

.smt-image-box_padding-50 {
  padding-top: 50%;
}

.smt-image-box_padding-80 {
  padding-top: 80%;
}

.smt-image-box_padding-150 {
  padding-top: 150%;
}

.smt-image-box_fixed {
  padding-top: 0;
  height: 224px;
}

.smt-image-box_hover:hover .smt-image-box__over {
  opacity: 0.3;
  visibility: visible;
}

.smt-image-box_hover:hover .smt-image-box__over-text {
  opacity: 1;
  visibility: visible;
}

.smt-image-box_limit-size .smt-image-box__image {
  max-height: 100%;
  max-width: 100%;
}

.smt-image-box_limit-height .smt-image-box__image {
  max-height: 100%;
}

.smt-image-box_limit-width .smt-image-box__image {
  max-width: 100%;
}

.smt-image-box__image {
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.smt-image-box__over {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

.smt-image-box__over span {
  position: absolute;
  width: 48px;
  height: 48px;
  font-size: 48px;
  color: #000;
  opacity: 0.8;
  top: 50%;
  left: 50%;
  margin-left: -24px;
  margin-top: -24px;
}

.smt-image-box__over-text {
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

.smt-image-box-inline {
  position: relative;
  padding-top: 100%;
}

.smt-image-box-inline_padding-50 {
  padding-top: 50%;
}

.smt-image-box-inline_padding-80 {
  padding-top: 80%;
}

.smt-image-box-inline_hover:hover .smt-image-box-inline__over {
  opacity: 0.3;
  visibility: visible;
}

.smt-image-box-inline__container {
  overflow: hidden;
  position: absolute;
  display: block;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  text-align: center;
  font-size: 0;
}

.smt-image-box-inline__container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.smt-image-box-inline__inline {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  max-width: 100%;
}

.smt-image-box-inline__image {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.smt-image-box-inline__over {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

.smt-image-box-inline__over span {
  position: absolute;
  width: 48px;
  height: 48px;
  font-size: 48px;
  color: #fff;
  opacity: 0.8;
  top: 50%;
  left: 50%;
  margin-left: -24px;
  margin-top: -24px;
}

.smt-image-box-inline-label {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 12px;
  background-color: #cb7152;
  color: #fff;
  font-size: 11px;
  padding: 2px 5px;
  text-transform: uppercase;
}

.smt-image-box-inline-label_white {
  background-color: #ffffff;
}

.smt-image-box-inline-label_red {
  background-color: #ff273d;
  color: #ffffff;
}

.smt-image-border {
  border: 10px solid #efefef;
  margin-bottom: 24px;
}

.smt-img-thumbnail, .smt-img-thumbnail-left, .smt-img-thumbnail-right {
  padding: 4px;
  line-height: 24px;
  margin-bottom: 12px;
  background-color: #fff;
  border: 1px solid #cb7152;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.smt-img-thumbnail-left {
  float: left;
  margin-right: 15px;
}

.smt-img-thumbnail-right {
  float: right;
  margin-left: 15px;
}

.smt-image {
  position: relative;
  display: block;
  max-width: 100%;
}

.smt-image__image {
  display: block;
  max-width: 100%;
  height: auto;
}

.smt-image__over {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

.smt-image__over span {
  position: absolute;
  width: 48px;
  height: 48px;
  font-size: 48px;
  color: #000;
  opacity: 0.8;
  top: 50%;
  left: 50%;
  margin-left: -24px;
  margin-top: -24px;
}

.smt-image__over-text {
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

.smt-image_hover:hover .smt-image__over {
  opacity: 0.3;
  visibility: visible;
}

.smt-image_hover:hover .smt-image__over-text {
  opacity: 1;
  visibility: visible;
}

.smt-image_show-text .smt-image__over-text {
  opacity: 1;
  visibility: visible;
}

.smt-image-inline {
  display: inline;
}

.smt-image-inline-block {
  display: inline-block;
}

.smt-image-block {
  display: block;
}

.smt-image-label {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 12px;
  background-color: #cb7152;
  color: #000000;
  font-size: 11px;
  padding: 2px 5px;
  text-transform: uppercase;
}

.smt-image-label_white {
  background-color: #ffffff;
}

.smt-image-label_red {
  background-color: #ff273d;
  color: #ffffff;
}

.smt-image-text-over {
  position: absolute;
  bottom: 8px;
  width: 100%;
  padding: 12px 20px;
}

.smt-image-text-over__name {
  display: block;
  font-weight: bold;
}

.smt-image-text-over__descr {
  display: block;
  font-size: 12px;
}

.smt-image-text-over_bg {
  background: rgba(0, 0, 0, 0.4);
}

.smt-btn {
  padding: 8px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 0;
  color: #000;
  background-color: #cb7152;
  border-color: transparent;
  white-space: normal;
  word-wrap: break-word;
}

.smt-btn:focus, .smt-btn.focus {
  color: #000;
  background-color: #c5613e;
  border-color: rgba(0, 0, 0, 0);
}

.smt-btn:hover {
  color: #000;
  background-color: #c5613e;
  border-color: rgba(0, 0, 0, 0);
}

.smt-btn:active, .smt-btn.active,
.open > .smt-btn.dropdown-toggle {
  color: #000;
  background-color: #c5613e;
  border-color: rgba(0, 0, 0, 0);
}

.smt-btn:active:hover, .smt-btn:active:focus, .smt-btn:active.focus, .smt-btn.active:hover, .smt-btn.active:focus, .smt-btn.active.focus,
.open > .smt-btn.dropdown-toggle:hover,
.open > .smt-btn.dropdown-toggle:focus,
.open > .smt-btn.dropdown-toggle.focus {
  color: #000;
  background-color: #c5613e;
  border-color: rgba(0, 0, 0, 0);
}

.smt-btn:active, .smt-btn.active,
.open > .smt-btn.dropdown-toggle {
  background-image: none;
}

.smt-btn.disabled:hover, .smt-btn.disabled:focus, .smt-btn.disabled.focus, .smt-btn[disabled]:hover, .smt-btn[disabled]:focus, .smt-btn[disabled].focus,
fieldset[disabled] .smt-btn:hover,
fieldset[disabled] .smt-btn:focus,
fieldset[disabled] .smt-btn.focus {
  background-color: #cb7152;
  border-color: transparent;
}

.smt-btn .badge {
  color: #cb7152;
  background-color: #000;
}

.smt-btn-border {
  border-radius: 0;
  color: #cb7152;
  background-color: transparent;
  border-color: #cb7152;
  white-space: normal;
  word-wrap: break-word;
}

.smt-btn-border:focus, .smt-btn-border.focus {
  color: #fff;
  background-color: #cb7152;
}

.smt-btn-border:hover {
  color: #fff;
  background-color: #cb7152;
}

.smt-btn-border:active, .smt-btn-border.active,
.open > .smt-btn-border.dropdown-toggle {
  color: #fff;
  background-color: #cb7152;
}

.smt-btn-border:active:hover, .smt-btn-border:active:focus, .smt-btn-border:active.focus, .smt-btn-border.active:hover, .smt-btn-border.active:focus, .smt-btn-border.active.focus,
.open > .smt-btn-border.dropdown-toggle:hover,
.open > .smt-btn-border.dropdown-toggle:focus,
.open > .smt-btn-border.dropdown-toggle.focus {
  color: #fff;
  background-color: #cb7152;
}

.smt-btn-border:active, .smt-btn-border.active,
.open > .smt-btn-border.dropdown-toggle {
  background-image: none;
}

.smt-btn-border.disabled:hover, .smt-btn-border.disabled:focus, .smt-btn-border.disabled.focus, .smt-btn-border[disabled]:hover, .smt-btn-border[disabled]:focus, .smt-btn-border[disabled].focus,
fieldset[disabled] .smt-btn-border:hover,
fieldset[disabled] .smt-btn-border:focus,
fieldset[disabled] .smt-btn-border.focus {
  color: #fff;
  background-color: #cb7152;
}

.smt-btn-border .badge {
  color: #fff;
  background-color: #cb7152;
}

.smt-btn-border.smt-btn-lg {
  padding-top: 13px;
  padding-bottom: 13px;
}

.smt-btn-border.smt-btn-sm {
  padding-top: 5px;
  padding-bottom: 5px;
}

.smt-btn-border.smt-btn-xs {
  padding-top: 1px;
  padding-bottom: 1px;
}

.smt-btn_shadow {
  -webkit-box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.2);
}

.smt-btn_shadow:focus, .smt-btn_shadow.focus {
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
}

.smt-btn_shadow:hover {
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
}

.smt-btn-lg {
  padding: 12px 20px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 0;
}

.smt-btn-sm {
  padding: 4px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}

.smt-btn-xs {
  padding: 2px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}

.smt-btn_secondary {
  color: #fff;
  background-color: #cb7152;
  border-color: transparent;
}

.smt-btn_secondary:focus, .smt-btn_secondary.focus {
  color: #fff;
  background-color: #c5613e;
  border-color: rgba(0, 0, 0, 0);
}

.smt-btn_secondary:hover {
  color: #fff;
  background-color: #c5613e;
  border-color: rgba(0, 0, 0, 0);
}

.smt-btn_secondary:active, .smt-btn_secondary.active,
.open > .smt-btn_secondary.dropdown-toggle {
  color: #fff;
  background-color: #c5613e;
  border-color: rgba(0, 0, 0, 0);
}

.smt-btn_secondary:active:hover, .smt-btn_secondary:active:focus, .smt-btn_secondary:active.focus, .smt-btn_secondary.active:hover, .smt-btn_secondary.active:focus, .smt-btn_secondary.active.focus,
.open > .smt-btn_secondary.dropdown-toggle:hover,
.open > .smt-btn_secondary.dropdown-toggle:focus,
.open > .smt-btn_secondary.dropdown-toggle.focus {
  color: #fff;
  background-color: #c5613e;
  border-color: rgba(0, 0, 0, 0);
}

.smt-btn_secondary:active, .smt-btn_secondary.active,
.open > .smt-btn_secondary.dropdown-toggle {
  background-image: none;
}

.smt-btn_secondary.disabled:hover, .smt-btn_secondary.disabled:focus, .smt-btn_secondary.disabled.focus, .smt-btn_secondary[disabled]:hover, .smt-btn_secondary[disabled]:focus, .smt-btn_secondary[disabled].focus,
fieldset[disabled] .smt-btn_secondary:hover,
fieldset[disabled] .smt-btn_secondary:focus,
fieldset[disabled] .smt-btn_secondary.focus {
  background-color: #cb7152;
  border-color: transparent;
}

.smt-btn_secondary .badge {
  color: #cb7152;
  background-color: #fff;
}

.smt-btn-border_secondary {
  color: #cb7152;
  background-color: transparent;
  border-color: #cb7152;
}

.smt-btn-border_secondary:focus, .smt-btn-border_secondary.focus {
  color: #fff;
  background-color: #cb7152;
}

.smt-btn-border_secondary:hover {
  color: #fff;
  background-color: #cb7152;
}

.smt-btn-border_secondary:active, .smt-btn-border_secondary.active,
.open > .smt-btn-border_secondary.dropdown-toggle {
  color: #fff;
  background-color: #cb7152;
}

.smt-btn-border_secondary:active:hover, .smt-btn-border_secondary:active:focus, .smt-btn-border_secondary:active.focus, .smt-btn-border_secondary.active:hover, .smt-btn-border_secondary.active:focus, .smt-btn-border_secondary.active.focus,
.open > .smt-btn-border_secondary.dropdown-toggle:hover,
.open > .smt-btn-border_secondary.dropdown-toggle:focus,
.open > .smt-btn-border_secondary.dropdown-toggle.focus {
  color: #fff;
  background-color: #cb7152;
}

.smt-btn-border_secondary:active, .smt-btn-border_secondary.active,
.open > .smt-btn-border_secondary.dropdown-toggle {
  background-image: none;
}

.smt-btn-border_secondary.disabled:hover, .smt-btn-border_secondary.disabled:focus, .smt-btn-border_secondary.disabled.focus, .smt-btn-border_secondary[disabled]:hover, .smt-btn-border_secondary[disabled]:focus, .smt-btn-border_secondary[disabled].focus,
fieldset[disabled] .smt-btn-border_secondary:hover,
fieldset[disabled] .smt-btn-border_secondary:focus,
fieldset[disabled] .smt-btn-border_secondary.focus {
  color: #fff;
  background-color: #cb7152;
}

.smt-btn-border_secondary .badge {
  color: #fff;
  background-color: #cb7152;
}

.smt-btn-border_white {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}

.smt-btn-border_white:focus, .smt-btn-border_white.focus {
  color: #000;
  background-color: #fff;
}

.smt-btn-border_white:hover {
  color: #000;
  background-color: #fff;
}

.smt-btn-border_white:active, .smt-btn-border_white.active,
.open > .smt-btn-border_white.dropdown-toggle {
  color: #000;
  background-color: #fff;
}

.smt-btn-border_white:active:hover, .smt-btn-border_white:active:focus, .smt-btn-border_white:active.focus, .smt-btn-border_white.active:hover, .smt-btn-border_white.active:focus, .smt-btn-border_white.active.focus,
.open > .smt-btn-border_white.dropdown-toggle:hover,
.open > .smt-btn-border_white.dropdown-toggle:focus,
.open > .smt-btn-border_white.dropdown-toggle.focus {
  color: #000;
  background-color: #fff;
}

.smt-btn-border_white:active, .smt-btn-border_white.active,
.open > .smt-btn-border_white.dropdown-toggle {
  background-image: none;
}

.smt-btn-border_white.disabled:hover, .smt-btn-border_white.disabled:focus, .smt-btn-border_white.disabled.focus, .smt-btn-border_white[disabled]:hover, .smt-btn-border_white[disabled]:focus, .smt-btn-border_white[disabled].focus,
fieldset[disabled] .smt-btn-border_white:hover,
fieldset[disabled] .smt-btn-border_white:focus,
fieldset[disabled] .smt-btn-border_white.focus {
  color: #000;
  background-color: #fff;
}

.smt-btn-border_white .badge {
  color: #000;
  background-color: #fff;
}

.smt-form .form-group-relative {
  position: relative;
}

.smt-form textarea.form-control {
  height: auto;
}

.smt-form_bordered {
  border: 1px solid #efefef;
  padding: 24px 30px;
}

.smt-form_bordered:hover {
  border-color: #cb7152;
}

@media (min-width: 992px) {
  .smt-form_fixed-width {
    width: 440px;
  }
}

.smt-form_search {
  overflow: hidden;
}

.smt-form_search .smt-form__submit {
  width: 30%;
  float: left;
}

@media (min-width: 992px) {
  .smt-form_search .smt-form__submit {
    padding-left: 0;
    padding-right: 0;
  }
}

.smt-form_search .form-group {
  width: 70%;
  float: left;
}

.smt-form_search .smt-form__search-field.form-control {
  border-right: 0;
  width: 100%;
}

.smt-form-error-message {
  font-size: 11px;
  color: red;
}

.smt-required-star {
  font-size: 11px;
  color: red;
}

.smt-widget_center-sm {
  text-align: center;
}

@media (min-width: 992px) {
  .smt-widget_center-sm {
    text-align: left;
  }
}

.smt-widget_margin {
  margin-bottom: 24px;
}

.smt-widget__header {
  margin-bottom: 24px;
}

@media (min-width: 992px) {
  .smt-widget__header {
    margin-bottom: 48px;
  }
}

.smt-widget_background {
  background-color: #efefef;
}

.smt-widget_padding {
  padding-top: 24px;
  padding-bottom: 24px;
}

@media (min-width: 992px) {
  .smt-widget_padding {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

.smt-widget_padding-sm {
  padding-top: 24px;
  padding-bottom: 24px;
}

.smt-widget_border {
  border-bottom: 1px solid #efefef;
}

.smt-widget_border-top {
  border-top: 1px solid #efefef;
}

.smt-widget-content {
  padding: 24px 0 0 0;
  margin-bottom: 48px;
}

.smt-widget-content_margin {
  margin-bottom: 24px;
}

.smt-widget-base {
  margin-top: 60px;
  margin-bottom: 60px;
}

.smt-widget-base-no-margin {
  margin-top: -60px;
  margin-bottom: -60px;
}

.smt-widget-base-top-no-margin {
  margin-top: -60px;
}

.smt-widget-base-bottom-no-margin {
  margin-bottom: -60px;
}

.smt-widget-base_items {
  margin-bottom: 0;
}

.smt-widget-base-background {
  background-color: #efefef;
}

.smt-widget-base-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}

.smt-widget-base-border {
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}

.smt-widget-base-border-top {
  border-top: 1px solid #efefef;
}

.smt-widget-base-border-bottom {
  border-top: 1px solid #efefef;
}

.smt-list {
  margin-top: 0;
  margin-bottom: 12px;
  padding-left: 0;
  list-style: none;
}

.smt-list ul,
.smt-list ol {
  margin-bottom: 0;
  padding-left: 20px;
  list-style: none;
}

.smt-list__icon {
  margin-right: 6px;
  font-size: 15px;
  color: #cb7152;
}

.smt-list__link_active {
  color: #793a24;
}

.smt-list_arrow li {
  position: relative;
  padding-left: 15px;
}

.smt-list_arrow li:before {
  position: absolute;
  content: "";
  top: 7px;
  left: 0;
  width: 0;
  height: 0;
  border: solid 4px transparent;
  border-left-color: #cb7152;
}

.smt-list_border > li {
  border-top: 1px solid #efefef;
}

.smt-list_border > li:last-child {
  border-bottom: 1px solid #efefef;
}

.smt-list_base li {
  padding-top: 8px;
  padding-bottom: 8px;
}

.smt-list_base li:before {
  top: 14px;
}

.smt-panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #efefef;
}

.smt-panel-group .panel + .panel {
  margin-top: 0;
  border-top: 0;
}

.smt-panel-group .panel-heading {
  border-bottom: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  position: relative;
}

.smt-panel-group .panel-heading + .panel-collapse > .panel-body,
.smt-panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: none;
}

.smt-panel-group .panel-title {
  font-size: 16px;
}

.smt-panel-group .panel-title > a {
  display: block;
}

.smt-panel-group .panel-title > a:hover, .smt-panel-group .panel-title > a:focus {
  text-decoration: none;
  color: #000;
}

.smt-panel-group .panel-title > a:after {
  font-family: 'FontAwesome';
  line-height: 40px;
  position: absolute;
  top: 0;
  right: 10px;
  content: "\f067";
  color: #cb7152;
}

.smt-panel-group .panel-body {
  padding: 12px 20px;
}

.smt-panel-group__icon {
  margin-right: 6px;
  font-size: 15px;
  color: #cb7152;
}

.smt-panel-primary {
  border-color: #efefef;
}

.smt-panel-primary > .panel-heading {
  color: #000;
  background-color: transparent;
  border-color: transparent;
}

.smt-panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #efefef;
}

.smt-panel-primary > .panel-heading .badge {
  color: transparent;
  background-color: #000;
}

.smt-panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #efefef;
}

.smt-panel-primary_in .panel-title > a:after {
  content: "\f068";
}

.smt-panel-group_colored .smt-panel-primary_in .panel-title > a {
  color: #fff;
}

.smt-panel-group_colored .smt-panel-primary_in .panel-title > a:hover, .smt-panel-group_colored .smt-panel-primary_in .panel-title > a:focus {
  color: #fff;
}

.smt-panel-group_colored .smt-panel-primary_in .panel-title > a:after, .smt-panel-group_colored .smt-panel-primary_in .panel-title > a:before {
  color: #fff;
}

.smt-panel-group_colored .smt-panel-primary_in .smt-panel-group__icon {
  color: #fff;
}

.smt-panel-group_colored .smt-panel-primary_in .panel-heading {
  background: #cb7152;
}

.smt-panel-group_left .panel-title > a:after {
  left: 10px;
  right: auto;
}

.smt-panel-group_left .panel-title {
  padding-left: 20px;
}

.smt-panel-group_left .panel-body {
  padding-left: 40px;
}

.smt-panel-group_services .panel-title > a:before {
  font-family: 'FontAwesome';
  line-height: 40px;
  position: absolute;
  top: 0;
  left: 10px;
  right: auto;
  content: "\f067";
  color: #cb7152;
}

.smt-panel-group_services .panel-title {
  padding-left: 20px;
}

.smt-panel-group_services .panel-body {
  padding-left: 40px;
}

.smt-nav-tabs {
  border-color: #efefef;
}

@media (max-width: 767px) {
  .smt-nav-tabs > li {
    float: none;
  }
}

.smt-nav-tabs > li > a {
  border-radius: 0;
}

.smt-nav-tabs > li > a:hover, .smt-nav-tabs > li > a:focus {
  background-color: #efefef;
}

.smt-nav-tabs > li.active > a, .smt-nav-tabs > li.active > a:hover, .smt-nav-tabs > li.active > a:focus {
  border-color: #efefef;
  border-bottom-color: transparent;
}

.smt-tab-content {
  padding: 12px 20px;
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}

.smt-nav-tabs_colored > li > a {
  border-radius: 0;
  background-color: #efefef;
}

.smt-nav-tabs_colored > li > a:hover, .smt-nav-tabs_colored > li > a:focus {
  background-color: #efefef;
}

.smt-nav-tabs_colored > li.active > a, .smt-nav-tabs_colored > li.active > a:hover, .smt-nav-tabs_colored > li.active > a:focus {
  border-color: transparent;
  background-color: #cb7152;
  color: #fff;
}

.smt-nav-tabs_vertical {
  padding-right: 0;
}

.smt-nav-tabs_vertical > li > a {
  border-radius: 0;
  background-color: #efefef;
}

.smt-nav-tabs_vertical > li > a:hover, .smt-nav-tabs_vertical > li > a:focus {
  background-color: #efefef;
}

.smt-nav-tabs_vertical > li.active > a, .smt-nav-tabs_vertical > li.active > a:hover, .smt-nav-tabs_vertical > li.active > a:focus {
  border-color: transparent;
}

.smt-tab-content_vertical {
  border: 1px solid #efefef;
  min-height: 360px;
}

.smt-tab-content_vertical > li.active > a, .smt-tab-content_vertical > li.active > a:hover, .smt-tab-content_vertical > li.active > a:focus {
  background-color: #cb7152;
  color: #fff;
}

.smt-tab-content_services {
  border-left: none;
  border-right: none;
  border-bottom: none;
  padding-left: 0;
  padding-right: 0;
}

.smt-nav-pills > li > a {
  border-radius: 0;
}

.smt-nav-pills > li + li {
  margin-left: 2px;
}

.smt-nav-pills > li.active > a, .smt-nav-pills > li.active > a:hover, .smt-nav-pills > li.active > a:focus {
  border-color: transparent;
}

.smt-nav-pills_services > li {
  position: relative;
}

.smt-nav-pills_services > li > a {
  text-transform: uppercase;
  padding-left: 30px;
}

.smt-nav-pills_services > li > a:before {
  font-family: "Glyphicons Halflings";
  line-height: 41px;
  font-size: 14px;
  position: absolute;
  top: 0;
  content: "\e013";
  left: 10px;
  right: auto;
}

.smt-nav-pills_services > li.active > a, .smt-nav-pills_services > li.active > a:hover, .smt-nav-pills_services > li.active > a:focus {
  background-color: #cb7152;
  color: #fff;
}

.smt-nav-pills_services > li.active > a:before, .smt-nav-pills_services > li.active > a:hover:before, .smt-nav-pills_services > li.active > a:focus:before {
  color: #fff;
}

.smt-divider {
  height: 0;
  line-height: 0;
  border-top: 1px solid #efefef;
  margin-top: 24px;
  margin-bottom: 24px;
}

.smt-divider_primary {
  border-color: #cb7152;
}

.smt-divider_secondary {
  border-color: #cb7152;
}

.smt-alert {
  border: 1px solid transparent;
  border-radius: 0;
  text-transform: uppercase;
  position: relative;
  padding: 8px 10px 8px 55px;
}

.smt-alert:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 42px;
  content: '';
}

.smt-alert:after {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -11px;
  text-align: center;
  width: 40px;
  font-size: 21px;
  line-height: 1;
  font-family: 'FontAwesome';
}

.smt-alert h4 {
  margin-top: 0;
  color: inherit;
}

.smt-alert .alert-link {
  font-weight: bold;
}

.smt-alert > p,
.smt-alert > ul {
  margin-bottom: 0;
}

.smt-alert > p + p {
  margin-top: 5px;
}

.smt-alert_lg {
  padding-top: 12px;
  padding-bottom: 12px;
}

.smt-alert_success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
  border: none;
}

.smt-alert_success hr {
  border-top-color: #c9e2b3;
}

.smt-alert_success .alert-link {
  color: #2b542c;
}

.smt-alert_success:before {
  background-color: rgba(255, 255, 255, 0.2);
}

.smt-alert_success:after {
  color: #cb7152;
  content: "\f00c";
}

.smt-alert_info {
  background-color: #fff;
  border-color: #cb7152;
  color: #cb7152;
}

.smt-alert_info hr {
  border-top-color: #c5613e;
}

.smt-alert_info .alert-link {
  color: #b45636;
}

.smt-alert_info:before {
  background-color: #efefef;
}

.smt-alert_info:after {
  color: #cb7152;
  content: "\f058";
}

.smt-alert_warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.smt-alert_warning hr {
  border-top-color: #f7e1b5;
}

.smt-alert_warning .alert-link {
  color: #66512c;
}

.smt-alert_warning:before {
  background-color: rgba(255, 255, 255, 0.4);
}

.smt-alert_warning:after {
  color: #cb7152;
  content: "\f071";
}

.smt-alert_danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.smt-alert_danger hr {
  border-top-color: #e4b9c0;
}

.smt-alert_danger .alert-link {
  color: #843534;
}

.smt-alert_danger:before {
  background-color: rgba(255, 255, 255, 0.2);
}

.smt-alert_danger:after {
  color: red;
  content: "\f00d";
}

.smt-chart-pie {
  display: inline-block;
}

.smt-chart-pie__container {
  position: relative;
}

.smt-chart-pie__value {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 40px;
  margin-top: -30px;
  color: #cb7152;
  float: left;
}

.smt-chart-pie__label {
  font-size: 22px;
  line-height: 40px;
  text-align: center;
}

.sr-only, .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after, .bootstrap-datetimepicker-widget .btn[data-action="clear"]::after, .bootstrap-datetimepicker-widget .btn[data-action="today"]::after, .bootstrap-datetimepicker-widget .picker-switch::after, .bootstrap-datetimepicker-widget table th.prev::after, .bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.bootstrap-datetimepicker-widget {
  list-style: none;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}

@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

.bootstrap-datetimepicker-widget.dropdown-menu:before, .bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}

.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}

.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}

.bootstrap-datetimepicker-widget a[data-action]:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}

.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  content: "Increment Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  content: "Increment Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  content: "Decrement Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  content: "Decrement Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  content: "Show Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  content: "Show Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  content: "Toggle AM/PM";
}

.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  content: "Clear the picker";
}

.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  content: "Set the date to today";
}

.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}

.bootstrap-datetimepicker-widget .picker-switch::after {
  content: "Toggle Date and Time Screens";
}

.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}

.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}

.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}

.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 0;
}

.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}

.bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table th.prev::after {
  content: "Previous Month";
}

.bootstrap-datetimepicker-widget table th.next::after {
  content: "Next Month";
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eeeeee;
}

.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}

.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #777777;
}

.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

.bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}

.bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new {
  color: #777777;
}

.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}

.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: 0 0 7px 7px solid transparent;
  border-bottom-color: #cb7152;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #cb7152;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}

.bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 0;
}

.bootstrap-datetimepicker-widget table td span:hover {
  background: #eeeeee;
}

.bootstrap-datetimepicker-widget table td span.active {
  background-color: #cb7152;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget table td span.old {
  color: #777777;
}

.bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}

.input-group.date .input-group-addon {
  cursor: pointer;
}

.smt-popup {
  position: relative;
  width: auto;
  padding: 12px 20px;
  max-width: 500px;
  margin: 0 auto;
  background: #fff;
}

button.smt-popup-close {
  width: 54px;
  height: 54px;
  font-size: 40px;
  line-height: 40px;
  background: #efefef;
  font-weight: lighter;
  font-family: "Times New Roman";
}

button.smt-popup-close_out {
  width: 42px;
  height: 42px;
  background: none;
}

button.mfp-arrow-left {
  border: none;
}

button.mfp-arrow-left:before {
  border: none;
  content: "\f053";
  font-family: "FontAwesome";
  font-size: 42px;
  color: #fff;
}

button.mfp-arrow-left:before:hover {
  color: #cb7152;
}

button.mfp-arrow-left:after {
  border: none;
}

button.mfp-arrow-right {
  border: none;
}

button.mfp-arrow-right:before {
  border: none;
  content: "\f054";
  font-family: "FontAwesome";
  font-size: 42px;
  color: #fff;
}

button.mfp-arrow-right:before:hover {
  color: #cb7152;
}

button.mfp-arrow-right:after {
  border: none;
}

.smt-go-up-arrow {
  position: fixed;
  font-size: 14px;
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  border-radius: 4px;
  background-color: #cb7152;
  color: #fff;
  bottom: 12px;
  right: 25px;
  display: none;
  visibility: hidden;
  opacity: 0.8;
}

.smt-go-up-arrow:hover {
  cursor: pointer;
  background-color: #c5613e;
  opacity: 1;
}

@media (min-width: 992px) {
  .smt-go-up-arrow {
    visibility: visible;
  }
}

.smt-counter {
  width: 50%;
  margin: 0 auto;
  text-align: center;
}

.smt-counter__value {
  font-size: 39px;
  color: #cb7152;
}

.smt-counter__label-before {
  text-transform: uppercase;
}

.smt-counter__label {
  text-transform: uppercase;
}

.smt-cart-list {
  margin-bottom: 12px;
}

.smt-cart-list_bordered:first-child {
  border-top: 1px solid #efefef;
}

.smt-cart-item {
  padding-top: 12px;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.smt-cart-item p {
  margin-bottom: 0;
}

.smt-cart-item_bordered {
  margin-bottom: 0;
  border-bottom: 1px solid #efefef;
}

.smt-cart-item_arrow {
  position: relative;
  padding-left: 15px;
}

.smt-cart-item_arrow:before {
  position: absolute;
  content: "";
  top: 19px;
  left: 0;
  width: 0;
  height: 0;
  border: solid 4px transparent;
  border-left-color: #cb7152;
}

.smt-cart-item_bordered-full {
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #efefef;
  margin-bottom: 12px;
}

.smt-cart-item_bordered-full:hover {
  border: 1px solid #cb7152;
}

a.smt-read-more-link {
  font-size: 13px;
  border-bottom: 1px dashed;
  text-decoration: none;
}

a.smt-read-more-link:hover {
  text-decoration: none;
  border-bottom: none;
}

a.smt-read-more-link:focus {
  text-decoration: none;
}

.smt-read-more-text {
  overflow: hidden;
  max-height: 168px;
}

.smt-read-more-text.in {
  max-height: none;
}

.smt-top-bar {
  border-bottom: 1px solid #efefef;
  padding: 7px 0;
  font-size: 14px;
  text-align: center;
}

.smt-top-bar ul {
  margin-bottom: 0;
}

@media (min-width: 480px) {
  .smt-top-bar {
    text-align: left;
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  .smt-top-bar__label {
    text-align: right;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .smt-top-bar__label {
    text-align: right;
    margin-right: 10px;
  }
}

.smt-top-bar__contact {
  text-align: center;
  margin-top: 8px;
}

@media (min-width: 992px) {
  .smt-top-bar__contact {
    text-align: right;
    margin-top: 0;
  }
}

.smt-navbar-menu-container {
  margin-top: 16px;
}

@media (min-width: 992px) {
  .smt-navbar-menu-container {
    margin-top: 0;
    position: relative;
  }
}

@media (min-width: 992px) {
  .smt-navbar-menu-container {
    padding-right: 50px;
  }
}

@media (min-width: 992px) {
  .smt-navbar-menu-container_no-padding {
    padding-right: 0;
    margin-right: -20px;
  }
}

.smt-navbar__content {
  padding: 12px 0;
  -webkit-transition: .33s height ease-out;
  -o-transition: .33s height ease-out;
  transition: .33s height ease-out;
}

.smt-navbar__content .container {
  height: 100%;
}

@media (min-width: 992px) {
  .smt-navbar__content {
    padding: 12px 0;
  }
}

.smt-toggle {
  position: relative;
  float: right;
  border-color: transparent;
  margin-top: 4px;
}

@media (min-width: 992px) {
  .smt-toggle {
    display: none;
  }
}

.smt-toggle-button {
  position: relative;
  padding: 0;
  width: auto;
  margin-top: 4px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
}

.smt-toggle-button:focus {
  outline: 0;
}

.smt-toggle-button .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background-color: #666;
}

.smt-toggle-button .icon-bar + .icon-bar {
  margin-top: 4px;
}

.smt-toggle-button:hover .icon-bar, .smt-toggle-button:focus .icon-bar {
  background-color: black;
}

.smt-collapse {
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
}

.smt-collapse:before, .smt-collapse:after {
  content: "\20";
  display: table;
}

.smt-collapse:after {
  clear: both;
}

.smt-collapse.in {
  overflow-y: auto;
}

@media (min-width: 992px) {
  .smt-collapse {
    width: auto;
  }
  .smt-collapse.collapse {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
  }
  .smt-collapse.in {
    overflow-y: visible;
  }
}

.smt-navbar_fixed.affix {
  position: relative !important;
}

.smt-affix-display-block {
  display: none !important;
}

.smt-navbar_fixed.affix .smt-logo img {
  max-height: 60px;
}

@media (min-width: 992px) {
  .smt-navbar_fixed.affix {
    position: fixed !important;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    height: 64px;
    border: 1px solid #efefef;
  }
  .smt-navbar_fixed.affix .smt-affix-hidden {
    display: none !important;
  }
  .smt-navbar_fixed.affix .smt-affix-display-block {
    display: block !important;
  }
  .smt-navbar_fixed.affix .smt-navbar__content {
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
  }
}

.smt-navbar-search {
  position: absolute;
  float: right;
  top: 0;
  right: 0;
  width: 50px;
  height: 48px;
  line-height: 42px;
  text-align: center;
}

.smt-navbar-search__button {
  background-color: transparent;
  padding: 0;
  border: none;
  line-height: 1;
}

.smt-navbar-search__button, .smt-navbar-search__button:active, .smt-navbar-search__button.active {
  color: #333333;
  font-size: 13px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.smt-navbar-search__button:focus, .smt-navbar-search__button.focus, .smt-navbar-search__button:active:focus, .smt-navbar-search__button:active.focus, .smt-navbar-search__button.active:focus, .smt-navbar-search__button.active.focus {
  outline: none;
  outline-offset: 0;
}

.smt-navbar-search-form {
  position: absolute;
  z-index: 9999;
  right: 50px;
  top: 0;
  width: 100%;
  font-size: 0;
}

.smt-navbar-search-form.collapsing {
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
     transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
     transition-timing-function: ease-in-out;
}

.smt-navbar-search-form__group {
  font-size: 16px;
  width: 90% !important;
}

.smt-navbar-search-form__input {
  width: 100% !important;
  border-right: none;
}

.smt-navbar-search-form__button {
  font-size: 16px;
  width: 10% !important;
}

.smt-menu-main {
  position: relative;
  z-index: 9999;
}

.smt-menu-main:before, .smt-menu-main:after {
  content: "\20";
  display: table;
}

.smt-menu-main:after {
  clear: both;
}

.smt-menu-main, .smt-menu-main ul, .smt-menu-main li {
  direction: ltr;
  display: block;
  line-height: normal;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.smt-menu-main li {
  position: relative;
}

.smt-menu-main a {
  display: block;
  position: relative;
}

.smt-menu-main a.disabled {
  cursor: not-allowed;
}

.smt-menu-main ul {
  display: none;
}

.smt-menu-main {
  background-color: #909090;
}

.smt-menu-main a, .smt-menu-main a:hover, .smt-menu-main a:focus, .smt-menu-main a:active {
  padding: 16px 40px 16px 15px;
  font-size: 16px;
  color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.smt-menu-main a.current {
  color: #000;
  text-decoration: underline;
}

.smt-menu-main a.disabled {
  color: #c5c5c5;
}

.smt-menu-main a span.sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: auto;
  right: 10px;
  width: 30px;
  height: 30px;
  overflow: hidden;
  font-size: 24px;
  font-family: monospace;
  text-align: center;
  text-shadow: none;
  background: #888888;
  border-radius: 4px;
}

.smt-menu-main a.highlighted span.sub-arrow:before {
  display: block;
  content: '-';
}

.smt-menu-main > li:first-child > a, .smt-menu-main > li:first-child > :not(ul) a {
  border-top: 0;
}

.smt-menu-main ul {
  background: #efefef;
}

.smt-menu-main ul ul {
  background: #fff;
}

.smt-menu-main ul a, .smt-menu-main ul a:hover, .smt-menu-main ul a:focus, .smt-menu-main ul a:active {
  background: transparent;
  font-size: 16px;
  color: #323232;
  text-shadow: none;
  border-left: 8px solid transparent;
}

.smt-menu-main ul a.disabled {
  color: #c5c5c5;
}

.smt-menu-main ul ul a,
.smt-menu-main ul ul a:hover,
.smt-menu-main ul ul a:focus,
.smt-menu-main ul ul a:active {
  border-left: 16px solid transparent;
}

.smt-menu-main ul ul ul a,
.smt-menu-main ul ul ul a:hover,
.smt-menu-main ul ul ul a:focus,
.smt-menu-main ul ul ul a:active {
  border-left: 24px solid transparent;
}

.smt-menu-main ul ul ul ul a,
.smt-menu-main ul ul ul ul a:hover,
.smt-menu-main ul ul ul ul a:focus,
.smt-menu-main ul ul ul ul a:active {
  border-left: 32px solid transparent;
}

.smt-menu-main ul ul ul ul ul a,
.smt-menu-main ul ul ul ul ul a:hover,
.smt-menu-main ul ul ul ul ul a:focus,
.smt-menu-main ul ul ul ul ul a:active {
  border-left: 40px solid transparent;
}

.smt-menu-main ul li {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.smt-menu-main ul li:first-child {
  border-top: 0;
}

@media (min-width: 992px) {
  .smt-menu-main {
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
  }
  .smt-menu-main ul {
    position: absolute;
    width: 20em;
    z-index: 9999;
  }
  .smt-menu-main ul.smt-megamenu {
    width: auto !important;
    right: 0 !important;
    max-width: none !important;
  }
  .smt-menu-main ul.smt-megamenu h1, .smt-menu-main ul.smt-megamenu h2, .smt-menu-main ul.smt-megamenu h3, .smt-menu-main ul.smt-megamenu h4, .smt-menu-main ul.smt-megamenu h5, .smt-menu-main ul.smt-megamenu h6 {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .smt-menu-main ul.smt-megamenu ul {
    position: static;
    width: auto;
    display: block;
    background: none;
  }
  .smt-menu-main li {
    display: inline-block;
  }
  .smt-menu-main li.smt-megamenu-item {
    position: static;
  }
  .smt-menu-main ul li {
    float: none;
    display: block;
  }
  .smt-menu-main a {
    white-space: nowrap;
  }
  .smt-menu-main ul a {
    white-space: normal;
  }
  .smt-menu-main a, .smt-menu-main a:hover, .smt-menu-main a:focus, .smt-menu-main a:active, .smt-menu-main a.highlighted {
    padding: 16px 20px;
    font-size: 14px;
    color: #323232;
    border-top: none;
    text-transform: uppercase;
  }
  .smt-menu-main a.current {
    color: #000;
  }
  .smt-menu-main a.disabled {
    color: #c5c5c5;
  }
  .smt-menu-main a span.sub-arrow {
    top: 34px;
    right: -4px;
    left: auto;
    background: transparent;
    border-radius: 0;
    font-size: 12px;
  }
  .smt-menu-main a.highlighted span.sub-arrow:before {
    display: none;
  }
  .smt-menu-main > li {
    border-left: 0;
  }
  .smt-menu-main > li:first-child {
    border-left: 0;
  }
  .smt-menu-main > li:last-child > a span.sub-arrow {
    display: none;
  }
  .smt-menu-main > li .smt-more-link {
    letter-spacing: -2px;
    font-family: monospace;
  }
  .smt-menu-main > li .smt-more-link:hover {
    text-decoration: none;
  }
  .smt-menu-main ul {
    border-top: 3px solid #cb7152;
    border-bottom: 3px solid #efefef;
    background: #fff;
  }
  .smt-menu-main ul ul {
    background: #fff;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
  }
  .smt-menu-main ul a, .smt-menu-main ul a:hover, .smt-menu-main ul a:focus, .smt-menu-main ul a:active, .smt-menu-main ul a.highlighted {
    border: 0 !important;
    padding: 8px 10px;
    font-size: 14px;
    background: transparent;
    border-radius: 0 !important;
  }
  .smt-menu-main ul a span.sub-arrow {
    top: 8px;
    margin-top: 0;
    bottom: auto;
    left: auto;
    margin-left: 0;
    right: 0;
  }
  .smt-menu-main ul a span.sub-arrow .fa-angle-down:before {
    content: '\f105';
  }
  .smt-menu-main ul li {
    border: 0;
    border-bottom: 1px solid #efefef;
  }
  .smt-menu-main span.scroll-up,
  .smt-menu-main span.scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: #fff;
    height: 20px;
  }
  .smt-menu-main span.scroll-up-arrow, .smt-menu-main span.scroll-down-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 8px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #000 transparent;
  }
  .smt-menu-main span.scroll-down-arrow {
    top: 6px;
    border-style: solid dashed dashed dashed;
    border-color: #000 transparent transparent transparent;
  }
}

.smt-menu-main_js-hidden .smt-more-link {
  display: none;
}

.smt-menu-main_js-hidden > li.hidden {
  display: block !important;
}

@media (min-width: 992px) {
  .smt-menu-main_js-hidden {
    overflow: hidden;
    height: 48px;
  }
  .smt-menu-main_js-hidden .smt-more-link {
    display: block;
  }
  .smt-menu-main_js-hidden > li.hidden {
    display: none !important;
  }
}

.smt-menu-main_right {
  text-align: right;
}

.smt-menu-main .smt-padding-right-0 {
  padding-right: 0;
}

.menu-top-container {
  background: #efefef;
}

.menu-top {
  margin-bottom: 0;
}

.menu-top > li a {
  display: block;
  font-size: 13px;
  line-height: 28px;
  padding: 8px 0 8px 0;
}

.smt-list_menu a {
  display: block;
  background-color: #efefef;
  padding: 8px 10px;
  margin-bottom: 4px;
  color: #000;
}

.smt-list_menu a:hover {
  background-color: #cb7152;
}

.smt-menu-left {
  position: relative;
}

.smt-menu-left:before, .smt-menu-left:after {
  content: "\20";
  display: table;
}

.smt-menu-left:after {
  clear: both;
}

.smt-menu-left, .smt-menu-left ul, .smt-menu-left li {
  direction: ltr;
  display: block;
  line-height: normal;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.smt-menu-left li {
  position: relative;
}

.smt-menu-left a {
  display: block;
  position: relative;
}

.smt-menu-left a.disabled {
  cursor: not-allowed;
}

.smt-menu-left ul {
  display: none;
}

.smt-menu-left li.current ul {
  display: block;
}

.smt-menu-left a, .smt-menu-left a:hover, .smt-menu-left a:focus, .smt-menu-left a:active {
  color: #000;
}

.smt-menu-left a.current {
  background-color: #cb7152;
  color: #fff;
  text-decoration: underline;
}

.smt-menu-left a:hover {
  color: #fff;
}

.smt-menu-left a.disabled {
  color: #c5c5c5;
}

.smt-menu-left a span.sub-arrow {
  position: absolute;
  right: 10px;
  display: inline-block;
  font: normal normal normal 16px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.smt-menu-left a span.sub-arrow:before {
  content: "\f107";
}

.smt-menu-left a.highlighted span.sub-arrow:before {
  display: block;
  content: "\f106";
}

.smt-menu-left ul a,
.smt-menu-left ul a:hover,
.smt-menu-left ul a:focus,
.smt-menu-left ul a:active {
  border-left: 20px solid transparent;
}

.smt-menu-left ul ul a,
.smt-menu-left ul ul a:hover,
.smt-menu-left ul ul a:focus,
.smt-menu-left ul ul a:active {
  border-left: 30px solid transparent;
}

.smt-menu-left ul ul ul a,
.smt-menu-left ul ul ul a:hover,
.smt-menu-left ul ul ul a:focus,
.smt-menu-left ul ul ul a:active {
  border-left: 40px solid transparent;
}

.smt-menu-left ul ul ul ul a,
.smt-menu-left ul ul ul ul a:hover,
.smt-menu-left ul ul ul ul a:focus,
.smt-menu-left ul ul ul ul a:active {
  border-left: 50px solid transparent;
}

.smt-logo a {
  display: block;
  text-decoration: none;
  float: left;
  font-size: 24px;
  color: #454545;
  font-weight: lighter;
  vertical-align: middle;
  white-space: nowrap;
}

.smt-logo a strong, .smt-logo a b {
  color: #cb7152;
}

.smt-logo a:hover {
  text-decoration: none;
}

.smt-logo > span {
  display: block;
  text-decoration: none;
  float: left;
  font-size: 24px;
  color: #454545;
  font-weight: lighter;
  vertical-align: middle;
}

.smt-logo > span strong, .smt-logo > span b {
  color: #cb7152;
}

.smt-logo .fa, .smt-logo .glyphicon {
  margin-right: 5px;
  color: #cb7152;
}

.smt-logo img {
  max-height: 100%;
  width: auto;
}

@media (min-width: 992px) {
  .smt-logo a {
    float: left;
  }
}

.smt-logo-label {
  font-size: 13px;
  text-align: right;
  display: none;
}

@media (min-width: 992px) {
  .smt-logo-label {
    display: block;
  }
}

.smt-contact a, .smt-contact a:hover, .smt-contact a:focus {
  color: #000;
  text-decoration: none;
}

.smt-contact__phone {
  margin-right: 20px;
}

.smt-contact__phone .fa {
  margin-right: 10px;
  color: #cb7152;
}

@media (max-width: 767px) {
  .smt-contact__phone {
    white-space: nowrap;
  }
}

.smt-contact-item {
  border: 1px solid #efefef;
  padding: 16px 20px;
  margin-bottom: 12px;
}

.smt-contact-item:hover {
  border-color: #cb7152;
}

.smt-pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0;
  border-radius: 0;
}

.smt-pagination__first span:last-child, .smt-pagination__last span:last-child {
  margin-left: -6px;
}

.smt-pagination > li {
  display: inline;
}

.smt-pagination > li > a,
.smt-pagination > li > span {
  position: relative;
  float: left;
  padding: 8px 16px;
  line-height: 1.5;
  text-decoration: none;
  color: #cb7152;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

.smt-pagination > li:first-child > a,
.smt-pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.smt-pagination > li:last-child > a,
.smt-pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.smt-pagination > li > a:hover, .smt-pagination > li > a:focus,
.smt-pagination > li > span:hover,
.smt-pagination > li > span:focus {
  z-index: 2;
  color: #a04d30;
  background-color: #eeeeee;
  border-color: #ddd;
}

.smt-pagination > .active > a, .smt-pagination > .active > a:hover, .smt-pagination > .active > a:focus,
.smt-pagination > .active > span,
.smt-pagination > .active > span:hover,
.smt-pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #cb7152;
  border-color: #cb7152;
}

.smt-pagination > .disabled > span,
.smt-pagination > .disabled > span:hover,
.smt-pagination > .disabled > span:focus,
.smt-pagination > .disabled > a,
.smt-pagination > .disabled > a:hover,
.smt-pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.smt-pagination-lg > li > a,
.smt-pagination-lg > li > span {
  padding: 12px 20px;
  font-size: 20px;
  line-height: 1.33333;
}

.smt-pagination-lg > li:first-child > a,
.smt-pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.smt-pagination-lg > li:last-child > a,
.smt-pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.smt-pagination-sm > li > a,
.smt-pagination-sm > li > span {
  padding: 4px 10px;
  font-size: 14px;
  line-height: 1.5;
}

.smt-pagination-sm > li:first-child > a,
.smt-pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.smt-pagination-sm > li:last-child > a,
.smt-pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.smt-breadcrumb {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
  margin-bottom: 0;
  font-size: 12px;
}

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

.smt-breadcrumb > li:after {
  content: "\2f";
  padding-left: 0.4em;
  color: #cb7152;
}

.smt-breadcrumb > li:last-child:after {
  display: none;
}

.smt-breadcrumb > li a, .smt-breadcrumb > li a:hover {
  color: #7d7d7d;
}

.smt-breadcrumb > li a .fa, .smt-breadcrumb > li a:hover .fa {
  color: #777777;
}

.smt-page-header {
  background-position: center center;
  -webkit-background-size: cover;
          background-size: cover;
  padding: 0;
  background-color: #e0e0e0;
}

.smt-page-header__overlay_on {
  background-color: rgba(255, 255, 255, 0.8);
}

.smt-page-header__inner {
  padding: 12px 0;
}

@media (min-width: 992px) {
  .smt-page-header__header h1 {
    margin-bottom: 0;
  }
  .smt-page-header__header .smt-header-underline-center {
    text-align: left;
  }
  .smt-page-header__header .smt-header-underline-center:before {
    content: "";
    position: absolute;
    width: 1em;
    bottom: 0;
    left: 0;
    margin-left: 0;
    border-bottom: 2px solid #cb7152;
  }
}

.smt-page-header__breadcrumb {
  position: relative;
  text-align: center;
  margin-bottom: 12px;
}

@media (min-width: 992px) {
  .smt-page-header__breadcrumb {
    text-align: left;
  }
}

.smt-slider {
  height: auto;
}

@media (min-width: 992px) {
  .smt-slider {
    height: 576px;
  }
}

.smt-slider__item {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}

.smt-slider__over {
  background-color: rgba(0, 0, 0, 0.2);
}

.smt-slider .container {
  height: auto;
}

@media (min-width: 992px) {
  .smt-slider .container {
    height: 576px;
  }
}

.smt-slider_fixed .smt-slider__item {
  background-attachment: fixed;
}

.smt-slide__content {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 24px 30px;
}

.smt-slide__header {
  color: #fff;
  font-weight: 300;
  margin-bottom: 12px;
}

.smt-slide__header .h1, .smt-slide__header .h2, .smt-slide__header .h3, .smt-slide__header .h4, .smt-slide__header .h5, .smt-slide__header .h6 {
  margin-bottom: 0;
}

.smt-slide__header .h2 {
  font-size: 30px;
}

.smt-slide__header strong, .smt-slide__header b {
  color: #cb7152;
}

.smt-slide__text {
  color: #fff;
  margin-bottom: 40px;
}

.smt-slide a {
  color: #fff;
}
.video-youtube {
  height: 470px;
  width: 847px;
}
@media (max-width: 991px) {
  .smt-page-header,.smt-top-bar .smt-top-bar__label,.smt-top-bar .smt-top-bar__contact,.smt-contact .smt-contact__email {
    display: none;
  }
  .video-youtube {
    height: auto;
    width: 100%;
  }
  .smt-widget-content {
    padding:0px;
  }
  .smt-slide__content {
    padding-left: 40px;
    padding-right: 40px;
  }
  .smt-slide__header .h1, .smt-slide__header .h2, .smt-slide__header .h3, .smt-slide__header .h4, .smt-slide__header .h5, .smt-slide__header .h6 {
    font-size: 24px;
  }
  .smt-slide__text {
    font-size: 14px;
  }
  .smt-slide__button .btn {
    display: block;
    margin-bottom: 12px;
  }
}

.owl-theme_slider.owl-carousel {
  position: relative;
}

.owl-theme_slider.owl-carousel .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme_slider.owl-carousel .owl-nav [class*='owl-'] {
  font-size: 16px;
  padding: 16px 20px;
  display: inline-block;
  cursor: pointer;
  color: #fff;
  opacity: 0.8;
  background-color: #cb7152;
}

.owl-theme_slider.owl-carousel .owl-nav [class*='owl-']:hover {
  text-decoration: none;
  color: #000;
  opacity: 0.9;
}

.owl-theme_slider.owl-carousel .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme_slider.owl-carousel .owl-prev {
  position: absolute;
  top: 50%;
  margin-top: -32px;
  left: 0;
}

.owl-theme_slider.owl-carousel .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -32px;
  right: 0;
}

.owl-theme_slider.owl-carousel .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme_slider.owl-carousel .owl-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme_slider.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme_slider.owl-carousel .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 8px 5px;
  background: #fff;
  border: 2px solid #cb7152;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity, 200ms, ease;
  -o-transition: opacity, 200ms, ease;
  transition: opacity, 200ms, ease;
  border-radius: 12px;
}

.owl-theme_slider.owl-carousel .owl-dots .owl-dot.active span, .owl-theme_slider.owl-carousel .owl-dots .owl-dot:hover span {
  background-color: #cb7152;
}

.smt-slide_dark .smt-slide__header {
  color: #424242;
}

.smt-slide_bg .smt-slide__text {
  color: #efefef;
}

.smt-widget-benefit {
  position: relative;
  z-index: 1;
  margin-top: 30px;
}

.smt-widget-benefit__item:first-child .smt-benefit-item {
  background-color: #d4896f;
}

.smt-widget-benefit__item:last-child .smt-benefit-item {
  background-color: #be5b39;
}

.smt-benefit-item {
  background-color: #cb7152;
  color: #efefef;
  min-height: 254px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}

.smt-benefit-item__content {
  padding: 48px 30px 48px 30px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: background-color 0.4s ease-out;
  -o-transition: background-color 0.4s ease-out;
  transition: background-color 0.4s ease-out;
  min-height: 254px;
}

.smt-benefit-item .smt-image-box_fixed {
  height: 64px;
}

.smt-benefit-item:hover .smt-benefit-item__content {
  background-color: rgba(0, 0, 0, 0.2);
}

.smt-benefit-item__icon {
  font-size: 64px;
  height: 64px;
  line-height: 1;
  text-align: center;
  color: #da9983;
  margin-bottom: 16px;
}

.smt-benefit-item__header {
  text-align: center;
}

.smt-benefit-item__header:before {
  border-color: #efefef !important;
}

.smt-widget-about__text p {
  margin-bottom: 0;
}

.smt-widget-about__image {
  border: 10px solid #efefef;
  margin-bottom: 24px;
}

.smt-widget-about__list {
  margin-top: 32px;
}

@media (max-width: 991px) {
  .smt-widget-about .smt-header {
    margin-top: 12px;
  }
}

.smt-service-item {
  position: relative;
  margin-bottom: 12px;
}

.smt-service-item:before, .smt-service-item:after {
  content: "\20";
  display: table;
}

.smt-service-item:after {
  clear: both;
}

.smt-service-item__icon {
  color: #cb7152;
  font-size: 20px;
  position: absolute;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background-color: #efefef;
  display: block;
}

.smt-service-item__content {
  padding-left: 100px;
  min-height: 80px;
}

.smt-service-item__content p {
  margin-bottom: 0;
}

.smt-service__inner {
  margin-bottom: 40px;
}

.smt-project-list .smt-project-item {
  border: 1px solid #efefef;
}

.smt-project-item {
  margin-bottom: 24px;
  position: relative;
}

.smt-project-item__container {
  height: 100%;
}

@media (min-width: 992px) {
  .smt-project-item:hover .smt-image-box-inline__over {
    opacity: 0.3;
    visibility: visible;
  }
  .smt-project-item:hover .smt-project-item__container {
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
    -webkit-box-shadow: 3px 5px 15px rgba(0, 0, 0, 0.15);
            box-shadow: 3px 5px 15px rgba(0, 0, 0, 0.15);
  }
  .smt-project-item:hover .smt-project-item__name {
    white-space: normal;
  }
}

.smt-project-item__container {
  background-color: #ffffff;
}

.smt-project-item__content {
  border-top: 1px solid #ededed;
  padding: 24px 30px 24px 30px;
  display: block;
}

.smt-project-item__content, .smt-project-item__content:hover {
  text-decoration: none;
}

.smt-project-item__name {
  display: block;
}

@media (min-width: 992px) {
  .smt-project-item__name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.smt-project-item__property {
  display: block;
  color: #666;
  font-size: 12px;
}

.smt-price-label {
  display: block;
}

.smt-price {
  display: block;
  font-weight: bold;
  white-space: nowrap;
  color: #cb7152;
}

.smt-price_discount {
  color: #ff463f;
}

.smt-price-old {
  font-size: 0.8em;
  font-weight: normal;
  white-space: nowrap;
}

.smt-price-old .smt-price-value {
  text-decoration: line-through;
  white-space: nowrap;
}

.smt-price-currency {
  display: inline;
}

.smt-project-list .smt-price-label, .smt-project-list .smt-price {
  display: inline;
}

.smt-object-list .smt-object-item {
  border: 1px solid #efefef;
}

.smt-object-item {
  margin-bottom: 24px;
  position: relative;
}

.smt-object-item__container {
  height: 100%;
  z-index: 100;
}

@media (min-width: 992px) {
  .smt-object-item:hover .smt-image-box-inline__over {
    opacity: 0.3;
    visibility: visible;
  }
  .smt-object-item:hover .smt-object-item__container {
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
    -webkit-box-shadow: 3px 5px 15px rgba(0, 0, 0, 0.15);
            box-shadow: 3px 5px 15px rgba(0, 0, 0, 0.15);
  }
  .smt-object-item:hover .smt-object-item__name {
    white-space: normal;
  }
}

.smt-object-item__container {
  background-color: #ffffff;
}

.smt-object-item__content {
  padding: 12px 30px 24px 15px;
  display: block;
}

.smt-object-item__content, .smt-object-item__content:hover {
  text-decoration: none;
}

.smt-object-item__name {
  display: block;
}

@media (min-width: 992px) {
  .smt-object-item__name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.smt-object-item__preview-text {
  font-size: 14px;
}

.smt-object-item__property {
  display: block;
  color: #666;
  font-size: 14px;
  margin-top: 8px;
}

.smt-price-label {
  display: block;
}

.smt-price {
  display: block;
  font-weight: bold;
  white-space: nowrap;
  color: #cb7152;
}

.smt-price_discount {
  color: #ff463f;
}

.smt-price-old {
  font-size: 0.8em;
  font-weight: normal;
  white-space: nowrap;
}

.smt-price-old .smt-price-value {
  text-decoration: line-through;
  white-space: nowrap;
}

.smt-price-currency {
  display: inline;
}

.smt-object-list .smt-price-label, .smt-object-list .smt-price {
  display: inline;
}

.smt-call-action {
  background-position: center center;
  -webkit-background-size: cover;
          background-size: cover;
}

.smt-call-action:hover .smt-call-action__overlay {
  background-color: rgba(0, 0, 0, 0.5);
}

.smt-call-action__overlay {
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
  text-align: center;
}

.smt-call-action__content {
  padding: 80px 0;
  color: #fff;
}

.smt-call-action__label {
  text-transform: uppercase;
  margin-bottom: 24px;
  font-size: 16px;
}

@media (min-width: 992px) {
  .smt-call-action__label {
    font-size: 20px;
  }
}

.smt-call-action_fixed {
  background-attachment: fixed;
}

.smt-call-action-button {
  background-color: #efefef;
  position: relative;
}

.smt-call-action-button__content {
  padding: 24px 15px;
}

.smt-call-action-button__icon {
  color: #fff;
  background: #cb7152;
  position: absolute;
  text-align: center;
  vertical-align: middle;
  top: 0;
  left: 0;
  bottom: 0;
  width: 80px;
  font-size: 40px;
  display: none;
}

.smt-call-action-button__icon > span {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  margin-top: -30px;
  line-height: inherit;
}

.smt-call-action-button__label {
  text-transform: uppercase;
  color: #000;
  position: relative;
  text-align: center;
  margin-bottom: 12px;
}

.smt-call-action-button__button {
  text-align: center;
}

@media (min-width: 768px) {
  .smt-call-action-button {
    padding-left: 95px;
    min-height: 80px;
  }
  .smt-call-action-button .row {
    min-height: 80px;
  }
  .smt-call-action-button__label {
    font-size: 20px;
    text-align: left;
    margin-bottom: 0;
  }
  .smt-call-action-button__content {
    padding: 0;
  }
  .smt-call-action-button__icon {
    display: block;
  }
  .smt-call-action-button__button {
    text-align: right;
    padding-right: 15px;
  }
}

.smt-banner {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  padding: 4px;
  display: block;
  margin-bottom: 12px;
}

.smt-banner__content {
  height: 240px;
  border: 2px solid #cb7152;
  text-align: center;
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
  font-size: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.smt-banner__content:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.smt-banner:hover .smt-banner__content {
  background-color: rgba(0, 0, 0, 0.5);
}

.smt-banner:hover .smt-banner__link {
  text-decoration: none;
}

.smt-banner__link {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  text-align: center;
  font-size: 24px;
  line-height: 1.33333;
  color: #fff;
}

.smt-banner__link strong, .smt-banner__link b {
  color: #cb7152;
}

.smt-banner_fixed {
  background-attachment: fixed;
}

.smt-gallery-list .smt-gallery-item {
  margin-bottom: 28px;
}

.smt-gallery-item {
  margin-bottom: 12px;
}

.smt-gallery-item .smt-image__over {
  background-color: #000;
}

.smt-gallery-item__content {
  margin-top: 12px;
}

.smt-gallery-item__link {
  display: block;
  position: relative;
  color: #000;
  font-weight: bold;
  margin-bottom: 8px;
  padding-bottom: 6px;
  text-align: left;
}

.smt-gallery-item__link:before {
  content: "";
  position: absolute;
  width: 1em;
  bottom: 0;
  left: 0;
  border-bottom: 2px solid #cb7152;
}

.smt-gallery-image__content {
  position: absolute;
  bottom: 8px;
  width: 100%;
  padding: 0 20px;
}

.smt-gallery-image__name {
  display: block;
  font-weight: bold;
}

.smt-gallery-image__descr {
  display: block;
  font-size: 12px;
}

.smt-blog-item {
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.smt-blog-item .smt-image {
  margin-bottom: 12px;
}

.smt-blog-item__link {
  display: block;
  position: relative;
  color: #000;
  font-weight: bold;
  margin-bottom: 8px;
  padding-bottom: 6px;
}

.smt-blog-item__link:before {
  content: "";
  position: absolute;
  width: 1em;
  bottom: 0;
  left: 0;
  border-bottom: 2px solid #cb7152;
}

.smt-blog-item__text {
  font-size: 15px;
}

.smt-blog-item__text p {
  margin-bottom: 0;
}

.smt-blog-item__button {
  margin-top: 12px;
}

.smt-blog-item__date {
  font-size: 13px;
  font-style: italic;
}

.smt-blog-item_line .smt-image {
  display: inline-block;
  margin-bottom: 12px;
  float: left;
}

.smt-blog-item_line .smt-image__image {
  display: inline-block;
}

@media (min-width: 480px) {
  .smt-blog-item_line .smt-image__image {
    margin-bottom: 0;
  }
}

.smt-blog-item_line .smt-image__image-over {
  display: inline-block;
}

.smt-blog-item_border-bottom {
  border-bottom: 1px solid #efefef;
}

.smt-blog-item_background .smt-blog-item__content {
  background-color: #efefef;
  padding: 24px 20px;
}

.smt-widget-response-list {
  position: relative;
}

.smt-response-list .smt-response-item {
  margin-bottom: 24px;
}

.smt-response-item__text {
  font-style: italic;
  background-color: #efefef;
  padding: 24px 40px;
  position: relative;
  border-radius: 4px;
}

.smt-response-item__text:before {
  position: absolute;
  content: "";
  bottom: -17px;
  left: 0;
  width: 0;
  height: 0;
  border-bottom: 8px solid transparent;
  border-left: 12px solid transparent;
  border-top: 8px solid #d6d6d6;
  border-right: 12px solid #d6d6d6;
}

.smt-response-item__quote {
  font-size: 36px;
  position: absolute;
}

.smt-response-item__quote_left {
  top: 0;
  left: 15px;
}

.smt-response-item__quote_right {
  bottom: 0;
  right: 15px;
}

.smt-response-item__content {
  margin-top: 8px;
  margin-left: 40px;
}

.smt-response-item__link, .smt-response-item__link:hover, .smt-response-item__link:focus {
  color: #222222;
  text-decoration: none;
}

.smt-response-item__descr {
  font-style: italic;
  font-size: 12px;
  display: block;
}

.smt-response-item__image-content {
  width: 64px;
  height: 64px;
  border-radius: 32px;
  overflow: hidden;
  text-align: center;
}

.smt-response-item__image-content.pull-left {
  margin-right: 10px;
}

.smt-response-item__text-more[data-readmore] {
  -webkit-transition: height 100ms;
  -o-transition: height 100ms;
  transition: height 100ms;
  overflow: hidden;
}

.smt-worker-item__content {
  padding: 12px 0 12px 0;
  display: block;
}

.smt-worker-item__content, .smt-worker-item__content:hover {
  color: #222222;
}

.smt-worker-item__descr {
  font-size: 12px;
}

.smt-history-list {
  position: relative;
}

.smt-history-list:before {
  content: "";
  border-left: 2px solid #cb7152;
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
}

.smt-history-item {
  padding: 0;
  position: relative;
  margin-right: 50%;
}

.smt-history-item__content {
  text-align: right;
  padding-right: 40px;
}

.smt-history-item:before {
  content: "";
  border: 2px solid #cb7152;
  background-color: #fff;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  right: 0;
  padding: 6px;
  margin-right: -9px;
  margin-top: -12px;
}

.smt-history-item:nth-child(odd) {
  margin-left: 50%;
  margin-right: 0;
}

.smt-history-item:nth-child(odd) .smt-history-item__content {
  padding-left: 40px;
  padding-right: 0;
  text-align: left;
}

.smt-history-item:nth-child(odd):before {
  left: 0;
  right: auto;
  margin-left: -7px;
  margin-right: 0;
}

.smt-schedule-table thead tr th {
  font-size: 14px;
  font-weight: normal;
  padding: 24px;
  text-align: center;
  border-bottom-width: 1px;
}

.smt-schedule-table tbody tr td {
  padding: 0;
  height: 70px;
}

.smt-schedule-item {
  display: block;
  padding: 2px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  min-height: 70px;
  border-bottom: 1px solid #e8e8e8;
}

.smt-schedule-item__name {
  display: block;
  font-size: 15px;
  margin-bottom: 5px;
}

.smt-schedule-item__time {
  display: block;
  font-size: 12px;
}

.smt-schedule-item__user {
  display: block;
  font-size: 12px;
}

.smt-schedule-item__descr {
  display: inline-block;
  font-size: 13px;
  border: 1px solid #fff;
  padding: 2px 5px;
  border-radius: 8px;
  margin-bottom: 4px;
}

.smt-schedule-item:hover, .smt-schedule-item:focus {
  color: #efefef;
  text-decoration: none;
}

.smt-schedule-item_dark {
  color: #2e2e2e;
}

.smt-schedule-item_dark .smt-schedule-item__descr {
  border-color: #2e2e2e;
}

.smt-schedule-item_dark:hover, .smt-schedule-item_dark:focus {
  color: #525252;
}

.smt-footer {
  padding: 48px 0 48px 0;
  background-color: #272933;
  min-height: 360px;
  color: #9e9e9e;
}

.smt-footer a, .smt-footer a:hover {
  color: #9e9e9e;
}

.smt-footer h1, .smt-footer h2, .smt-footer h3, .smt-footer h4, .smt-footer h5, .smt-footer h6,
.smt-footer .h1, .smt-footer .h2, .smt-footer .h3, .smt-footer .h4, .smt-footer .h5, .smt-footer .h6 {
  color: #fff;
}

.smt-logo-footer__image {
  margin-bottom: 12px;
}

.smt-logo-footer__text {
  color: #fff;
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 300;
  padding-bottom: 8px;
  position: relative;
}

.smt-logo-footer__text:before {
  content: "";
  position: absolute;
  width: 1em;
  bottom: 0;
  left: 0;
  border-bottom: 2px solid #cb7152;
}

.smt-logo-footer__text a, .smt-logo-footer__text a:hover {
  color: #fff;
}

.smt-logo-footer__text b, .smt-logo-footer__text strong {
  line-height: 1.2;
  font-weight: 300;
  color: #cb7152;
}

.smt-logo-footer__label {
  font-size: 14px;
}

.smt-copyright {
  padding: 12px 0 12px 0;
  font-size: 12px;
  text-align: center;
  background-color: #1b1b22;
  color: #fff;
  font-weight: 300;
}

@media (min-width: 992px) {
  .smt-copyright {
    padding: 24px 0 24px 0;
  }
}

.smt-footer-contact {
  font-size: 14px;
}

@media (max-width: 767px) {
  .smt-footer {
    text-align: center;
  }
  .smt-footer .smt-header {
    margin-bottom: 12px;
  }
  .smt-footer .smt-header-underline-left {
    text-align: center;
  }
  .smt-footer .smt-header-underline-left:before {
    left: 50%;
    margin-left: -0.5em;
  }
  .smt-footer .smt-logo-footer__text:before {
    left: 50%;
    margin-left: -0.5em;
  }
}

.bx-filter {
  width: 100%;
  min-width: 220px;
  margin-bottom: 12px;
}

.bx-filter .bx-filter-section {
  position: relative;
  padding-top: 12px;
  z-index: 900;
}

.bx-filter .bx-filter-section > .row {
  padding: 0 5px;
}

.bx-filter .bx-filter-title {
  font-size: 18px;
  margin-bottom: 10px;
  color: #000;
}

/*Sections*/
.bx-filter .bx-filter-parameters-box {
  position: relative;
}

.bx-filter .bx-filter-parameters-box-title {
  font-size: 13px;
  padding-bottom: 7px;
}

@media (min-width: 992px) {
  .bx-filter .bx-filter-section .col-md-4:nth-child(3n+1) {
    clear: both;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .bx-filter .bx-filter-section .col-md-4:nth-child(2n+1) {
    clear: both;
  }
}

.bx-filter .bx-filter-parameters-box-title span {
  color: #039be5;
  border-bottom: 1px solid transparent;
  cursor: pointer;
}

.bx-filter .bx-filter-parameters-box-title span:hover {
  border-color: #039be5;
}

.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-parameters-box-title span {
  /*color: #95a1a8;*/
}

.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-parameters-box-title span:hover {
  /*color: #758087;*/
  border-color: transparent;
}

.bx-filter .bx-filter-block {
  display: none;
  -webkit-transition: padding .3s ease;
  -o-transition: padding .3s ease;
  transition: padding .3s ease;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.bx-filter .bx-filter-button-box .bx-filter-block,
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block {
  display: block;
}

.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block i.bx-ft-sub {
  font-size: 14px;
  font-style: normal;
  display: block;
  padding-bottom: 5px;
}

.bx-filter-parameters-box-container {
  padding-bottom: 20px;
}

.bx-filter-parameters-box-container .checkbox:first-child {
  margin-top: 0;
}

.bx-filter .bx-filter-parameters-box-container-block {
  font-size: 11px;
  color: #3f3f3f;
}

/*
* INPUTS
*
*/
.bx-filter .bx-filter-input-container input {
  display: block;
  width: 100%;
  font-size: 16px;
  height: 35px;
  margin: 0;
  padding: 0 4px;
  border: 1px solid #ccd5db;
  border-radius: 2px;
  background: #fff;
  outline: none;
}

.bx-filter .bx-filter-input-container input::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 38px;
}

.bx-filter .bx-filter-input-container input::-moz-placeholder {
  font-size: 14px;
  line-height: 38px;
}

.bx-filter .bx-filter-input-container input:-ms-input-placeholder {
  font-size: 14px;
  line-height: 38px;
}

.bx-filter .bx-filter-input-container input::placeholder {
  font-size: 14px;
  line-height: 38px;
}

.bx-retina .bx-filter .bx-filter-input-container input {
  border-style: solid;
  border-width: 1px;
  -webkit-border-image: url(../img/smart-filter/border_default.png) 2 repeat;
  -o-border-image: url(../img/smart-filter/border_default.png) 2 repeat;
  border-image: url(../img/smart-filter/border_default.png) 2 repeat;
}

/*.bx-filter .bx-filter-input-container input:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter .bx-filter-input-container input:focus {
	-webkit-border-image: url(../img/smart-filter/active.png) 2 repeat;
	   -moz-border-image: url(../img/smart-filter/active.png) 2 repeat;
		 -o-border-image: url(../img/smart-filter/active.png) 2 repeat;
			border-image: url(../img/smart-filter/active.png) 2 repeat;
}

/*
COLOR
*/
.bx-ios .bx-filter .bx-filter-input-container input {
  /* Fix of input shadow for IOS browsers. */
  background-image: -webkit-linear-gradient(#ffffff 0%, #ffffff 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
  background-image: -o-linear-gradient(#ffffff 0%, #ffffff 100%);
  background-image: linear-gradient(#ffffff 0%, #ffffff 100%);
}

.bx-filter .bx-filter-button-box {
  clear: both;
}

/*
*Track
*
*/
.bx-filter .bx-ui-slider-track-container {
  padding-top: 35px;
  padding-bottom: 25px;
}

.bx-filter .bx-ui-slider-track {
  position: relative;
  height: 7px;
  /*background: #d8e9f0;/* COLOR */
}

.bx-filter .bx-ui-slider-part {
  position: absolute;
  top: -6px;
  width: 1px;
  height: 17px;
  background: #a2bfc7;
}

.bx-filter .bx-ui-slider-part.p1 {
  left: -1px;
}

.bx-filter .bx-ui-slider-part.p2 {
  left: 25%;
}

.bx-filter .bx-ui-slider-part.p3 {
  left: 50%;
}

.bx-filter .bx-ui-slider-part.p4 {
  left: 75%;
}

.bx-filter .bx-ui-slider-part.p5 {
  right: -1px;
}

.bx-filter .bx-ui-slider-part span {
  font-size: 11px;
  /*font-weight: bold;*/
  position: absolute;
  top: -16px;
  left: 50%;
  display: block;
  width: 100px;
  margin-left: -50px;
  text-align: center;
  color: #000;
}

.bx-filter .bx-ui-slider-part.p2 span,
.bx-filter .bx-ui-slider-part.p3 span,
.bx-filter .bx-ui-slider-part.p4 span {
  color: #6b8086;
}

.bx-filter .bx-ui-slider-range,
.bx-filter .bx-ui-slider-pricebar,
.bx-filter .bx-ui-slider-pricebar-vd,
.bx-filter .bx-ui-slider-pricebar-vn,
.bx-filter .bx-ui-slider-pricebar-v {
  position: absolute;
  top: 0;
  bottom: 0;
}

.bx-filter .bx-ui-slider-range {
  z-index: 50;
}

.bx-filter .bx-ui-slider-pricebar {
  z-index: 100;
}

.bx-filter .bx-ui-slider-pricebar-vd {
  z-index: 60;
  /*background: #849da4;/* COLOR */
}

.bx-filter .bx-ui-slider-pricebar-vn {
  z-index: 70;
  /*background: #a8dff3;/* COLOR */
}

.bx-filter .bx-ui-slider-pricebar-v {
  z-index: 80;
  /*background: #499fd8;/* COLOR */
}

.bx-filter .bx-ui-slider-handle {
  position: absolute;
  top: 100%;
  width: 22px;
  height: 22px;
  border-bottom: none;
}

.bx-filter .bx-ui-slider-handle:hover {
  -webkit-cursor: -webkit-grab;
  -ms-cursor: grab;
  -o-cursor: grab;
  cursor: -moz-grab;
  cursor: grab;
}

.bx-filter .bx-ui-slider-handle:active {
  -webkit-cursor: -webkit-grabbing;
  -ms-cursor: grabbing;
  -o-cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

.bx-filter .bx-ui-slider-handle.left {
  left: 0;
  margin-left: -21px;
  /* COLOR */
  /*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAArUlEQVQ4y6WSQQ6FMAhEXbjyXwzOpBdx5bXKbYRWLFSJ2m8ysVHfzGA7DH9cuKVfNwwM40ZzZzJlmE3WTjjNfF9Fn2EwMH5pUGYWOJ3w6wZ4wDKz6rUBumQPPxrUmT0IxuxpqxYLQ7MOG5TaHtbk1iza5+VauW5dfdcYSDKcMLkP7wxdA5sMQWV/BkwDTY7mtAfHjpJ/Ihj4DoIgXZ9J+siaimi6rimLgSw87qod+1BRTwMJRYoAAAAASUVORK5CIIA=) no-repeat right top;*/
}

.bx-filter .bx-ui-slider-handle.right {
  right: 0;
  margin-right: -21px;
  /* COLOR */
  /*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAq0lEQVQ4y6WSQRKDIAxFXXSlF0vOZC+SlddKblMUUhKCraIzX9Ahj58PE268TE8e3GSFJ5BUTDskaRl1QFk8BsHs4BCMQMruVEe+l4kWglFu5yLEZKDFXyeXIFoEpg3z738mJTzXhncj75+QtqjnJENO2sG4I1VXDtR3ogv7O1dHxV10gi75EGILiE78RRKy33AOq07i+Us4kRamkOPGptesQjeXIjZjO+fXB+hjUU/S3Z+WAAAAAElFTkSuQmCC) no-repeat left top;*/
}

/*
*	Select
*
*/
.bx-filter .bx-filter-select-container {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 35px;
  border-radius: 3px;
  border: 1px solid #ccd5db;
}

.bx-retina .bx-filter .bx-filter-select-container {
  border-style: solid;
  border-width: 1px;
  -webkit-border-image: url(../img/smart-filter/border_default.png) 2 repeat;
  -o-border-image: url(../img/smart-filter/border_default.png) 2 repeat;
  border-image: url(../img/smart-filter/border_default.png) 2 repeat;
}

/* COLOR */
/*.bx-filter .bx-filter-select-container.bx-active,
.bx-filter .bx-filter-select-container:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter .bx-filter-select-container.bx-active,
.bx-retina .bx-filter .bx-filter-select-container:focus {
	-webkit-border-image: url(../img/smart-filter/active.png) 2 repeat;
	   -moz-border-image: url(../img/smart-filter/active.png) 2 repeat;
		 -o-border-image: url(../img/smart-filter/active.png) 2 repeat;
			border-image: url(../img/smart-filter/active.png) 2 repeat;
}*/
.bx-filter .bx-filter-select-block {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 33px;
  margin: 0;
  padding: 0 33px 0 10px;
  border: none;
  border-radius: 2px;
  background: #fff;
}

.bx-filter .bx-filter-select-text {
  font-size: 15px;
  line-height: 33px;
  overflow: hidden;
  max-width: 100%;
  height: 33px;
  cursor: pointer;
  vertical-align: middle;
  white-space: nowrap;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}

.bx-filter .bx-filter-select-text.fix {
  min-width: 120px;
}

.bx-filter .bx-filter-select-text label {
  cursor: pointer;
}

.bx-filter .bx-filter-select-arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 33px;
  cursor: pointer;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAAG0lEQVQY02OYOXPmf1yYAQRwSsAATglkBch8ADy7LKHqFrgoAAAAAElFTkSuQmCC") no-repeat center;
}

/*
*	Select popup
*
*/
.bx-filter-select-popup {
  background: #fff;
  padding: 0;
  min-width: 173px;
}

.bx-filter-select-popup ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.bx-filter-select-popup ul li {
  display: block;
  text-align: left;
  vertical-align: middle;
}

.bx-filter-select-popup ul li:first-child {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.bx-filter-select-popup ul li label {
  font-size: 14px;
  line-height: 26px;
  display: block;
  text-align: left !important;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 26px;
  padding: 0 5px;
  cursor: pointer;
  vertical-align: middle;
  white-space: nowrap;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  color: #575757;
}

.bx-filter-select-popup ul li label.selected,
.bx-filter-select-popup ul li label:hover {
  color: #000;
  background: #f3f8fa;
}

.bx-filter-select-popup ul li label.disabled {
  color: #b8b8b8;
  background: transparent;
}

.bx-filter-select-popup ul li .bx-filter-param-text {
  line-height: 34px !important;
}

/*
* TAGS
*
*/
.bx-filter .bx-filter-tag {
  padding: 18px;
  /*border-top: 1px solid #d7eaf7;/* COLOR */
  /*border-bottom: 1px solid #d7eaf7;/* COLOR */
}

.bx-filter .bx-tag-link {
  font-size: 12px;
  text-decoration: none;
  /*color: #68939e;/* COLOR */
  text-shadow: none;
}

.bx-filter .bx-tag-link.bx-active,
.bx-filter .bx-tag-link:hover {
  color: #1d3d46;
}

/*
*	LABEL
*
*/
.bx-filter .bx-filter-param-label {
  min-height: 20px;
  font-weight: normal;
  cursor: pointer;
}

.bx-filter .bx-filter-param-btn-inline .bx-filter-param-label {
  float: left;
  display: block;
  margin-right: 5px;
}

.bx-filter .bx-filter-param-btn-block .bx-filter-param-label {
  display: block;
}

.bx-filter .bx-filter-param-label {
  /*font-size: 13px;*/
}

.bx-filter .bx-filter-param-label.dib {
  display: inline-block;
}

.bx-filter .bx-filter-param-text {
  font-weight: normal;
}

.bx-filter .bx-filter-param-label.disabled .bx-filter-param-text {
  color: #6c6c6c;
}

.bx-filter-select-popup .bx-filter-param-label.bx-active {
  background: #f3f8fa;
}

/*
*	Checkbox / Radio
*
*/
.bx-filter .bx-filter-input-checkbox .bx-filter-param-text {
  display: block;
  text-align: left;
  font-size: 14px;
}

/*
* 	BTN
*
*/
.bx-filter .bx-filter-param-btn {
  font-weight: normal;
  display: inline-block;
  width: 38px;
  height: 38px;
  padding: 6px;
  text-align: center;
  text-decoration: none;
  color: #000;
  vertical-align: middle;
  border: 1px solid #ccd5db;
  border-radius: 2px;
  background: #fff;
  position: relative;
  -webkit-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
  -o-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
  -webkit-transition: border .3s ease, color .3s ease, -webkit-box-shadow .1s ease;
  transition: border .3s ease, color .3s ease, -webkit-box-shadow .1s ease;
  transition: border .3s ease, box-shadow .1s ease, color .3s ease;
  transition: border .3s ease, box-shadow .1s ease, color .3s ease, -webkit-box-shadow .1s ease;
  cursor: pointer;
}

.bx-retina .bx-filter .bx-filter-param-btn {
  border-style: solid;
  border-width: 1px;
  -webkit-border-image: url(../img/smart-filter/border_default.png) 2 repeat;
  -o-border-image: url(../img/smart-filter/border_default.png) 2 repeat;
  border-image: url(../img/smart-filter/border_default.png) 2 repeat;
}

/* COLOR */
/*.bx-filter .bx-filter-param-label.bx-active .bx-filter-param-btn,
.bx-filter .bx-filter-param-btn:hover,
.bx-filter .bx-filter-param-btn:active,
.bx-filter .bx-filter-param-btn:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter .bx-filter-param-label.bx-active .bx-filter-param-btn,
.bx-retina .bx-filter .bx-filter-param-btn:hover,
.bx-retina .bx-filter .bx-filter-param-btn:active,
.bx-retina .bx-filter .bx-filter-select-container:focus {
	-webkit-border-image: url(../img/smart-filter/active.png) 2 repeat;
	   -moz-border-image: url(../img/smart-filter/active.png) 2 repeat;
		 -o-border-image: url(../img/smart-filter/active.png) 2 repeat;
			border-image: url(../img/smart-filter/active.png) 2 repeat;
}*/
/* --- colors */
.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl {
  position: relative;
}

.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl:before {
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  content: ' ';
  display: block;
  z-index: 100;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAA/UlEQVQ4y5WSQQ6CQAxFOSBuwAtoAitc4R6MkKgYJULUi8Ax4DgKm9o/45BxBBNJmkB/33T6qUVEHkfDUXHY1sQD7V2DWg+JJox3lOZ3enYdf5IzAjnQkvxGa64Fg2S9PV3JXa4ozoovWEGbY0nOIqDkfIVeQ5hBAOQsAy5guO8FbEJxVqqDZ+rUuQ6rziJ3VLkBcs05BBxlF1nIADrJESYgE0YhAER0KH5DphEKFDNPuG1AhTAi4jnRWV17FNYhcT3NHLzLzuUnjI0YHP203EWY8ENqNsAq5Y3Qf4NuhIT7wTBsDxgIbRjvCfCUe6ozoFCuXIukj5c/lhy1/gvSDM3b8PrjegAAAABJRU5ErkJggg==") no-repeat center;
  opacity: .7;
}

.bx-filter .bx-filter-param-btn .bx-filter-param-text {
  line-height: 26px;
}

/*
* BTN P/M
*
*/
.bx-filter .bx-filter-param-btn.bx-spm {
  width: 23px;
  min-width: 23px;
  height: 23px;
  line-height: 23px;
  font-weight: normal;
  padding: 0;
  font-size: 17px;
  color: #767b7e;
  vertical-align: top;
  border-radius: 50%;
  background-color: transparent;
}

.bx-filter .bx-filter-param-btn.bx-spm.bx-plus {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAAANUlEQVQoz2NgwAQsQMzJQCSwAeKGQa7YFKoAhmOgim3QsAxIcSFUkhC2GaqhgQ4UgNgFmwQAij8OUFmBFssAAAAASUVORK5CIIA=") no-repeat center;
}

.bx-filter .bx-filter-param-btn.bx-spm.bx-minus {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAACCAYAAABhYU3QAAAAG0lEQVQYV2NgYGDgBuI4AlgGiBn4gLicAFYGAAFkBwE95V42AAAAAElFTkSuQmCC") no-repeat center;
}

.bx-filter .bx-filter-param-btn.bx-spm:active {
  outline: none !important;
  -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.12);
          box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.12);
}

.bx-filter span.bx-spm {
  font-size: 18px;
  /*font-weight:bold;*/
  line-height: 23px;
  display: inline-block;
  height: 23px;
  margin: 0 10px;
  vertical-align: middle;
  color: #000;
}

/*
*	icon
*
*/
.bx-filter-select-popup .bx-filter-select-text-icon,
.bx-filter .bx-filter-select-text-icon {
  line-height: 33px;
  position: relative;
  display: inline-block;
  width: 23px;
  height: 23px;
  margin-top: -4px;
  margin-right: 2px;
  vertical-align: middle;
  border-radius: 2px;
}

.bx-filter-select-popup .bx-filter-btn-color-icon,
.bx-filter .bx-filter-btn-color-icon {
  line-height: 24px;
  /*position:relative;*/
  /*top:4px;*/
  border-radius: 2px;
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
  -webkit-background-size: cover;
  background-size: cover;
}

.bx-filter-select-popup .bx-filter-btn-color-icon {
  width: 20px;
  height: 20px;
  margin: 2px 0;
  top: 0 !important;
}

.bx-filter .bx-filter-select-block .bx-filter-btn-color-icon {
  top: -1px !important;
}

.bx-filter-btn-color-icon.all {
  position: relative;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.bx-filter-btn-color-icon.all:after,
.bx-filter-btn-color-icon.all:before {
  position: absolute;
  width: 60%;
  height: 60%;
  background: #fff;
  content: "\20";
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
}

.bx-filter-btn-color-icon.all:after {
  right: 0;
  bottom: 0;
}

.bx-filter-btn-color-icon.all:before {
  top: 0;
  left: 0;
}

.bx-filter .bx-filter-param-label.disabled .bx-filter-btn-color-icon {
  opacity: .2;
}

/*
* 	BIZ
*
*/
.bx-filter .bx-filter-parameter-biz {
  font-size: 14px;
  line-height: 15px;
  display: inline-block;
  margin-right: 10px;
  text-decoration: none;
  color: #1485ce;
  border-bottom: 1px dashed;
}

.bx-filter .bx-filter-parameter-biz:hover {
  text-decoration: none;
  border-bottom: 1px solid;
}

.bx-filter .bx-filter-parameter-biz.bx-active {
  position: relative;
  /*padding-left:20px;*/
  color: #000;
  border-color: transparent;
}

/*
*	BTN result and reset
*
*/
.btn-themes {
  /*background-color: #1485CE;/* COLOR */
  /*border-color: #1485CE;/* COLOR */
  color: #FFF;
}

.btn-themes.bx-active,
.btn-themes.focus,
.btn-themes:active,
.btn-themes:focus,
.btn-themes:hover {
  /*background-color: #53A4D8;/* COLOR */
  /*border-color: #53A4D8;/* COLOR */
  color: #FFF;
}

/*
* 	Result Popup
*
*/
.bx-filter .bx-filter-popup-result {
  font-size: 13px;
  font-weight: normal;
  position: absolute;
  z-index: 1915000;
  display: none;
  line-height: normal;
  margin-top: -7px;
  margin-left: 10px;
  padding: 0 10px;
  white-space: nowrap;
  color: #3f3f3f;
  min-height: 37px;
  line-height: 18px;
  border-style: solid;
  border: 1px solid #cb7152;
}

.bx-filter .bx-filter-popup-result.left {
  border-width: 2px 10px 2px 2px;
  -webkit-border-image: url(../img/smart-filter/result_popup_left.png) 4 20 4 4 repeat;
  -o-border-image: url(../img/smart-filter/result_popup_left.png) 4 20 4 4 repeat;
  border-image: url(../img/smart-filter/result_popup_left.png) 4 20 4 4 fill repeat;
}

.bx-filter .bx-filter-popup-result.right {
  border-width: 2px 2px 2px 10px;
  -webkit-border-image: url(../img/smart-filter/result_popup_right.png) 4 4 4 20 repeat;
  -o-border-image: url(../img/smart-filter/result_popup_right.png) 4 4 4 20 repeat;
  border-image: url(../img/smart-filter/result_popup_right.png) 4 4 4 20 fill repeat;
}

.bx-filter .bx-filter-popup-result.right {
  left: 97%;
}

.bx-filter .bx-filter-popup-result.left {
  right: 97%;
}

.bx-filter-horizontal .bx-filter-popup-result {
  display: inline-block;
  position: relative;
  left: auto;
  right: auto;
  bottom: -7px;
}

.bx-filter .bx-filter-popup-result a {
  line-height: 10px;
}

.bx-filter .bx-filter-popup-result a:hover {
  text-decoration: none;
}

.bx-filter .bx-filter-popup-result-close {
  display: none;
}

@media (max-width: 767px) {
  .bx-touch .bx-filter .bx-filter-popup-result {
    font-size: 12px;
    line-height: 14px;
    position: fixed !important;
    z-index: 1001;
    top: auto !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    margin-top: 0;
    margin-left: 0;
    width: auto;
    height: auto;
    padding: 10px;
    border-radius: 2px;
    border: 1px solid #c6dae7;
    background: rgba(255, 255, 255, 0.9);
  }
  .bx-touch .bx-filter .bx-filter-popup-result br {
    display: none;
  }
  .bx-filter .bx-filter-popup-result .arrow {
    display: none;
  }
}

.bx-filter.bx-blue .bx-filter-section {
  border: 1px solid #efefef;
  -webkit-box-shadow: rgba(150, 150, 150, 0.1) 0px 0px 20px 0px;
  box-shadow: rgba(150, 150, 150, 0.1) 0px 0px 20px 0px;
  -webkit-transition: -webkit-transform 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  -o-transition: box-shadow 0.2s ease-in-out, -o-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out, -o-transform 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  will-change: transform, box-shadow;
}

/*
* INPUTS
*
*/
.bx-filter.bx-blue .bx-filter-input-container input:focus {
  border-color: #499fd8;
}

.bx-retina .bx-filter.bx-blue .bx-filter-input-container input:focus {
  -webkit-border-image: url(../img/smart-filter/active.png) 2 repeat;
  -o-border-image: url(../img/smart-filter/active.png) 2 repeat;
  border-image: url(../img/smart-filter/active.png) 2 repeat;
}

/*
*Track
*
*/
.bx-filter.bx-blue .bx-ui-slider-track {
  background: #e7e7e7;
}

.bx-filter.bx-blue .bx-ui-slider-pricebar-vd {
  background: #849da4;
}

.bx-filter.bx-blue .bx-ui-slider-pricebar-vn {
  background: #a8dff3;
}

.bx-filter.bx-blue .bx-ui-slider-pricebar-v {
  background: #499fd8;
}

.bx-filter.bx-blue .bx-ui-slider-handle.left {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NkM2RUFBN0ExNjg1MTFFNUIzOUM4MzM0QUEzQkQxRDQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NkM2RUFBN0IxNjg1MTFFNUIzOUM4MzM0QUEzQkQxRDQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2QzZFQUE3ODE2ODUxMUU1QjM5QzgzMzRBQTNCRDFENCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2QzZFQUE3OTE2ODUxMUU1QjM5QzgzMzRBQTNCRDFENCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Ppps1VcAAAEWSURBVHjabFPRFcIwCIS8/nWGdh+3sYu4gmu5il8niUAuaN6zJoQD7iB6e76kL8h3qX+RlrnU/TR3sje+DHMFq4cN8Pded/veG8gNWUEEVALMQPbd7e9uv3MLOABRXQutQD8PsFnOfmjJRkMHsHOCu8X2mTn8NnYRAmEAWF4xzhhgptUgyANIa3UV3JaZ1+AWYOYGtScyYMnMftGRxq0CNdArcMH0rFTVg21FYa6mZ77s9lgFxaJMk1kqTeJo1QAX+5yEoIDfadttf8nILDRckyKYQolrmfWyi4MZz878vohGbqPsAK/vAYXotGxemnPWIzRRAqCMs9K5D1JyFuox6IVKmVTe9za+LchD/q4iXyo6q/kIMAAflYlW4QRU6wAAAABJRU5ErkJggg==) no-repeat right top;
}

.bx-filter.bx-blue .bx-ui-slider-handle.right {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAq0lEQVQ4y6WSQRKDIAxFXXSlF0vOZC+SlddKblMUUhKCraIzX9Ahj58PE268TE8e3GSFJ5BUTDskaRl1QFk8BsHs4BCMQMruVEe+l4kWglFu5yLEZKDFXyeXIFoEpg3z738mJTzXhncj75+QtqjnJENO2sG4I1VXDtR3ogv7O1dHxV10gi75EGILiE78RRKy33AOq07i+Us4kRamkOPGptesQjeXIjZjO+fXB+hjUU/S3Z+WAAAAAElFTkSuQmCC) no-repeat left top;
}

/*
*	Select
*
*/
.bx-filter.bx-blue .bx-filter-select-container.bx-active,
.bx-filter.bx-blue .bx-filter-select-container:focus {
  border-color: #499fd8;
}

.bx-retina .bx-filter.bx-blue .bx-filter-select-container.bx-active,
.bx-retina .bx-filter.bx-blue .bx-filter-select-container:focus {
  -webkit-border-image: url(../img/smart-filter/active.png) 2 repeat;
  -o-border-image: url(../img/smart-filter/active.png) 2 repeat;
  border-image: url(../img/smart-filter/active.png) 2 repeat;
}

/*
*	Select popup
*
*/
/*
* TAGS
*
*/
.bx-filter.bx-blue .bx-filter-tag {
  border-top: 1px solid #d7eaf7;
  border-bottom: 1px solid #d7eaf7;
}

.bx-filter.bx-blue .bx-tag-link {
  color: #68939e;
}

/*
*	LABEL
*
*/
/*
*	Checkbox / Radio
*
*/
/*
* 	BTN
*
*/
.bx-filter.bx-blue .bx-filter-param-label.bx-active .bx-filter-param-btn,
.bx-filter.bx-blue .bx-filter-param-btn:hover,
.bx-filter.bx-blue .bx-filter-param-btn:active,
.bx-filter.bx-blue .bx-filter-param-btn:focus {
  border-color: #499fd8;
}

.bx-retina .bx-filter.bx-blue .bx-filter-param-label.bx-active .bx-filter-param-btn,
.bx-retina .bx-filter.bx-blue .bx-filter-param-btn:hover,
.bx-retina .bx-filter.bx-blue .bx-filter-param-btn:active,
.bx-retina .bx-filter.bx-blue .bx-filter-select-container:focus {
  -webkit-border-image: url(../img/smart-filter/active.png) 2 repeat;
  -o-border-image: url(../img/smart-filter/active.png) 2 repeat;
  border-image: url(../img/smart-filter/active.png) 2 repeat;
}

.bx-filter.bx-blue .btn-themes {
  background-color: #cb7152;
  border-color: #cb7152;
  color: #fff;
}

.bx-filter.bx-blue .btn-themes.bx-active,
.bx-filter.bx-blue .btn-themes.focus,
.bx-filter.bx-blue .btn-themes:active,
.bx-filter.bx-blue .btn-themes:focus,
.bx-filter.bx-blue .btn-themes:hover {
  background-color: #cb7152;
  border-color: #cb7152;
  color: #fff;
}

.smt-top-catalog-sections {
  background: #e0e0e0;
  border-bottom: 1px solid #efefef;
}

.smt-top-catalog-sections .smt-blog-item {
  margin-bottom: 0;
  padding-bottom: 0;
}

.smt-top-catalog-sections__overlay {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 12px 0;
}

.smt-sort-list-wrapper {
  font-size: 14px;
  margin-bottom: 6px;
}

.smt-sort-list-wrapper li, .smt-sort-list-wrapper a {
  white-space: nowrap;
}

.smt-sort-link-arrow {
  color: #3a3a3a;
  font-size: 13px;
}

.smt-sort-link-arrow.active {
  color: #cb7152;
}

.smt-sort-link.active {
  color: #cb7152;
}

.owl-theme_smt.owl-carousel {
  position: relative;
}

.owl-theme_smt.owl-carousel .owl-item img {
  display: inline;
  width: auto;
}

.owl-theme_smt.owl-carousel .owl-nav {
  margin-top: 0;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme_smt.owl-carousel .owl-nav [class*='owl-'] {
  color: #fff;
  font-size: 14px;
  padding: 8px 15px;
  background: #cb7152;
  display: inline-block;
  cursor: pointer;
  border-radius: 0;
}

.owl-theme_smt.owl-carousel .owl-nav [class*='owl-']:hover {
  background: #cb7152;
  color: #000;
  text-decoration: none;
  opacity: 1;
}

.owl-theme_smt.owl-carousel .owl-nav .disabled {
  opacity: 0.8;
  cursor: default;
}

.owl-theme_smt.owl-carousel .owl-prev {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  left: -9px;
}

.owl-theme_smt.owl-carousel .owl-prev:before {
  position: absolute;
  content: "";
  left: 0;
  width: 0;
  height: 0;
  bottom: -8px;
  border-bottom: 4px solid transparent;
  border-left: 5px solid transparent;
  border-top: 4px solid #a3a3a3;
  border-right: 5px solid #a3a3a3;
}

.owl-theme_smt.owl-carousel .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  right: -9px;
}

.owl-theme_smt.owl-carousel .owl-next:before {
  position: absolute;
  content: "";
  right: 0;
  width: 0;
  height: 0;
  bottom: -8px;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #a3a3a3;
  border-top: 4px solid #a3a3a3;
  border-right: 5px solid transparent;
}

.owl-theme_smt.owl-carousel .owl-dots {
  margin-top: 12px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme_smt.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme_smt.owl-carousel .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 5px 7px;
  background: #efefef;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme_smt.owl-carousel .owl-dots .owl-dot.active span, .owl-theme_smt.owl-carousel .owl-dots .owl-dot:hover span {
  background: #cb7152;
}

.owl-theme_smt-dots.owl-carousel .owl-prev, .owl-theme_smt-dots.owl-carousel .owl-next {
  margin-top: -28px;
}

.owl-theme_smt-inside.owl-carousel .owl-dots {
  margin-top: -45px;
  position: absolute;
  text-align: center;
  width: 100%;
}

.owl-theme_smt-outside.owl-carousel {
  position: relative;
}

.owl-theme_smt-outside.owl-carousel .owl-item img {
  display: inline;
  width: auto;
}

.owl-theme_smt-outside.owl-carousel .owl-nav {
  margin-top: 0;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme_smt-outside.owl-carousel .owl-nav [class*='owl-'] {
  color: #cb7152;
  font-size: 39px;
  padding: 8px 15px;
  display: inline-block;
  cursor: pointer;
  border-radius: 0;
}

.owl-theme_smt-outside.owl-carousel .owl-nav [class*='owl-']:hover {
  background: #cb7152;
  color: #000;
  text-decoration: none;
  opacity: 1;
}

.owl-theme_smt-outside.owl-carousel .owl-nav .disabled {
  opacity: 0.8;
  cursor: default;
}

.owl-theme_smt-outside.owl-carousel .owl-prev {
  position: absolute;
  top: 50%;
  margin-top: -37px;
  left: -50px;
}

.owl-theme_smt-outside.owl-carousel .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -37px;
  right: -50px;
}

@media (max-width: 991px) {
  .owl-theme_smt-outside.owl-carousel .owl-prev {
    left: 0;
  }
  .owl-theme_smt-outside.owl-carousel .owl-next {
    right: 0;
  }
}

.owl-theme_smt-outside.owl-carousel .owl-dots {
  margin-top: 12px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme_smt-outside.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme_smt-outside.owl-carousel .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 5px 7px;
  background: #efefef;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme_smt-outside.owl-carousel .owl-dots .owl-dot.active span, .owl-theme_smt-outside.owl-carousel .owl-dots .owl-dot:hover span {
  background: #cb7152;
}

.smt-owl-carousel-align-img-js.owl-carousel .owl-prev, .smt-owl-carousel-align-img-js.owl-carousel .owl-next {
  margin-top: -70px;
}

.owl-carousel-centered.owl-carousel .owl-item {
  display: inline-block;
  float: none;
  vertical-align: middle;
}

.owl-carousel-centered.owl-carousel .owl-item > div, .owl-centered.owl-carousel .owl-item > a {
  text-align: center;
}

.owl-theme_smt-border-center.owl-carousel .owl-item {
  border: 1px solid #efefef;
  text-align: center;
}

.owl-theme_smt-arrow.owl-carousel {
  position: relative;
}

.owl-theme_smt-arrow.owl-carousel .owl-item img {
  display: inline;
  width: auto;
}

.owl-theme_smt-arrow.owl-carousel .owl-nav {
  margin-top: 0;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme_smt-arrow.owl-carousel .owl-nav [class*='owl-'] {
  color: #cb7152;
  font-size: 24px;
  padding: 8px 15px;
  background: transparent;
  display: inline-block;
  cursor: pointer;
  border-radius: 0;
}

.owl-theme_smt-arrow.owl-carousel .owl-nav [class*='owl-']:hover {
  color: #000;
  text-decoration: none;
  opacity: 1;
}

.owl-theme_smt-arrow.owl-carousel .owl-nav .disabled {
  opacity: 0.8;
  cursor: default;
}

.owl-theme_smt-arrow.owl-carousel .owl-prev {
  position: absolute;
  top: 50%;
  margin-top: -36px;
  left: 0;
}

.owl-theme_smt-arrow.owl-carousel .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -36px;
  right: 0;
}

.owl-theme_smt-arrow.owl-carousel .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme_smt-arrow.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme_smt-arrow.owl-carousel .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 0px 7px 5px 7px;
  background: #efefef;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme_smt-arrow.owl-carousel .owl-dots .owl-dot.active span, .owl-theme_smt-arrow.owl-carousel .owl-dots .owl-dot:hover span {
  background: #cb7152;
}

.owl-theme_smt-arrow-cart.owl-carousel .owl-nav [class*='owl-'] {
  padding-left: 4px;
  padding-right: 4px;
}

#bx_incl_area_1,
#bx_incl_area_2,
#bx_incl_area_3,
#bx_incl_area_4 {
  display: inline-block;
}
.smt-5riskov {
  margin-bottom: 20px;
}
.smt-5riskov .smt-contact__phone {
  display: block;
}
.smt-5riskov .fa-whatsapp,.smt-5riskov .whatsapp_link {
  font-size: 22px;
  color: green !important;
}
.smt-5riskov .fa-phone,.smt-5riskov .phone_link {
  font-size: 22px;
  font-weight: bold;
  color: red !important;
}
.color_red {
  color: red !important;
}
.smt-5riskov__spisok {
  list-style-type: none;
  counter-reset: num;
  padding-left: 15px;
}
.smt-5riskov__spisok li::before {
  content: counter(num) '. ';
  counter-increment: num;
  color: red !important;
}
.smt-5riskov .whatsapp_link {
  border-bottom: 1px dotted #00ae00;
}
.smt-5riskov .logo--flamp-complex {
  display: block;
  overflow: hidden;
  height: 56px;
  width: 224px;
  background: url(https://novosibirsk.flamp.ru/static/assets/brand-logo/svg/flamp-complex.svg) 0 0 no-repeat;
}
.smt-5riskov .gisHeader__logo {
  display: block;
  margin-right: 10px;
  background: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22138%22%20height%3D%2259%22%20viewBox%3D%220%200%20138%2059%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23414042%22%20d%3D%22M99.5%207.3h7.1v41.7h-7.1v-41.7z%22%2F%3E%3Cpath%20fill%3D%22%2379BA43%22%20d%3D%22M58.9%2029.4c0-3.6-.7-7.1-1.9-10.3-.3%2010.5-11%2018.7-17.3%2024.1h15.8c2.1-4%203.4-8.8%203.4-13.8zm-11.4-23.2c-5-3.9-11.2-6.2-18.1-6.2-16.2%200-29.4%2013.2-29.4%2029.4%200%2016.3%2013.2%2029.4%2029.4%2029.4%207.4%200%2014.2-2.8%2019.4-7.3h-21.3l-.1-6.3c12.8-11.2%2020.7-18.7%2020.7-26%200-2.7-1-6.1-5.7-6.1-3.7%200-7.2%202.1-6.6%2011h-7.5c-1.7-10.3%203.9-18.4%2014.6-18.4%201.7%200%203.2.2%204.6.5z%22%2F%3E%3Cpath%20fill%3D%22%23414042%22%20d%3D%22M138%2038c.3-16.3-18.4-10.9-18.2-20%20.1-3.2%202.1-5.3%205.5-5.3%203.6%200%205.8%202.1%205.7%207.7h6.8c.2-5.1-1-13.7-12.3-13.7-7%200-12.8%203.5-12.9%2011.1-.3%2015.7%2018.5%2010.5%2018.2%2020-.1%203.9-2.9%205.6-6.1%205.6-3.7%200-6.7-2.1-6.1-8.6h-6.9c-.8%208.5%203%2014.6%2012.9%2014.6%208.5.1%2013.3-4.5%2013.4-11.4zM86.2%2020.3h7c.2-5.3-1.5-13.7-13-13.7-8.5%200-14.6%205.1-14.6%2015.6%200%201.4.1%208.8.1%2013.4%200%2011.4%207.9%2013.9%2014.6%2013.9%204%200%209.8-.9%2012.4-3.8v-18.1h-13.2v6.6h5.8v8c-4.4%201.5-12.4%202.1-12.4-8v-11.9c0-7.1%203.3-9.5%206.9-9.5%203.8-.1%206.4%201.8%206.4%207.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat;
  width: 138px;
  height: 56px;
}
.table_5riskov tr.odd {
  background-color: #eee;
}
.table_5riskov td {
  padding-top: 5px!important;
  padding-bottom: 5px!important;
  text-align: left;
}
.objects-list {
  width: 100%;
  box-sizing: border-box;
}
.objects-list .objects-list__item {
  margin: 20px 0;
}

.objects-list .house-card__horizontal {
  border-radius: 10px;
  min-width: 920px;
}
.objects-list .house-card {
  display: block;
  width: 100%;
  text-decoration: none;
  letter-spacing: -0.05px;
  color: inherit;
  background-color: #fff;
  transition: box-shadow 0.2s;
  border-radius: 10px;
  font-size: 13px;
  line-height: 18px;
}
.objects-list .house-card__horizontal .house-card__figure {
  display: flex;
  align-items: flex-start;
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.11);
  border-radius: 10px;
}
.objects-list .house-card__horizontal .house-card__image-container {
  flex: 0 0 300px;
  max-width: 300px;
}
.objects-list .house-card__horizontal .house-card__figure, .objects-list .house-card__horizontal .house-card__image-container {
  padding: 10px;
}
.objects-list .house-card__image {
  position: relative;
  overflow: hidden;
  height: 173px;
}
.objects-list .house-card__image>img {
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.objects-list .house-card__image-title {
  position: absolute;
  right: 15px;
  bottom: 15px;
  left: 15px;
  font-size: 0;
  line-height: 1.57;
}
.objects-list .house-card__image-title span {
  display: inline-block;
  overflow: hidden;
  max-width: 100%;
  padding: 1px 5px;
  background-color: #fff;
  font-size: 13px;
  line-height: 18px;
  color: #333;
}
.objects-list .house-card__figcaption {
  display: flex;
  flex-direction: column;
  flex: 1 1 100%;
  width: 100%;
  padding: 10px 20px;
  justify-content: space-between;
}
.objects-list .house-card__horizontal .house-card__header {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.objects-list .house-card__horizontal .house-card__title {
  position: relative;
  color: #0074d9;
  height: 1.334em;
  margin-right: 40px;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px
}
.objects-list .house-card__contact {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  width: 36%;
  line-height: 22px;
}
.objects-list .house-card-label-views {
  flex-wrap: nowrap;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  justify-content: flex-end;
  display: flex;
  width: 200px;
}
.objects-list .house-card__body, .objects-list .house-card__footer {
  display: grid;
  grid-row-gap: 5px;
  align-content: flex-start;
  padding-top: 10px;
}
.objects-list .row {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}
.objects-list .house-card__horizontal .house-card__col {
  display: grid;
  grid-gap: 10px;
  align-content: flex-start;
}
.objects-list .col-4 {
  flex: 0 0 auto;
  width: 37%;
}
.objects-list .col {
  flex: 1 0 0%;
}
.objects-list .house-card__horizontal .house-card__text {
  font-size: 14px;
}
.objects-list .house-card__horizontal .house-card__text_gray, .objects-list .house-card__horizontal .house-card__address-subway {
  font-size: 13px;
}
.objects-list .house-card__deadline {
  font-size: 14px;
  font-weight: bold;
}
.objects-list ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.objects-list .house-card-prices__item {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
}
.objects-list .house-card-prices__separator {
  flex: 1 1 0;
  max-width: 100%;
  height: 2px;
  margin: 4px 5px;
  align-self: flex-end;
  border-bottom: 1px dotted #ccc;
}
.objects-list .house-card__address-subway, .objects-list .house-card__address-distance {
  display: flex;
  color: #999;
}
.objects-list .house-card-prices {
   align-content: flex-start;
   font-size: 13px;
}
.smt-contact__main {
  width: 160px;
  display: inline-block;
}
.company-youtube {
  display: flex;
  width: 570px;
  max-height: 350px;
  height: 330px;
}
.video-company__youtube {
  height: 328px;
  border-radius: 15px;
}
@media (max-width:520px) {
  .company-youtube {
    width: 97%;
    margin: -10px 5px 15px 5px;
    height: auto;
  }
  .video-company__youtube {
    width: 100%;
    border-radius: 5px;
    height: 250px;
  }
.smt-logo img {
    height: 30px;
  }
  .smt-navbar__content {
    padding: 0;
  }
  .smt-head {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 75px;
    z-index: 9999;
    background: #fff;
  }
  .smt-slider,.smt-widget-content {
    margin-top: 75px;
  }
  .objects-list .house-card__horizontal {
    min-width: unset;
  }
  .objects-list .row,.objects-list .house-card__horizontal .house-card__figure,.objects-list .house-card__horizontal .house-card__header {
    flex-direction: column;
  }
  .objects-list .house-card__figcaption {
    padding: 10px;
  }
  .objects-list .house-card__horizontal .house-card__image-container {
    max-width: 100%;
  }
  .objects-list .house-card__horizontal .house-card__figure {
    align-items: unset;
  }
  .objects-list .house-card__horizontal .house-card__image-container {
    flex: auto;
  }
  .objects-list .house-card-label-views {
    justify-content: flex-start;
  }
  .objects-list .house-card__contact {
    margin-bottom: 10px;
    margin-top: 20px;
  }
  .objects-list .col-4 {
    margin-bottom: 10px;
    width: 100%;
  }
}

