@charset "UTF-8";.hide-xl {
  display: none
}

.hidden-xl {
  display: none !important
}

.form legend,
.show-xl {
  display: block
}

.show-inline-xl {
  display: inline
}

.form label,
.show-inline-block-xl {
  display: inline-block
}

.show-flex-xl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.shown-xl {
  display: block !important
}

.shown-inline-xl {
  display: inline !important
}

.shown-inline-block-xl {
  display: inline-block !important
}

.shown-flex-xl {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important
}

@media screen and (max-width:1200px) {
  .hide-lg {
    display: none
  }

  .hidden-lg {
    display: none !important
  }

  .show-lg {
    display: block
  }

  .show-inline-lg {
    display: inline
  }

  .show-inline-block-lg {
    display: inline-block
  }

  .show-flex-lg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }

  .shown-lg {
    display: block !important
  }

  .shown-inline-lg {
    display: inline !important
  }

  .shown-inline-block-lg {
    display: inline-block !important
  }

  .shown-flex-lg {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important
  }
}

@media screen and (min-width:1025px) and (max-width:1200px) {
  .hide-lg-only {
    display: none
  }

  .hidden-lg-only {
    display: none !important
  }

  .show-lg-only {
    display: block
  }

  .show-inline-lg-only {
    display: inline
  }

  .show-inline-block-lg-only {
    display: inline-block
  }

  .show-flex-lg-only {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }

  .shown-lg-only {
    display: block !important
  }

  .shown-inline-lg-only {
    display: inline !important
  }

  .shown-inline-block-lg-only {
    display: inline-block !important
  }

  .shown-flex-lg-only {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important
  }
}

@media screen and (max-width:1024px) {
  .hide-md {
    display: none
  }

  .hidden-md {
    display: none !important
  }

  .show-md {
    display: block
  }

  .show-inline-md {
    display: inline
  }

  .show-inline-block-md {
    display: inline-block
  }

  .show-flex-md {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }

  .shown-md {
    display: block !important
  }

  .shown-inline-md {
    display: inline !important
  }

  .shown-inline-block-md {
    display: inline-block !important
  }

  .shown-flex-md {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important
  }
}

@media screen and (min-width:769px) and (max-width:1024px) {
  .hide-md-only {
    display: none
  }

  .hidden-md-only {
    display: none !important
  }

  .show-md-only {
    display: block
  }

  .show-inline-md-only {
    display: inline
  }

  .show-inline-block-md-only {
    display: inline-block
  }

  .show-flex-md-only {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }

  .shown-md-only {
    display: block !important
  }

  .shown-inline-md-only {
    display: inline !important
  }

  .shown-inline-block-md-only {
    display: inline-block !important
  }

  .shown-flex-md-only {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important
  }
}

@media screen and (max-width:768px) {
  .hide-sm {
    display: none
  }

  .hidden-sm {
    display: none !important
  }

  .show-sm {
    display: block
  }

  .show-inline-sm {
    display: inline
  }

  .show-inline-block-sm {
    display: inline-block
  }

  .show-flex-sm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }

  .shown-sm {
    display: block !important
  }

  .shown-inline-sm {
    display: inline !important
  }

  .shown-inline-block-sm {
    display: inline-block !important
  }

  .shown-flex-sm {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important
  }
}

@media screen and (min-width:481px) and (max-width:768px) {
  .hide-sm-only {
    display: none
  }

  .hidden-sm-only {
    display: none !important
  }

  .show-sm-only {
    display: block
  }

  .show-inline-sm-only {
    display: inline
  }

  .show-inline-block-sm-only {
    display: inline-block
  }

  .show-flex-sm-only {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }

  .shown-sm-only {
    display: block !important
  }

  .shown-inline-sm-only {
    display: inline !important
  }

  .shown-inline-block-sm-only {
    display: inline-block !important
  }

  .shown-flex-sm-only {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important
  }
}

@media screen and (max-width:480px) {
  .hide-xs {
    display: none
  }

  .hidden-xs {
    display: none !important
  }

  .show-xs {
    display: block
  }

  .show-inline-xs {
    display: inline
  }

  .show-inline-block-xs {
    display: inline-block
  }

  .show-flex-xs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }

  .shown-xs {
    display: block !important
  }

  .shown-inline-xs {
    display: inline !important
  }

  .shown-inline-block-xs {
    display: inline-block !important
  }

  .shown-flex-xs {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important
  }
}

@media screen and (min-width:381px) and (max-width:480px) {
  .hide-xs-only {
    display: none
  }

  .hidden-xs-only {
    display: none !important
  }

  .show-xs-only {
    display: block
  }

  .show-inline-xs-only {
    display: inline
  }

  .show-inline-block-xs-only {
    display: inline-block
  }

  .show-flex-xs-only {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }

  .shown-xs-only {
    display: block !important
  }

  .shown-inline-xs-only {
    display: inline !important
  }

  .shown-inline-block-xs-only {
    display: inline-block !important
  }

  .shown-flex-xs-only {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important
  }
}

@media screen and (max-width:380px) {
  .hide-mc {
    display: none
  }

  .hidden-mc {
    display: none !important
  }

  .show-mc {
    display: block
  }

  .show-inline-mc {
    display: inline
  }

  .show-inline-block-mc {
    display: inline-block
  }

  .show-flex-mc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }

  .shown-mc {
    display: block !important
  }

  .shown-inline-mc {
    display: inline !important
  }

  .shown-inline-block-mc {
    display: inline-block !important
  }

  .shown-flex-mc {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important
  }
}

.push-xl-0 {
  margin-left: 0%
}

.push-xl-1 {
  margin-left: 8.33333%
}

.push-xl-2 {
  margin-left: 16.66667%
}

.push-xl-3 {
  margin-left: 25%
}

.push-xl-4 {
  margin-left: 33.33333%
}

.push-xl-5 {
  margin-left: 41.66667%
}

.push-xl-6 {
  margin-left: 50%
}

.push-xl-7 {
  margin-left: 58.33333%
}

.push-xl-8 {
  margin-left: 66.66667%
}

.push-xl-9 {
  margin-left: 75%
}

.push-xl-10 {
  margin-left: 83.33333%
}

.push-xl-11 {
  margin-left: 91.66667%
}

.push-xl-12 {
  margin-left: 100%
}

.pull-xl-0 {
  margin-left: 0%
}

.pull-xl-1 {
  margin-left: -8.33333%
}

.pull-xl-2 {
  margin-left: -16.66667%
}

.pull-xl-3 {
  margin-left: -25%
}

.pull-xl-4 {
  margin-left: -33.33333%
}

.pull-xl-5 {
  margin-left: -41.66667%
}

.pull-xl-6 {
  margin-left: -50%
}

.pull-xl-7 {
  margin-left: -58.33333%
}

.pull-xl-8 {
  margin-left: -66.66667%
}

.pull-xl-9 {
  margin-left: -75%
}

.pull-xl-10 {
  margin-left: -83.33333%
}

.pull-xl-11 {
  margin-left: -91.66667%
}

.pull-xl-12 {
  margin-left: -100%
}

.post-xl-0 {
  margin-right: 0%
}

.post-xl-1 {
  margin-right: 8.33333%
}

.post-xl-2 {
  margin-right: 16.66667%
}

.post-xl-3 {
  margin-right: 25%
}

.post-xl-4 {
  margin-right: 33.33333%
}

.post-xl-5 {
  margin-right: 41.66667%
}

.post-xl-6 {
  margin-right: 50%
}

.post-xl-7 {
  margin-right: 58.33333%
}

.post-xl-8 {
  margin-right: 66.66667%
}

.post-xl-9 {
  margin-right: 75%
}

.post-xl-10 {
  margin-right: 83.33333%
}

.post-xl-11 {
  margin-right: 91.66667%
}

.post-xl-12 {
  margin-right: 100%
}

.push-xl-five {
  margin-left: 20%
}

.pull-xl-five {
  margin-left: -20%
}

.post-xl-five {
  margin-right: 20%
}

.pull-xl-left {
  float: left
}

.pull-xl-right {
  float: right
}

.clearfix-xl:after {
  content: "";
  display: table;
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  width: 100%
}

@media screen and (max-width:1200px) {
  .push-lg-0 {
    margin-left: 0%
  }

  .push-lg-1 {
    margin-left: 8.33333%
  }

  .push-lg-2 {
    margin-left: 16.66667%
  }

  .push-lg-3 {
    margin-left: 25%
  }

  .push-lg-4 {
    margin-left: 33.33333%
  }

  .push-lg-5 {
    margin-left: 41.66667%
  }

  .push-lg-6 {
    margin-left: 50%
  }

  .push-lg-7 {
    margin-left: 58.33333%
  }

  .push-lg-8 {
    margin-left: 66.66667%
  }

  .push-lg-9 {
    margin-left: 75%
  }

  .push-lg-10 {
    margin-left: 83.33333%
  }

  .push-lg-11 {
    margin-left: 91.66667%
  }

  .push-lg-12 {
    margin-left: 100%
  }

  .pull-lg-0 {
    margin-left: 0%
  }

  .pull-lg-1 {
    margin-left: -8.33333%
  }

  .pull-lg-2 {
    margin-left: -16.66667%
  }

  .pull-lg-3 {
    margin-left: -25%
  }

  .pull-lg-4 {
    margin-left: -33.33333%
  }

  .pull-lg-5 {
    margin-left: -41.66667%
  }

  .pull-lg-6 {
    margin-left: -50%
  }

  .pull-lg-7 {
    margin-left: -58.33333%
  }

  .pull-lg-8 {
    margin-left: -66.66667%
  }

  .pull-lg-9 {
    margin-left: -75%
  }

  .pull-lg-10 {
    margin-left: -83.33333%
  }

  .pull-lg-11 {
    margin-left: -91.66667%
  }

  .pull-lg-12 {
    margin-left: -100%
  }

  .post-lg-0 {
    margin-right: 0%
  }

  .post-lg-1 {
    margin-right: 8.33333%
  }

  .post-lg-2 {
    margin-right: 16.66667%
  }

  .post-lg-3 {
    margin-right: 25%
  }

  .post-lg-4 {
    margin-right: 33.33333%
  }

  .post-lg-5 {
    margin-right: 41.66667%
  }

  .post-lg-6 {
    margin-right: 50%
  }

  .post-lg-7 {
    margin-right: 58.33333%
  }

  .post-lg-8 {
    margin-right: 66.66667%
  }

  .post-lg-9 {
    margin-right: 75%
  }

  .post-lg-10 {
    margin-right: 83.33333%
  }

  .post-lg-11 {
    margin-right: 91.66667%
  }

  .post-lg-12 {
    margin-right: 100%
  }

  .push-lg-five {
    margin-left: 20%
  }

  .pull-lg-five {
    margin-left: -20%
  }

  .post-lg-five {
    margin-right: 20%
  }

  .pull-lg-left {
    float: left
  }

  .pull-lg-right {
    float: right
  }

  .clearfix-lg:after {
    content: "";
    display: table;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 100%
  }
}

@media screen and (min-width:1025px) and (max-width:1200px) {
  .push-lg-0-only {
    margin-left: 0%
  }

  .push-lg-1-only {
    margin-left: 8.33333%
  }

  .push-lg-2-only {
    margin-left: 16.66667%
  }

  .push-lg-3-only {
    margin-left: 25%
  }

  .push-lg-4-only {
    margin-left: 33.33333%
  }

  .push-lg-5-only {
    margin-left: 41.66667%
  }

  .push-lg-6-only {
    margin-left: 50%
  }

  .push-lg-7-only {
    margin-left: 58.33333%
  }

  .push-lg-8-only {
    margin-left: 66.66667%
  }

  .push-lg-9-only {
    margin-left: 75%
  }

  .push-lg-10-only {
    margin-left: 83.33333%
  }

  .push-lg-11-only {
    margin-left: 91.66667%
  }

  .push-lg-12-only {
    margin-left: 100%
  }

  .pull-lg-0-only {
    margin-left: 0%
  }

  .pull-lg-1-only {
    margin-left: -8.33333%
  }

  .pull-lg-2-only {
    margin-left: -16.66667%
  }

  .pull-lg-3-only {
    margin-left: -25%
  }

  .pull-lg-4-only {
    margin-left: -33.33333%
  }

  .pull-lg-5-only {
    margin-left: -41.66667%
  }

  .pull-lg-6-only {
    margin-left: -50%
  }

  .pull-lg-7-only {
    margin-left: -58.33333%
  }

  .pull-lg-8-only {
    margin-left: -66.66667%
  }

  .pull-lg-9-only {
    margin-left: -75%
  }

  .pull-lg-10-only {
    margin-left: -83.33333%
  }

  .pull-lg-11-only {
    margin-left: -91.66667%
  }

  .pull-lg-12-only {
    margin-left: -100%
  }

  .post-lg-0-only {
    margin-right: 0%
  }

  .post-lg-1-only {
    margin-right: 8.33333%
  }

  .post-lg-2-only {
    margin-right: 16.66667%
  }

  .post-lg-3-only {
    margin-right: 25%
  }

  .post-lg-4-only {
    margin-right: 33.33333%
  }

  .post-lg-5-only {
    margin-right: 41.66667%
  }

  .post-lg-6-only {
    margin-right: 50%
  }

  .post-lg-7-only {
    margin-right: 58.33333%
  }

  .post-lg-8-only {
    margin-right: 66.66667%
  }

  .post-lg-9-only {
    margin-right: 75%
  }

  .post-lg-10-only {
    margin-right: 83.33333%
  }

  .post-lg-11-only {
    margin-right: 91.66667%
  }

  .post-lg-12-only {
    margin-right: 100%
  }

  .push-lg-five-only {
    margin-left: 20%
  }

  .pull-lg-five-only {
    margin-left: -20%
  }

  .post-lg-five-only {
    margin-right: 20%
  }

  .pull-lg-left-only {
    float: left
  }

  .pull-lg-right-only {
    float: right
  }

  .clearfix-lg-only:after {
    content: "";
    display: table;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 100%
  }
}

@media screen and (max-width:1024px) {
  .push-md-0 {
    margin-left: 0%
  }

  .push-md-1 {
    margin-left: 8.33333%
  }

  .push-md-2 {
    margin-left: 16.66667%
  }

  .push-md-3 {
    margin-left: 25%
  }

  .push-md-4 {
    margin-left: 33.33333%
  }

  .push-md-5 {
    margin-left: 41.66667%
  }

  .push-md-6 {
    margin-left: 50%
  }

  .push-md-7 {
    margin-left: 58.33333%
  }

  .push-md-8 {
    margin-left: 66.66667%
  }

  .push-md-9 {
    margin-left: 75%
  }

  .push-md-10 {
    margin-left: 83.33333%
  }

  .push-md-11 {
    margin-left: 91.66667%
  }

  .push-md-12 {
    margin-left: 100%
  }

  .pull-md-0 {
    margin-left: 0%
  }

  .pull-md-1 {
    margin-left: -8.33333%
  }

  .pull-md-2 {
    margin-left: -16.66667%
  }

  .pull-md-3 {
    margin-left: -25%
  }

  .pull-md-4 {
    margin-left: -33.33333%
  }

  .pull-md-5 {
    margin-left: -41.66667%
  }

  .pull-md-6 {
    margin-left: -50%
  }

  .pull-md-7 {
    margin-left: -58.33333%
  }

  .pull-md-8 {
    margin-left: -66.66667%
  }

  .pull-md-9 {
    margin-left: -75%
  }

  .pull-md-10 {
    margin-left: -83.33333%
  }

  .pull-md-11 {
    margin-left: -91.66667%
  }

  .pull-md-12 {
    margin-left: -100%
  }

  .post-md-0 {
    margin-right: 0%
  }

  .post-md-1 {
    margin-right: 8.33333%
  }

  .post-md-2 {
    margin-right: 16.66667%
  }

  .post-md-3 {
    margin-right: 25%
  }

  .post-md-4 {
    margin-right: 33.33333%
  }

  .post-md-5 {
    margin-right: 41.66667%
  }

  .post-md-6 {
    margin-right: 50%
  }

  .post-md-7 {
    margin-right: 58.33333%
  }

  .post-md-8 {
    margin-right: 66.66667%
  }

  .post-md-9 {
    margin-right: 75%
  }

  .post-md-10 {
    margin-right: 83.33333%
  }

  .post-md-11 {
    margin-right: 91.66667%
  }

  .post-md-12 {
    margin-right: 100%
  }

  .push-md-five {
    margin-left: 20%
  }

  .pull-md-five {
    margin-left: -20%
  }

  .post-md-five {
    margin-right: 20%
  }

  .pull-md-left {
    float: left
  }

  .pull-md-right {
    float: right
  }

  .clearfix-md:after {
    content: "";
    display: table;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 100%
  }
}

@media screen and (min-width:769px) and (max-width:1024px) {
  .push-md-0-only {
    margin-left: 0%
  }

  .push-md-1-only {
    margin-left: 8.33333%
  }

  .push-md-2-only {
    margin-left: 16.66667%
  }

  .push-md-3-only {
    margin-left: 25%
  }

  .push-md-4-only {
    margin-left: 33.33333%
  }

  .push-md-5-only {
    margin-left: 41.66667%
  }

  .push-md-6-only {
    margin-left: 50%
  }

  .push-md-7-only {
    margin-left: 58.33333%
  }

  .push-md-8-only {
    margin-left: 66.66667%
  }

  .push-md-9-only {
    margin-left: 75%
  }

  .push-md-10-only {
    margin-left: 83.33333%
  }

  .push-md-11-only {
    margin-left: 91.66667%
  }

  .push-md-12-only {
    margin-left: 100%
  }

  .pull-md-0-only {
    margin-left: 0%
  }

  .pull-md-1-only {
    margin-left: -8.33333%
  }

  .pull-md-2-only {
    margin-left: -16.66667%
  }

  .pull-md-3-only {
    margin-left: -25%
  }

  .pull-md-4-only {
    margin-left: -33.33333%
  }

  .pull-md-5-only {
    margin-left: -41.66667%
  }

  .pull-md-6-only {
    margin-left: -50%
  }

  .pull-md-7-only {
    margin-left: -58.33333%
  }

  .pull-md-8-only {
    margin-left: -66.66667%
  }

  .pull-md-9-only {
    margin-left: -75%
  }

  .pull-md-10-only {
    margin-left: -83.33333%
  }

  .pull-md-11-only {
    margin-left: -91.66667%
  }

  .pull-md-12-only {
    margin-left: -100%
  }

  .post-md-0-only {
    margin-right: 0%
  }

  .post-md-1-only {
    margin-right: 8.33333%
  }

  .post-md-2-only {
    margin-right: 16.66667%
  }

  .post-md-3-only {
    margin-right: 25%
  }

  .post-md-4-only {
    margin-right: 33.33333%
  }

  .post-md-5-only {
    margin-right: 41.66667%
  }

  .post-md-6-only {
    margin-right: 50%
  }

  .post-md-7-only {
    margin-right: 58.33333%
  }

  .post-md-8-only {
    margin-right: 66.66667%
  }

  .post-md-9-only {
    margin-right: 75%
  }

  .post-md-10-only {
    margin-right: 83.33333%
  }

  .post-md-11-only {
    margin-right: 91.66667%
  }

  .post-md-12-only {
    margin-right: 100%
  }

  .push-md-five-only {
    margin-left: 20%
  }

  .pull-md-five-only {
    margin-left: -20%
  }

  .post-md-five-only {
    margin-right: 20%
  }

  .pull-md-left-only {
    float: left
  }

  .pull-md-right-only {
    float: right
  }

  .clearfix-md-only:after {
    content: "";
    display: table;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 100%
  }
}

@media screen and (max-width:768px) {
  .push-sm-0 {
    margin-left: 0%
  }

  .push-sm-1 {
    margin-left: 8.33333%
  }

  .push-sm-2 {
    margin-left: 16.66667%
  }

  .push-sm-3 {
    margin-left: 25%
  }

  .push-sm-4 {
    margin-left: 33.33333%
  }

  .push-sm-5 {
    margin-left: 41.66667%
  }

  .push-sm-6 {
    margin-left: 50%
  }

  .push-sm-7 {
    margin-left: 58.33333%
  }

  .push-sm-8 {
    margin-left: 66.66667%
  }

  .push-sm-9 {
    margin-left: 75%
  }

  .push-sm-10 {
    margin-left: 83.33333%
  }

  .push-sm-11 {
    margin-left: 91.66667%
  }

  .push-sm-12 {
    margin-left: 100%
  }

  .pull-sm-0 {
    margin-left: 0%
  }

  .pull-sm-1 {
    margin-left: -8.33333%
  }

  .pull-sm-2 {
    margin-left: -16.66667%
  }

  .pull-sm-3 {
    margin-left: -25%
  }

  .pull-sm-4 {
    margin-left: -33.33333%
  }

  .pull-sm-5 {
    margin-left: -41.66667%
  }

  .pull-sm-6 {
    margin-left: -50%
  }

  .pull-sm-7 {
    margin-left: -58.33333%
  }

  .pull-sm-8 {
    margin-left: -66.66667%
  }

  .pull-sm-9 {
    margin-left: -75%
  }

  .pull-sm-10 {
    margin-left: -83.33333%
  }

  .pull-sm-11 {
    margin-left: -91.66667%
  }

  .pull-sm-12 {
    margin-left: -100%
  }

  .post-sm-0 {
    margin-right: 0%
  }

  .post-sm-1 {
    margin-right: 8.33333%
  }

  .post-sm-2 {
    margin-right: 16.66667%
  }

  .post-sm-3 {
    margin-right: 25%
  }

  .post-sm-4 {
    margin-right: 33.33333%
  }

  .post-sm-5 {
    margin-right: 41.66667%
  }

  .post-sm-6 {
    margin-right: 50%
  }

  .post-sm-7 {
    margin-right: 58.33333%
  }

  .post-sm-8 {
    margin-right: 66.66667%
  }

  .post-sm-9 {
    margin-right: 75%
  }

  .post-sm-10 {
    margin-right: 83.33333%
  }

  .post-sm-11 {
    margin-right: 91.66667%
  }

  .post-sm-12 {
    margin-right: 100%
  }

  .push-sm-five {
    margin-left: 20%
  }

  .pull-sm-five {
    margin-left: -20%
  }

  .post-sm-five {
    margin-right: 20%
  }

  .pull-sm-left {
    float: left
  }

  .pull-sm-right {
    float: right
  }

  .clearfix-sm:after {
    content: "";
    display: table;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 100%
  }
}

@media screen and (min-width:481px) and (max-width:768px) {
  .push-sm-0-only {
    margin-left: 0%
  }

  .push-sm-1-only {
    margin-left: 8.33333%
  }

  .push-sm-2-only {
    margin-left: 16.66667%
  }

  .push-sm-3-only {
    margin-left: 25%
  }

  .push-sm-4-only {
    margin-left: 33.33333%
  }

  .push-sm-5-only {
    margin-left: 41.66667%
  }

  .push-sm-6-only {
    margin-left: 50%
  }

  .push-sm-7-only {
    margin-left: 58.33333%
  }

  .push-sm-8-only {
    margin-left: 66.66667%
  }

  .push-sm-9-only {
    margin-left: 75%
  }

  .push-sm-10-only {
    margin-left: 83.33333%
  }

  .push-sm-11-only {
    margin-left: 91.66667%
  }

  .push-sm-12-only {
    margin-left: 100%
  }

  .pull-sm-0-only {
    margin-left: 0%
  }

  .pull-sm-1-only {
    margin-left: -8.33333%
  }

  .pull-sm-2-only {
    margin-left: -16.66667%
  }

  .pull-sm-3-only {
    margin-left: -25%
  }

  .pull-sm-4-only {
    margin-left: -33.33333%
  }

  .pull-sm-5-only {
    margin-left: -41.66667%
  }

  .pull-sm-6-only {
    margin-left: -50%
  }

  .pull-sm-7-only {
    margin-left: -58.33333%
  }

  .pull-sm-8-only {
    margin-left: -66.66667%
  }

  .pull-sm-9-only {
    margin-left: -75%
  }

  .pull-sm-10-only {
    margin-left: -83.33333%
  }

  .pull-sm-11-only {
    margin-left: -91.66667%
  }

  .pull-sm-12-only {
    margin-left: -100%
  }

  .post-sm-0-only {
    margin-right: 0%
  }

  .post-sm-1-only {
    margin-right: 8.33333%
  }

  .post-sm-2-only {
    margin-right: 16.66667%
  }

  .post-sm-3-only {
    margin-right: 25%
  }

  .post-sm-4-only {
    margin-right: 33.33333%
  }

  .post-sm-5-only {
    margin-right: 41.66667%
  }

  .post-sm-6-only {
    margin-right: 50%
  }

  .post-sm-7-only {
    margin-right: 58.33333%
  }

  .post-sm-8-only {
    margin-right: 66.66667%
  }

  .post-sm-9-only {
    margin-right: 75%
  }

  .post-sm-10-only {
    margin-right: 83.33333%
  }

  .post-sm-11-only {
    margin-right: 91.66667%
  }

  .post-sm-12-only {
    margin-right: 100%
  }

  .push-sm-five-only {
    margin-left: 20%
  }

  .pull-sm-five-only {
    margin-left: -20%
  }

  .post-sm-five-only {
    margin-right: 20%
  }

  .pull-sm-left-only {
    float: left
  }

  .pull-sm-right-only {
    float: right
  }

  .clearfix-sm-only:after {
    content: "";
    display: table;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 100%
  }
}

@media screen and (max-width:480px) {
  .push-xs-0 {
    margin-left: 0%
  }

  .push-xs-1 {
    margin-left: 8.33333%
  }

  .push-xs-2 {
    margin-left: 16.66667%
  }

  .push-xs-3 {
    margin-left: 25%
  }

  .push-xs-4 {
    margin-left: 33.33333%
  }

  .push-xs-5 {
    margin-left: 41.66667%
  }

  .push-xs-6 {
    margin-left: 50%
  }

  .push-xs-7 {
    margin-left: 58.33333%
  }

  .push-xs-8 {
    margin-left: 66.66667%
  }

  .push-xs-9 {
    margin-left: 75%
  }

  .push-xs-10 {
    margin-left: 83.33333%
  }

  .push-xs-11 {
    margin-left: 91.66667%
  }

  .push-xs-12 {
    margin-left: 100%
  }

  .pull-xs-0 {
    margin-left: 0%
  }

  .pull-xs-1 {
    margin-left: -8.33333%
  }

  .pull-xs-2 {
    margin-left: -16.66667%
  }

  .pull-xs-3 {
    margin-left: -25%
  }

  .pull-xs-4 {
    margin-left: -33.33333%
  }

  .pull-xs-5 {
    margin-left: -41.66667%
  }

  .pull-xs-6 {
    margin-left: -50%
  }

  .pull-xs-7 {
    margin-left: -58.33333%
  }

  .pull-xs-8 {
    margin-left: -66.66667%
  }

  .pull-xs-9 {
    margin-left: -75%
  }

  .pull-xs-10 {
    margin-left: -83.33333%
  }

  .pull-xs-11 {
    margin-left: -91.66667%
  }

  .pull-xs-12 {
    margin-left: -100%
  }

  .post-xs-0 {
    margin-right: 0%
  }

  .post-xs-1 {
    margin-right: 8.33333%
  }

  .post-xs-2 {
    margin-right: 16.66667%
  }

  .post-xs-3 {
    margin-right: 25%
  }

  .post-xs-4 {
    margin-right: 33.33333%
  }

  .post-xs-5 {
    margin-right: 41.66667%
  }

  .post-xs-6 {
    margin-right: 50%
  }

  .post-xs-7 {
    margin-right: 58.33333%
  }

  .post-xs-8 {
    margin-right: 66.66667%
  }

  .post-xs-9 {
    margin-right: 75%
  }

  .post-xs-10 {
    margin-right: 83.33333%
  }

  .post-xs-11 {
    margin-right: 91.66667%
  }

  .post-xs-12 {
    margin-right: 100%
  }

  .push-xs-five {
    margin-left: 20%
  }

  .pull-xs-five {
    margin-left: -20%
  }

  .post-xs-five {
    margin-right: 20%
  }

  .pull-xs-left {
    float: left
  }

  .pull-xs-right {
    float: right
  }

  .clearfix-xs:after {
    content: "";
    display: table;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 100%
  }
}

@media screen and (min-width:381px) and (max-width:480px) {
  .push-xs-0-only {
    margin-left: 0%
  }

  .push-xs-1-only {
    margin-left: 8.33333%
  }

  .push-xs-2-only {
    margin-left: 16.66667%
  }

  .push-xs-3-only {
    margin-left: 25%
  }

  .push-xs-4-only {
    margin-left: 33.33333%
  }

  .push-xs-5-only {
    margin-left: 41.66667%
  }

  .push-xs-6-only {
    margin-left: 50%
  }

  .push-xs-7-only {
    margin-left: 58.33333%
  }

  .push-xs-8-only {
    margin-left: 66.66667%
  }

  .push-xs-9-only {
    margin-left: 75%
  }

  .push-xs-10-only {
    margin-left: 83.33333%
  }

  .push-xs-11-only {
    margin-left: 91.66667%
  }

  .push-xs-12-only {
    margin-left: 100%
  }

  .pull-xs-0-only {
    margin-left: 0%
  }

  .pull-xs-1-only {
    margin-left: -8.33333%
  }

  .pull-xs-2-only {
    margin-left: -16.66667%
  }

  .pull-xs-3-only {
    margin-left: -25%
  }

  .pull-xs-4-only {
    margin-left: -33.33333%
  }

  .pull-xs-5-only {
    margin-left: -41.66667%
  }

  .pull-xs-6-only {
    margin-left: -50%
  }

  .pull-xs-7-only {
    margin-left: -58.33333%
  }

  .pull-xs-8-only {
    margin-left: -66.66667%
  }

  .pull-xs-9-only {
    margin-left: -75%
  }

  .pull-xs-10-only {
    margin-left: -83.33333%
  }

  .pull-xs-11-only {
    margin-left: -91.66667%
  }

  .pull-xs-12-only {
    margin-left: -100%
  }

  .post-xs-0-only {
    margin-right: 0%
  }

  .post-xs-1-only {
    margin-right: 8.33333%
  }

  .post-xs-2-only {
    margin-right: 16.66667%
  }

  .post-xs-3-only {
    margin-right: 25%
  }

  .post-xs-4-only {
    margin-right: 33.33333%
  }

  .post-xs-5-only {
    margin-right: 41.66667%
  }

  .post-xs-6-only {
    margin-right: 50%
  }

  .post-xs-7-only {
    margin-right: 58.33333%
  }

  .post-xs-8-only {
    margin-right: 66.66667%
  }

  .post-xs-9-only {
    margin-right: 75%
  }

  .post-xs-10-only {
    margin-right: 83.33333%
  }

  .post-xs-11-only {
    margin-right: 91.66667%
  }

  .post-xs-12-only {
    margin-right: 100%
  }

  .push-xs-five-only {
    margin-left: 20%
  }

  .pull-xs-five-only {
    margin-left: -20%
  }

  .post-xs-five-only {
    margin-right: 20%
  }

  .pull-xs-left-only {
    float: left
  }

  .pull-xs-right-only {
    float: right
  }

  .clearfix-xs-only:after {
    content: "";
    display: table;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 100%
  }
}

@media screen and (max-width:380px) {
  .push-mc-0 {
    margin-left: 0%
  }

  .push-mc-1 {
    margin-left: 8.33333%
  }

  .push-mc-2 {
    margin-left: 16.66667%
  }

  .push-mc-3 {
    margin-left: 25%
  }

  .push-mc-4 {
    margin-left: 33.33333%
  }

  .push-mc-5 {
    margin-left: 41.66667%
  }

  .push-mc-6 {
    margin-left: 50%
  }

  .push-mc-7 {
    margin-left: 58.33333%
  }

  .push-mc-8 {
    margin-left: 66.66667%
  }

  .push-mc-9 {
    margin-left: 75%
  }

  .push-mc-10 {
    margin-left: 83.33333%
  }

  .push-mc-11 {
    margin-left: 91.66667%
  }

  .push-mc-12 {
    margin-left: 100%
  }

  .pull-mc-0 {
    margin-left: 0%
  }

  .pull-mc-1 {
    margin-left: -8.33333%
  }

  .pull-mc-2 {
    margin-left: -16.66667%
  }

  .pull-mc-3 {
    margin-left: -25%
  }

  .pull-mc-4 {
    margin-left: -33.33333%
  }

  .pull-mc-5 {
    margin-left: -41.66667%
  }

  .pull-mc-6 {
    margin-left: -50%
  }

  .pull-mc-7 {
    margin-left: -58.33333%
  }

  .pull-mc-8 {
    margin-left: -66.66667%
  }

  .pull-mc-9 {
    margin-left: -75%
  }

  .pull-mc-10 {
    margin-left: -83.33333%
  }

  .pull-mc-11 {
    margin-left: -91.66667%
  }

  .pull-mc-12 {
    margin-left: -100%
  }

  .post-mc-0 {
    margin-right: 0%
  }

  .post-mc-1 {
    margin-right: 8.33333%
  }

  .post-mc-2 {
    margin-right: 16.66667%
  }

  .post-mc-3 {
    margin-right: 25%
  }

  .post-mc-4 {
    margin-right: 33.33333%
  }

  .post-mc-5 {
    margin-right: 41.66667%
  }

  .post-mc-6 {
    margin-right: 50%
  }

  .post-mc-7 {
    margin-right: 58.33333%
  }

  .post-mc-8 {
    margin-right: 66.66667%
  }

  .post-mc-9 {
    margin-right: 75%
  }

  .post-mc-10 {
    margin-right: 83.33333%
  }

  .post-mc-11 {
    margin-right: 91.66667%
  }

  .post-mc-12 {
    margin-right: 100%
  }

  .push-mc-five {
    margin-left: 20%
  }

  .pull-mc-five {
    margin-left: -20%
  }

  .post-mc-five {
    margin-right: 20%
  }

  .pull-mc-left {
    float: left
  }

  .pull-mc-right {
    float: right
  }

  .clearfix-mc:after {
    content: "";
    display: table;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 100%
  }
}

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

.table th,
.text-left-xl {
  text-align: left
}

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

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

@media screen and (max-width:1200px) {
  .text-right-lg {
    text-align: right
  }

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

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

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

@media screen and (min-width:1025px) and (max-width:1200px) {
  .text-right-lg-only {
    text-align: right
  }

  .text-left-lg-only {
    text-align: left
  }

  .text-center-lg-only {
    text-align: center
  }

  .text-justify-lg-only {
    text-align: justify
  }
}

@media screen and (max-width:1024px) {
  .text-right-md {
    text-align: right
  }

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

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

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

@media screen and (min-width:769px) and (max-width:1024px) {
  .text-right-md-only {
    text-align: right
  }

  .text-left-md-only {
    text-align: left
  }

  .text-center-md-only {
    text-align: center
  }

  .text-justify-md-only {
    text-align: justify
  }
}

@media screen and (max-width:768px) {
  .text-right-sm {
    text-align: right
  }

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

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

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

@media screen and (min-width:481px) and (max-width:768px) {
  .text-right-sm-only {
    text-align: right
  }

  .text-left-sm-only {
    text-align: left
  }

  .text-center-sm-only {
    text-align: center
  }

  .text-justify-sm-only {
    text-align: justify
  }
}

@media screen and (max-width:480px) {
  .text-right-xs {
    text-align: right
  }

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

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

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

@media screen and (min-width:381px) and (max-width:480px) {
  .text-right-xs-only {
    text-align: right
  }

  .text-left-xs-only {
    text-align: left
  }

  .text-center-xs-only {
    text-align: center
  }

  .text-justify-xs-only {
    text-align: justify
  }
}

@media screen and (max-width:380px) {
  .text-right-mc {
    text-align: right
  }

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

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

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

.container {
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto
}

.container:after {
  content: " ";
  display: block;
  clear: both
}

.row {
  margin-left: -10px;
  margin-right: -10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row
}

.col,
.col-reverse,
.row,
.row-reverse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.row-reverse {
  margin-left: -10px;
  margin-right: -10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.col,
.col-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

.col-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse
}

[class*=cell-] {
  padding-left: 10px;
  padding-right: 10px
}

.cell-xl-1 {
  max-width: 8.33333%;
  -webkit-flex-basis: 8.33333%;
  -ms-flex-preferred-size: 8.33333%;
  flex-basis: 8.33333%
}

.cell-xl-2 {
  max-width: 16.66667%;
  -webkit-flex-basis: 16.66667%;
  -ms-flex-preferred-size: 16.66667%;
  flex-basis: 16.66667%
}

.cell-xl-3 {
  max-width: 25%;
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%
}

.cell-xl-4 {
  max-width: 33.33333%;
  -webkit-flex-basis: 33.33333%;
  -ms-flex-preferred-size: 33.33333%;
  flex-basis: 33.33333%
}

.cell-xl-5 {
  max-width: 41.66667%;
  -webkit-flex-basis: 41.66667%;
  -ms-flex-preferred-size: 41.66667%;
  flex-basis: 41.66667%
}

.cell-xl-6 {
  max-width: 50%;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%
}

.cell-xl-7 {
  max-width: 58.33333%;
  -webkit-flex-basis: 58.33333%;
  -ms-flex-preferred-size: 58.33333%;
  flex-basis: 58.33333%
}

.cell-xl-8 {
  max-width: 66.66667%;
  -webkit-flex-basis: 66.66667%;
  -ms-flex-preferred-size: 66.66667%;
  flex-basis: 66.66667%
}

.cell-xl-9 {
  max-width: 75%;
  -webkit-flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%
}

.cell-xl-10 {
  max-width: 83.33333%;
  -webkit-flex-basis: 83.33333%;
  -ms-flex-preferred-size: 83.33333%;
  flex-basis: 83.33333%
}

.cell-xl-11 {
  max-width: 91.66667%;
  -webkit-flex-basis: 91.66667%;
  -ms-flex-preferred-size: 91.66667%;
  flex-basis: 91.66667%
}

.cell-xl-12 {
  max-width: 100%;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%
}

.cell-xl-five {
  max-width: 20%;
  -webkit-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%
}

.cell-xl-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none
}


@media screen and (max-width:1200px) {
  .cell-lg-1 {
    max-width: 8.33333%;
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%
  }

  .cell-lg-2 {
    max-width: 16.66667%;
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%
  }

  .cell-lg-3 {
    max-width: 25%;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%
  }

  .cell-lg-4 {
    max-width: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%
  }

  .cell-lg-5 {
    max-width: 41.66667%;
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%
  }

  .cell-lg-6 {
    max-width: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
  }

  .cell-lg-7 {
    max-width: 58.33333%;
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%
  }

  .cell-lg-8 {
    max-width: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%
  }

  .cell-lg-9 {
    max-width: 75%;
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%
  }

  .cell-lg-10 {
    max-width: 83.33333%;
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%
  }

  .cell-lg-11 {
    max-width: 91.66667%;
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%
  }

  .cell-lg-12 {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
  }

  .cell-lg-five {
    max-width: 20%;
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%
  }
}

@media screen and (min-width:1025px) and (max-width:1200px) {
  .cell-lg-1-only {
    max-width: 8.33333%;
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%
  }

  .cell-lg-2-only {
    max-width: 16.66667%;
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%
  }

  .cell-lg-3-only {
    max-width: 25%;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%
  }

  .cell-lg-4-only {
    max-width: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%
  }

  .cell-lg-5-only {
    max-width: 41.66667%;
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%
  }

  .cell-lg-6-only {
    max-width: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
  }

  .cell-lg-7-only {
    max-width: 58.33333%;
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%
  }

  .cell-lg-8-only {
    max-width: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%
  }

  .cell-lg-9-only {
    max-width: 75%;
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%
  }

  .cell-lg-10-only {
    max-width: 83.33333%;
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%
  }

  .cell-lg-11-only {
    max-width: 91.66667%;
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%
  }

  .cell-lg-12-only {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
  }

  .cell-lg-five-only {
    max-width: 20%;
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%
  }
}

@media screen and (max-width:1024px) {
  .cell-md-1 {
    max-width: 8.33333%;
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%
  }

  .cell-md-2 {
    max-width: 16.66667%;
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%
  }

  .cell-md-3 {
    max-width: 25%;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%
  }

  .cell-md-4 {
    max-width: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%
  }

  .cell-md-5 {
    max-width: 41.66667%;
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%
  }

  .cell-md-6 {
    max-width: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
  }

  .cell-md-7 {
    max-width: 58.33333%;
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%
  }

  .cell-md-8 {
    max-width: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%
  }

  .cell-md-9 {
    max-width: 75%;
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%
  }

  .cell-md-10 {
    max-width: 83.33333%;
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%
  }

  .cell-md-11 {
    max-width: 91.66667%;
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%
  }

  .cell-md-12 {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
  }

  .cell-md-five {
    max-width: 20%;
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%
  }
}

@media screen and (min-width:769px) and (max-width:1024px) {
  .cell-md-1-only {
    max-width: 8.33333%;
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%
  }

  .cell-md-2-only {
    max-width: 16.66667%;
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%
  }

  .cell-md-3-only {
    max-width: 25%;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%
  }

  .cell-md-4-only {
    max-width: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%
  }

  .cell-md-5-only {
    max-width: 41.66667%;
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%
  }

  .cell-md-6-only {
    max-width: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
  }

  .cell-md-7-only {
    max-width: 58.33333%;
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%
  }

  .cell-md-8-only {
    max-width: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%
  }

  .cell-md-9-only {
    max-width: 75%;
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%
  }

  .cell-md-10-only {
    max-width: 83.33333%;
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%
  }

  .cell-md-11-only {
    max-width: 91.66667%;
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%
  }

  .cell-md-12-only {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
  }

  .cell-md-five-only {
    max-width: 20%;
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%
  }
}

@media screen and (max-width:768px) {
  .cell-sm-1 {
    max-width: 8.33333%;
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%
  }

  .cell-sm-2 {
    max-width: 16.66667%;
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%
  }

  .cell-sm-3 {
    max-width: 25%;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%
  }

  .cell-sm-4 {
    max-width: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%
  }

  .cell-sm-5 {
    max-width: 41.66667%;
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%
  }

  .cell-sm-6 {
    max-width: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
  }

  .cell-sm-7 {
    max-width: 58.33333%;
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%
  }

  .cell-sm-8 {
    max-width: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%
  }

  .cell-sm-9 {
    max-width: 75%;
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%
  }

  .cell-sm-10 {
    max-width: 83.33333%;
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%
  }

  .cell-sm-11 {
    max-width: 91.66667%;
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%
  }

  .cell-sm-12 {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
  }

  .cell-sm-five {
    max-width: 20%;
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%
  }
}

@media screen and (min-width:481px) and (max-width:768px) {
  .cell-sm-1-only {
    max-width: 8.33333%;
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%
  }

  .cell-sm-2-only {
    max-width: 16.66667%;
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%
  }

  .cell-sm-3-only {
    max-width: 25%;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%
  }

  .cell-sm-4-only {
    max-width: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%
  }

  .cell-sm-5-only {
    max-width: 41.66667%;
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%
  }

  .cell-sm-6-only {
    max-width: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
  }

  .cell-sm-7-only {
    max-width: 58.33333%;
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%
  }

  .cell-sm-8-only {
    max-width: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%
  }

  .cell-sm-9-only {
    max-width: 75%;
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%
  }

  .cell-sm-10-only {
    max-width: 83.33333%;
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%
  }

  .cell-sm-11-only {
    max-width: 91.66667%;
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%
  }

  .cell-sm-12-only {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
  }

  .cell-sm-five-only {
    max-width: 20%;
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%
  }
}

@media screen and (max-width:480px) {
  .cell-xs-1 {
    max-width: 8.33333%;
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%
  }

  .cell-xs-2 {
    max-width: 16.66667%;
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%
  }

  .cell-xs-3 {
    max-width: 25%;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%
  }

  .cell-xs-4 {
    max-width: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%
  }

  .cell-xs-5 {
    max-width: 41.66667%;
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%
  }

  .cell-xs-6 {
    max-width: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
  }

  .cell-xs-7 {
    max-width: 58.33333%;
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%
  }

  .cell-xs-8 {
    max-width: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%
  }

  .cell-xs-9 {
    max-width: 75%;
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%
  }

  .cell-xs-10 {
    max-width: 83.33333%;
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%
  }

  .cell-xs-11 {
    max-width: 91.66667%;
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%
  }

  .cell-xs-12 {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
  }

  .cell-xs-five {
    max-width: 20%;
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%
  }
}

@media screen and (min-width:381px) and (max-width:480px) {
  .cell-xs-1-only {
    max-width: 8.33333%;
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%
  }

  .cell-xs-2-only {
    max-width: 16.66667%;
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%
  }

  .cell-xs-3-only {
    max-width: 25%;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%
  }

  .cell-xs-4-only {
    max-width: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%
  }

  .cell-xs-5-only {
    max-width: 41.66667%;
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%
  }

  .cell-xs-6-only {
    max-width: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
  }

  .cell-xs-7-only {
    max-width: 58.33333%;
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%
  }

  .cell-xs-8-only {
    max-width: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%
  }

  .cell-xs-9-only {
    max-width: 75%;
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%
  }

  .cell-xs-10-only {
    max-width: 83.33333%;
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%
  }

  .cell-xs-11-only {
    max-width: 91.66667%;
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%
  }

  .cell-xs-12-only {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
  }

  .cell-xs-five-only {
    max-width: 20%;
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%
  }
}

@media screen and (max-width:380px) {
  .cell-mc-1 {
    max-width: 8.33333%;
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%
  }

  .cell-mc-2 {
    max-width: 16.66667%;
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%
  }

  .cell-mc-3 {
    max-width: 25%;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%
  }

  .cell-mc-4 {
    max-width: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%
  }

  .cell-mc-5 {
    max-width: 41.66667%;
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%
  }

  .cell-mc-6 {
    max-width: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
  }

  .cell-mc-7 {
    max-width: 58.33333%;
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%
  }

  .cell-mc-8 {
    max-width: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%
  }

  .cell-mc-9 {
    max-width: 75%;
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%
  }

  .cell-mc-10 {
    max-width: 83.33333%;
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%
  }

  .cell-mc-11 {
    max-width: 91.66667%;
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%
  }

  .cell-mc-12 {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
  }

  .cell-mc-five {
    max-width: 20%;
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%
  }
}

.start-xl {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start
}

.center-xl {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center
}

.end-xl {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end
}

.top-xl {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start
}

.middle-xl {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center
}

.bottom-xl {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  -ms-grid-row-align: flex-end;
  align-items: flex-end
}

.around-xl {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around
}

.between-xl {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.first-xl {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1
}

.last-xl {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1
}

@media screen and (max-width:1200px) {
  .start-lg {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start
  }

  .center-lg {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
  }

  .end-lg {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end
  }

  .top-lg {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start
  }

  .middle-lg {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center
  }

  .bottom-lg {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end
  }

  .around-lg {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
  }

  .between-lg {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .first-lg {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1
  }

  .last-lg {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
  }
}

@media screen and (min-width:1025px) and (max-width:1200px) {
  .start-lg-only {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start
  }

  .center-lg-only {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
  }

  .end-lg-only {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end
  }

  .top-lg-only {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start
  }

  .middle-lg-only {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center
  }

  .bottom-lg-only {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end
  }

  .around-lg-only {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
  }

  .between-lg-only {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .first-lg-only {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1
  }

  .last-lg-only {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
  }
}

@media screen and (max-width:1024px) {
  .start-md {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start
  }

  .center-md {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
  }

  .end-md {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end
  }

  .top-md {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start
  }

  .middle-md {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center
  }

  .bottom-md {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end
  }

  .around-md {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
  }

  .between-md {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .first-md {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1
  }

  .last-md {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
  }
}

@media screen and (min-width:769px) and (max-width:1024px) {
  .start-md-only {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start
  }

  .center-md-only {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
  }

  .end-md-only {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end
  }

  .top-md-only {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start
  }

  .middle-md-only {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center
  }

  .bottom-md-only {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end
  }

  .around-md-only {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
  }

  .between-md-only {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .first-md-only {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1
  }

  .last-md-only {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
  }
}

@media screen and (max-width:768px) {
  .start-sm {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start
  }

  .center-sm {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
  }

  .end-sm {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end
  }

  .top-sm {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start
  }

  .middle-sm {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center
  }

  .bottom-sm {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end
  }

  .around-sm {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
  }

  .between-sm {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .first-sm {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1
  }

  .last-sm {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
  }
}

@media screen and (min-width:481px) and (max-width:768px) {
  .start-sm-only {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start
  }

  .center-sm-only {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
  }

  .end-sm-only {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end
  }

  .top-sm-only {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start
  }

  .middle-sm-only {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center
  }

  .bottom-sm-only {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end
  }

  .around-sm-only {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
  }

  .between-sm-only {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .first-sm-only {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1
  }

  .last-sm-only {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
  }
}

@media screen and (max-width:480px) {
  .start-xs {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start
  }

  .center-xs {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
  }

  .end-xs {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end
  }

  .top-xs {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start
  }

  .middle-xs {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center
  }

  .bottom-xs {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end
  }

  .around-xs {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
  }

  .between-xs {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .first-xs {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1
  }

  .last-xs {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
  }
}

@media screen and (min-width:381px) and (max-width:480px) {
  .start-xs-only {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start
  }

  .center-xs-only {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
  }

  .end-xs-only {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end
  }

  .top-xs-only {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start
  }

  .middle-xs-only {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center
  }

  .bottom-xs-only {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end
  }

  .around-xs-only {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
  }

  .between-xs-only {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .first-xs-only {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1
  }

  .last-xs-only {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
  }
}

@media screen and (max-width:380px) {
  .start-mc {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start
  }

  .center-mc {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
  }

  .end-mc {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end
  }

  .top-mc {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start
  }

  .middle-mc {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center
  }

  .bottom-mc {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end
  }

  .around-mc {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
  }

  .between-mc {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .first-mc {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1
  }

  .last-mc {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
  }
}

.form fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0
}

.form legend {
  width: 100%;
  padding: 0;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #eee
}

.form label {
  max-width: 100%
}

.form input[type=search] {
  -webkit-appearance: none
}

.button,
.input-field,
.select-field,
.textarea-field {
  display: inline-block;
  border-radius: 0;
  border: none;
  box-shadow: none;
  vertical-align: top;
  max-width: 100%
}

.button {
  background-color: transparent;
  cursor: pointer;
  text-align: center;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  white-space: nowrap
}

.button:active {
  outline: 0
}

.button,
.button:hover {
  text-decoration: none
}

.button.disabled,
.button[disabled],
fieldset[disabled] .button {
  cursor: not-allowed
}

.input-field,
.select-field,
.textarea-field {
  background-image: none
}

.input-field::-moz-placeholder {
  color: #ccc;
  opacity: 1
}

.input-field:-ms-input-placeholder {
  color: #ccc
}

.input-field::-webkit-input-placeholder {
  color: #ccc
}

.input-field:focus::-moz-placeholder {
  color: #ccc;
  opacity: 0
}

.input-field:focus:-ms-input-placeholder,
.select-field:focus:-ms-input-placeholder,
.textarea-field:focus:-ms-input-placeholder {
  color: #ccc;
  opacity: 0
}

.input-field:focus::-webkit-input-placeholder {
  color: #ccc;
  opacity: 0
}

.input-field::-ms-expand {
  border: 0;
  background-color: transparent
}

.input-field[disabled],
.input-field[readonly],
fieldset[disabled] .input-field {
  opacity: 1
}

.input-field[disabled],
fieldset[disabled] .input-field {
  cursor: not-allowed
}

.select-field::-moz-placeholder {
  color: #ccc;
  opacity: 1
}

.select-field:-ms-input-placeholder {
  color: #ccc
}

.select-field::-webkit-input-placeholder {
  color: #ccc
}

.select-field:focus::-moz-placeholder {
  color: #ccc;
  opacity: 0
}

.select-field:focus::-webkit-input-placeholder {
  color: #ccc;
  opacity: 0
}

.select-field::-ms-expand {
  border: 0;
  background-color: transparent
}

.select-field[disabled],
.select-field[readonly],
fieldset[disabled] .select-field {
  opacity: 1
}

.select-field[disabled],
fieldset[disabled] .select-field {
  cursor: not-allowed
}

.textarea-field::-moz-placeholder {
  color: #ccc;
  opacity: 1
}

.textarea-field:-ms-input-placeholder {
  color: #ccc
}

.textarea-field::-webkit-input-placeholder {
  color: #ccc
}

.textarea-field:focus::-moz-placeholder {
  color: #ccc;
  opacity: 0
}

.textarea-field:focus::-webkit-input-placeholder {
  color: #ccc;
  opacity: 0
}

.textarea-field::-ms-expand {
  border: 0;
  background-color: transparent
}

.textarea-field[disabled],
.textarea-field[readonly],
fieldset[disabled] .textarea-field {
  opacity: 1
}

.textarea-field[disabled],
fieldset[disabled] .textarea-field {
  cursor: not-allowed
}

.table {
  border-collapse: collapse
}

.table table col[class*=cell-] {
  position: static;
  float: none;
  display: table-column
}

.table table td[class*=cell-],
.table table th[class*=cell-] {
  position: static;
  float: none;
  display: table-cell
}

.list,
.list-table {
  list-style: none;
  margin: 0;
  padding: 0
}

.list > .list-item {
  display: inline-block;
  position: relative
}

.list-table {
  display: table;
  width: 100%
}

.list-table > .list-item {
  display: table-cell
}

.list-justified {
  font-size: 0;
  line-height: 0;
  text-align: justify;
  width: 100%
}

.list-justified:after {
  content: "";
  height: 0;
  overflow: hidden;
  visibility: hidden
}

.list-justified,
.list-unstyled,
.list-vertical {
  list-style: none;
  margin: 0;
  padding: 0
}

.list-justified:after,
.list-vertical > .list-item {
  display: inline-block;
  width: 100%
}

.bg-primary {
  background-color: #fff !important
}

.bg-secondary {
  background-color: #ff5700 !important
}

.bg-error {
  background-color: #dd3f46 !important
}

.bg-success {
  background-color: #5cb85c !important
}

.bg-info {
  background-color: #5bc0de !important
}

.bg-warning {
  background-color: #f0ad4e !important
}

.text-primary {
  color: #333 !important
}

.text-secondary {
  color: #fff !important
}

.text-error {
  color: #dd3f46 !important
}

.text-success {
  color: #5cb85c !important
}

.text-info {
  color: #5bc0de !important
}

.text-warning {
  color: #f0ad4e !important
}

.text-lowercase {
  text-transform: lowercase
}

.text-uppercase {
  text-transform: uppercase
}

.text-capitalize {
  text-transform: capitalize
}

*,
:after,
:before {
  box-sizing: border-box
}

body,
input,
select,
textarea {
  margin: 0;
  padding: 0
}

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

input[type=checkbox],
input[type=radio] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal
}

input[type=file] {
  display: block
}

input[type=range] {
  display: block;
  width: 100%
}

select[multiple],
select[size] {
  height: auto
}

button,
input[type=button],
input[type=submit] {
  border: none;
  margin: 0;
  padding: 0
}

img {
  max-width: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0
}

.benefit_title {
    color: #434242;
    font-size: 14px;
    font-weight: bold;
}
.benefit_decsr {
    font-size: 13px;
    color: #434242;
    margin-top: 5px;
}
.benefit_image {
    text-align: center;
    border: 1px solid #ffac3c;
    width: 104px;
    padding: 15px;
    border-radius: 15px;
}
.benefit_image img {
width: 55px;
    height: auto;
}
.filter_block  {
    background: #fffdfa;
    padding: 25px;
    border-bottom: 1px solid #e8e8e8;
}
.benefit_block {
    margin-bottom: 15px;
}

a.sale_link {
    background: #f8aa45;
}
.grafik {
background: #feebd4;
    text-align: center;
    padding: 15px; 
} 
 
.grafik  table {
    margin: auto;
  width: 100%;
} 

.grafik h3 {
margin-bottom: 25px;
}
.grafik td {
    padding: 10px 18px;
    background: #fff;
    font-size: 13px;
    text-align: left;
    width: 50%;
}

.kontakty {
 text-align: left;
    font-size: 13px;
    background: #feebd4;
    padding: 15px;
    // margin-top: 25px;
}
.kontakty h3 {
font-size: 21px;
      text-align: center;
    margin-bottom: 25px;
}
 .rekvizity a {
    border: 1px solid #f6aa47;
    padding: 15px;
    display: block;
    margin: auto;
    border-radius: 2px;
    text-align: center;
    background: white;
    text-decoration: none;
}
.rekvizity {
    background: #f0f0f0;
    padding: 15px;
  margin-top: 25px;
}
.rekvizity  h3 {
font-size: 21px;
      text-align: center;
    margin-bottom: 25px;
}
.payments_img {
    width: 172px;
    margin-bottom: 18px;
    height: auto;
    padding: 7px;
}
.top-menu ul.sub3 li {
    margin-bottom: 7px;
}
.top-menu ul.sub3 li a:hover {
    color: #f8aa45;
}

.nayti {
background: #f0f0f0;
    padding: 15px;
    font-size: 13px;
    text-align: justify;
}

.nayti h3{
    font-size: 20px;
}

.obmen {
    background: #feebd4;
    padding: 15px;
    margin-top: 25px;
    font-size: 13px;
}
.obmen h3 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 25px;
}
.coll_description  {
    margin-bottom: 49px;
    font-size: 14px;
  line-height: 24px;
}

@media screen and (max-width: 520px) {
  
  .filter-checkbox-a {
    width: 100% !important;
  }
  
}

.js-filter-checkbox {
    width: 30%;
    padding: 0;
}



.index-call-block {
background: #ffffffd6;
padding: 15px;
}
.row.filter-hidden.filter_block {
    margin: 0;
}
.vigoda {
    margin-top: 5px;
    font-size: 12px;
    color: #f7aa47;
}

.text-h3{
  font-size: 1.17em;
  font-weight: bold;
  margin-top: 0;
}
.top-menu ul.sub3 li a.big_orange {
font-weight: bold;
  color: #f8aa45;
}



a.all_chars i {
    font-size: 14px;
    vertical-align: text-bottom;
    font-weight: bold;
    margin-left: 5px;
}
a.all_chars {
    text-transform: uppercase;
    margin-top: 10px;
    display: block;
}
.footer-bottom {
    background: #1c2120;
    padding: 15px 0;
    font-size: 12px;
    text-align: center;
    margin: 0px -15px 0;
}

.in-stock{
  text-transform:  uppercase;
  font-weight:  normal!important;
  font-size: 12px!important;
  background-color: #B45F04!important;
}

.sale-stock{
  z-index: 12!important; 
  top: 60px!important;
}

.product-card{
  margin-bottom: 90px!important;
}

.other-card{
  	padding-top: 20px;
    text-align: center;
    display: block;
    font-size: 1.5em;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}
.material .js-filter-checkbox {
    width: 100%;
}
.material .filter-block {
    padding: 15px 0;
}
.material {
    min-width: 140px;
}
.collection-order {
    min-width: 182px;
    max-width: 220px;
}






@media screen and (max-width: 768px) {
.collection-order {
    min-width: 100%;
    max-width: 100%;
}
.filter-price {
    padding: 15px 10px;
}
.collection-order .label-field, .collection-order .select-wrapper {
    width: 100% !important
}
}

.other-massiv{
	margin: 0 165px;
}
.other-massiv-item{
	width: 240px;
    margin: 0 20px;
    text-align: center;
    float: left;
}
.other-massiv-item img{
	width: 240px;
    height: 200px!important;
}
.other-massiv-item a{
	text-decoration: none;
}

.advantages-block{
	display: flex;
	margin-top: 30px;
}
.advantages-item{
	width: 15%;
    margin: 0 10px;
    text-align: center;
}
.advantages-img img{
	width: 60px;
}
.advantages-text{
	font-size: 16px;
	margin: 0;
}
.advantages-item p{
	font-size: 14px;
}

.advantages-comp-block{
	display: flex;
	margin-top: 30px;
}
.advantages-comp-item{
	width: 23%;
    margin: 0 10px;
    text-align: center;
}

.advantages-comp-img{
	text-align: center;
    border: 1px solid #ffac3c;
    width: 104px;
    padding: 15px;
    border-radius: 15px;
    margin: 0 auto;
}

.block-three{
	display: flex;
	margin-bottom: 20px;
}
.block-three-item{
	width: 33%;
	margin-right: 20px;
}

.block-three-item:nth-last-child{
	margin-right: 0;
}
.block-three-title{
	font-weight: bold;
}

.adv-comp-item {
    width: 18%;
    margin: 0 10px;
    text-align: center;
}

.adv-comp-img{
    border: 2px solid #f7aa47;
    border-radius: 60px;
    width: 88px;
    margin:  auto;
}

.adv-comp-img img {
    width: 50px;
    margin: 15px!important;
}

.adv-comp-text{
  padding-top: 10px;
  font-size: 16px;
  margin: 0;
}

@media screen and (max-width: 500px) {
  .other-massiv{
    min-height: 205px!important;
    margin: 0 15px;
  }
  .other-massiv-item{
    width: 28%;
    margin: 0 5px;
  }
  .infographics-block{
	display: block!important;
  }
  .infographics-item{
      width: 100%!important;
  }
  .advantages-block {
    display: block;
  }
  .adv-comp-item {
    width: 100%;
  }
}  

@media screen and (min-width:501px) and (max-width:900px){
  .other-massiv{
    min-height: 265px!important;
    margin: 0 15px;
  }
  .other-massiv-item{
    width: 26%;
  }
}  

@media screen and (min-width:901px) and (max-width:1100px){
  .other-massiv{
    min-height: 315px!important;
    margin: 0 15px;
  }
  .other-massiv-item{
    width: 26%;
  }
}  

.infographics-block{
	display: flex;
	margin-top: 30px;
}
.infographics-item{
	width: 23%;
    margin: 0 10px;
    text-align: center;
}

.infographics-number{
	font-size: 44px;
    color: #f7aa47;
    font-weight: bold;
    margin: 0;
}

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



/*=========================================
  ARTICLE
=========================================*/
/* line 4, _article.scss */
.article {
  margin-bottom: 20px; }
  /* line 7, _article.scss */
  .article .article-image {
    margin-bottom: 10px; }
    /* line 10, _article.scss */
    .article .article-image img {
      vertical-align: top; }
  /* line 15, _article.scss */
  .article .article-header {
    margin-bottom: 10px; }
    /* line 18, _article.scss */
    .article .article-header .date, .article .article-header .author, .article .article-header .comments-count {
      color: #434242;
      font-size: .9em;
      border-right: 1px solid lightgray;
      margin-right: 10px;
      padding-right: 10px; }
    /* line 26, _article.scss */
    .article .article-header .date {
      border-right: none;
      margin-right: 0;
      padding-right: 0; }
  /* line 33, _article.scss */
  .article .article-body {
    overflow: hidden;
    margin-bottom: 40px; }

/* line 39, _article.scss */
.article-related {
  margin-bottom: 20px; }

/*=========================================
  ARTICLE COMMENTS
=========================================*/
/*  Comments list
-----------------------------------------*/
/* line 49, _article.scss */
.comments-list {
  margin-bottom: 20px; }

/*  Comments header
-----------------------------------------*/
/* line 55, _article.scss */
.comments-count a {
  color: #f7aa47; }

/* line 59, _article.scss */
.comments-header {
  border-bottom: 2px solid #ffffff;
  margin-bottom: 20px;
  padding-bottom: 20px; }

/*  Comments item
-----------------------------------------*/
/* line 67, _article.scss */
.comments-item {
  border-bottom: 2px solid lightgray;
  margin-bottom: 15px;
  padding-bottom: 15px; }
  /* line 72, _article.scss */
  .comments-item .comment-header {
    color: #434242;
    font-family: "Cuprum", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: .9em;
    margin-bottom: 10px; }
    /* line 78, _article.scss */
    .comments-item .comment-header .author,
    .comments-item .comment-header .date {
      display: inline-block; }
    /* line 86, _article.scss */
    .comments-item .comment-header .date {
      border-left: 2px solid #f2f2f2;
      margin-left: 10px;
      padding-left: 10px; }
  /* line 368, mixins.scss */
  .comments-item .comment-footer:after {
    content: "";
    display: table;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 100%; }

/* line 107, _article.scss */
.comment-form-toggle {
  margin-bottom: 20px; }

@media screen and (min-width: 1201px) {
  /* line 115, _article.scss */
  #comment-form .form-label {
    text-align: right; } }
/*  Tags
-----------------------------------------*/
/* line 123, _article.scss */
.article-tags {
  margin-bottom: 20px; }

/* line 129, _article.scss */
.tags-list .tag-item {
  display: inline-block;
  margin: 0 10px 10px; }

/* line 135, _article.scss */
.tag {
  background: #f7aa47;
  color: #ffffff;
  display: inline-block;
  font-size: .9em;
  height: 25px;
  line-height: 25px;
  padding: 0 10px;
  position: relative;
  color: #ffffff;
  text-decoration: none; }
  /* line 322, mixins.scss */
  .tag:hover {
    color: #ffffff;
    text-decoration: none; }
  /* line 146, _article.scss */
  .tag:before {
    background: transparent;
    border: 12.5px solid transparent;
    border-right: 12.5px solid #f7aa47;
    content: '';
    display: block;
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0; }
  /* line 155, _article.scss */
  .tag:after {
    background: #fff;
    border-radius: 50%;
    content: '';
    margin-top: -2.5px;
    position: absolute;
    top: 50%;
    left: -3px;
    height: 6px;
    width: 6px; }

/*=========================================
  ARTICLES LIST
=========================================*/
/*  Article preview
-----------------------------------------*/
/* line 7, _blog.scss */
.article-preview {
  margin-bottom: 30px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 20px; }
  /* line 12, _blog.scss */
  .article-preview .article-image-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 100%; }
  /* line 19, _blog.scss */
  .article-preview .article-image-inner {
    font-size: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    text-decoration: none;
    text-align: center; }
    /* line 26, _blog.scss */
    .article-preview .article-image-inner:after {
      content: '';
      display: inline-block;
      width: 0;
      height: 100%;
      vertical-align: middle; }
  /* line 35, _blog.scss */
  .article-preview .article-image {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    vertical-align: middle; }
  /* line 43, _blog.scss */
  .article-preview .article-caption {
    display: inline-block;
    width: 100%; }
  /* line 50, _blog.scss */
  .article-preview .article-header .date, .article-preview .article-header .author, .article-preview .article-header .comments-count {
    color: #434242;
    font-size: .9em;
    border-right: 1px solid #434242;
    margin-right: 10px;
    padding-right: 10px; }
  /* line 58, _blog.scss */
  .article-preview .article-header .date {
    border-right: none;
    margin-right: 0;
    padding-right: 0; }
  /* line 69, _blog.scss */
  .article-preview .article-title {
    margin-bottom: 10px; }
    /* line 72, _blog.scss */
    .article-preview .article-title a {
      color: #f7aa47; }
  /* line 77, _blog.scss */
  .article-preview .article-introtext {
    display: inline-block;
    width: 100%; }
    /* line 81, _blog.scss */
    .article-preview .article-introtext img {
      max-height: 100%;
      width: auto;
      height: auto; }
  @media screen and (max-width: 768px) {
    /* line 89, _blog.scss */
    .article-preview .article-image {
      margin-bottom: 15px; } }

/*  Last articles
-----------------------------------------*/
/* line 97, _blog.scss */
.articles-list {
  margin-bottom: 20px; }
  /* line 100, _blog.scss */
  .articles-list .list-item {
    list-style: none;
    margin-bottom: 10px; }
    /* line 104, _blog.scss */
    .articles-list .list-item:before {
      background: #f2f2f2;
      content: '';
      display: inline-block;
      height: 1px;
      width: 15px;
      position: relative;
      top: -4px; }
  /* line 115, _blog.scss */
  .articles-list .list-link {
    color: #f7aa47; }

/*=========================================
  CHECKOUT 1
=========================================*/
/* line 4, _checkout.scss */
.checkout-v1-wrapper {
  color: #434242; }
  /* line 7, _checkout.scss */
  .checkout-v1-wrapper #order_client_bonus_points {
    text-align: center;
    height: 37px;
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 20px; }
  /* line 17, _checkout.scss */
  .checkout-v1-wrapper #orders_history td {
    padding: 10px 15px;
    white-space: nowrap; }
  /* line 23, _checkout.scss */
  .checkout-v1-wrapper .tt-dropdown-menu {
    color: #434242;
    background-color: #ffffff;
    border-color: #f2f2f2; }
  /* line 35, _checkout.scss */
  .checkout-v1-wrapper .set-title + .set-block #contacts {
    float: left;
    width: 48%; }
    /* line 39, _checkout.scss */
    .checkout-v1-wrapper .set-title + .set-block #contacts #contacts {
      width: 100%; }
  @media screen and (max-width: 768px) {
    /* line 55, _checkout.scss */
    .checkout-v1-wrapper .set-title + .set-block #contacts {
      float: left;
      width: 100%; }
      /* line 59, _checkout.scss */
      .checkout-v1-wrapper .set-title + .set-block #contacts #contacts {
        width: 100%; } }
  /* line 68, _checkout.scss */
  .checkout-v1-wrapper p {
    margin: 5px 0; }
  /* line 72, _checkout.scss */
  .checkout-v1-wrapper a {
    color: #f7aa47; }
    /* line 75, _checkout.scss */
    .checkout-v1-wrapper a:hover {
      text-decoration: none; }
  /* line 80, _checkout.scss */
  .checkout-v1-wrapper .fc {
    overflow: hidden;
    zoom: 1; }
  /* line 85, _checkout.scss */
  .checkout-v1-wrapper .fl {
    float: left; }
  /* line 89, _checkout.scss */
  .checkout-v1-wrapper .fr {
    float: right; }
  /* line 93, _checkout.scss */
  .checkout-v1-wrapper .b {
    font-weight: bold; }
  /* line 97, _checkout.scss */
  .checkout-v1-wrapper .wrapper {
    padding: 0 10px;
    margin: 0 auto; }
  /* line 102, _checkout.scss */
  .checkout-v1-wrapper #logo {
    max-height: 65px;
    vertical-align: middle;
    border: 0;
    margin-right: 10px; }
  /* line 109, _checkout.scss */
  .checkout-v1-wrapper .button {
    font-size: 16px;
    background: #f7aa47;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #ffffff;
    font-family: "Arial";
    padding: 10px 12px; }
    /* line 117, _checkout.scss */
    .checkout-v1-wrapper .button:hover, .checkout-v1-wrapper .button.active {
      background: #ffffff !important;
      color: #f7aa47; }
    /* line 123, _checkout.scss */
    .checkout-v1-wrapper .button .button-text,
    .checkout-v1-wrapper .button .button-icon {
      font-size: 16px;
      display: inline-block;
      vertical-align: middle; }
    /* line 130, _checkout.scss */
    .checkout-v1-wrapper .button:after {
      content: ' ';
      display: inline-block;
      height: 100%;
      vertical-align: middle;
      width: 0; }
  /* line 139, _checkout.scss */
  .checkout-v1-wrapper #create_order {
    margin: 0 !important; }
  /* line 143, _checkout.scss */
  .checkout-v1-wrapper .big {
    font: 14px Tahoma, sans-serif !important; }
  /* line 148, _checkout.scss */
  .checkout-v1-wrapper .button:hover {
    background-image: url(https://static.insales-cdn.com/served_assets/checkout/button.png);
    _background-image: none; }
  /* line 152, _checkout.scss */
  .checkout-v1-wrapper .button:active {
    top: 1px; }
  /* line 155, _checkout.scss */
  .checkout-v1-wrapper .button::-moz-focus-inner {
    border: 0;
    padding: 0; }
  /* line 161, _checkout.scss */
  .checkout-v1-wrapper .page-title {
    font-size: 18px;
    font-weight: bold;
    margin: 5px 0; }
  /* line 167, _checkout.scss */
  .checkout-v1-wrapper .page-subtitle {
    font-size: 16px;
    font-weight: bold;
    margin: 5px 0; }
  /* line 173, _checkout.scss */
  .checkout-v1-wrapper input.textfield, .checkout-v1-wrapper textarea, .checkout-v1-wrapper select {
    background: #fff;
    border: 1px solid #eeeeee;
    padding: 7px 10px;
    margin-bottom: 5px;
    max-width: 100%; }
  /* line 181, _checkout.scss */
  .checkout-v1-wrapper input[type="checkbox"].textfield {
    width: auto !important; }
  /* line 185, _checkout.scss */
  .checkout-v1-wrapper .set-sidetext {
    width: 235px;
    float: right;
    clear: right;
    margin: 10px 0; }
  /* line 192, _checkout.scss */
  .checkout-v1-wrapper .userbar, .checkout-v1-wrapper .set-title {
    background: #ffffff;
    border-bottom: 1px solid #f2f2f2;
    padding: 8px 11px 7px;
    font-weight: bold;
    vertical-align: middle; }
  /* line 200, _checkout.scss */
  .checkout-v1-wrapper .userbar {
    font-weight: normal;
    margin-bottom: 30px;
    border: 1px solid #f2f2f2; }
    /* line 205, _checkout.scss */
    .checkout-v1-wrapper .userbar .links {
      word-spacing: 4px; }
      /* line 208, _checkout.scss */
      .checkout-v1-wrapper .userbar .links a {
        display: inline-block;
        margin: 0 10px;
        word-spacing: normal; }
  /* line 216, _checkout.scss */
  .checkout-v1-wrapper a.set-title {
    background: #ffffff;
    color: #ffffff;
    display: block;
    text-decoration: none;
    font-weight: normal; }
    /* line 222, _checkout.scss */
    .checkout-v1-wrapper a.set-title img {
      border: 0; }
  /* line 227, _checkout.scss */
  .checkout-v1-wrapper div.set-meta {
    background: #ffffff;
    color: #ffffff; }
  /* line 232, _checkout.scss */
  .checkout-v1-wrapper div.set-title {
    background: #ffffff;
    color: #ffffff;
    border-bottom: 1px solid #f2f2f2;
    float: left;
    width: 100%; }
  /* line 240, _checkout.scss */
  .checkout-v1-wrapper .set-meta {
    background: #f3f3f4;
    border-bottom: 1px solid #dee0e1;
    padding: 7px 15px 0; }
  /* line 246, _checkout.scss */
  .checkout-v1-wrapper .set {
    border: none;
    width: 70%;
    float: left;
    clear: left;
    margin: 10px 0 30px; }
  /* line 254, _checkout.scss */
  .checkout-v1-wrapper .set-block {
    background: #ffffff;
    border: 1px solid #f2f2f2;
    padding: 15px;
    width: 100%;
    float: left; }
    /* line 261, _checkout.scss */
    .checkout-v1-wrapper .set-block h4,
    .checkout-v1-wrapper .set-block h3 {
      clear: both;
      display: block;
      padding: 20px 0 10px;
      width: 100%; }
      /* line 268, _checkout.scss */
      .checkout-v1-wrapper .set-block h4:before, .checkout-v1-wrapper .set-block h4:after,
      .checkout-v1-wrapper .set-block h3:before,
      .checkout-v1-wrapper .set-block h3:after {
        content: '';
        clear: both;
        display: block;
        height: 0;
        line-height: 0;
        font-size: 0;
        width: 100%; }
  /* line 281, _checkout.scss */
  .checkout-v1-wrapper .set-list {
    background: #ffffff;
    border-bottom: none;
    max-height: 350px;
    overflow-y: auto;
    padding: 2px 5px;
    margin: 0; }
  /* line 290, _checkout.scss */
  .checkout-v1-wrapper .set-sidebar {
    border: 1px solid #f2f2f2;
    border-bottom: 0;
    width: 28%;
    float: right;
    clear: right;
    margin: 10px 0 30px; }
  /* line 299, _checkout.scss */
  .checkout-v1-wrapper .set-list-item {
    display: block;
    border-radius: 3px;
    padding: 5px;
    position: relative;
    padding-left: 70px;
    margin: 3px 0; }
    /* line 307, _checkout.scss */
    .checkout-v1-wrapper .set-list-item .img {
      background-position: center center;
      background-repeat: no-repeat;
      width: 48px;
      height: 48px;
      border: 1px solid #dee0e1;
      position: absolute;
      left: 10px;
      top: 10px; }
    /* line 318, _checkout.scss */
    .checkout-v1-wrapper .set-list-item .description {
      width: auto; }
  /* line 323, _checkout.scss */
  .checkout-v1-wrapper .set-status {
    padding: 15px;
    font-weight: bold;
    border-bottom: 1px solid #dee0e1;
    vertical-align: middle; }
  /* line 330, _checkout.scss */
  .checkout-v1-wrapper .field {
    padding: 5px 0;
    margin-bottom: 10px;
    width: 100%; }
  /* line 336, _checkout.scss */
  .checkout-v1-wrapper .field-label {
    float: left;
    width: 40% !important;
    overflow: hidden;
    font-weight: bold;
    padding-right: 10px;
    box-sizing: border-box; }
  /* line 345, _checkout.scss */
  .checkout-v1-wrapper .field-content {
    float: right;
    width: 60% !important; }
    /* line 348, _checkout.scss */
    .checkout-v1-wrapper .field-content textarea {
      border: 1px solid #eeeeee;
      padding: 7px 10px;
      margin-bottom: 5px;
      width: 100% !important; }
    /* line 354, _checkout.scss */
    .checkout-v1-wrapper .field-content .textfield {
      border: 1px solid #eeeeee;
      padding: 7px 10px;
      margin-bottom: 5px;
      width: 100% !important; }
    /* line 360, _checkout.scss */
    .checkout-v1-wrapper .field-content input {
      border: 1px solid #eeeeee;
      padding: 7px 10px;
      margin-bottom: 5px;
      max-width: 100% !important; }
  /* line 368, _checkout.scss */
  .checkout-v1-wrapper button, .checkout-v1-wrapper textarea {
    font: 12px Arial, sans-serif; }
  /* line 372, _checkout.scss */
  .checkout-v1-wrapper .table {
    width: 625px;
    border-collapse: collapse; }
    /* line 375, _checkout.scss */
    .checkout-v1-wrapper .table th, .checkout-v1-wrapper .table td {
      padding: 4px 7px 4px 0; }
    /* line 378, _checkout.scss */
    .checkout-v1-wrapper .table th {
      text-align: left; }
    /* line 382, _checkout.scss */
    .checkout-v1-wrapper .table tfoot th, .checkout-v1-wrapper .table tfoot td {
      border-top: 1px solid #dee0e1; }
  /* line 388, _checkout.scss */
  .checkout-v1-wrapper .price-field {
    text-align: right !important;
    white-space: nowrap; }
  /* line 393, _checkout.scss */
  .checkout-v1-wrapper .count {
    text-align: center;
    width: 5em; }
  /* line 398, _checkout.scss */
  .checkout-v1-wrapper .warning {
    color: red; }
  /* line 402, _checkout.scss */
  .checkout-v1-wrapper .error, .checkout-v1-wrapper .status-warning, .checkout-v1-wrapper .notice {
    padding: 6px 7px 6px 26px;
    border-radius: 3px;
    margin: 10px 0 20px 0;
    vertical-align: middle;
    background-position: 5px 5px;
    background-repeat: no-repeat;
    font-size: 16px; }
  /* line 412, _checkout.scss */
  .checkout-v1-wrapper .error {
    background-color: #f3c7c7;
    background-image: url(https://static.insales-cdn.com/served_assets/checkout/icon-error.png);
    color: #c7271f; }
  /* line 418, _checkout.scss */
  .checkout-v1-wrapper .notice {
    background-color: #8fff87;
    background-image: url(https://static.insales-cdn.com/served_assets/checkout/icon-succeed.png);
    color: #37763a; }
  /* line 424, _checkout.scss */
  .checkout-v1-wrapper .status-warning {
    background-color: #e8e97d;
    background-image: url(https://static.insales-cdn.com/served_assets/checkout/icon-warning.png);
    color: #5b512c; }
  /* line 430, _checkout.scss */
  .checkout-v1-wrapper .icon {
    vertical-align: middle; }
  /* line 434, _checkout.scss */
  .checkout-v1-wrapper .small {
    font-size: 87%; }
  /* line 438, _checkout.scss */
  .checkout-v1-wrapper .gray {
    color: gray; }
  /* line 442, _checkout.scss */
  .checkout-v1-wrapper .green, .checkout-v1-wrapper .red {
    padding: 3px;
    margin-right: 10px; }
  /* line 447, _checkout.scss */
  .checkout-v1-wrapper .green {
    background: #8FFF87;
    color: #37763A; }
  /* line 452, _checkout.scss */
  .checkout-v1-wrapper .red {
    background: #F3C7C7;
    color: #C7271F; }
  /* line 457, _checkout.scss */
  .checkout-v1-wrapper #top_info {
    margin: 12px 0; }
  /* line 462, _checkout.scss */
  .checkout-v1-wrapper table.variants {
    width: 100%;
    margin: 0 0 20px;
    border-collapse: collapse; }
    /* line 466, _checkout.scss */
    .checkout-v1-wrapper table.variants .price {
      text-align: right;
      white-space: nowrap;
      vertical-align: top; }
    /* line 471, _checkout.scss */
    .checkout-v1-wrapper table.variants .name {
      padding-bottom: 18px;
      max-width: 490px; }
    /* line 475, _checkout.scss */
    .checkout-v1-wrapper table.variants .radio {
      width: 25px;
      text-align: left;
      padding: 0;
      vertical-align: top; }
      /* line 480, _checkout.scss */
      .checkout-v1-wrapper table.variants .radio input {
        margin: 0; }
  /* line 485, _checkout.scss */
  .checkout-v1-wrapper table.payment_variants {
    border-bottom: 1px solid #DEE0E1; }
  /* line 490, _checkout.scss */
  .checkout-v1-wrapper #registered_client {
    float: right;
    border-left: 1px solid #eeeeee;
    padding-left: 10px;
    margin-bottom: 20px;
    width: 50%; }
    /* line 497, _checkout.scss */
    .checkout-v1-wrapper #registered_client + div {
      float: left;
      width: 50%;
      box-sizing: border-box;
      margin-bottom: 20px;
      padding-right: 10px; }
      /* line 504, _checkout.scss */
      .checkout-v1-wrapper #registered_client + div #regular_client {
        width: auto; }
      /* line 508, _checkout.scss */
      .checkout-v1-wrapper #registered_client + div + div {
        border-top: 1px solid #eeeeee; }
    /* line 513, _checkout.scss */
    .checkout-v1-wrapper #registered_client h3 {
      margin-top: 0; }
  /* line 520, _checkout.scss */
  .checkout-v1-wrapper #regular_client small {
    display: block;
    margin-left: 5px;
    font-size: 85%; }
  /* line 525, _checkout.scss */
  .checkout-v1-wrapper #regular_client h3 {
    margin-top: 0; }
  /* line 529, _checkout.scss */
  .checkout-v1-wrapper #regular_client + div {
    float: left;
    margin-left: 1rem; }
  /* line 535, _checkout.scss */
  .checkout-v1-wrapper .register .field-content {
    float: right; }
  /* line 539, _checkout.scss */
  .checkout-v1-wrapper .past_step {
    float: right;
    font-weight: normal;
    width: 390px; }
    /* line 543, _checkout.scss */
    .checkout-v1-wrapper .past_step span {
      color: #ffffff; }
    /* line 546, _checkout.scss */
    .checkout-v1-wrapper .past_step a {
      color: #ffffff;
      float: right; }
  @media screen and (max-width: 768px) {
    /* line 553, _checkout.scss */
    .checkout-v1-wrapper .past_step {
      width: 100%; } }
  @media screen and (min-width: 769px) {
    /* line 561, _checkout.scss */
    .checkout-v1-wrapper .small_label .field-content {
      width: 60%; }
    /* line 564, _checkout.scss */
    .checkout-v1-wrapper .small_label .field-label {
      width: 40%;
      padding: 10px;
      text-align: right; } }
  /* line 572, _checkout.scss */
  .checkout-v1-wrapper .old-theme-fix {
    overflow: visible !important; }
  /* line 576, _checkout.scss */
  .checkout-v1-wrapper .fieldWithErrors {
    display: inline; }
    /* line 578, _checkout.scss */
    .checkout-v1-wrapper .fieldWithErrors input, .checkout-v1-wrapper .fieldWithErrors textarea {
      border: 1px solid #dc7878 !important;
      padding: 3px 2px;
      background: #f8e7e7 !important; }
  /* line 585, _checkout.scss */
  .checkout-v1-wrapper .delivery_checkbox {
    margin-bottom: 10px; }
    /* line 587, _checkout.scss */
    .checkout-v1-wrapper .delivery_checkbox input {
      vertical-align: middle; }
    /* line 590, _checkout.scss */
    .checkout-v1-wrapper .delivery_checkbox label {
      font-size: 90%;
      margin-left: 3px; }
  /* line 596, _checkout.scss */
  .checkout-v1-wrapper #flash_messages .message {
    margin: 0; }
  /* line 600, _checkout.scss */
  .checkout-v1-wrapper .wide_set {
    width: 100% !important; }
    /* line 603, _checkout.scss */
    .checkout-v1-wrapper .wide_set .table {
      width: 100% !important; }
  /* line 608, _checkout.scss */
  .checkout-v1-wrapper .table .highlited_row {
    background: rgba(255, 255, 255, 0.1) !important; }
  /* line 614, _checkout.scss */
  .checkout-v1-wrapper .table td {
    border-bottom: 1px solid #f2f2f2;
    padding: 10px 0; }
  /* line 620, _checkout.scss */
  .checkout-v1-wrapper #logo_bg {
    height: 60px;
    margin: 5px 10px 5px 0;
    float: left;
    display: none;
    background-repeat: no-repeat;
    background-position: center left; }
  /* line 629, _checkout.scss */
  .checkout-v1-wrapper .bank_invoice_fio {
    width: 310px; }
  /* line 633, _checkout.scss */
  .checkout-v1-wrapper .mail_ru_login, .checkout-v1-wrapper .vkontakte_login, .checkout-v1-wrapper .facebook_login {
    padding-bottom: 2px;
    vertical-align: middle;
    position: relative;
    width: 66px;
    height: 18px;
    line-height: 18px;
    text-decoration: none;
    display: inline-block; }
  /* line 645, _checkout.scss */
  .checkout-v1-wrapper #captcha_challenge img {
    border: 0; }
  /* line 648, _checkout.scss */
  .checkout-v1-wrapper #captcha_challenge a img {
    margin-top: 10px;
    vertical-align: top; }
  /* line 654, _checkout.scss */
  .checkout-v1-wrapper #kladr_house, .checkout-v1-wrapper #kladr_flat, .checkout-v1-wrapper #kladr_number, .checkout-v1-wrapper #kladr_manual_index, .checkout-v1-wrapper div.kladr {
    padding: 3px; }
  /* line 658, _checkout.scss */
  .checkout-v1-wrapper .not_available label {
    opacity: 0.5; }
  /* line 662, _checkout.scss */
  .checkout-v1-wrapper #facebox {
    font-size: 75%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    text-align: left;
    width: 350px !important; }
    /* line 664, _checkout.scss */
    .checkout-v1-wrapper #facebox p {
      display: block !important; }
    /* line 672, _checkout.scss */
    .checkout-v1-wrapper #facebox .popup {
      position: relative; }
    /* line 675, _checkout.scss */
    .checkout-v1-wrapper #facebox td {
      border-bottom: 0;
      padding: 0; }
    /* line 679, _checkout.scss */
    .checkout-v1-wrapper #facebox table.form tr td {
      padding: 3px; }
    /* line 682, _checkout.scss */
    .checkout-v1-wrapper #facebox .body {
      border: 1px solid #DDDDDD;
      padding: 10px;
      background: #fff; }
    /* line 687, _checkout.scss */
    .checkout-v1-wrapper #facebox .loading, .checkout-v1-wrapper #facebox .image {
      text-align: center; }
    /* line 690, _checkout.scss */
    .checkout-v1-wrapper #facebox form {
      border: 0; }
    /* line 693, _checkout.scss */
    .checkout-v1-wrapper #facebox img {
      display: none;
      border: 0;
      margin: 0; }
    /* line 699, _checkout.scss */
    .checkout-v1-wrapper #facebox .fb_footer {
      display: none;
      padding: 0;
      margin: 0;
      position: relative !important;
      height: auto !important; }
    /* line 706, _checkout.scss */
    .checkout-v1-wrapper #facebox .tl, .checkout-v1-wrapper #facebox .tr, .checkout-v1-wrapper #facebox .bl, .checkout-v1-wrapper #facebox .br {
      height: 2px;
      width: 2px;
      overflow: hidden;
      padding: 0; }
  /* line 714, _checkout.scss */
  .checkout-v1-wrapper #facebox_overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }
  /* line 722, _checkout.scss */
  .checkout-v1-wrapper .facebox_hide {
    z-index: -100; }
  /* line 726, _checkout.scss */
  .checkout-v1-wrapper .facebox_overlayBG {
    background-color: #000;
    z-index: 99; }
  @media screen and (max-width: 800px) {
    /* line 733, _checkout.scss */
    .checkout-v1-wrapper .set,
    .checkout-v1-wrapper .set-sidebar {
      width: 100%; }
    /* line 740, _checkout.scss */
    .checkout-v1-wrapper .userbar .links {
      margin-bottom: 10px;
      text-align: center;
      width: 100%; }
      /* line 745, _checkout.scss */
      .checkout-v1-wrapper .userbar .links a {
        margin-bottom: 5px; }
    /* line 750, _checkout.scss */
    .checkout-v1-wrapper .userbar .profile {
      text-align: center;
      width: 100%; }
    /* line 756, _checkout.scss */
    .checkout-v1-wrapper #registered_client {
      border: none;
      padding: 0;
      width: 100%; }
      /* line 761, _checkout.scss */
      .checkout-v1-wrapper #registered_client + div {
        padding: 0;
        width: 100%; } }
  @media screen and (max-width: 600px) {
    /* line 770, _checkout.scss */
    .checkout-v1-wrapper .field-label {
      margin-bottom: 5px; }
    /* line 774, _checkout.scss */
    .checkout-v1-wrapper .field-label,
    .checkout-v1-wrapper .field-content {
      width: 100% !important; }
    /* line 779, _checkout.scss */
    .checkout-v1-wrapper .set-block {
      overflow-x: scroll; } }

/*=========================================
  CHECKOUT 2
=========================================*/
/* line 788, _checkout.scss */
.co-section--checkout_content {
  min-height: 0; }

@media (max-width: 480px) {
  /* line 792, _checkout.scss */
  .co-button--checkout {
    margin-left: 10px !important;
    margin-right: 10px !important; } }

/* line 799, _checkout.scss */
.co-checkout-order_form {
  margin-top: 0 !important;
  padding-left: 0 !important; }
  @media (max-width: 768px) {
    /* line 799, _checkout.scss */
    .co-checkout-order_form {
      padding-right: 0 !important; } }

/* line 808, _checkout.scss */
.co-checkout-block--padded {
  padding-left: 10px;
  padding-right: 10px; }

/* line 813, _checkout.scss */
.co-sidebar {
  box-shadow: none;
  border-left: 1px solid #e0e0e0;
  padding-right: 0; }

/* line 819, _checkout.scss */
.co-button {
  background: #f7aa47;
  border: 1px solid #f7aa47;
  border-radius: 0;
  color: #ffffff; }
  /* line 825, _checkout.scss */
  .co-button:focus, .co-button:hover {
    background: #000;
    border: 1px solid #000;
    color: #f7aa47; }
  /* line 832, _checkout.scss */
  .co-button:focus {
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3); }

/* line 839, _checkout.scss */
.co-toggable_field-input--radio input + span {
  box-shadow: inset 0 0 0 2px #ffffff; }
/* line 843, _checkout.scss */
.co-toggable_field-input--radio input:focus + span, .co-toggable_field-input--radio input:checked + span {
  box-shadow: inset 0 0 0 7px #ffffff; }

/* line 851, _checkout.scss */
.co-toggable_field-input--checkbox input + span {
  box-shadow: inset 0 0 0 2px #ffffff; }
/* line 855, _checkout.scss */
.co-toggable_field-input--checkbox input:focus + span, .co-toggable_field-input--checkbox input:checked + span {
  box-shadow: inset 0 0 0 10px #ffffff; }

/* line 861, _checkout.scss */
.co-delivery_adress-form {
  margin-right: 0;
  margin-left: 0; }
  /* line 865, _checkout.scss */
  .co-delivery_adress-form .co-input {
    padding-left: 0;
    padding-right: 0; }

/* line 871, _checkout.scss */
.co-input-field {
  background-color: #fff;
  border: 1px solid #eeeeee;
  color: #555555;
  border-radius: 0; }

/* line 878, _checkout.scss */
.co-basket {
  padding-top: 0; }

/* line 882, _checkout.scss */
.co-basket_item-image {
  background: transparent; }

/* line 886, _checkout.scss */
.co-tabs-node {
  background: transparent;
  border: 1px solid #f7aa47;
  box-shadow: none;
  border-radius: 0;
  color: #f7aa47; }

/* line 894, _checkout.scss */
.co-tabs-node:focus,
.co-tabs-node:hover,
.co-tabs-node--active {
  background: #f7aa47;
  color: #ffffff; }

/* line 901, _checkout.scss */
.co-modal {
  background: #ffffff; }

/* line 905, _checkout.scss */
.co-bonus_points-field {
  height: 36px;
  margin: 0 20px 0 0; }

/* line 910, _checkout.scss */
input[type="button"],
.co-bonus_points-submit {
  height: 37px;
  margin: 0 20px 0 0;
  padding: 0 10px; }

/*  Typehead dropdown
==========================================*/
/* line 920, _checkout.scss */
.tt-dropdown-menu {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  max-height: 300px;
  overflow-y: auto;
  left: 0;
  right: 0 !important;
  background-color: #fff;
  border: 1px solid #ccc;
  z-index: 1050;
  -moz-box-shadow: 0px 4px 14px -4px #cccccc;
  -webkit-box-shadow: 0px 4px 14px -4px #cccccc;
  box-shadow: 0px 4px 14px -4px #cccccc;
  border-radius: 0; }

/* line 939, _checkout.scss */
.tt-dropdown-menu small,
.tt-dropdown-menu .empty-message {
  display: inline-block;
  padding: 0.75rem 1rem; }

/* line 945, _checkout.scss */
.twitter-typeahead {
  width: 100%; }

/* line 949, _checkout.scss */
.twitter-typeahead .tt-query, .twitter-typeahead .tt-hint {
  margin-bottom: 0; }

/* line 953, _checkout.scss */
.tt-suggestion, .tt-footer {
  display: block;
  position: relative;
  padding: 1rem 1rem;
  cursor: pointer;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

/* line 964, _checkout.scss */
.tt-suggestion:not(:last-child):after {
  content: '';
  display: block;
  position: absolute;
  left: 1rem;
  right: 1rem;
  top: 100%;
  border-bottom: 1px dotted #ccc;
  z-index: 1; }

/* line 975, _checkout.scss */
.tt-suggestion:last-child {
  margin-bottom: 0; }

/* line 979, _checkout.scss */
.tt-suggestion.tt-is-under-cursor, .tt-footer.tt-is-under-cursor {
  color: #333;
  background-color: #fff; }

/* line 984, _checkout.scss */
.tt-suggestion.tt-is-under-cursor a, .tt-footer.tt-is-under-cursor a {
  color: #333; }

/* line 988, _checkout.scss */
.tt-suggestion.tt-cursor, .tt-footer.tt-cursor {
  color: #333;
  background-color: #fff; }

/* line 993, _checkout.scss */
.co-input--nested .co-input-label {
  z-index: 3;
  color: #333; }

/* line 998, _checkout.scss */
.co-input-select,
.co-input-field {
  background-color: #fff;
  color: #333;
  max-width: 100%; }

/* line 1006, _checkout.scss */
.co-input-select select {
  color: #333;
  background-color: transparent;
  max-width: 100%;
  cursor: pointer;
  z-index: 100; }
/* line 1014, _checkout.scss */
.co-input-select:after {
  color: #333;
  z-index: 0; }

/*=========================================
  FAST CHECKOUT
=========================================*/
/* line 1023, _checkout.scss */
.m-modal-button {
  font-size: 16px;
  background: #f7aa47;
  color: #ffffff;
  border-radius: 0;
  line-height: 16px;
  font-family: "Arial";
  padding: 10px 12px; }
  /* line 1032, _checkout.scss */
  .m-modal-button:hover, .m-modal-button.active {
    background: #000;
    color: #fff; }
  /* line 1038, _checkout.scss */
  .m-modal-button .button-text,
  .m-modal-button .button-icon {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle; }
  /* line 1045, _checkout.scss */
  .m-modal-button:after {
    content: ' ';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0; }

/* line 1054, _checkout.scss */
.m-input-field {
  border-radius: 0;
  background: #fff;
  border: 1px solid #eeeeee;
  padding: 7px 10px;
  margin-bottom: 5px;
  max-width: 100%; }

/* line 1063, _checkout.scss */
.m-modal,
.m-modal--checkout {
  background: #ffffff;
  border-radius: 0;
  color: #434242; }

/* line 3, _collection.scss */
.collection-toolbar > .collapse-toggle {
  margin-bottom: 10px; }

/*=========================================
  PRODUCT CARD
=========================================*/
/* line 12, _collection.scss */
.product-card {
  margin-bottom: 20px; }
  /* line 15, _collection.scss */
  .product-card .card-inner {
    background: #fff;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
    border: 1px solid #f2f2f2;
    padding: 20px;
    position: relative;
    overflow: hidden;
    z-index: 1000; }
  /* line 25, _collection.scss */
  .product-card .product-labels {
    top: -10px;
    right: -10px; }
  /* line 30, _collection.scss */
  .product-card .product-photo {
    margin-bottom: 10px;
    width: 100%;
    padding-top: 100%;
    position: relative; }
    /* line 36, _collection.scss */
    .product-card .product-photo .product-link {
      position: absolute;
      left: 0;
      top: 0;
      font-size: 0;
      right: 0;
      bottom: 0;
      overflow: hidden;
      text-align: center; }
      /* line 46, _collection.scss */
      .product-card .product-photo .product-link:after {
        content: '';
        display: inline-block;
        width: 0;
        height: 100%;
        vertical-align: middle; }
  /* line 56, _collection.scss */
  .product-card .product-image {
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle; }
  @supports (-o-object-fit: cover) or (object-fit: cover) {
    /* line 65, _collection.scss */
    .product-card .product-image {
      -o-object-fit: cover;
      object-fit: cover;
      width: 100%;
      height: 100%; } }
  /* line 80, _collection.scss */
  .product-card .product-link {
    display: inline-block;
    text-decoration: none; }
  /* line 85, _collection.scss */
  .product-card .product-caption {
    margin-bottom: 10px; }
  /* line 89, _collection.scss */
  .product-card .product-title {
    font-size: 1.2em;
    font-weight: 500;
    height: 3.6em;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis; }
    /* line 97, _collection.scss */
    .product-card .product-title .product-link {
      color: #f7aa47; }
      /* line 100, _collection.scss */
      .product-card .product-title .product-link:hover {
        color: #f7aa47; }
  /* line 106, _collection.scss */
  .product-card .product-introtext {
    height: 6.3em;
    overflow: hidden;
    text-overflow: ellipsis; }
  /* line 112, _collection.scss */
  .product-card .product-prices {
    font-size: 1em;
    margin-bottom: 10px; }
    /* line 116, _collection.scss */
    .product-card .product-prices .price,
    .product-card .product-prices .old-price {
      font-size: 1.2em; }
    /* line 121, _collection.scss */
    .product-card .product-prices .price + .old-price {
      margin-left: 10px; }
    /* line 125, _collection.scss */
    .product-card .product-prices .price {
      color: #dd3f46; }
    /* line 129, _collection.scss */
    .product-card .product-prices .old-price {
      color: #777777;
      text-decoration: line-through; }
    /* line 134, _collection.scss */
    .product-card .product-prices .weight {
      display: inline-block;
      width: 100%; }
  /* line 140, _collection.scss */
  .product-card .product-control {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
    /* line 154, _collection.scss */
    .product-card .product-control .counter {
      width: 80%; }
    /* line 158, _collection.scss */
    .product-card .product-control .buy {
      width: 40%; }
  /* line 163, _collection.scss */
  .product-card .button-buy {
    height: 40px;
    font-size: 1.2em;
    line-height: 1em; }
  /* line 169, _collection.scss */
  .product-card .more-info {
    width: 100%; }
    /* line 172, _collection.scss */
    .product-card .more-info .button-buy {
      font-size: 1em; }
      /* line 175, _collection.scss */
      .product-card .more-info .button-buy .link-text,
      .product-card .more-info .button-buy .button-icon {
        vertical-align: middle; }
      /* line 180, _collection.scss */
      .product-card .more-info .button-buy .button-icon {
        position: relative;
        top: 2px; }

/* line 188, _collection.scss */
.counter {
  position: relative;
  padding-left: 40px;
  padding-right: 40px; }

/* line 194, _collection.scss */
.button-number {
  background: #CCCCCC;
  color: #000000;
  height: 40px;
  font-size: 1.4em;
  text-align: center;
  vertical-align: top;
  position: absolute;
  top: 0;
  width: 40px; }
  /* line 205, _collection.scss */
  .button-number.count-up {
    right: 0; }
  /* line 208, _collection.scss */
  .button-number.count-down {
    left: 0; }

/* line 213, _collection.scss */
.input-number {
  background: #fafafa;
  height: 40px;
  font-size: 1.1em;
  vertical-align: top;
  text-align: center;
  width: 100%; }

/*  Bundle card
-----------------------------------------*/
/* line 224, _collection.scss */
.product-card-bundle {
  margin-bottom: 10px; }
  /* line 227, _collection.scss */
  .product-card-bundle .card-inner {
    border-bottom: 1px solid #f2f2f2;
    padding: 0 10px 10px;
    position: relative;
    overflow: hidden;
    z-index: 1000;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between; }
  /* line 240, _collection.scss */
  .product-card-bundle .product-photo {
    flex: 1 1 10%;
    padding-right: 20px; }
    /* line 244, _collection.scss */
    .product-card-bundle .product-photo .product-image {
      vertical-align: top; }
  /* line 249, _collection.scss */
  .product-card-bundle .product-caption {
    flex: 1 1 60%;
    margin-bottom: 0;
    padding-right: 20px; }
  /* line 255, _collection.scss */
  .product-card-bundle .product-title {
    font-size: 1em;
    font-weight: 500;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis; }
    /* line 262, _collection.scss */
    .product-card-bundle .product-title .product-link {
      color: #f7aa47; }
      /* line 265, _collection.scss */
      .product-card-bundle .product-title .product-link:hover {
        color: #f7aa47; }
  /* line 271, _collection.scss */
  .product-card-bundle .product-labels {
    top: 0;
    right: 0; }
  /* line 276, _collection.scss */
  .product-card-bundle .product-prices {
    font-size: 1em;
    flex: 1 1 15%; }
    /* line 280, _collection.scss */
    .product-card-bundle .product-prices .price,
    .product-card-bundle .product-prices .old-price {
      font-size: 1.2em;
      white-space: nowrap; }
    /* line 286, _collection.scss */
    .product-card-bundle .product-prices .price {
      color: #dd3f46;
      margin-right: 10px; }
      /* line 290, _collection.scss */
      .product-card-bundle .product-prices .price.in-bundle {
        color: #5d5b5b; }
      /* line 294, _collection.scss */
      .product-card-bundle .product-prices .price.is-free {
        color: #5cb85c; }
    /* line 299, _collection.scss */
    .product-card-bundle .product-prices .old-price {
      color: #777777;
      text-decoration: line-through; }
    /* line 304, _collection.scss */
    .product-card-bundle .product-prices .weight {
      display: inline-block;
      width: 100%; }
  /* line 310, _collection.scss */
  .product-card-bundle .product-amount {
    flex: 1 1 15%;
    text-align: right;
    white-space: nowrap; }

/* line 317, _collection.scss */
.bundle-discount {
  display: flex;
  flex-flow: row nowrap;
  font-size: 1.4em;
  padding-right: 10px; }
  /* line 323, _collection.scss */
  .bundle-discount .product-price {
    color: #dd3f46;
    white-space: nowrap; }
  /* line 328, _collection.scss */
  .bundle-discount .bundle-caption {
    padding-right: 20px; }
  /* line 332, _collection.scss */
  .bundle-discount .bundle-price {
    white-space: nowrap;
    color: #5d5b5b;
    margin-left: 10px;
    text-decoration: line-through; }

/* line 340, _collection.scss */
.bundle-products {
  margin-bottom: 20px; }

@media screen and (min-width: 481px) {
  /* line 348, _collection.scss */
  .bundle-discount .bundle-caption {
    flex: 0 0 70%;
    text-align: right;
    padding-right: 20px; }
  /* line 354, _collection.scss */
  .bundle-discount .bundle-prices {
    flex: 0 0 30%; } }
@media screen and (max-width: 480px) {
  /* line 364, _collection.scss */
  .product-card-bundle .card-inner {
    flex-flow: row wrap; }
  /* line 368, _collection.scss */
  .product-card-bundle .product-caption {
    flex: 0 0 100%;
    margin-bottom: 10px; }
  /* line 373, _collection.scss */
  .product-card-bundle .product-prices {
    flex: 0 0 50%;
    margin-right: 0; }
  /* line 378, _collection.scss */
  .product-card-bundle .product-amount {
    flex: 0 0 50%; }
  /* line 382, _collection.scss */
  .product-card-bundle .product-photo {
    display: none; } }
/* line 388, _collection.scss */
.catalog-product {
  margin: 5px;
  position: relative;
  height: 472px;
  width: auto; }
  /* line 394, _collection.scss */
  .catalog-product_wrapper {
    background: #fff;
    border: 1px solid #f2f2f2;
    position: relative;
    z-index: 1000;
    min-height: 418px;
    position: absolute;
    top: 0;
    left: 0; }
  /* line 405, _collection.scss */
  .catalog-product_header {
    min-height: 66px;
    padding: 11px 13px;
    box-sizing: content-box !important; }
  /* line 415, _collection.scss */
  .catalog-product_title {
    text-transform: uppercase;
    color: #1f1f1f;
    font-size: 12px;
    line-height: 16px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block; }
  /* line 425, _collection.scss */
  .catalog-product_description {
    font-size: 12px;
    line-height: 15px;
    color: #1f1f1f;
    margin-top: 8px;
    display: inline-block; }
  /* line 433, _collection.scss */
  .catalog-product_body {
    padding-top: 20px;
    padding-bottom: 24px;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    position: relative; }
  /* line 441, _collection.scss */
  .catalog-product_image-link {
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 36px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    transition: .3s ease; }
  /* line 453, _collection.scss */
  .catalog-product_image-wrapper {
    height: 100%;
    position: relative;
    text-align: center; }
    /* line 459, _collection.scss */
    .catalog-product_image-wrapper:hover .catalog-product_image-link {
      display: block !important; }
  /* line 466, _collection.scss */
  .catalog-product_image img {
    display: block;
    height: 100%;
    margin: 0 auto;
    height: 288px; }
  /* line 473, _collection.scss */
  .catalog-product_footer {
    padding: 11px 13px;
    color: #1f1f1f; }
  /* line 478, _collection.scss */
  .catalog-product_price {
    font-size: 16px;
    font-weight: 700;
    line-height: 16px; }
  /* line 484, _collection.scss */
  .catalog-product_price-old {
    font-size: 12px;
    line-height: 16px;
    margin-top: 4px;
    text-decoration: line-through; }
  /* line 491, _collection.scss */
  .catalog-product_link-more {
    display: block;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: normal;
    background-color: #f7aa47;
    padding: 6px 0;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    text-decoration: none; }
    /* line 506, _collection.scss */
    .catalog-product_link-more:hover {
      color: #fff;
      text-decoration: none; }
  /* line 512, _collection.scss */
  .catalog-product_detailed-price {
    display: inline-block;
    min-width: 60px;
    margin-right: 10px;
    font-weight: 700;
    line-height: 16px;
    font-size: 12px;
    color: #1f1f1f; }
  /* line 522, _collection.scss */
  .catalog-product_icons {
    position: absolute;
    top: 136px;
    right: 19px;
    z-index: 20; }
  /* line 529, _collection.scss */
  .catalog-product_button {
    display: block;
    width: 25px;
    height: 25px;
    background-size: contain;
    margin-bottom: 14px;
    background-color: #fff; }
  /* line 538, _collection.scss */
  .catalog-product_basket {
    background-image: url(https://static.insales-cdn.com/assets/1/4061/1773533/1663406857/cart.png); }
    /* line 541, _collection.scss */
    .catalog-product_basket.added {
      background-image: url(https://static.insales-cdn.com/assets/1/4061/1773533/1663406857/cart_added.png); }
  /* line 546, _collection.scss */
  .catalog-product_fav {
    background-image: url(https://static.insales-cdn.com/assets/1/4061/1773533/1663406857/favorite.png); }
    /* line 549, _collection.scss */
    .catalog-product_fav.added {
      background-image: url(https://static.insales-cdn.com/assets/1/4061/1773533/1663406857/favorite_added.png); }
  /* line 554, _collection.scss */
  .catalog-product_compare {
    background-image: url(https://static.insales-cdn.com/assets/1/4061/1773533/1663406857/compare.png); }
    /* line 557, _collection.scss */
    .catalog-product_compare.added {
      background-image: url(https://static.insales-cdn.com/assets/1/4061/1773533/1663406857/compare_added.png); }
  /* line 562, _collection.scss */
  .catalog-product_card {
    display: block;
    margin-bottom: 14px; }
  /* line 567, _collection.scss */
  .catalog-product_sale-wrap {
    position: absolute;
    top: 23px;
    left: -10px; }
  /* line 573, _collection.scss */
  .catalog-product_sale {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    padding: 6px 10px;
    position: relative;
    margin-bottom: 12px;
    background-color: #8C0034;
    display: table; }
    /* line 583, _collection.scss */
    .catalog-product_sale:before {
      content: "";
      position: absolute;
      display: block;
      width: 20px;
      height: 20px;
      left: 0;
      bottom: 0;
      transform: rotate(37deg);
      transform-origin: left bottom;
      background-color: #620024;
      z-index: -1; }
    /* line 597, _collection.scss */
    .catalog-product_sale:after {
      content: "";
      display: block;
      position: absolute;
      background-color: #fff;
      height: 20px;
      bottom: -20px;
      left: 10px;
      width: 20px; }
  /* line 609, _collection.scss */
  .catalog-product_hover-visible {
    display: none; }
  /* line 613, _collection.scss */
  .catalog-product:hover {
    box-shadow: 0 0 20px 0 rgba(38, 13, 13, 0.2); }
    /* line 622, _collection.scss */
    .catalog-product:hover .catalog-product_hover-visible {
      display: block; }
    /* line 626, _collection.scss */
    .catalog-product:hover .catalog-product_hover-hidden {
      display: none; }
    /* line 639, _collection.scss */
    .catalog-product:hover .catalog-product_title {
      color: #f7aa47; }

/*  Collection filters
-----------------------------------------*/
/* line 655, _collection.scss */
.collection-filters {
  position: relative; }

/* line 663, _collection.scss */
.filter.active .filter-control {
  padding-right: 40px; }
/* line 667, _collection.scss */
.filter.active .filter-clear {
  background: #f59316;
  border-left: 1px solid #f2f2f2;
  color: #434242;
  font-size: 1.6em;
  display: block;
  height: auto;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 40px; }
/* line 682, _collection.scss */
.filter-price .filter {
  flex-grow: 1; }

/* line 687, _collection.scss */
.filter-topline {
  margin-bottom: 33px;
  border-bottom: 1px solid #f6f6f6;
  border-top: 1px solid #f6f6f6;
  padding: 9px 0;
  margin-right: 0;
  margin-left: 0; }

/* line 696, _collection.scss */
.filter-topline label {
  font-size: 12px;
  margin-right: 4px;
  font-weight: bold; }

/* line 702, _collection.scss */
.slider-input-from {
  padding: 7px; }

/* line 705, _collection.scss */
.filter-control {
  display: flex;
  font-size: 15px; }
  /* line 709, _collection.scss */
  .filter-control .count {
    color: #f7aa47; }
  /* line 713, _collection.scss */
  .filter-control a {
    font-size: 13px;
    color: #f7aa47; }
    /* line 717, _collection.scss */
    .filter-control a:hover {
      color: #f7aa47; }
  /* line 722, _collection.scss */
  .filter-control button {
    font-size: 14px;
    text-transform: uppercase;
    color: #434242;
    background: transparent;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center; }
    /* line 732, _collection.scss */
    .filter-control button i {
      margin-left: 15px;
      font-size: 30px;
      font-weight: 700;
      width: 19px; }
      /* line 738, _collection.scss */
      .filter-control button i.ion-android-close {
        color: #434242; }

/* line 745, _collection.scss */
.filter-total-count {
  display: inline-block;
  font-size: 12px;
  margin-left: 3px; }

/* line 751, _collection.scss */
.filter-clear {
  display: none; }

/* line 755, _collection.scss */
.filter-items {
  color: #434242;
  min-width: 210px;
  top: 100%;
  left: 0;
  overflow: hidden; }

/* line 763, _collection.scss */
.filter-header {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 18px; }

/* line 769, _collection.scss */
.filter-block {
  padding: 15px; }

/* line 773, _collection.scss */
.on-edge .filter-items {
  left: auto !important;
  right: 0; }

/* line 777, _collection.scss */
.items-list {
  display: block;
  max-height: 200px;
  position: relative; }
  /* line 782, _collection.scss */
  .items-list .list-item {
    overflow: hidden;
    width: 100%;
    margin-bottom: 12px;
    position: relative;
    line-height: 27px;
    font-size: 12px; }
    /* line 790, _collection.scss */
    .items-list .list-item label {
      line-height: 18px; }

/* line 797, _collection.scss */
.filters-image .option-value, .filters-image .property-value {
  padding: 10px;
  margin-bottom: 5px;
  text-align: center; }
  /* line 801, _collection.scss */
  .filters-image .option-value label, .filters-image .property-value label {
    cursor: pointer; }
/* line 806, _collection.scss */
.filters-image img {
  max-width: 50px; }
/* line 810, _collection.scss */
.filters-image .property-value img {
  max-width: 80px; }

/* line 814, _collection.scss */
.dropdown-block-control {
  padding: 0 15px;
  margin-bottom: 15px; }

/* line 819, _collection.scss */
.toggled .filters-list.dropdown-block {
  display: block; }

@media screen and (min-width: 769px) {
  /* line 825, _collection.scss */
  .collection-toolbar .collapse-block {
    overflow: visible; } }
@media screen and (max-width: 768px) {
  /* line 832, _collection.scss */
  .filters-block {
    padding-left: 10px;
    padding-right: 10px; }

  /* line 837, _collection.scss */
  .collection-filters {
    padding: 0; }

  /* line 841, _collection.scss */
  .filter.dropdown.is-absolute {
    width: 100%; }
    /* line 844, _collection.scss */
    .filter.dropdown.is-absolute .filter-control .dropdown-toggle {
      padding: 5px 10px;
      text-align: left;
      width: 100%; }
    /* line 850, _collection.scss */
    .filter.dropdown.is-absolute .dropdown-block {
      position: static;
      width: 100%; } }
/*  Price slider
-----------------------------------------*/
/* line 859, _collection.scss */
.filter-price {
  display: flex;
  line-height: 30px; }

/* line 863, _collection.scss */
.range-slider {
  box-shadow: none;
  position: relative;
  display: flex;
  justify-content: space-between; }
  /* line 869, _collection.scss */
  .range-slider > .irs {
    width: calc(100% - 140px);
    margin-top: 7px; }
  /* line 874, _collection.scss */
  .range-slider .irs-from,
  .range-slider .irs-to {
    cursor: pointer; }

/* line 880, _collection.scss */
.input-range,
.input-range {
  position: relative;
  width: 49%; }

/* line 886, _collection.scss */
.irs-with-grid {
  height: 60px; }

/* line 890, _collection.scss */
.irs-line {
  height: 12px;
  top: 3px; }

/* line 895, _collection.scss */
.irs-line-left {
  background: lightgray;
  height: 12px; }

/* line 900, _collection.scss */
.irs-line-mid {
  background: lightgray;
  height: 12px; }

/* line 905, _collection.scss */
.irs-line-right {
  height: 12px;
  background: lightgray; }

/* line 910, _collection.scss */
.irs-bar {
  height: 12px;
  top: 3px;
  background: #f7aa47;
  color: #ffffff; }

/* line 917, _collection.scss */
.irs-bar-edge {
  top: 25px;
  height: 12px;
  width: 9px;
  background-position: 0 -90px; }

/* line 924, _collection.scss */
.irs-shadow {
  height: 3px;
  top: 34px;
  background: #000;
  opacity: 0.25; }

/* line 931, _collection.scss */
.lt-ie9 .irs-shadow {
  filter: alpha(opacity=25); }

/* line 935, _collection.scss */
.irs-slider {
  cursor: pointer;
  width: 6px;
  height: 18px;
  top: 0px;
  background: #f7aa47; }

/* line 943, _collection.scss */
.irs-slider.state_hover, .irs-slider:hover {
  background-position: 0 -150px; }

/* line 947, _collection.scss */
.irs-min, .irs-max {
  color: #fff;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 3px;
  background: lightgray;
  border-radius: 4px; }

/* line 958, _collection.scss */
.irs-from, .irs-to, .irs-single {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.333;
  text-shadow: none;
  padding: 10px 15px;
  top: -24px;
  background: #f7aa47;
  border-radius: 4px; }

/* line 969, _collection.scss */
.irs-from:after, .irs-to:after, .irs-single:after {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #f7aa47; }

/* line 983, _collection.scss */
.irs-grid-pol {
  background: #ffffff; }

/* line 987, _collection.scss */
.irs-grid-text {
  color: #999; }

/* line 994, _collection.scss */
.slider-label {
  cursor: default;
  display: block;
  position: absolute;
  border-bottom: 1px solid #eeeeee;
  font-size: 16px;
  padding: 5px;
  width: 65px;
  top: 0; }
  /* line 1004, _collection.scss */
  .slider-label-from {
    left: 5px; }
  /* line 1008, _collection.scss */
  .slider-label-to {
    right: 5px; }

/* line 1015, _collection.scss */
.range-slider-input:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 0; }

/* line 1024, _collection.scss */
.slider-input-from, .slider-input-to {
  width: 65px;
  text-align: center;
  border: 1px solid #eeeeee; }

/*  Collection order
-----------------------------------------*/
/* line 1033, _collection.scss */
.collection-order {
  display: flex;
  text-align: right; }
  /* line 1037, _collection.scss */
  .collection-order .label-field,
  .collection-order .select-wrapper {
    vertical-align: middle;
    width: calc(100% - 101px);
    margin-left: 5px; }
  /* line 1048, _collection.scss */
  .collection-order .select-field {
    padding: 0 20px 0 0; }

/* line 1058, _collection.scss */
.page-size {
  display: flex; }
  /* line 1061, _collection.scss */
  .page-size .select-wrapper {
    margin-left: 5px; }

@media screen and (max-width: 768px) {
  /* line 1068, _collection.scss */
  .collection-order {
    text-align: left; } }
/*=========================================
  COLLECTION MENU
=========================================*/
/* line 1076, _collection.scss */
.collection-menu {
  display: block;
  margin-bottom: 20px; }
  /* line 1082, _collection.scss */
  .collection-menu > .menu-item > .menu-link {
    display: inline-block;
    font-size: 1em;
    padding: 15px 0;
    color: #f7aa47;
    text-decoration: none; }
    /* line 322, mixins.scss */
    .collection-menu > .menu-item > .menu-link:hover {
      color: #f7aa47;
      text-decoration: none; }
  /* line 1090, _collection.scss */
  .collection-menu > .menu-item.active > .menu-link,
  .collection-menu > .menu-item:hover > .menu-link,
  .collection-menu > .menu-item > .menu-link:hover {
    color: #f7aa47; }
  /* line 1098, _collection.scss */
  .collection-menu .toggled .dropdown-icon {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
  /* line 1105, _collection.scss */
  .collection-menu .link-text,
  .collection-menu .dropdown-icon {
    display: inline-block;
    vertical-align: middle; }
  /* line 1111, _collection.scss */
  .collection-menu .dropdown-icon {
    font-size: 12px;
    margin-left: .3em;
    position: relative;
    top: 0; }
  /* line 1118, _collection.scss */
  .collection-menu .submenu {
    background: #ffffff;
    font-size: 1em;
    width: 100%; }
    /* line 1125, _collection.scss */
    .collection-menu .submenu > .menu-item > .menu-link {
      color: #ffffff;
      display: inline-block;
      padding: 10px;
      width: 100%; }
    /* line 1132, _collection.scss */
    .collection-menu .submenu > .menu-item + .menu-item {
      margin-top: 10px; }
    /* line 1137, _collection.scss */
    .collection-menu .submenu > .menu-item.active > .menu-link,
    .collection-menu .submenu > .menu-item:hover > .menu-link,
    .collection-menu .submenu > .menu-item > .menu-link:hover {
      color: #ffffff; }
      /* line 1142, _collection.scss */
      .collection-menu .submenu > .menu-item.active > .menu-link .link-text,
      .collection-menu .submenu > .menu-item:hover > .menu-link .link-text,
      .collection-menu .submenu > .menu-item > .menu-link:hover .link-text {
        text-decoration: underline; }

/*=========================================
  COLLECTION MENU HORIZONTAL
=========================================*/
/* line 1152, _collection.scss */
.collection-menu-horizontal-wrapper {
  margin-bottom: 20px;
  padding-bottom: 10px;
  position: relative; }
  /* line 1157, _collection.scss */
  .collection-menu-horizontal-wrapper:after {
    border-bottom: 1px solid #f2f2f2;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 0;
    width: auto; }

/* line 1170, _collection.scss */
.collection-menu-horizontal {
  display: block;
  font-size: 0; }
  /* line 1174, _collection.scss */
  .collection-menu-horizontal > .menu-item {
    margin-right: 15px;
    padding-bottom: 10px;
    font-size: 16px; }
    /* line 1179, _collection.scss */
    .collection-menu-horizontal > .menu-item > .menu-link {
      display: inline-block;
      font-size: 1em;
      padding: 0;
      text-transform: uppercase;
      color: #f7aa47;
      text-decoration: none; }
      /* line 322, mixins.scss */
      .collection-menu-horizontal > .menu-item > .menu-link:hover {
        color: #f7aa47;
        text-decoration: none; }
    /* line 1189, _collection.scss */
    .collection-menu-horizontal > .menu-item.on-edge .submenu.level-2.dropdown-block {
      left: auto;
      right: 0; }
      /* line 1192, _collection.scss */
      .collection-menu-horizontal > .menu-item.on-edge .submenu.level-2.dropdown-block .menu-item:after {
        left: auto;
        right: 100%; }
      /* line 1196, _collection.scss */
      .collection-menu-horizontal > .menu-item.on-edge .submenu.level-2.dropdown-block .dropdown-icon {
        transform: rotate(180deg);
        float: left;
        margin: 5px 10px 5px 0; }
      /* line 1204, _collection.scss */
      .collection-menu-horizontal > .menu-item.on-edge .submenu.level-2.dropdown-block .menu-item:hover .dropdown-icon {
        transform: rotate(135deg); }
    /* line 1210, _collection.scss */
    .collection-menu-horizontal > .menu-item.on-edge .submenu.level-3.dropdown-block {
      left: auto;
      right: 105%; }
  /* line 1216, _collection.scss */
  .collection-menu-horizontal > .menu-item.active > .menu-link,
  .collection-menu-horizontal > .menu-item:hover > .menu-link,
  .collection-menu-horizontal > .menu-item > .menu-link:hover {
    color: #f7aa47; }
    /* line 1221, _collection.scss */
    .collection-menu-horizontal > .menu-item.active > .menu-link > .link-text,
    .collection-menu-horizontal > .menu-item:hover > .menu-link > .link-text,
    .collection-menu-horizontal > .menu-item > .menu-link:hover > .link-text {
      text-decoration: underline; }
  /* line 1229, _collection.scss */
  .collection-menu-horizontal .menu-item.is-opened > .dropdown-block,
  .collection-menu-horizontal .menu-item:hover > .dropdown-block {
    display: block; }
  /* line 1235, _collection.scss */
  .collection-menu-horizontal .menu-item.is-opened > .menu-link > .dropdown-icon,
  .collection-menu-horizontal .menu-item:hover > .menu-link > .dropdown-icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  /* line 1245, _collection.scss */
  .collection-menu-horizontal .on-mobile:hover > .dropdown-block {
    display: none; }
  /* line 1249, _collection.scss */
  .collection-menu-horizontal .on-mobile:hover .menu-link > .dropdown-icon {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  /* line 1257, _collection.scss */
  .collection-menu-horizontal .on-mobile:hover.is-opened > .dropdown-block {
    display: block; }
  /* line 1264, _collection.scss */
  .collection-menu-horizontal .on-mobile:hover.is-opened:hover > .menu-link > .dropdown-icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  /* line 1272, _collection.scss */
  .collection-menu-horizontal .link-text,
  .collection-menu-horizontal .dropdown-icon {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none; }
  /* line 1279, _collection.scss */
  .collection-menu-horizontal .dropdown-icon {
    font-size: 12px;
    margin-left: .3em;
    position: relative;
    top: 0; }
  /* line 1286, _collection.scss */
  .collection-menu-horizontal .submenu.level-2.dropdown-block {
    background: #ffffff;
    border: 1px solid #f2f2f2;
    font-size: 1em;
    min-width: 220px;
    top: 28px;
    z-index: 1030; }
    /* line 1294, _collection.scss */
    .collection-menu-horizontal .submenu.level-2.dropdown-block > .menu-item {
      position: relative; }
      /* line 1299, _collection.scss */
      .collection-menu-horizontal .submenu.level-2.dropdown-block > .menu-item.on-mobile:hover > .dropdown-block {
        display: none; }
      /* line 1303, _collection.scss */
      .collection-menu-horizontal .submenu.level-2.dropdown-block > .menu-item.on-mobile:hover .menu-link > .dropdown-icon {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; }
      /* line 1311, _collection.scss */
      .collection-menu-horizontal .submenu.level-2.dropdown-block > .menu-item.on-mobile:hover.is-opened > .dropdown-block {
        display: block; }
      /* line 1318, _collection.scss */
      .collection-menu-horizontal .submenu.level-2.dropdown-block > .menu-item.on-mobile:hover.is-opened:hover > .menu-link > .dropdown-icon {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
      /* line 1329, _collection.scss */
      .collection-menu-horizontal .submenu.level-2.dropdown-block > .menu-item.is-opened:after, .collection-menu-horizontal .submenu.level-2.dropdown-block > .menu-item:hover:after {
        content: '';
        display: inline-block;
        position: absolute;
        left: 100%;
        top: 0;
        bottom: 0;
        width: 6%; }
      /* line 1339, _collection.scss */
      .collection-menu-horizontal .submenu.level-2.dropdown-block > .menu-item.is-opened .submenu, .collection-menu-horizontal .submenu.level-2.dropdown-block > .menu-item:hover .submenu {
        display: block; }
      /* line 1345, _collection.scss */
      .collection-menu-horizontal .submenu.level-2.dropdown-block > .menu-item.is-opened > .menu-link > .dropdown-icon, .collection-menu-horizontal .submenu.level-2.dropdown-block > .menu-item:hover > .menu-link > .dropdown-icon {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
      /* line 1353, _collection.scss */
      .collection-menu-horizontal .submenu.level-2.dropdown-block > .menu-item > .menu-link {
        color: #f7aa47;
        display: inline-block;
        padding: 10px;
        text-decoration: none;
        width: 100%; }
    /* line 1362, _collection.scss */
    .collection-menu-horizontal .submenu.level-2.dropdown-block > .menu-item.active > .menu-link,
    .collection-menu-horizontal .submenu.level-2.dropdown-block > .menu-item:hover > .menu-link,
    .collection-menu-horizontal .submenu.level-2.dropdown-block > .menu-item > .menu-link:hover {
      color: #f7aa47; }
      /* line 1367, _collection.scss */
      .collection-menu-horizontal .submenu.level-2.dropdown-block > .menu-item.active > .menu-link .link-text,
      .collection-menu-horizontal .submenu.level-2.dropdown-block > .menu-item:hover > .menu-link .link-text,
      .collection-menu-horizontal .submenu.level-2.dropdown-block > .menu-item > .menu-link:hover .link-text {
        text-decoration: underline; }
  /* line 1373, _collection.scss */
  .collection-menu-horizontal .submenu.level-3.dropdown-block {
    background: #ffffff;
    border: 1px solid #f2f2f2;
    font-size: 1em;
    min-width: 220px;
    top: 0;
    display: none;
    left: 105%;
    transition: 0.2s ease visibility, 0.2s ease opacity;
    z-index: 1030; }
    /* line 1386, _collection.scss */
    .collection-menu-horizontal .submenu.level-3.dropdown-block > .menu-item > .menu-link {
      color: #f7aa47;
      display: inline-block;
      padding: 10px;
      text-decoration: none;
      width: 100%; }
    /* line 1395, _collection.scss */
    .collection-menu-horizontal .submenu.level-3.dropdown-block > .menu-item.active > .menu-link,
    .collection-menu-horizontal .submenu.level-3.dropdown-block > .menu-item:hover > .menu-link,
    .collection-menu-horizontal .submenu.level-3.dropdown-block > .menu-item > .menu-link:hover {
      color: #f7aa47; }
      /* line 1400, _collection.scss */
      .collection-menu-horizontal .submenu.level-3.dropdown-block > .menu-item.active > .menu-link .link-text,
      .collection-menu-horizontal .submenu.level-3.dropdown-block > .menu-item:hover > .menu-link .link-text,
      .collection-menu-horizontal .submenu.level-3.dropdown-block > .menu-item > .menu-link:hover .link-text {
        text-decoration: underline; }

/* line 1412, _collection.scss */
.mobile .collection-menu-horizontal .menu-link,
.tablet .collection-menu-horizontal .menu-link {
  vertical-align: middle; }
/* line 1416, _collection.scss */
.mobile .collection-menu-horizontal .dropdown.on-mobile,
.tablet .collection-menu-horizontal .dropdown.on-mobile {
  padding-right: 33px; }
/* line 1420, _collection.scss */
.mobile .collection-menu-horizontal .dropdown-icon,
.tablet .collection-menu-horizontal .dropdown-icon {
  display: none; }
/* line 1422, _collection.scss */
.mobile .collection-menu-horizontal .dropdown-button,
.tablet .collection-menu-horizontal .dropdown-button {
  cursor: pointer;
  display: inline-block;
  background: #eeeeee;
  color: #434242;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  text-align: center;
  transform: rotate(90deg);
  position: absolute;
  top: 0;
  right: 0; }
/* line 1439, _collection.scss */
.mobile .collection-menu-horizontal .submenu.level-2 .dropdown.on-mobile .dropdown-button,
.tablet .collection-menu-horizontal .submenu.level-2 .dropdown.on-mobile .dropdown-button {
  top: 10px;
  right: 10px;
  transform: none;
  padding-bottom: 0; }

@media screen and (max-width: 768px) {
  /* line 1450, _collection.scss */
  .collection-menu-horizontal-wrapper {
    display: none; } }
/*=========================================
  COLLECTION SUBCATEGORIES
=========================================*/
/* line 1458, _collection.scss */
.collection-subcategories-wrapper {
  margin-bottom: 20px;
  padding-top: 20px;
  position: relative;
  border-bottom: 1px solid #f2f2f2;
  border-top: 1px solid #f2f2f2; }

/* line 1468, _collection.scss */
.collection-subcategories .category-item {
  display: block;
  margin-bottom: 20px;
  text-align: center; }
/* line 1474, _collection.scss */
.collection-subcategories .category-inner {
  color: #FF6A59;
  text-decoration: none;
  border: 1px solid #f2f2f2;
  display: block;
  padding: 10px;
  color: #f7aa47;
  text-decoration: none; }
  /* line 322, mixins.scss */
  .collection-subcategories .category-inner:hover {
    color: #f7aa47;
    text-decoration: none; }
  /* line 1483, _collection.scss */
  .collection-subcategories .category-inner:hover .category-title {
    text-decoration: none; }
/* line 1489, _collection.scss */
.collection-subcategories .category-image {
  display: block;
  margin-bottom: 20px;
  position: relative;
  padding-top: 100%;
  width: 100%; }
  /* line 1496, _collection.scss */
  .collection-subcategories .category-image .image-inner {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0; }
    /* line 1499, _collection.scss */
    .collection-subcategories .category-image .image-inner:after {
      content: '';
      display: inline-block;
      width: 0;
      height: 100%;
      vertical-align: middle; }
  /* line 1508, _collection.scss */
  .collection-subcategories .category-image .image-photo {
    vertical-align: middle;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%; }
/* line 1517, _collection.scss */
.collection-subcategories .category-title {
  text-transform: uppercase;
  text-decoration: underline; }

/* line 1522, _collection.scss */
.catalog-product_image-link img {
  opacity: 0.9; }

/* line 1525, _collection.scss */
.catalog-product_image-link img:hover {
  opacity: 1; }

/* line 1529, _collection.scss */
.catalog-product_image-link.MagicZoom {
  display: none !important;
  transform: translateX(-50%) !important;
  position: absolute !important; }

/* line 1535, _collection.scss */
.benefit-two-g-content-text {
  visibility: visible; }

/* line 1538, _collection.scss */
.tooltip {
  position: relative;
  display: inline-block;
  padding: 0px; }

/* line 1544, _collection.scss */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 100%;
  height: auto;
  background-color: white;
  color: black;
  text-align: left;
  border-radius: 0px;
  padding: 5px 10px;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

/*.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}*/
/* line 1573, _collection.scss */
.tooltip:hover .tooltiptext {
  visibility: visible; }

/* line 1576, _collection.scss */
.tooltip:hover .benefit-two-g-content-text {
  visibility: hidden; }

/* line 1579, _collection.scss */
.collection-toolbar-top, .benefit-two-g-wrapper {
  /*margin-bottom: 3rem;*/ }

/* line 1582, _collection.scss */
.benefit-two-g-inner {
  margin: 5px;
  background: #434242;
  color: white;
  padding: 5px 0px;
  min-height: 115px;
  justify-content: center;
  align-items: center; }

/* line 1591, _collection.scss */
.benefit-two-g-image {
  padding: 10px 3px 10px 17px; }

/* line 1594, _collection.scss */
.benefit-two-g-content {
  padding: 8px 8px 8px 15px; }

/*=========================================
  COMPARE
=========================================*/
/*  Compare table
-----------------------------------------*/
/* line 7, _compare.scss */
.table.table-compare {
  border-collapse: collapse;
  position: relative;
  width: 100%; }
  /* line 12, _compare.scss */
  .table.table-compare tr, .table.table-compare td {
    border: none; }
  /* line 16, _compare.scss */
  .table.table-compare tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-left: auto;
    margin-right: auto;
    width: 100%; }
  /* line 30, _compare.scss */
  .table.table-compare td {
    display: block;
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    min-width: 20%;
    -webkit-box-flex: 2;
    -webkit-flex: 2 2;
    -ms-flex: 2 2;
    flex: 2 2;
    border: 1px solid #eeeeee;
    padding: 10px; }
  /* line 44, _compare.scss */
  .table.table-compare .param-title {
    font-weight: bold;
    max-width: 20%; }
  /* line 49, _compare.scss */
  .table.table-compare .param-value {
    max-width: 25%; }
  /* line 53, _compare.scss */
  .table.table-compare .title-link {
    color: #f7aa47; }
  /* line 57, _compare.scss */
  .table.table-compare tr:nth-of-type(odd) td {
    background-color: #ffffff;
    color: #434242; }
  /* line 62, _compare.scss */
  .table.table-compare tr:nth-of-type(even) td {
    background-color: rgba(0, 0, 0, 0.03);
    color: #434242; }

/* line 68, _compare.scss */
.compare-image-wrapper {
  padding-top: 100%;
  width: 100%;
  position: relative;
  max-width: 240px;
  max-height: 240px;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto; }

/* line 79, _compare.scss */
.compare-image-inner {
  font-size: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  overflow: hidden;
  text-align: center; }
  /* line 85, _compare.scss */
  .compare-image-inner:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle; }

/* line 94, _compare.scss */
.compare-image {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle; }

@media screen and (max-width: 768px) {
  /* line 104, _compare.scss */
  .table.table-compare .param-value {
    max-width: 35%; } }
/*  Compare same toggler
-----------------------------------------*/
/* line 114, _compare.scss */
.button-same-toggle .button-icon {
  margin-right: 5px; }
/* line 118, _compare.scss */
.button-same-toggle .text-hide,
.button-same-toggle .fa-eye-slash {
  display: inline-block !important; }
/* line 123, _compare.scss */
.button-same-toggle .text-show,
.button-same-toggle .fa-eye {
  display: none !important; }
/* line 130, _compare.scss */
.button-same-toggle.active .text-hide,
.button-same-toggle.active .fa-eye-slash {
  display: none !important; }
/* line 135, _compare.scss */
.button-same-toggle.active .text-show,
.button-same-toggle.active .fa-eye {
  display: inline-block !important; }

/*  Compare toolbar
-----------------------------------------*/
/* line 144, _compare.scss */
.compare-toolbar {
  margin-bottom: 10px; }

/*=========================================
  PROMO SLIDER
=========================================*/
/* line 4, _index.scss */
.promo-slider {
  min-height: 280px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden; }

/* line 11, _index.scss */
.main-header + .promo-slider {
  margin-top: -21px; }

/* line 17, _index.scss */
.promo-slide.swiper-slide .slide-inner {
  text-decoration: none; }
/* line 21, _index.scss */
.promo-slide.swiper-slide .slide-caption {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-align: center;
  padding: 45px;
  width: 500px;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  z-index: 1010; }
/* line 31, _index.scss */
.promo-slide.swiper-slide .slide-title {
  font-size: 2em; }
/* line 35, _index.scss */
.promo-slide.swiper-slide .slide-image {
  vertical-align: top;
  width: 100%; }

@media screen and (max-width: 768px) {
  /* line 43, _index.scss */
  .promo-slider {
    min-height: 0;
    padding-bottom: 40px; }

  /* line 48, _index.scss */
  .promo-slide.swiper-slide {
    overflow: hidden; }
    /* line 51, _index.scss */
    .promo-slide.swiper-slide .slide-image {
      width: 100%; }
    /* line 55, _index.scss */
    .promo-slide.swiper-slide .slide-caption {
      padding: 20px 10px;
      left: 0;
      right: 0;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      width: 100%; }
    /* line 64, _index.scss */
    .promo-slide.swiper-slide .slide-title {
      font-size: 1.2em; } }
@media screen and (max-width: 480px) {
  /* line 74, _index.scss */
  .promo-slide.swiper-slide .slide-image {
    position: static;
    width: 100%; }
  /* line 79, _index.scss */
  .promo-slide.swiper-slide .slide-caption {
    position: static;
    transform: none; } }
/*  Promo slider pagination
-----------------------------------------*/
/* line 88, _index.scss */
.promo-slider-pagination {
  position: absolute;
  bottom: 30px;
  text-align: center;
  z-index: 1020; }
  /* line 93, _index.scss */
  .promo-slider-pagination .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    height: 10px;
    width: 10px; }
  /* line 99, _index.scss */
  .promo-slider-pagination .swiper-pagination-bullet-active {
    background: #f7aa47; }

@media screen and (max-width: 768px) {
  /* line 109, _index.scss */
  .promo-slider-pagination .swiper-pagination-bullet {
    border: 1px solid #f7aa47; } }
/*  Promo slider nav
-----------------------------------------*/
/* line 120, _index.scss */
.promo-slider-nav {
  background: transparent;
  cursor: pointer;
  color: #ffffff;
  font-size: 1.5em;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 100; }

/* line 132, _index.scss */
.promo-slider-next {
  right: 20px; }

/* line 136, _index.scss */
.promo-slider-prev {
  left: 20px; }

@media screen and (max-width: 768px) {
  /* line 142, _index.scss */
  .promo-slider-nav {
    display: none; } }
/*=========================================
  BENEFITS
=========================================*/
/* line 151, _index.scss */
.benefits {
  margin-bottom: 20px;
  position: relative; }

/*  Benefit
-----------------------------------------*/
/* line 162, _index.scss */
.benefit-inner {
  color: #434242;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

/* line 183, _index.scss */
.benefit-image {
  font-size: 0;
  margin-right: 20px;
  width: 80px;
  height: 80px;
  text-align: center;
  position: relative; }
  /* line 191, _index.scss */
  .benefit-image:after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0; }
  /* line 199, _index.scss */
  .benefit-image img {
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle; }

/* line 206, _index.scss */
.benefit-title {
  display: inline-block; }

@media screen and (max-width: 480px) {
  /* line 216, _index.scss */
  .benefits {
    padding-bottom: 0; }

  /* line 220, _index.scss */
  .benefit {
    margin-bottom: 20px; } }
/*=========================================
  NEWS FEED
=========================================*/
/* line 228, _index.scss */
.news-feed-wrapper {
  margin-bottom: 20px; }

/* line 232, _index.scss */
.news-feed-inner {
  background: rgba(0, 0, 0, 0.1);
  padding: 20px 20px 10px; }

/*  Info blocks tabs
-----------------------------------------*/
/* line 239, _index.scss */
.news-feed-tabs {
  display: block; }
  /* line 242, _index.scss */
  .news-feed-tabs > .tabs-item {
    margin-right: 15px; }
    /* line 245, _index.scss */
    .news-feed-tabs > .tabs-item > .tabs-link {
      color: #434242;
      display: inline-block;
      font-size: 1em;
      padding: 15px 0;
      color: #434242;
      text-decoration: none; }
      /* line 322, mixins.scss */
      .news-feed-tabs > .tabs-item > .tabs-link:hover {
        color: #f7aa47;
        text-decoration: none; }
  /* line 254, _index.scss */
  .news-feed-tabs > .tabs-item.active > .tabs-link,
  .news-feed-tabs > .tabs-item:hover > .tabs-link,
  .news-feed-tabs > .tabs-item > .tabs-link:hover {
    color: #f7aa47;
    text-decoration: underline; }

/*  News feed
-----------------------------------------*/
/* line 264, _index.scss */
.news-feed-header {
  margin-bottom: 10px; }

/* line 270, _index.scss */
.news-feed .news-header {
  font-size: .9em;
  margin-bottom: 10px; }
/* line 275, _index.scss */
.news-feed .news-author {
  position: relative;
  padding-right: 10px;
  margin-right: 10px; }
  /* line 280, _index.scss */
  .news-feed .news-author:after {
    background: #888;
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    position: absolute;
    right: -2px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  /* line 294, _index.scss */
  .news-feed .news-author .fa {
    font-size: .9em;
    position: relative;
    top: -1px; }
/* line 301, _index.scss */
.news-feed .news-date .fa {
  font-size: .9em;
  position: relative;
  top: -1px; }
/* line 307, _index.scss */
.news-feed .news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0; }
/* line 323, _index.scss */
.news-feed .news-photo {
  min-height: 200px;
  text-align: center;
  position: relative; }
  /* line 328, _index.scss */
  .news-feed .news-photo .news-photo-wrapper {
    padding-top: 100%;
    position: relative;
    width: 100%;
    display: block; }
  /* line 335, _index.scss */
  .news-feed .news-photo .news-link {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    overflow: hidden;
    text-decoration: none; }
    /* line 341, _index.scss */
    .news-feed .news-photo .news-link:after {
      content: '';
      display: inline-block;
      width: 0;
      height: 100%;
      vertical-align: middle; }
  /* line 350, _index.scss */
  .news-feed .news-photo .news-image {
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle; }
  @supports (-o-object-fit: cover) or (object-fit: cover) {
    /* line 357, _index.scss */
    .news-feed .news-photo .news-image {
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover; } }
/* line 366, _index.scss */
.news-feed .news-caption {
  display: inline-block;
  position: relative;
  padding-bottom: 30px;
  padding-right: 20px; }
/* line 373, _index.scss */
.news-feed .news-title {
  display: inline-block;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 20px; }
/* line 380, _index.scss */
.news-feed .news-link {
  color: #f7aa47; }
/* line 390, _index.scss */
.news-feed .news-introtext p {
  margin: 0; }

@media screen and (max-width: 480px) {
  /* line 400, _index.scss */
  .news-feed .news-photo {
    margin-bottom: 20px; } }
/*  News feed pagination
-----------------------------------------*/
/* line 408, _index.scss */
.news-feed-pagination {
  text-align: right;
  position: relative;
  z-index: 1020; }
  /* line 413, _index.scss */
  .news-feed-pagination .swiper-pagination-bullet {
    background: #ffffff;
    opacity: 1;
    margin: 0 5px;
    height: 10px;
    width: 10px; }
  /* line 420, _index.scss */
  .news-feed-pagination .swiper-pagination-bullet-active {
    background: #f7aa47; }

/*=========================================
  COLLECTIONS TABS
=========================================*/
/* line 428, _index.scss */
.collections-tabs.tabs-menu {
  display: block;
  white-space: nowrap;
  margin-bottom: 15px; }
  /* line 433, _index.scss */
  .collections-tabs.tabs-menu > .tabs-item {
    margin-right: 15px; }
    /* line 436, _index.scss */
    .collections-tabs.tabs-menu > .tabs-item > .tabs-link {
      display: inline-block;
      font-size: 1em;
      padding: 0;
      color: #434242;
      text-decoration: none; }
      /* line 322, mixins.scss */
      .collections-tabs.tabs-menu > .tabs-item > .tabs-link:hover {
        color: #f7aa47;
        text-decoration: none; }
  /* line 444, _index.scss */
  .collections-tabs.tabs-menu > .tabs-item.active > .tabs-link,
  .collections-tabs.tabs-menu > .tabs-item:hover > .tabs-link,
  .collections-tabs.tabs-menu > .tabs-item > .tabs-link:hover {
    color: #f7aa47;
    text-decoration: underline; }

/*=========================================
  TITLE COLLECTIONS
=========================================*/
/*=========================================
  SPECIAL CATEGORIES
=========================================*/
/* line 470, _index.scss */
.special-category {
  margin-bottom: 20px;
  text-align: center; }
  /* line 474, _index.scss */
  .special-category .category-image-wrapper {
    margin-bottom: 10px;
    width: 100%;
    padding-top: 100%;
    position: relative; }
  /* line 481, _index.scss */
  .special-category .category-image-inner {
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    text-decoration: none; }
    /* line 487, _index.scss */
    .special-category .category-image-inner:after {
      content: '';
      display: inline-block;
      width: 0;
      height: 100%;
      vertical-align: middle; }
  /* line 496, _index.scss */
  .special-category .category-image {
    vertical-align: middle;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%; }
  /* line 504, _index.scss */
  .special-category .category-title {
    font-size: 2em; }
  /* line 508, _index.scss */
  .special-category .category-title-inner {
    color: #434242;
    text-decoration: none; }
    /* line 322, mixins.scss */
    .special-category .category-title-inner:hover {
      color: #f7aa47;
      text-decoration: none; }

/* line 1, _layout.scss */
a {
  -webkit-transition: ease-out 0.1s;
  -moz-transition: ease-out 0.1s;
  -o-transition: ease-out 0.1s;
  transition: ease-out 0.1s; }

/* line 7, _layout.scss */
.padd {
  padding-top: 20px;
  padding-bottom: 20px; }

/*=========================================
  SEARCH FORM
=========================================*/
/* line 14, _layout.scss */
.search-form {
  display: inline-block;
  width: 100%;
  border: 1px solid #cccccc;
  margin-bottom: 20px;
  background: #f1f1f1 none repeat scroll 0% 0%;
  position: relative; }
  /* line 22, _layout.scss */
  .search-form .search-input {
    display: inline-block;
    width: 100%;
    height: 36px;
    padding: 5px;
    font-size: 14px; }
  /* line 30, _layout.scss */
  .search-form .search-button {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 20px;
    bottom: 0;
    width: 40px;
    background: #555555;
    color: #fff; }

/*=========================================
  HEADER
=========================================*/
/* line 49, _layout.scss */
.main-header {
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  /* &:after {
     border-bottom: 1px solid #f9a946;
     content: '';
     display: block;
     height: 0;
     position: absolute;
     left: $grid-gutter;
     right: $grid-gutter;
     bottom: 0;
     width: auto;
   }*/ }
  /* line 66, _layout.scss */
  .main-header .phone {
    color: #f7aa47;
    display: block;
    font-size: 1.1em;
    white-space: nowrap;
    margin-bottom: 10px; }
    /* line 73, _layout.scss */
    .main-header .phone a {
      color: #f7aa47;
      text-decoration: none; }
    /* line 78, _layout.scss */
    .main-header .phone p {
      margin: 0; }
  /* line 83, _layout.scss */
  .main-header .email {
    color: #f7aa47;
    display: block;
    white-space: nowrap; }
    /* line 88, _layout.scss */
    .main-header .email a {
      color: #f7aa47;
      text-decoration: none; }
    /* line 93, _layout.scss */
    .main-header .email p {
      margin: 0; }

/*  Logotype
-----------------------------------------*/
/* line 101, _layout.scss */
.logotype-link {
  text-decoration: none; }

/* line 105, _layout.scss */
.logotype-image {
  max-width: 100%;
  font-size: 40px;
  font-family: "Lobster";
  text-align: center;
  color: #f7aa47;
  font-weight: 700; }

/* line 114, _layout.scss */
.logotype-text {
  color: #f7aa47;
  font-family: "Lobster";
  font-size: 40px;
  display: inline-block;
  width: 100%; }

/*  Main toolbar
-----------------------------------------*/
/* line 124, _layout.scss */
.main-menu {
  display: block;
  text-align: center; }
  /* line 128, _layout.scss */
  .main-menu > .menu-item {
    margin: 6px; }
    /* line 131, _layout.scss */
    .main-menu > .menu-item > .menu-link {
      font-size: 1em;
      white-space: nowrap;
      color: #434242;
      text-decoration: none; }
      /* line 322, mixins.scss */
      .main-menu > .menu-item > .menu-link:hover {
        color: #434242;
        text-decoration: underline; }

@media screen and (min-width: 481px) and (max-width: 768px) {
  /* line 141, _layout.scss */
  .main-menu {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  /* line 150, _layout.scss */
  .main-header .contacts {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0; }
  /* line 157, _layout.scss */
  .main-header .logotype {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 0; }
  /* line 165, _layout.scss */
  .main-header .user-toolbar {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; } }
/*  User toolbar
-----------------------------------------*/
/* line 176, _layout.scss */
.user-toolbar {
  position: relative; }
  /* line 179, _layout.scss */
  .user-toolbar .compare-button {
    position: relative;
    margin-left: .5em; }
  /* line 184, _layout.scss */
  .user-toolbar .compare-counter {
    color: #000;
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    opacity: 0;
    min-width: 20px;
    height: 20px;
    font-size: 14px;
    background: #cccccc none repeat scroll 0% 0%;
    border-radius: 20px;
    padding: 0 6px;
    line-height: 22px;
    text-align: center;
    transition: 0.2s ease opacity; }
    /* line 201, _layout.scss */
    .user-toolbar .compare-counter.active {
      opacity: 1; }

/*  Search widget
-----------------------------------------*/
/* line 209, _layout.scss */
.search-widget {
  display: inline-block;
  position: relative; }

/* line 214, _layout.scss */
.callback-link {
  color: #434242;
  text-decoration: none; }
  /* line 322, mixins.scss */
  .callback-link:hover {
    color: #f7aa47;
    text-decoration: none; }

/* line 218, _layout.scss */
.search-widget-form {
  -webkit-border-radius: 25px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
  border-radius: 25px;
  display: block;
  position: absolute;
  right: 0;
  top: 0; }
  /* line 227, _layout.scss */
  .search-widget-form .search-input {
    background: #fff;
    border: 1px solid #f2f2f2;
    border-radius: 25px;
    height: 50px;
    padding: 12px 60px 12px 12px; }
  /* line 235, _layout.scss */
  .search-widget-form .search-icon {
    position: relative; }
  /* line 239, _layout.scss */
  .search-widget-form .search-button {
    position: absolute;
    right: 0;
    top: 0; }

/*  Shopcart widget
-----------------------------------------*/
/* line 248, _layout.scss */
.shopcart-widget {
  display: inline-block;
  margin-left: .5em;
  position: relative; }
  /* line 253, _layout.scss */
  .shopcart-widget .shopcart-counter {
    color: #000;
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    opacity: 0;
    min-width: 20px;
    height: 20px;
    font-size: 14px;
    background: #cccccc none repeat scroll 0% 0%;
    border-radius: 20px;
    padding: 0 6px;
    line-height: 22px;
    text-align: center;
    transition: 0.2s ease opacity; }
    /* line 270, _layout.scss */
    .shopcart-widget .shopcart-counter.active {
      opacity: 1; }

/*=========================================
  FOOTER
=========================================*/
/* line 279, _layout.scss */
.footer {
  background: #434242;
  color: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  z-index: 1; }
  /* line 287, _layout.scss */
  .footer a {
    color: #ffffff; }
    /* line 290, _layout.scss */
    .footer a:hover {
      color: #ffffff; }

/* line 296, _layout.scss */
.footer-menu-wrapper {
  padding-top: 10px; }

/* line 302, _layout.scss */
.footer-menu > .menu-item {
  margin-bottom: 10px;
  margin-right: 20px; }
  /* line 306, _layout.scss */
  .footer-menu > .menu-item > .menu-link {
    color: #ffffff; }
    /* line 309, _layout.scss */
    .footer-menu > .menu-item > .menu-link:hover {
      color: #ffffff; }

/* line 319, _layout.scss */
.footer-contacts .phone,
.footer-contacts .email,
.footer-contacts .address {
  display: block; }
/* line 325, _layout.scss */
.footer-contacts .phone {
  font-size: 1.4em;
  margin-bottom: 10px; }

/*  Social menu
-----------------------------------------*/
/* line 337, _layout.scss */
.social-menu > .menu-item > .menu-link {
  color: #ffffff;
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 1.4em;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  border: 1px dashed #ffffff; }
  /* line 348, _layout.scss */
  .social-menu > .menu-item > .menu-link:hover {
    background: #ffffff;
    color: #ffffff; }

@media screen and (max-width: 1024px) {
  /* line 358, _layout.scss */
  .social-menu-wrapper {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 20px; }

  /* line 366, _layout.scss */
  .footer-contacts {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    margin-bottom: 20px; }

  /* line 374, _layout.scss */
  .footer-menu-wrapper {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; } }
/* line 382, _layout.scss */
.created-by {
  font-size: .9em;
  margin-top: 20px; }

/*=========================================
  LEFT TOOLBAR
=========================================*/
/* line 390, _layout.scss */
.left-toolbar {
  background: #ffffff;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.4);
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 20px 10px 20px;
  position: fixed;
  top: 50px;
  left: 0;
  bottom: 0;
  -webkit-transition: .2s ease transform;
  transition: .2s ease transform;
  -webkit-transform: translate(-280px, 0);
  -ms-transform: translate(-280px, 0);
  transform: translate(-280px, 0);
  width: 280px;
  z-index: 1060; }
  /* line 408, _layout.scss */
  .left-toolbar .search-widget-wrapper {
    box-shadow: none;
    margin-bottom: 20px;
    width: 100%; }
  /* line 414, _layout.scss */
  .left-toolbar .search-widget {
    position: relative; }
  /* line 418, _layout.scss */
  .left-toolbar .search-input {
    border: none;
    width: 100%; }
  /* line 423, _layout.scss */
  .left-toolbar .search-button {
    background: #fff;
    color: #ffffff; }

/* line 429, _layout.scss */
.left-toolbar.active {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  z-index: 1020; }

/* line 436, _layout.scss */
.mobile-menu {
  margin-left: -10px;
  margin-right: -10px; }
  /* line 440, _layout.scss */
  .mobile-menu .separator {
    border-bottom: 1px solid #eeeeee;
    margin: 10px 0; }
  /* line 445, _layout.scss */
  .mobile-menu > .menu-item {
    position: relative; }
    /* line 448, _layout.scss */
    .mobile-menu > .menu-item > .menu-link {
      display: inline-block;
      padding: 10px 60px 10px 10px;
      width: 100%;
      color: #ffffff;
      text-decoration: none;
      transition: 0.2s ease baclkground-color; }
      /* line 322, mixins.scss */
      .mobile-menu > .menu-item > .menu-link:hover {
        color: #ffffff;
        text-decoration: none; }
    /* line 456, _layout.scss */
    .mobile-menu > .menu-item > .dropdown-link {
      text-align: center;
      padding: 8px 15px 6px;
      font-size: 1.4em;
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      width: 50px;
      color: #ffffff;
      text-decoration: none; }
      /* line 322, mixins.scss */
      .mobile-menu > .menu-item > .dropdown-link:hover {
        color: #ffffff;
        text-decoration: none; }
  /* line 468, _layout.scss */
  .mobile-menu > .menu-item.toggled > .dropdown-link .dropdown-icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  /* line 475, _layout.scss */
  .mobile-menu > .menu-item.toggled > .menu-link,
  .mobile-menu > .menu-item.toggled > .dropdown-link,
  .mobile-menu > .menu-item.active > .menu-link,
  .mobile-menu > .menu-item.active > .dropdown-link,
  .mobile-menu > .menu-item > .menu-link:hover
  > .menu-item > .dropdown-link:hover {
    background: #ffffff;
    color: #ffffff; }
  /* line 485, _layout.scss */
  .mobile-menu .submenu.level-2 {
    background: #ffffff;
    opacity: 1 !important; }
    /* line 489, _layout.scss */
    .mobile-menu .submenu.level-2 > .menu-item {
      position: relative; }
      /* line 492, _layout.scss */
      .mobile-menu .submenu.level-2 > .menu-item > .menu-link {
        display: inline-block;
        padding: 10px 60px 10px 20px;
        width: 100%;
        color: #ffffff;
        text-decoration: none; }
        /* line 322, mixins.scss */
        .mobile-menu .submenu.level-2 > .menu-item > .menu-link:hover {
          color: #ffffff;
          text-decoration: underline; }
      /* line 499, _layout.scss */
      .mobile-menu .submenu.level-2 > .menu-item > .dropdown-link {
        text-align: center;
        padding: 8px 15px 6px;
        font-size: 1.4em;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        color: #ffffff;
        text-decoration: none; }
        /* line 322, mixins.scss */
        .mobile-menu .submenu.level-2 > .menu-item > .dropdown-link:hover {
          color: #ffffff;
          text-decoration: none; }
      /* line 509, _layout.scss */
      .mobile-menu .submenu.level-2 > .menu-item.toggled .dropdown-icon {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
    /* line 517, _layout.scss */
    .mobile-menu .submenu.level-2 > .menu-item.toggled > .menu-link,
    .mobile-menu .submenu.level-2 > .menu-item.active > .menu-link,
    .mobile-menu .submenu.level-2 > .menu-item:hover > .menu-link.menu-item,
    .mobile-menu .submenu.level-2 > .menu-item > .menu-link:hover {
      text-decoration: underline; }
  /* line 525, _layout.scss */
  .mobile-menu .submenu.level-3 {
    background: #ffffff;
    padding-left: 20px;
    opacity: 1 !important; }
    /* line 532, _layout.scss */
    .mobile-menu .submenu.level-3 > .menu-item > .menu-link {
      display: inline-block;
      padding: 10px 10px 10px 20px;
      width: 100%;
      color: #ffffff;
      text-decoration: none; }
      /* line 322, mixins.scss */
      .mobile-menu .submenu.level-3 > .menu-item > .menu-link:hover {
        color: #ffffff;
        text-decoration: underline; }
    /* line 540, _layout.scss */
    .mobile-menu .submenu.level-3 > .menu-item.toggled > .menu-link,
    .mobile-menu .submenu.level-3 > .menu-item.active > .menu-link,
    .mobile-menu .submenu.level-3 > .menu-item:hover > .menu-link.menu-item,
    .mobile-menu .submenu.level-3 > .menu-item > .menu-link:hover {
      text-decoration: underline; }

/* line 549, _layout.scss */
.toolbar-opened {
  overflow: hidden; }

/* line 553, _layout.scss */
.toolbar-opened .left-toolbar-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010; }

/*=========================================
  TOP TOOLBAR
=========================================*/
/* line 565, _layout.scss */
.top-toolbar {
  background: #ffffff;
  color: #ffffff;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
  display: none;
  padding-top: 5px;
  padding-bottom: 5px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1050; }
  /* line 578, _layout.scss */
  .top-toolbar .row {
    align-items: center; }
  /* line 582, _layout.scss */
  .top-toolbar a {
    color: #ffffff; }
  /* line 586, _layout.scss */
  .top-toolbar .phone {
    display: inline-block;
    white-space: nowrap;
    margin-bottom: 0; }
    /* line 591, _layout.scss */
    .top-toolbar .phone p {
      margin: 0; }

/* line 597, _layout.scss */
.button.left-toolbar-trigger {
  height: 40px;
  overflow: hidden;
  color: #ffffff;
  font-size: 40px;
  line-height: 40px;
  padding: 0 10px; }
  /* line 605, _layout.scss */
  .button.left-toolbar-trigger .icon {
    line-height: 30px; }

/* line 612, _layout.scss */
.shopcart-toolbar .shopcart-link {
  height: 40px;
  overflow: hidden;
  color: #ffffff;
  font-size: 30px;
  padding: 3px 10px; }
/* line 620, _layout.scss */
.shopcart-toolbar .icon {
  vertical-align: middle;
  line-height: 30px;
  height: 40px;
  display: inline-block; }
/* line 627, _layout.scss */
.shopcart-toolbar .shopcart-count {
  font-size: .5em;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  top: -4px; }

@media screen and (max-width: 768px) {
  /* line 637, _layout.scss */
  .top-toolbar {
    display: block; } }
/*=========================================
   PAGE
 =========================================*/
/* line 645, _layout.scss */
.page-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

/* line 661, _layout.scss */
.page-inner {
  background: #ffffff;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding-bottom: 20px;
  width: 100%; }

/* line 671, _layout.scss */
.footer {
  color: #ffffff;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

/*=========================================
   WIDGETS
 =========================================*/
/* line 689, _layout.scss */
.editable-widget {
  position: relative;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) !important;
  margin: 20px 0;
  padding: 20px 0 10px;
  border-radius: 3px;
  overflow: hidden; }
  /* line 697, _layout.scss */
  .editable-widget:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) !important; }

/* line 708, _layout.scss */
.image-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }
  @media screen and (max-width: 768px) {
    /* line 708, _layout.scss */
    .image-text {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

/* line 729, _layout.scss */
.image-text-container {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 40%;
  flex: 1 0 40%;
  max-width: 100%;
  padding: 15px; }
  /* line 736, _layout.scss */
  .image-text-container.is-left {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  /* line 742, _layout.scss */
  .image-text-container.is-right {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  /* line 748, _layout.scss */
  .image-text-container.is-top {
    -ms-flex-item-align: start;
    align-self: flex-start; }
  /* line 753, _layout.scss */
  .image-text-container.is-center {
    -ms-flex-item-align: center;
    align-self: center; }
  /* line 758, _layout.scss */
  .image-text-container.is-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end; }
  @media screen and (max-width: 768px) {
    /* line 729, _layout.scss */
    .image-text-container {
      -webkit-box-ordinal-group: 1 !important;
      -ms-flex-order: 0 !important;
      order: 0 !important;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%; } }

/* line 772, _layout.scss */
.image-text__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  max-width: 100%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }
  @media screen and (max-width: 480px) {
    /* line 772, _layout.scss */
    .image-text__content {
      margin-top: 0.5rem; } }

/* line 791, _layout.scss */
.reviews-wrapper {
  margin-bottom: 1.5rem;
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  padding: 0.5rem 1.5rem;
  padding-bottom: 0.5rem; }

/* line 800, _layout.scss */
.reviews-heading {
  font-size: 1.5em;
  font-weight: bold;
  -webkit-box-flex: 1;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-bottom: 2rem; }

/* line 811, _layout.scss */
.reviews-blocks {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/* line 833, _layout.scss */
.review {
  display: block;
  margin: 1rem 0.75rem; }
  /* line 837, _layout.scss */
  .review.is-left-cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%; }
    @media screen and (max-width: 768px) {
      /* line 837, _layout.scss */
      .review.is-left-cell {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: 100%; } }
  /* line 851, _layout.scss */
  .review.is-top-cell {
    max-width: 30%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%; }
    @media screen and (max-width: 768px) {
      /* line 851, _layout.scss */
      .review.is-top-cell {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        max-width: 45%; } }
    @media screen and (max-width: 480px) {
      /* line 851, _layout.scss */
      .review.is-top-cell {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: 100%; } }

/* line 873, _layout.scss */
.review-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: -0.5rem; }
  /* line 882, _layout.scss */
  .review-inner.is-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column; }
  /* line 889, _layout.scss */
  .review-inner.is-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    @media screen and (max-width: 480px) {
      /* line 889, _layout.scss */
      .review-inner.is-left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column; } }
    /* line 908, _layout.scss */
    .review-inner.is-left .review-content {
      margin-left: 0.5rem;
      text-align: left; }
      @media screen and (max-width: 768px) {
        /* line 908, _layout.scss */
        .review-inner.is-left .review-content {
          margin-left: 0; } }
    /* line 917, _layout.scss */
    .review-inner.is-left .user-name {
      text-align: left;
      margin-left: 1rem; }
      @media screen and (max-width: 768px) {
        /* line 917, _layout.scss */
        .review-inner.is-left .user-name {
          margin-left: 0.5rem; } }

/* line 928, _layout.scss */
.review-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 5.5rem;
  flex: 0 0 5.5rem;
  width: 5.5rem;
  margin: 0.5rem; }
  /* line 935, _layout.scss */
  .review-image .is-top {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  @media screen and (max-width: 380px) {
    /* line 928, _layout.scss */
    .review-image {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 7rem;
      flex: 0 0 7rem;
      width: 7rem; } }

/* line 949, _layout.scss */
.user-name {
  margin: 0.25rem auto;
  font-weight: bold;
  text-align: center;
  font-size: 1rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

/* line 959, _layout.scss */
.review-content {
  padding: 0.5rem;
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%; }

/* line 972, _layout.scss */
.feedback-wrapper {
  margin: 1.5rem 0; }

/* line 976, _layout.scss */
.feedback {
  background: rgba(0, 0, 0, 0.1);
  color: #434242; }

/* line 981, _layout.scss */
.feedback + .feedback {
  margin: 2rem 0; }

/* line 985, _layout.scss */
.feedback-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  padding: 1rem 0.5rem;
  margin: 0; }
  /* line 1006, _layout.scss */
  .feedback-form .form-ui {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 200px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0.5em;
    padding-right: 0.5em;
    margin-bottom: 1em; }
  /* line 1023, _layout.scss */
  .feedback-form .form-row {
    -ms-flex-preferred-size: 150px;
    flex-basis: 150px;
    min-width: 150px; }
    @media (max-width: 480px) {
      /* line 1023, _layout.scss */
      .feedback-form .form-row {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%; } }

/* line 1037, _layout.scss */
.feedback-heading {
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding-top: 1.25rem; }

/* line 1048, _layout.scss */
.form-title {
  margin-bottom: 0.35rem;
  font-size: 1.5rem;
  margin-top: 0; }

/* line 1054, _layout.scss */
.widget-form-field {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 0 0.25rem;
  width: 100%;
  font-size: 17px;
  min-height: 2rem;
  padding-left: 1rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: 1px solid #f2f2f2; }

/* line 1070, _layout.scss */
.button.button-widget-feedback {
  width: 100%;
  padding-top: 7px;
  padding-bottom: 7px; }

@media (max-width: 320px) {
  /* line 1076, _layout.scss */
  .input-captcha {
    margin-left: -0.75rem; } }

/* line 1082, _layout.scss */
.page-content h2 {
  margin: 0.83em 0; }

/* line 1083, _layout.scss */
.page-content li {
  line-height: 1.8em; }

/*=========================================
  PRODUCT
=========================================*/
/*  Product caption
-----------------------------------------*/
/* line 7, _product.scss */
.product-caption {
  margin-bottom: 20px; }

/* line 11, _product.scss */
.product-title.on-page {
  font-weight: 700;
  padding: 0;
  margin-bottom: 30px; }

/* line 17, _product.scss */
.product-introtext.on-page {
  margin-bottom: 30px; }

/* line 21, _product.scss */
.product-prices.on-page {
  margin-bottom: 5px; }
  /* line 24, _product.scss */
  .product-prices.on-page .price {
    color: #dd3f46;
    font-size: 2em;
    font-weight: 700;
    margin-bottom: 10px; }
  /* line 31, _product.scss */
  .product-prices.on-page .old-price {
    font-size: 1.5em;
    margin-bottom: 5px;
    text-decoration: line-through; }
  /* line 37, _product.scss */
  .product-prices.on-page .weight {
    color: #777777;
    font-size: 1em; }

/* line 43, _product.scss */
.option-selectors {
  margin-bottom: 20px;
  margin-top: 45px;
  clear: both; }
  /* line 48, _product.scss */
  .option-selectors .option-item {
    margin-bottom: 10px; }
  /* line 52, _product.scss */
  .option-selectors .select-wrapper {
    margin-bottom: 0; }

/* line 57, _product.scss */
.product-article {
  margin-bottom: 20px; }

/* line 63, _product.scss */
.product-control.on-page .counter {
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
  max-width: 180px;
  width: auto; }
/* line 71, _product.scss */
.product-control.on-page .buy {
  width: auto; }
/* line 75, _product.scss */
.product-control.on-page .button-buy {
  height: 40px; }
  /* line 78, _product.scss */
  .product-control.on-page .button-buy .icon,
  .product-control.on-page .button-buy .button-text {
    vertical-align: middle; }
  /* line 83, _product.scss */
  .product-control.on-page .button-buy .icon {
    margin-right: 5px; }
  /* line 87, _product.scss */
  .product-control.on-page .button-buy .button-text {
    text-transform: uppercase; }
/* line 92, _product.scss */
.product-control.on-page .button-number {
  background: #555555;
  color: #fff;
  height: 40px;
  font-size: 1.5em;
  text-align: center;
  vertical-align: top;
  position: absolute;
  top: 0;
  width: 40px; }
  /* line 103, _product.scss */
  .product-control.on-page .button-number.count-up {
    right: 0; }
  /* line 106, _product.scss */
  .product-control.on-page .button-number.count-down {
    left: 0; }
/* line 111, _product.scss */
.product-control.on-page .input-number {
  background: #eeeeee;
  height: 40px;
  font-size: 1em;
  vertical-align: top;
  text-align: center;
  width: 100%; }
/* line 120, _product.scss */
.product-control.on-page .counter-wrapper,
.product-control.on-page .compare-control,
.product-control.on-page .buy,
.product-control.on-page .share {
  padding-top: 10px;
  padding-bottom: 10px; }

/* line 130, _product.scss */
.product-order-variant .notice {
  margin: 0; }

/* line 139, _product.scss */
.properties-table .property-value + .property-value:before {
  content: ', '; }

@media screen and (max-width: 380px) {
  /* line 151, _product.scss */
  .option-selectors .option-item label {
    margin-bottom: 5px; } }
/*  Product gallery
-----------------------------------------*/
/* line 160, _product.scss */
.product-gallery {
  margin-bottom: 20px; }
  /* line 164, _product.scss */
  .product-gallery:hover .gallery-thumbs-prev,
  .product-gallery:hover .gallery-thumbs-next {
    opacity: 1;
    visibility: visible; }

@media screen and (max-width: 1024px) {
  /* line 175, _product.scss */
  .product-gallery .gallery-thumbs-prev,
  .product-gallery .gallery-thumbs-next {
    opacity: 1;
    visibility: visible; } }
/*  Gallery thumbs
-----------------------------------------*/
/* line 185, _product.scss */
.gallery-thumbs-wrapper {
  position: relative; }

/* line 189, _product.scss */
.gallery-thumbs {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: -3px;
  right: 0;
  bottom: -3px;
  padding: 3px 6px; }
  /* line 198, _product.scss */
  .gallery-thumbs .swiper-slide {
    background: transparent;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
    cursor: pointer;
    text-align: center;
    max-height: 110px;
    width: 100%; }
  /* line 207, _product.scss */
  .gallery-thumbs .slide-inner {
    display: block;
    overflow: hidden;
    height: 100%;
    width: 100%;
    text-align: center; }
    /* line 214, _product.scss */
    .gallery-thumbs .slide-inner:after {
      content: '';
      display: inline-block;
      height: 100%;
      width: 0;
      vertical-align: middle; }
  /* line 223, _product.scss */
  .gallery-thumbs .swiper-slide.active {
    border: 1px solid #f7aa47; }
  /* line 227, _product.scss */
  .gallery-thumbs img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%; }

/* line 238, _product.scss */
.gallery-thumbs-prev,
.gallery-thumbs-next {
  display: block;
  color: #f7aa47;
  cursor: pointer;
  font-size: 30px;
  opacity: 0;
  position: absolute;
  left: 0;
  text-align: center;
  z-index: 100;
  visibility: hidden;
  width: 100%;
  transition: 0.2s ease opacity, 0.2s ease visibility; }
  /* line 253, _product.scss */
  .gallery-thumbs-prev.swiper-button-disabled,
  .gallery-thumbs-next.swiper-button-disabled {
    visibility: hidden !important;
    opacity: 0 !important; }

/* line 259, _product.scss */
.gallery-thumbs-prev {
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, white 10%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, white 10%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  top: 0;
  padding-bottom: 10px; }

/* line 267, _product.scss */
.gallery-thumbs-next {
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 10%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 10%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  bottom: 0;
  padding-top: 10px; }

/*  Gallery main
-----------------------------------------*/
/* line 284, _product.scss */
.gallery-main-wrapper {
  position: relative;
  text-align: center; }
  /* line 288, _product.scss */
  .gallery-main-wrapper .product-image {
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
    text-align: center; }
  /* line 293, _product.scss */
  .gallery-main-wrapper .product-labels {
    right: 10px; }

/* line 298, _product.scss */
.gallery-main {
  margin: -5px;
  padding: 5px; }
  /* line 302, _product.scss */
  .gallery-main .swiper-slide {
    background: #ffffff;
    position: relative; }
  /* line 307, _product.scss */
  .gallery-main .slide-inner {
    background: #ffffff;
    position: relative;
    height: 100%;
    width: 100%; }
  /* line 314, _product.scss */
  .gallery-main .image-wrapper {
    display: inline-block;
    position: relative;
    text-align: center;
    text-decoration: none;
    height: 100%;
    width: 100%; }
  /* line 323, _product.scss */
  .gallery-main img {
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
    max-width: 100%;
    max-height: 100%; }

/*  Compare control
-----------------------------------------*/
/* line 332, _product.scss */
.compare-link {
  height: 40px;
  padding: 12px 0;
  display: inline-block;
  color: #555555;
  font-size: 1em;
  border-color: black;
  text-decoration: none;
  white-space: nowrap; }
  /* line 342, _product.scss */
  .compare-link:hover {
    text-decoration: none; }
  /* line 346, _product.scss */
  .compare-link .link-text {
    border-bottom: 1px dashed #555555; }

/* line 351, _product.scss */
.compare-link.compare-add.active {
  display: none; }
  /* line 354, _product.scss */
  .compare-link.compare-add.active + .compare-link.compare-delete {
    display: inline-block; }

/* line 359, _product.scss */
.compare-link.compare-delete {
  color: #dd3f46;
  border: none;
  display: none;
  padding: 12px 0;
  text-decoration: none; }
  /* line 366, _product.scss */
  .compare-link.compare-delete .link-text {
    border: none; }

/*  Product content
-----------------------------------------*/
/* line 373, _product.scss */
.product-tabs-menu {
  display: block;
  border-bottom: 1px solid #f2f2f2; }
  /* line 377, _product.scss */
  .product-tabs-menu > .tabs-item {
    margin-right: 15px; }
    /* line 380, _product.scss */
    .product-tabs-menu > .tabs-item > .tabs-link {
      color: #252525;
      display: inline-block;
      font-size: 1em;
      padding: 15px 0;
      color: #434242;
      text-decoration: none; }
      /* line 322, mixins.scss */
      .product-tabs-menu > .tabs-item > .tabs-link:hover {
        color: #f7aa47;
        text-decoration: none; }
  /* line 389, _product.scss */
  .product-tabs-menu > .tabs-item.active > .tabs-link,
  .product-tabs-menu > .tabs-item:hover > .tabs-link,
  .product-tabs-menu > .tabs-item > .tabs-link:hover {
    color: #f7aa47;
    text-decoration: underline; }

/* line 399, _product.scss */
.product-tabs-list .tab-block {
  padding: 20px 0; }

/*  Product reviews
-----------------------------------------*/
/* line 408, _product.scss */
.reviews-form-wrapper .review-form-toggle {
  margin-bottom: 20px; }

/*  Reviews-item
-----------------------------------------*/
/* line 415, _product.scss */
.reviews-item {
  border-bottom: 2px solid lightgray;
  margin-bottom: 15px; }

/* line 420, _product.scss */
.review-header {
  color: #434242;
  font-family: "Cuprum";
  font-size: .9em;
  margin-bottom: 10px; }
  /* line 426, _product.scss */
  .review-header .author,
  .review-header .date {
    display: inline-block; }
  /* line 431, _product.scss */
  .review-header .date {
    border-left: 1px solid #f2f2f2;
    margin-left: 10px;
    padding-left: 10px; }
  /* line 437, _product.scss */
  .review-header .star-rating-wrapper {
    display: inline-block;
    float: none;
    vertical-align: middle;
    border-left: 1px solid #eeeeee;
    margin-left: 10px;
    padding-left: 10px; }

/* line 447, _product.scss */
.review-footer:after {
  content: '';
  clear: both;
  display: table;
  height: 0;
  font-size: 0;
  vertical-align: top;
  width: 100%; }

/*=========================================
  SCAFFOLDING
=========================================*/
@-webkit-viewport {
  width: device-width; }
@-moz-viewport {
  width: device-width; }
@-ms-viewport {
  width: device-width; }
@-o-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
@media screen and (max-width: 768px) {
  /* line 25, _scaffolding.scss */
  body {
    padding-top: 50px; } }
/* line 30, _scaffolding.scss */
* {
  outline: none !important; }

/* line 34, _scaffolding.scss */
body {
  background: #ffffff;
  background: #fff;
  color: #434242;
  font-family: "Arial";
  font-size: 16px; }

/* line 42, _scaffolding.scss */
select option:disabled {
  color: #ccc; }

/* Insales editor
-----------------------------------------*/
/* line 79, _scaffolding.scss */
.insales-editable, .insales-rich-editable, .insales-editable-content {
  display: inline-block;
  cursor: text;
  outline: 1px dotted #333 !important;
  padding: 5px 10px;
  width: 100%; }
  /* line 86, _scaffolding.scss */
  .insales-editable a, .insales-rich-editable a, .insales-editable-content a {
    border: none;
    text-decoration: none; }

/* line 92, _scaffolding.scss */
.title-content {
  margin-bottom: 20px; }

/* line 96, _scaffolding.scss */
hr.separator {
  border: none;
  border-top: 1px solid #ffffff; }

/*  Tricks
-----------------------------------------*/
/* line 103, _scaffolding.scss */
.with-object-fit.is-trick {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center; }
  /* line 111, _scaffolding.scss */
  .with-object-fit.is-trick img {
    opacity: 0; }

/*  Status
-----------------------------------------*/
/* line 117, _scaffolding.scss */
.is-error,
.error {
  color: #dd3f46; }
  /* line 121, _scaffolding.scss */
  .is-error input[type="text"],
  .is-error input[type="email"],
  .is-error input[type="password"],
  .is-error textarea,
  .error input[type="text"],
  .error input[type="email"],
  .error input[type="password"],
  .error textarea {
    border-color: #dd3f46;
    color: #dd3f46; }

/*  Buttons
-----------------------------------------*/
/* line 132, _scaffolding.scss */
.button {
  font-family: inherit;
  font-size: 16px; }
  /* line 136, _scaffolding.scss */
  .button.is-simple {
    font-size: 16px; }

/* line 141, _scaffolding.scss */
.button-circle {
  border-radius: 50%;
  font-size: 24px;
  height: 50px;
  padding: 11px 8px;
  width: 50px; }
  /* line 148, _scaffolding.scss */
  .button-circle.is-gray {
    background: #eeeeee;
    color: #000; }
    /* line 152, _scaffolding.scss */
    .button-circle.is-gray:hover {
      background: #000;
      color: #fff; }
  /* line 158, _scaffolding.scss */
  .button-circle.is-primary {
    background: #f7aa47;
    color: #ffffff; }
    /* line 162, _scaffolding.scss */
    .button-circle.is-primary:hover {
      background: #000;
      color: #fff; }

/* line 169, _scaffolding.scss */
.button-grey {
  background: #eeeeee;
  color: #000;
  padding: 9px 12px 10px; }
  /* line 174, _scaffolding.scss */
  .button-grey:hover, .button-grey.active {
    background: #f7aa47;
    color: #fff; }

/* line 181, _scaffolding.scss */
.button-action {
  padding: 15px 0; }
  /* line 184, _scaffolding.scss */
  .button-action .button-text {
    color: #555555;
    border-bottom: 1px dashed; }
  /* line 189, _scaffolding.scss */
  .button-action.is-bigger {
    font-size: 1.2em; }

/* line 194, _scaffolding.scss */
.button-primary {
  background: #f7aa47;
  color: #ffffff;
  font-family: "Arial";
  font-size: 0;
  padding: 10px 12px;
  -webkit-transition: ease-out 0.1s;
  -moz-transition: ease-out 0.1s;
  -o-transition: ease-out 0.1s;
  transition: ease-out 0.1s; }
  /* line 205, _scaffolding.scss */
  .button-primary:hover, .button-primary.active {
    background: #000;
    color: #fff; }
  /* line 211, _scaffolding.scss */
  .button-primary .button-text,
  .button-primary .button-icon {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle; }
  /* line 218, _scaffolding.scss */
  .button-primary:after {
    content: ' ';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0; }

/* line 227, _scaffolding.scss */
.button-default {
  background: #fff;
  border: 1px solid #777777;
  color: #555555;
  padding: 10px 12px; }
  /* line 233, _scaffolding.scss */
  .button-default:hover,
  .button-default .active {
    background: #252525;
    color: #fff; }

/* line 240, _scaffolding.scss */
.button-error {
  background: #dd3f46;
  color: #fff;
  padding: 10px 12px; }
  /* line 245, _scaffolding.scss */
  .button-error:hover,
  .button-error .active {
    background: #252525;
    color: #fff; }

/* line 255, _scaffolding.scss */
.toggled .button-grey,
.active .button-grey {
  background: #f7aa47;
  color: #ffffff; }

/*  Checkbox
-----------------------------------------*/
/* line 263, _scaffolding.scss */
.checkbox-field {
  cursor: pointer;
  display: none; }
  /* line 267, _scaffolding.scss */
  .checkbox-field:checked + .checkbox-label {
    color: #f7aa47; }
    /* line 270, _scaffolding.scss */
    .checkbox-field:checked + .checkbox-label:before {
      content: '\f3ff'; }

/* line 275, _scaffolding.scss */
.checkbox-field {
  cursor: pointer;
  display: none; }
  /* line 279, _scaffolding.scss */
  .checkbox-field:checked + .checkbox-label {
    color: #f7aa47; }
    /* line 282, _scaffolding.scss */
    .checkbox-field:checked + .checkbox-label:before {
      content: '\f3ff'; }

/* line 288, _scaffolding.scss */
.checkbox-label {
  cursor: pointer;
  display: inline-block;
  padding-left: 23px;
  min-height: 23px;
  padding-top: 1px;
  position: relative; }
  /* line 296, _scaffolding.scss */
  .checkbox-label:before {
    font-family: "Ionicons";
    content: '\f401';
    display: block;
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 1px;
    height: 20px;
    width: 20px; }

/*  Radio
-----------------------------------------*/
/* line 312, _scaffolding.scss */
.radio-field {
  display: none; }
  /* line 315, _scaffolding.scss */
  .radio-field:checked + .radio-label {
    color: #f7aa47; }
    /* line 318, _scaffolding.scss */
    .radio-field:checked + .radio-label:before {
      content: '\f192'; }

/* line 324, _scaffolding.scss */
.radio-label {
  cursor: pointer;
  padding-left: 20px;
  position: relative; }
  /* line 329, _scaffolding.scss */
  .radio-label:before {
    font-family: "Ionicons";
    content: '\f10c';
    display: block;
    position: absolute;
    top: 2px;
    left: 0; }

/*  Forms
-----------------------------------------*/
/* line 341, _scaffolding.scss */
.form-row {
  margin-bottom: 10px; }

/* line 345, _scaffolding.scss */
.form-field {
  border: 1px solid #eeeeee;
  padding: 7px 10px;
  margin-bottom: 5px;
  width: 100%; }

/* line 352, _scaffolding.scss */
.form-header {
  margin-bottom: 20px; }

/*  Dropdown
-----------------------------------------*/
/* line 360, _scaffolding.scss */
.dropdown.is-absolute {
  position: relative; }
  /* line 363, _scaffolding.scss */
  .dropdown.is-absolute .dropdown-block {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1100; }
/* line 373, _scaffolding.scss */
.dropdown.toggled > .dropdown-block {
  display: block; }

/* line 379, _scaffolding.scss */
.dropdown-block {
  display: none; }

/* line 383, _scaffolding.scss */
.dropdown-toggle {
  position: relative; }

/* line 387, _scaffolding.scss */
.dropdown-icon {
  transition: 0.2s ease transform; }

/* line 391, _scaffolding.scss */
.dropdown-block-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-float: row nowrap;
  font-size: 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%; }

/*  Magnific popup - modal
-----------------------------------------*/
/* line 412, _scaffolding.scss */
.modal {
  max-width: 400px;
  margin: 0 auto;
  position: relative; }
  /* line 417, _scaffolding.scss */
  .modal.modal-md {
    max-width: 700px; }
  /* line 421, _scaffolding.scss */
  .modal.modal-lg {
    max-width: 1000px; }
  /* line 425, _scaffolding.scss */
  .modal.modal-preview {
    max-width: 930px; }

/* line 430, _scaffolding.scss */
.modal-header {
  margin-top: 0; }

/* line 434, _scaffolding.scss */
.modal-inner {
  background: #ffffff;
  color: #434242;
  padding: 30px; }
  /* line 368, mixins.scss */
  .modal-inner:after {
    content: "";
    display: table;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 100%; }

/* line 442, _scaffolding.scss */
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */ }
  /* line 445, _scaffolding.scss */
  .mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9); }
  /* line 454, _scaffolding.scss */
  .mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out; }
  /* line 462, _scaffolding.scss */
  .mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  /* line 468, _scaffolding.scss */
  .mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.7; }
  /* line 476, _scaffolding.scss */
  .mfp-zoom-in.mfp-removing .mfp-with-anim {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0; }
  /* line 482, _scaffolding.scss */
  .mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0; }

/* line 490, _scaffolding.scss */
.mfp-close-btn-in .mfp-close {
  color: #fff;
  cursor: pointer !important;
  background: #dd3f46;
  opacity: 1;
  padding: 0;
  text-align: center;
  right: 0;
  width: 44px;
  z-index: 9001; }

/* line 507, _scaffolding.scss */
.mfp-close-btn-in .modal .mfp-close {
  top: 0; }

/*  Notices
-----------------------------------------*/
/* line 513, _scaffolding.scss */
.notice {
  padding: 9px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  display: inline-block; }
  /* line 335, mixins.scss */
  .notice h2, .notice h3, .notice h4 {
    margin-top: 0;
    color: inherit; }
  /* line 340, mixins.scss */
  .notice > p,
  .notice > ul {
    margin-bottom: 0; }
  /* line 345, mixins.scss */
  .notice > p + p {
    margin-top: 5px; }
  /* line 516, _scaffolding.scss */
  .notice p {
    margin: 5px 0; }

/* line 521, _scaffolding.scss */
.notice-success {
  background-color: #80c780;
  border-color: #5cb85c;
  color: #163216; }
  /* line 356, mixins.scss */
  .notice-success hr {
    border-top-color: #4cae4c; }
  /* line 360, mixins.scss */
  .notice-success a {
    color: #060f06; }

/* line 525, _scaffolding.scss */
.notice-info {
  background-color: #85d0e7;
  border-color: #5bc0de;
  color: #124a5b; }
  /* line 356, mixins.scss */
  .notice-info hr {
    border-top-color: #46b8da; }
  /* line 360, mixins.scss */
  .notice-info a {
    color: #0a2730; }

/* line 529, _scaffolding.scss */
.notice-warning {
  background-color: #f4c37d;
  border-color: #f0ad4e;
  color: #694109; }
  /* line 356, mixins.scss */
  .notice-warning hr {
    border-top-color: #eea236; }
  /* line 360, mixins.scss */
  .notice-warning a {
    color: #3a2405; }

/* line 533, _scaffolding.scss */
.notice-error {
  background-color: #e56a70;
  border-color: #dd3f46;
  color: #440c0f; }
  /* line 356, mixins.scss */
  .notice-error hr {
    border-top-color: #d92931; }
  /* line 360, mixins.scss */
  .notice-error a {
    color: #190405; }

/* line 537, _scaffolding.scss */
.notice-sm {
  padding: 5px 10px; }

/*  Alertify plugin - notifier
-----------------------------------------*/
/* line 543, _scaffolding.scss */
.ajs-dialog {
  border: 1px solid #f2f2f2; }

/* line 547, _scaffolding.scss */
.ajs-content {
  padding-right: 0 !important;
  padding-left: 0 !important; }

/* line 552, _scaffolding.scss */
.ajs-dialog,
.ajs-header,
.ajs-body,
.ajs-footer {
  background-color: #ffffff !important;
  color: #434242 !important; }

/* line 560, _scaffolding.scss */
.alertify-notifier.ajs-right .ajs-message {
  background: url("https://static.insales-cdn.com/assets/1/4061/1773533/1663406857/lines-tile.png") 0 0 #232323;
  color: #fff;
  cursor: pointer;
  position: relative;
  width: 290px;
  max-height: 100%;
  padding: 5px 5px 5px 35px;
  -webkit-transition: .2s ease opacity;
  transition: .2s ease opacity;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 0;
  right: 290px;
  margin: 10px 0 0; }
  /* line 577, _scaffolding.scss */
  .alertify-notifier.ajs-right .ajs-message a {
    color: #fff; }
  /* line 581, _scaffolding.scss */
  .alertify-notifier.ajs-right .ajs-message:before {
    border-radius: 50%;
    content: '';
    display: block;
    height: 15px;
    margin-top: -7.5px;
    position: absolute;
    left: 7.5px;
    top: 50%;
    width: 15px;
    z-index: 890; }
  /* line 594, _scaffolding.scss */
  .alertify-notifier.ajs-right .ajs-message:after {
    background: #000;
    border-radius: 4px 0 0 4px;
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    z-index: 880; }

/* line 608, _scaffolding.scss */
.alertify-notifier.ajs-right .ajs-message.ajs-visible {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1; }

/* line 615, _scaffolding.scss */
.alertify-notifier .ajs-message.ajs-success {
  background: #232323; }
  /* line 618, _scaffolding.scss */
  .alertify-notifier .ajs-message.ajs-success:before {
    background: #5cb85c; }

/* line 623, _scaffolding.scss */
.alertify-notifier .ajs-message.ajs-error {
  background: #232323; }
  /* line 626, _scaffolding.scss */
  .alertify-notifier .ajs-message.ajs-error:before {
    background: #dd3f46; }

/* line 631, _scaffolding.scss */
.alertify-notifier .ajs-message.ajs-warning {
  background: #232323; }
  /* line 634, _scaffolding.scss */
  .alertify-notifier .ajs-message.ajs-warning:before {
    background: #f0ad4e; }

/* line 639, _scaffolding.scss */
.alertify-notifier .ajs-message {
  background: #232323; }
  /* line 642, _scaffolding.scss */
  .alertify-notifier .ajs-message:before {
    background: #5bc0de; }

/*  Tooltips
-----------------------------------------*/
/* line 649, _scaffolding.scss */
.tooltipster-light {
  border-radius: 4px;
  border: none;
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff; }

/* line 656, _scaffolding.scss */
.tooltipster-light .tooltipster-content {
  font-size: 14px;
  line-height: 14px;
  padding: 6px 12px 8px; }

/* line 662, _scaffolding.scss */
.action-link {
  border-bottom: 1px dashed #555555;
  color: #f7aa47;
  text-decoration: none; }
  /* line 322, mixins.scss */
  .action-link:hover {
    color: #f7aa47;
    text-decoration: none; }
  /* line 666, _scaffolding.scss */
  .action-link:hover {
    border-bottom: 1px solid #fff; }

/*  Editor
-----------------------------------------*/
/* line 675, _scaffolding.scss */
.editor hr {
  border: none;
  background: none;
  border-top: 1px solid #f2f2f2;
  clear: both;
  margin: 10px 0;
  width: auto; }
/* line 693, _scaffolding.scss */
.editor.with-styled-table table {
  border-collapse: collapse;
  border: 1px solid #eeeeee;
  width: 100% !important; }
  /* line 234, mixins.scss */
  .editor.with-styled-table table th {
    text-align: left; }
  /* line 238, mixins.scss */
  .editor.with-styled-table table table col[class*="cell-"] {
    position: static;
    float: none;
    display: table-column; }
  /* line 247, mixins.scss */
  .editor.with-styled-table table table td[class*="cell-"],
  .editor.with-styled-table table table th[class*="cell-"] {
    position: static;
    float: none;
    display: table-cell; }
  /* line 699, _scaffolding.scss */
  .editor.with-styled-table table > tbody > tr:nth-of-type(odd) td {
    background-color: #ffffff;
    color: #434242; }
  /* line 704, _scaffolding.scss */
  .editor.with-styled-table table > tbody > tr:nth-of-type(even) td {
    background-color: rgba(0, 0, 0, 0.03);
    color: #434242; }
  /* line 713, _scaffolding.scss */
  .editor.with-styled-table table > thead > tr > th,
  .editor.with-styled-table table > thead > tr > td,
  .editor.with-styled-table table > tbody > tr > th,
  .editor.with-styled-table table > tbody > tr > td,
  .editor.with-styled-table table > tfoot > tr > th,
  .editor.with-styled-table table > tfoot > tr > td {
    border: 1px solid #eeeeee;
    padding: 10px 20px; }
  /* line 721, _scaffolding.scss */
  .editor.with-styled-table table > thead > tr > th,
  .editor.with-styled-table table > thead > tr > td {
    border-bottom-width: 2px; }
/* line 729, _scaffolding.scss */
.editor img {
  height: auto !important;
  margin-bottom: 10px; }
/* line 734, _scaffolding.scss */
.editor a {
  color: #f7aa47;
  text-decoration: underline; }
  /* line 322, mixins.scss */
  .editor a:hover {
    color: #f7aa47;
    text-decoration: none; }
/* line 738, _scaffolding.scss */
.editor input[type="text"],
.editor input[type="email"],
.editor input[type="password"] {
  display: inline-block;
  border-radius: 0;
  border: none;
  box-shadow: none;
  background-image: none;
  vertical-align: top;
  max-width: 100%;
  border: 1px solid #f2f2f2;
  padding: 5px 7px;
  width: 100%; }
  /* line 448, mixins.scss */
  .editor input[type="text"]::-moz-placeholder,
  .editor input[type="email"]::-moz-placeholder,
  .editor input[type="password"]::-moz-placeholder {
    color: #ccc;
    opacity: 1; }
  /* line 452, mixins.scss */
  .editor input[type="text"]:-ms-input-placeholder,
  .editor input[type="email"]:-ms-input-placeholder,
  .editor input[type="password"]:-ms-input-placeholder {
    color: #ccc; }
  /* line 456, mixins.scss */
  .editor input[type="text"]::-webkit-input-placeholder,
  .editor input[type="email"]::-webkit-input-placeholder,
  .editor input[type="password"]::-webkit-input-placeholder {
    color: #ccc; }
  /* line 463, mixins.scss */
  .editor input[type="text"]:focus::-moz-placeholder,
  .editor input[type="email"]:focus::-moz-placeholder,
  .editor input[type="password"]:focus::-moz-placeholder {
    color: #ccc;
    opacity: 0; }
  /* line 467, mixins.scss */
  .editor input[type="text"]:focus:-ms-input-placeholder,
  .editor input[type="email"]:focus:-ms-input-placeholder,
  .editor input[type="password"]:focus:-ms-input-placeholder {
    color: #ccc;
    opacity: 0; }
  /* line 472, mixins.scss */
  .editor input[type="text"]:focus::-webkit-input-placeholder,
  .editor input[type="email"]:focus::-webkit-input-placeholder,
  .editor input[type="password"]:focus::-webkit-input-placeholder {
    color: #ccc;
    opacity: 0; }
  /* line 171, mixins.scss */
  .editor input[type="text"]::-ms-expand,
  .editor input[type="email"]::-ms-expand,
  .editor input[type="password"]::-ms-expand {
    border: 0;
    background-color: transparent; }
  /* line 176, mixins.scss */
  .editor input[type="text"][disabled], .editor input[type="text"][readonly], fieldset[disabled] .editor input[type="text"],
  .editor input[type="email"][disabled],
  .editor input[type="email"][readonly], fieldset[disabled]
  .editor input[type="email"],
  .editor input[type="password"][disabled],
  .editor input[type="password"][readonly], fieldset[disabled]
  .editor input[type="password"] {
    opacity: 1; }
  /* line 182, mixins.scss */
  .editor input[type="text"][disabled], fieldset[disabled] .editor input[type="text"],
  .editor input[type="email"][disabled], fieldset[disabled]
  .editor input[type="email"],
  .editor input[type="password"][disabled], fieldset[disabled]
  .editor input[type="password"] {
    cursor: not-allowed; }
/* line 747, _scaffolding.scss */
.editor textarea {
  display: inline-block;
  border-radius: 0;
  border: none;
  box-shadow: none;
  background-image: none;
  vertical-align: top;
  max-width: 100%;
  border: 1px solid #f2f2f2;
  max-width: 100%;
  padding: 5px 7px;
  width: 100%; }
  /* line 448, mixins.scss */
  .editor textarea::-moz-placeholder {
    color: #ccc;
    opacity: 1; }
  /* line 452, mixins.scss */
  .editor textarea:-ms-input-placeholder {
    color: #ccc; }
  /* line 456, mixins.scss */
  .editor textarea::-webkit-input-placeholder {
    color: #ccc; }
  /* line 463, mixins.scss */
  .editor textarea:focus::-moz-placeholder {
    color: #ccc;
    opacity: 0; }
  /* line 467, mixins.scss */
  .editor textarea:focus:-ms-input-placeholder {
    color: #ccc;
    opacity: 0; }
  /* line 472, mixins.scss */
  .editor textarea:focus::-webkit-input-placeholder {
    color: #ccc;
    opacity: 0; }
  /* line 171, mixins.scss */
  .editor textarea::-ms-expand {
    border: 0;
    background-color: transparent; }
  /* line 176, mixins.scss */
  .editor textarea[disabled], .editor textarea[readonly], fieldset[disabled] .editor textarea {
    opacity: 1; }
  /* line 182, mixins.scss */
  .editor textarea[disabled], fieldset[disabled] .editor textarea {
    cursor: not-allowed; }
/* line 755, _scaffolding.scss */
.editor input[type="submit"],
.editor button {
  border-radius: 0;
  border: none;
  background-color: transparent;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  max-width: 100%;
  text-align: center;
  touch-action: manipulation;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
  background: #f7aa47;
  color: #ffffff;
  max-width: 100%;
  padding: 5px 7px; }
  /* line 210, mixins.scss */
  .editor input[type="submit"]:active,
  .editor button:active {
    outline: 0; }
  /* line 214, mixins.scss */
  .editor input[type="submit"]:hover,
  .editor button:hover {
    text-decoration: none; }
  /* line 218, mixins.scss */
  .editor input[type="submit"].disabled, .editor input[type="submit"][disabled], fieldset[disabled] .editor input[type="submit"],
  .editor button.disabled,
  .editor button[disabled], fieldset[disabled]
  .editor button {
    cursor: not-allowed; }

/*  Scrollbar
-----------------------------------------*/
/* line 767, _scaffolding.scss */
.ps-scrollbar-y-rail {
  background-color: #777777 !important;
  border-radius: 0 !important;
  opacity: .8 !important; }

/* line 773, _scaffolding.scss */
.ps-scrollbar-y {
  background-color: #ffffff !important;
  border-radius: 0 !important;
  cursor: pointer; }

/*  Select
-----------------------------------------*/
/* line 781, _scaffolding.scss */
.select-field {
  background: #fff;
  border: 1px solid #eeeeee;
  cursor: pointer;
  height: 40px;
  padding: 3px 20px 3px 5px;
  position: relative;
  width: auto;
  width: 100%;
  color: #252525;
  font-family: "Arial";
  font-size: 13px; }
  /* line 795, _scaffolding.scss */
  .select-field option {
    color: #252525;
    font-family: "Arial";
    font-size: 1em;
    padding: 3px 5px; }

/* line 803, _scaffolding.scss */
.select-wrapper {
  display: inline-block;
  height: 40px;
  position: relative;
  vertical-align: middle;
  width: auto;
  width: 100%; }

/*  Label field
-----------------------------------------*/
/*  Page header
-----------------------------------------*/
/* line 820, _scaffolding.scss */
.page-header {
  margin-bottom: 20px;
  padding-top: 10px; }
  /* line 824, _scaffolding.scss */
  .page-header h1, .page-header h2, .page-header h3, .page-header h4 {
    font-size: 1.6em;
    margin: 0; }

@media screen and (max-width: 768px) {
  /* line 834, _scaffolding.scss */
  .page-header .header-text {
    margin-bottom: 10px; } }
/*  Pagination
-----------------------------------------*/
/* line 842, _scaffolding.scss */
.pagination {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin-bottom: 20px;
  margin-left: -5px;
  margin-right: -5px;
  width: 100%; }
  /* line 260, mixins.scss */
  .pagination > .list-item {
    display: inline-block;
    position: relative; }
  /* line 852, _scaffolding.scss */
  .pagination .pagination-item {
    display: inline-block;
    margin: 0 5px 10px; }
    /* line 856, _scaffolding.scss */
    .pagination .pagination-item .pagination-link {
      color: #ff5700;
      text-decoration: underline;
      border: 1px solid #f2f2f2;
      display: block;
      color: #f7aa47;
      font-size: 1em;
      padding: 6px 4px;
      text-decoration: none;
      text-align: center;
      vertical-align: top;
      height: auto;
      width: 40px; }
      /* line 322, mixins.scss */
      .pagination .pagination-item .pagination-link:hover {
        color: #b33d00;
        text-decoration: none; }
      /* line 869, _scaffolding.scss */
      .pagination .pagination-item .pagination-link.is-static {
        border: 1px solid transparent; }
        /* line 872, _scaffolding.scss */
        .pagination .pagination-item .pagination-link.is-static:hover {
          border: 1px solid transparent; }
    /* line 878, _scaffolding.scss */
    .pagination .pagination-item.active .pagination-link, .pagination .pagination-item:hover .pagination-link,
    .pagination .pagination-item .pagination-link:hover {
      border: 1px solid #f7aa47;
      color: #f7aa47; }

/*  Block header
-----------------------------------------*/
/* line 889, _scaffolding.scss */
.block-header {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 9px;
  padding-top: 9px;
  margin-bottom: 10px; }
  /* line 897, _scaffolding.scss */
  .block-header.is-small h2 {
    font-size: 1.4em; }
  /* line 902, _scaffolding.scss */
  .block-header a {
    color: #434242;
    text-decoration: none; }
    /* line 322, mixins.scss */
    .block-header a:hover {
      color: #f7aa47;
      text-decoration: none; }

/*  Tabs
-----------------------------------------*/
/* line 909, _scaffolding.scss */
.tabs-menu {
  list-style: none;
  margin: 0;
  padding: 0; }
  /* line 913, _scaffolding.scss */
  .tabs-menu .tabs-item {
    display: inline; }
    /* line 916, _scaffolding.scss */
    .tabs-menu .tabs-item.active .tab-link {
      color: #f7aa47; }

@media screen and (max-width: 480px) {
  /* line 924, _scaffolding.scss */
  .tabs-menu {
    margin: 0;
    white-space: normal; }
    /* line 928, _scaffolding.scss */
    .tabs-menu .tabs-item {
      display: block;
      margin: 0 0 10px 0;
      text-align: center;
      width: 100%; }
      /* line 934, _scaffolding.scss */
      .tabs-menu .tabs-item + .tabs-item {
        padding-top: 10px;
        border-top: 1px solid #eeeeee; } }
/* line 944, _scaffolding.scss */
.tabs-list .tab-block {
  display: none; }
  /* line 947, _scaffolding.scss */
  .tabs-list .tab-block.active {
    display: block; }

/*  Labels list
-----------------------------------------*/
/* line 955, _scaffolding.scss */
.labels-list {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1000; }
  /* line 960, _scaffolding.scss */
  .labels-list .label {
    background: #5cb85c;
    display: inline-block;
    color: #fff;
    font-size: 1em;
    margin-left: 5px;
    margin-bottom: 5px;
    padding: 3px;
    text-align: center;
    min-width: 40px;
    text-transform: lowercase; }
  /* line 973, _scaffolding.scss */
  .labels-list .label-sale {
    background: #5bc0de; }
  /* line 977, _scaffolding.scss */
  .labels-list .label-new {
    background: #5cb85c; }
  /* line 981, _scaffolding.scss */
  .labels-list .label-discount {
    background: #dd3f46; }
  /* line 985, _scaffolding.scss */
  .labels-list .label-hot {
    background: #f0ad4e; }
  /* line 989, _scaffolding.scss */
  .labels-list .label-no-available {
    background: #dd3f46; }
  /* line 993, _scaffolding.scss */
  .labels-list .label-info {
    background: #5bc0de; }

/*  Breadcrumb
-----------------------------------------*/
/* line 1002, _scaffolding.scss */
.breadcrumb-wrapper {
  margin-bottom: 20px;
  margin-top: 20px; }

/* line 1007, _scaffolding.scss */
.breadcrumb {
  list-style: none;
  margin: 0;
  padding: 0;
  height: auto;
  padding-left: 0; }
  /* line 260, mixins.scss */
  .breadcrumb > .breadcrumb-item {
    display: inline-block;
    position: relative; }
  /* line 1014, _scaffolding.scss */
  .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
    font-family: "Ionicons";
    padding-right: .4rem;
    padding-left: .4rem;
    position: relative;
    bottom: -1px;
    content: "\f3d3"; }
  /* line 1024, _scaffolding.scss */
  .breadcrumb .breadcrumb-link {
    color: #f7aa47;
    font-weight: 300;
    font-size: .9em;
    text-decoration: none; }
  /* line 1030, _scaffolding.scss */
  .breadcrumb .current-page {
    color: #434242; }

/*  Star rating
-----------------------------------------*/
/* line 368, mixins.scss */
.star-rating-wrapper:after {
  content: "";
  display: table;
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  width: 100%; }

/* line 1041, _scaffolding.scss */
.star-rating {
  float: left; }
  /* line 368, mixins.scss */
  .star-rating:after {
    content: "";
    display: table;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 100%; }
  /* line 1046, _scaffolding.scss */
  .star-rating .star-radio {
    display: none; }
    /* line 1052, _scaffolding.scss */
    .star-rating .star-radio:hover ~ .star-label:after, .star-rating .star-radio:checked ~ .star-label:after {
      content: ""; }
    /* line 1057, _scaffolding.scss */
    .star-rating .star-radio:hover ~ .star-label:after {
      color: gold !important; }
    /* line 1060, _scaffolding.scss */
    .star-rating .star-radio:checked ~ .star-label:after {
      color: darkred; }
  /* line 1065, _scaffolding.scss */
  .star-rating .star-label {
    cursor: pointer;
    float: right;
    font-size: 40px; }
    /* line 1070, _scaffolding.scss */
    .star-rating .star-label:after {
      color: goldenrod;
      content: "";
      display: inline-block;
      font-family: "Ionicons"; }
    /* line 1077, _scaffolding.scss */
    .star-rating .star-label:hover:after {
      color: gold; }
    /* line 1083, _scaffolding.scss */
    .star-rating .star-label.active ~ .star-label:after, .star-rating .star-label.active:after {
      content: ""; }
  /* line 1090, _scaffolding.scss */
  .star-rating .star-item {
    color: goldenrod;
    float: right;
    overflow: hidden; }
    /* line 1095, _scaffolding.scss */
    .star-rating .star-item:after {
      content: "";
      display: inline-block;
      font-family: "Ionicons"; }
    /* line 1103, _scaffolding.scss */
    .star-rating .star-item.active:after {
      color: darkred;
      content: ""; }
    /* line 1108, _scaffolding.scss */
    .star-rating .star-item.active ~ .star-item:after {
      color: darkred;
      content: ""; }

/*  Feedback page
-----------------------------------------*/
/* line 1118, _scaffolding.scss */
#feedback_form,
#feedback_form * {
  text-align: left !important; }

/* line 1125, _scaffolding.scss */
#feedback_form table {
  padding: 0 !important;
  max-width: 100% !important;
  width: 100% !important; }

/*============================================
  COLLAPSE
============================================*/
/* line 1139, _scaffolding.scss */
.collapse.is-opened > .collapse-block {
  opacity: 1;
  max-height: 3000px; }

/* Collapse block
--------------------------------------------*/
/* line 1148, _scaffolding.scss */
.collapse-block {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: 0.2s ease opacity, 0.2s ease max-height; }

@media screen and (min-width: 769px) {
  /* line 1157, _scaffolding.scss */
  .collapse-block.on-mobile {
    opacity: 1;
    max-height: 1000px; } }
/* Collapse toggle
--------------------------------------------*/
/* line 1165, _scaffolding.scss */
.collapse-toggle {
  position: relative; }
  /* line 1170, _scaffolding.scss */
  .collapse-toggle.is-active .link-text {
    border: none; }
  /* line 1174, _scaffolding.scss */
  .collapse-toggle.is-active .collapse-icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  /* line 1181, _scaffolding.scss */
  .collapse-toggle .collapse-icon {
    transition: 0.2s ease transform;
    margin-left: 5px; }

/*=========================================
  SHOPPING CART
=========================================*/
/* line 4, _cart.scss */
.shopping-cart {
  margin-top: 30px;
  overflow: hidden; }

/*  Cart header
-----------------------------------------*/
/* line 11, _cart.scss */
.cart-header {
  color: #434242;
  font-size: .9em; }

/*  Cart item
-----------------------------------------*/
/* line 18, _cart.scss */
.cart-item {
  margin-bottom: 10px;
  overflow: hidden;
  position: relative; }
  /* line 23, _cart.scss */
  .cart-item + .cart-item {
    border-top: 1px solid #eeeeee;
    padding-top: 10px; }

/* line 29, _cart.scss */
.item-image-wrapper {
  position: relative; }

/* line 33, _cart.scss */
.item-image-inner {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 100%; }

/* line 40, _cart.scss */
.item-image-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  font-size: 0;
  text-align: center;
  text-decoration: none; }
  /* line 47, _cart.scss */
  .item-image-link:after {
    vertical-align: middle;
    content: '';
    display: inline-block;
    width: 0;
    height: 100%; }

/* line 56, _cart.scss */
.item-image {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle; }

@media screen and (max-width: 768px) {
  /* line 64, _cart.scss */
  .cart-item {
    padding-top: 10px;
    padding-left: 20%; }

  /* line 69, _cart.scss */
  .item-image-wrapper {
    position: absolute;
    left: 0;
    top: 10px;
    bottom: 0;
    width: 30%; }

  /* line 74, _cart.scss */
  .item-total.in-item {
    margin-bottom: 15px; } }
/*  Item title
-----------------------------------------*/
/* line 81, _cart.scss */
.item-title {
  font-size: 1.2em;
  font-weight: bold; }
  /* line 85, _cart.scss */
  .item-title a {
    color: #f7aa47;
    text-decoration: none; }

@media screen and (max-width: 480px) {
  /* line 93, _cart.scss */
  .item-caption {
    padding-right: 40px; } }
/*  Item price
-----------------------------------------*/
/* line 100, _cart.scss */
.item-price.in-item {
  font-size: 1.1em;
  font-weight: bold;
  white-space: nowrap; }

/* line 106, _cart.scss */
.item-old-price {
  font-size: .8em;
  font-weight: normal;
  text-decoration: line-through;
  color: #777777; }

/*  Item counter
-----------------------------------------*/
/*  Item summ
-----------------------------------------*/
/* line 121, _cart.scss */
.item-total.in-item {
  font-size: 1.2em;
  font-weight: 700;
  white-space: nowrap; }

/*  Item delete
-----------------------------------------*/
/* line 129, _cart.scss */
.item-remove {
  text-align: right; }

/* line 133, _cart.scss */
.button-remove {
  border-radius: 4px;
  padding: 7px 10px;
  height: 40px;
  width: 40px; }

@media screen and (max-width: 1200px) {
  /* line 142, _cart.scss */
  .cart-header {
    display: none; } }
@media screen and (max-width: 1024px) {
  /* line 149, _cart.scss */
  .item-image,
  .item-caption,
  .item-price,
  .item-counter,
  .item-summ,
  .item-delete {
    margin-bottom: 15px; }

  /* line 158, _cart.scss */
  .item-remove {
    position: absolute;
    top: 35px;
    right: 10px;
    max-width: 1000px; } }
@media screen and (max-width: 480px) {
  /* line 166, _cart.scss */
  .item-remove {
    position: absolute;
    top: 0;
    right: -10px; } }
/*  Cart list
-----------------------------------------*/
/* line 173, _cart.scss */
.cart-list {
  position: relative; }

/*  Cart info blocks
-----------------------------------------*/
/* line 179, _cart.scss */
.cart-results,
.cart-control {
  margin-bottom: 15px; }

/*  Cart header
-----------------------------------------*/
/* line 186, _cart.scss */
.cart-header {
  margin-bottom: -15px; }

/*  Cart footer
-----------------------------------------*/
/* line 192, _cart.scss */
.cart-footer {
  border-top: 1px solid #555555;
  padding-top: 50px;
  margin-top: 20px;
  padding-bottom: 40px; }

/*  Cart control
-----------------------------------------*/
/* line 203, _cart.scss */
.cart-control .button.button-buy {
  height: 40px;
  font-size: 1em;
  line-height: 16px;
  letter-spacing: .1em;
  padding: 22px 25px;
  text-transform: uppercase; }

/* line 214, _cart.scss */
.cart-control .button.button-buy,
.cart-control .button.button-fast-order {
  padding: 0 10px;
  line-height: 41px;
  letter-spacing: 0; }

/*  Cart results
-----------------------------------------*/
/* line 227, _cart.scss */
.summ-caption {
  font-size: 1em;
  font-weight: 300;
  line-height: 20px;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%; }

/* line 236, _cart.scss */
.total-weight {
  color: #3e3e3e;
  font-size: 1em;
  font-weight: 400;
  line-height: 27px; }

/* line 243, _cart.scss */
.total-summ {
  line-height: 21px;
  margin-bottom: 10px; }
  /* line 247, _cart.scss */
  .total-summ .summ-caption {
    font-size: 1.2em;
    font-weight: 400; }
  /* line 252, _cart.scss */
  .total-summ .summ-number,
  .total-summ .summ-currency {
    font-size: 1.4em;
    font-weight: 700; }

/*  Discount caption
-----------------------------------------*/
/* line 261, _cart.scss */
.discount-caption {
  color: #434242;
  font-size: 1.2em; }

/* line 266, _cart.scss */
.discount-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

/* line 273, _cart.scss */
.discount-form {
  margin-right: 20px;
  position: relative;
  padding-right: 40px; }

/*  Discount input
-----------------------------------------*/
/* line 281, _cart.scss */
.discount-input {
  width: 100%;
  height: 40px;
  border: 1px solid #999;
  padding-left: 10px;
  padding-right: 10px; }

/* line 289, _cart.scss */
.discount-button {
  background: #eeeeee;
  border: 1px solid #999;
  border-left: 0;
  color: #000;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0; }

@media screen and (max-width: 480px) {
  /* line 301, _cart.scss */
  .discount-form {
    margin-bottom: 20px; }

  /* line 305, _cart.scss */
  .discount-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px; } }
/* line 314, _cart.scss */
.extra_fields_el {
  display: flex;
  align-items: flex-start; }

/* line 318, _cart.scss */
.extra_fields_el td {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: baseline;
  flex: 1 1 50%; }
  /* line 325, _cart.scss */
  .extra_fields_el td:first-child:after {
    display: block;
    content: "";
    flex: 1 1 0px;
    border-bottom: 1px dashed #e1e2e5;
    margin: 0 5px; }

@media (max-width: 480px) {
  /* line 337, _cart.scss */
  .extra_fields_el td:first-child:after {
    display: none; }

  /* line 342, _cart.scss */
  .extra_fields_el td {
    border-bottom: 1px dashed #e1e2e5; } }

/* line 1, custom.scss */
.bord {
  border-radius: 5px; }

/* line 5, custom.scss */
.option-komplektaciya .is-span.option-value:before {
  content: "Цена:"; }

/* HEADER */
/* line 11, custom.scss */
.main-header {
  margin-bottom: 0;
  background-color: #fff; }

/* line 16, custom.scss */
.header-slogan-block {
  border-right: 1px solid #feebd4; }

/* line 20, custom.scss */
.header-slogan {
  color: #f9a946;
  font-weight: bold;
  font-size: 20px;
  line-height: 1; }

/* line 27, custom.scss */
.slogan_note {
  margin-top: 5px;
  font-weight: normal;
  font-size: 20px;
  text-align: center; }

/* line 34, custom.scss */
.phone-icon {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 37px;
  height: 31px;
  background-color: #f9a94696;
  background-image: url(https://static.insales-cdn.com/assets/1/4061/1773533/1663406857/phone.png);
  background-position: center;
  background-size: 59%;
  background-repeat: no-repeat; }

/* line 48, custom.scss */
.linear-icon {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 37px;
  height: 31px;
  background-color: #f9a94696;
  background-image: url(https://static.insales-cdn.com/assets/1/4061/1773533/1663406857/linear.png);
  background-position: center;
  background-size: 59%;
  background-repeat: no-repeat; }

/* line 62, custom.scss */
.favorite_icon {
  display: inline-block;
  margin-right: 7px;
  margin-bottom: -12px;
  width: 37px;
  height: 31px;
  background-image: url(https://static.insales-cdn.com/assets/1/4061/1773533/1663406857/favorite.png);
  background-position: center;
  background-size: 90%;
  background-repeat: no-repeat; }

/* line 74, custom.scss */
.compare_icon {
  display: inline-block;
  margin-right: 7px;
  margin-bottom: -7px;
  width: 37px;
  height: 31px;
  background-image: url(https://static.insales-cdn.com/assets/1/4061/1773533/1663406857/compare.png);
  background-position: center;
  background-size: 90%;
  background-repeat: no-repeat; }

/* Callback */
/* line 87, custom.scss */
.main-header-callback .button,
.footer-buttons .button, .js-zamer-open, .page-list .main-header-callback-c {
  position: relative;
  padding: 0;
  padding-left: 26px;
  width: 170px;
  border: 1px solid #f7a949;
  background-color: #f9a9463b;
  color: #434242;
  font-weight: bold;
  line-height: 30px; }

/* line 100, custom.scss */
.page-list .main-header-callback-c span {
  font-size: 12px !important; }

/* line 103, custom.scss */
.main-header-callback .button:hover, .js-zamer-open:hover, .page-list .main-header-callback-c:hover {
  background-color: #fbc480;
  color: #000 !important; }

/* line 108, custom.scss */
.main-header-callback .button .button-text,
.footer-buttons .button .button-text {
  font-size: 12px; }

/* line 113, custom.scss */
.main-header-callback .button .fa,
.footer-buttons .button .fa {
  font-weight: bold; }

/* line 118, custom.scss */
.main-header-callback .main-header-callback-c, .page-list .main-header-callback-c {
  background-color: #fff; }

/* line 121, custom.scss */
.js-zamer-open span {
  font-size: 12px !important;
  color: black; }

/* line 125, custom.scss */
.js-zamer-open-on_page {
  width: 200px; }

/* line 128, custom.scss */
.js-zamer-open-on_page .linear-icon {
  width: 42px;
  height: 36px; }

/* line 132, custom.scss */
.js-zamer-open-on_page span {
  padding: 3px; }

/* line 135, custom.scss */
.js-zamer-open-on_page span.button-text {
  padding-left: 13px;
  font-size: 14px !important; }

/* line 139, custom.scss */
.js-zamer-open-on_product_page {
  width: unset;
  /* color: white; */ }

/* line 143, custom.scss */
.js-zamer-open-on_product_page span {
  color: white; }

/* Contacts */
/* line 149, custom.scss */
.main-header-contacts {
  font-size: 14px; }

/* line 153, custom.scss */
.main-header-phone a {
  color: #434242;
  text-decoration: none;
  font-weight: bold;
  font-size: 19px; }

/* line 160, custom.scss */
.main-header-email {
  margin-top: .5rem;
  text-align: center; }

/* line 165, custom.scss */
.main-header-email a {
  color: #434242;
  text-decoration: none;
  font-size: 14px;
  text-decoration: none;
  border-bottom: #434242 1px dotted;
  display: inline-block;
  position: relative;
  left: -2px; }

/* line 176, custom.scss */
.main-header-time span {
  display: inline-block;
  margin: .5rem 0 0 1.1rem; }

/* Favorites */
/* line 183, custom.scss */
.main-header-menu-link {
  color: #434242;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
  line-height: 1; }

/* line 191, custom.scss */
.main-header-menu-link:hover {
  text-decoration: underline; }

/* line 195, custom.scss */
.main-header-menu-link-count {
  font-weight: bold; }

/* line 199, custom.scss */
.main-header-menu-link .fa {
  margin-right: 10px;
  color: #f7aa47;
  vertical-align: middle;
  font-size: 20px;
  line-height: inherit; }

/* line 207, custom.scss */
.main-header-menu-fav {
  margin-bottom: 15px; }

/* line 211, custom.scss */
.main-header .main-header-menu-link > span {
  transition: transform .1s ease; }

/* line 215, custom.scss */
.main-header .main-header-menu-link:not(.main-header-cart):hover > span {
  transform: scale(1.2); }

/* Cart */
/* line 222, custom.scss */
.cart_block {
  display: flex;
  padding: 31px 11px;
  width: 193px;
  height: 111px;
  background: #434242; }

/* line 230, custom.scss */
a.main-header-cart {
  display: inline-block !important;
  text-align: left; }

/* line 235, custom.scss */
.cart_icon {
  display: inline-block;
  margin-bottom: -34px;
  width: 58px;
  height: 53px;
  background-image: url(https://static.insales-cdn.com/assets/1/4061/1773533/1663406857/cart.png);
  background-position: center;
  background-size: 90%;
  background-repeat: no-repeat; }

/* line 247, custom.scss */
.main-header-cart-text {
  display: inline-block;
  color: #ffffff;
  line-height: 19px; }

/* line 253, custom.scss */
.main-header-cart-text > span {
  float: left; }

/* line 257, custom.scss */
.main-header-cart-count {
  font-weight: bold; }

/* TOP MENU */
/* line 266, custom.scss */
.top-menu {
  position: relative;
  z-index: 55;
  height: 50px;
  background: #ffffffe3; }

/* line 275, custom.scss */
.top-menu-list {
  position: relative;
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0 1rem 0 .5rem;
  height: 50px;
  list-style: none;
  align-items: center;
  justify-content: space-between; }

/* line 288, custom.scss */
.top-menu-list > li {
  height: 50px;
  flex: 1 1 auto; }

/* line 294, custom.scss */
.top-menu li.has-submenu {
  position: relative; }

/* line 298, custom.scss */
.top-menu-list .home {
  flex: 0 0 auto; }

/* line 302, custom.scss */
.top-menu li.home a {
  margin-right: .5rem;
  color: #f7aa47;
  font-size: 20px; }

/* line 308, custom.scss */
.top-menu-list > li > a {
  display: block;
  height: 50px;
  color: #434242;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 50px; }

/* line 319, custom.scss */
.top-menu-list > li > a:hover {
  background-color: #fbc480;
  color: #434242; }

/* TOP SUBMENU */
/* line 328, custom.scss */
.top-menu-list li:hover .top-sub-menu {
  display: block; }

/* line 332, custom.scss */
.top-sub-menu {
  position: absolute;
  left: 0px;
  z-index: 9;
  display: none;
  width: 200%; }

/* line 340, custom.scss */
.top-sub-menu ul {
  z-index: 999;
  margin: 0;
  list-style: none; }

/* line 346, custom.scss */
.top-sub-menu ul {
  padding: 0; }

/* line 350, custom.scss */
.top-sub-menu ul li {
  display: block;
  margin: 0;
  flex: none; }

/* line 357, custom.scss */
.top-sub-menu ul li a {
  display: block;
  margin: 0;
  padding: 13px 20px;
  text-align: left;
  text-decoration: none;
  font-size: 13px;
  line-height: 14px; }

/* TOP MENU COLLECTION */
/* line 372, custom.scss */
.top-menu li.has-collection .top-menu-collections {
  display: none; }

/* line 376, custom.scss */
.top-menu li.has-collection:hover .top-menu-collections {
  position: absolute;
  top: 48px;
  left: -.6rem;
  z-index: 999;
  display: block;
  min-width: 1375px; }

/* line 385, custom.scss */
.top-menu li.has-collection .top-menu-collections > ul {
  position: relative;
  display: inline-block;
  margin: 2px 0 0;
  padding: 1rem 0 1rem 0;
  background-color: #ffffffe3;
  list-style: none; }

/* line 395, custom.scss */
.top-menu li.has-collection .top-menu-collections > ul > li > a {
  display: block;
  padding: 14px 20px;
  text-align: left;
  font-size: 14px !important; }

/* line 403, custom.scss */
.top-menu li.has-collection .top-menu-collections > ul > li.active > a {
  background-color: #fbc480;
  color: #434242; }

/* line 409, custom.scss */
.top-menu li.has-collection .top-menu-collections > ul > li:hover > a {
  background-color: #fbc480;
  color: #434242; }

/* SUB LEVEL COLLECTION */
/* line 417, custom.scss */
.top-menu li.has-collection .top-menu-collections > ul > li > ul {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 999;
  display: none;
  overflow: hidden;
  margin: 0 -3% 0 0;
  padding: 15px 0 20px 25px;
  min-width: 870px;
  width: 90%;
  /*    height: calc(100% - 50px) !important;*/
  height: 100% !important;
  background-color: #262626;
  list-style: none;
  align-content: flex-start;
  flex-flow: column wrap; }

/* line 437, custom.scss */
.top-menu li.has-collection .top-menu-collections > ul > li > ul > li {
  padding-right: 3%;
  width: 25%;
  margin-bottom: 0; }

/* line 444, custom.scss */
.top-menu li.has-collection .top-menu-collections a {
  text-decoration: none; }

/* line 448, custom.scss */
.top-menu li.has-collection .top-menu-collections > ul > li > ul > li > a {
  display: block;
  border-bottom: 1px solid #645F5F;
  color: #fff;
  text-align: left;
  font-weight: 300;
  font-size: 14px;
  height: 40px;
  overflow: hidden;
  position: relative; }

/* line 463, custom.scss */
.top-menu li.has-collection .top-menu-collections > ul > li > ul > li > a > span {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

/* line 470, custom.scss */
.top-menu li.has-collection .top-menu-collections > ul > li > ul > li > a:hover {
  border-color: #f7aa47;
  color: #f7aa47; }

/* line 476, custom.scss */
.top-menu li.has-collection .top-menu-collections > ul > li.active > ul {
  display: flex; }

/* line 480, custom.scss */
.top-menu li.has-collection .top-menu-collections > ul > li:hover > ul {
  display: flex; }

/* line 484, custom.scss */
.top-menu ul.sub3 {
  margin: .5rem 0 1rem 0;
  padding: 0; }

/* line 489, custom.scss */
.top-menu ul.sub3 li a {
  font-size: 14px;
  color: #fff; }

/* line 494, custom.scss */
.top-menu ul.sub4 {
  margin: .5rem 0 1rem 0;
  padding: 0; }

/* line 499, custom.scss */
.top-menu ul.sub4 li a {
  font-size: 13px;
  color: #fff; }

/* line 505, custom.scss */
.top-menu-options {
  margin-top: 0 !important;
  border-top: 1px solid #fff;
  padding-top: 1rem; }

/* TOP SEARCH WIDGET */
/* line 514, custom.scss */
.search-w {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch; }

/* line 521, custom.scss */
.search-w .search-widget__form {
  position: relative;
  width: 100%; }

/* line 526, custom.scss */
.search-w .search-widget__field::placeholder {
  font-size: 14px; }

/* line 530, custom.scss */
.search-w .search-widget__field {
  box-sizing: border-box;
  padding-right: 3rem;
  padding-left: 1rem;
  min-width: 100px;
  width: 100%;
  height: 34px;
  border: 1px solid #f9a946;
  background: #feebd4;
  color: #434242;
  font-size: 16px;
  flex: 1 0 100px; }

@media screen and (max-width: 1023px) {
  /* line 547, custom.scss */
  .search-w .search-widget__field {
    display: none; } }
/* line 552, custom.scss */
.search-w .search-widget__button {
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  padding: .5rem 1rem;
  background: #f9a946;
  color: #ffffff;
  font-size: 1rem;
  -webkit-transition: ease-out 0.1s;
  -moz-transition: ease-out 0.1s;
  -o-transition: ease-out 0.1s;
  transition: ease-out 0.1s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  flex: 0 0 auto; }

/* line 571, custom.scss */
.search-w .search-widget__button:hover {
  background: #434242; }

/* ГЛАВНЫЙ СЛАЙДЕР НА ГЛАВНОЙ */
/* line 578, custom.scss */
.main-banner {
  /* height: 728px;*/
  position: relative;
  padding-top: 55px; }

/* line 584, custom.scss */
.slide-info {
  position: absolute;
  top: 106px;
  left: 70px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 42px 28px 40px;
  max-width: 430px;
  background-color: rgba(55, 55, 55, 0.75);
  color: #fff;
  opacity: 1;
  transition: .3s ease; }

/* line 599, custom.scss */
.slide-info__cat {
  color: #f7aa47;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px; }

/* line 606, custom.scss */
.slide-info__h {
  padding-bottom: 22px;
  font-weight: 700;
  font-size: 28px; }

/* line 612, custom.scss */
.slide-info__text {
  margin-top: 0px;
  margin-bottom: 42px;
  color: #fff;
  font-size: 16px !important;
  line-height: 22px; }

/* line 620, custom.scss */
.slide-info__text p {
  margin-top: 0;
  margin-bottom: 18px;
  color: #fff;
  font-size: 16px !important; }

/* line 627, custom.scss */
.slide-info__text .lg {
  color: #f7aa47;
  font-weight: 700;
  font-size: 26px;
  line-height: 22px; }

/* line 634, custom.scss */
.slide-info__btn {
  display: block;
  padding: 10px;
  width: 100%;
  border: 2px solid #f7aa47;
  background-color: #f7aa47;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  line-height: normal;
  transition: .3s ease; }

/* line 648, custom.scss */
.slide-info__btn:hover {
  background-color: transparent;
  text-decoration: none; }

/* line 653, custom.scss */
.slide-info--hidden {
  opacity: 0; }

/* line 657, custom.scss */
.slide-info * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 664, custom.scss */
.block-title--underscore::after {
  /*    position: absolute;*/
  bottom: 0;
  left: 0;
  display: block;
  margin-top: .5rem;
  width: 30px;
  height: 3px;
  background-color: #f7aa47;
  content: ""; }

/* line 678, custom.scss */
.main-banner-bottom {
  position: absolute;
  bottom: 0;
  padding: 20px 0;
  width: 100%;
  background: rgba(67, 66, 66, 0.76);
  color: #fff; }

/* line 687, custom.scss */
.main-banner-bottom .container {
  padding: 0; }

/* line 691, custom.scss */
.main-banner-bottom__text {
  float: left;
  padding-left: 10px;
  max-width: 720px;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px; }

/* line 700, custom.scss */
.main-banner-bottom__text .lg {
  color: #f9a948;
  vertical-align: sub;
  font-size: 26px;
  display: block !important; }

/* line 707, custom.scss */
.main-banner-bottom__btns {
  float: right;
  margin: 15px 0px; }

/* line 712, custom.scss */
.main-banner-bottom__btn {
  display: block;
  float: left;
  margin: 0 10px;
  padding: 10px;
  width: 220px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  line-height: normal;
  transition: .3s ease; }

/* line 728, custom.scss */
.main-banner-bottom__btn--accent {
  border: 2px solid #f7aa47;
  color: #f7aa47; }

/* line 733, custom.scss */
.main-banner-bottom__btn:hover {
  /*  background-color: #f7aa47;*/
  color: #434242;
  text-decoration: none; }

/* line 739, custom.scss */
.main-banner-bottom__btn--white {
  border: 2px solid #fff;
  color: #ffffff; }

/* line 744, custom.scss */
.main-banner-bottom__btn--white:hover {
  /*  background-color: #ffffff;*/
  color: #434242;
  text-decoration: none; }

/* line 751, custom.scss */
.blick {
  position: relative;
  overflow: hidden; }

/* line 756, custom.scss */
.blick:after {
  position: absolute;
  top: 0;
  left: -60%;
  z-index: 2;
  display: block;
  content: '';
  width: 15%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  -webkit-animation: test infinite 5s;
  animation: test infinite 5s; }

/* line 774, custom.scss */
.blick.run:after {
  transition: all 2s;
  left: 150%; }

/* line 779, custom.scss */
.one-click {
  margin-top: 20px; }

/* line 783, custom.scss */
.one-click button {
  text-transform: uppercase;
  display: block !important;
  flex: none;
  width: 100%; }

/* line 790, custom.scss */
.one-click button .icon {
  margin-right: 5px; }

/* line 795, custom.scss */
.main-banner-bottom__text .lg {
  display: inline-block; }

@media screen and (max-width: 768px) {
  /* line 802, custom.scss */
  .camera_caption_block {
    position: static;
    width: 250px;
    left: 0;
    transform: none;
    margin: 100px auto 0; }

  /* line 811, custom.scss */
  .camera_caption {
    width: 100%; }

  /* line 815, custom.scss */
  .slide-info__h {
    font-size: 16px; }

  /* line 819, custom.scss */
  .camera_caption a {
    padding: 8px 14px;
    font-size: 12px; } }
@media screen and (max-width: 768px) {
  /* line 828, custom.scss */
  .main-banner-bottom__text .lg {
    font-size: 14px;
    line-height: 20px; }

  /* line 833, custom.scss */
  .main-banner-bottom {
    padding: 20px 0 5px; }

  /* line 837, custom.scss */
  .main-banner-bottom__text .lg + span {
    font-size: 13px;
    line-height: 20px;
    display: inline-block;
    margin-top: .5rem; }

  /* line 844, custom.scss */
  .main-banner-bottom__btn {
    display: inline-block;
    width: auto;
    font-size: 10px; } }
@media screen and (max-width: 768px) {
  /* line 853, custom.scss */
  .page-section-title {
    text-align: center;
    font-weight: bold;
    font-size: 1.4em; }

  /* line 859, custom.scss */
  .page-section-title::after {
    display: none !important; } }
/* САБКОЛЛЕКЦИИ НА ГЛАВНОЙ */
/* line 868, custom.scss */
.collection-main-cell {
  margin-bottom: 1rem; }

/* line 872, custom.scss */
.collection-main-cell a {
  position: relative;
  display: block;
  overflow: hidden;
  background-position: center;
  background-size: cover; }

/* line 880, custom.scss */
.collection-main-cell a img {
  display: block;
  max-height: 265px;
  margin: 0 auto; }

/* line 887, custom.scss */
.collection-main-title {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  display: block;
  padding: 30px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  transition: .3s ease .3s; }

@media screen and (max-width: 420px) {
  /* line 901, custom.scss */
  .collection-main-title {
    padding: 15px;
    font-size: 14px; } }
/* line 907, custom.scss */
.collection-main-cell a:hover .block-item__overlay {
  left: 0; }

/* line 911, custom.scss */
.collection-main-cell a:hover .collection-main-title {
  opacity: 0;
  transition: .0s; }

/* line 917, custom.scss */
.block-item__overlay-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%; }

/* line 926, custom.scss */
.block-item__overlay {
  position: absolute;
  top: 0;
  left: -100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 22px 25px 25px 25px;
  width: 100%;
  height: 100%;
  background-color: rgba(249, 169, 70, 0.75);
  color: #fff;
  transition: .4s ease; }

/* line 941, custom.scss */
.overlay-title {
  display: block;
  margin: 0 0 10px 0;
  font-weight: bold; }

/* line 947, custom.scss */
.overlay-text {
  display: block;
  width: 100%;
  letter-spacing: 0.2px;
  font-size: 14px;
  line-height: 1.57; }

/* line 955, custom.scss */
.overlay-link {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: block;
  padding-bottom: inherit;
  padding-left: inherit;
  font-weight: 700;
  font-size: 12px; }

/* line 968, custom.scss */
.overlay-link__icon {
  margin-left: 6px;
  font-weight: 800;
  font-size: 20px;
  transition: .3s ease; }

/* line 975, custom.scss */
.collection-main-button {
  text-align: center; }

/* line 979, custom.scss */
.button-transform .button-text {
  text-transform: uppercase;
  font-size: 14px; }

/* БЛОК "ОТ ПРОИЗВОДИТЕЛЯ" НА ГЛАВНОЙ */
/* line 988, custom.scss */
.main-proizvoditel {
  display: flex;
  width: 100%;
  flex-flow: wrap;
  /*background-image: url(https://static.insales-cdn.com/assets/1/4061/1773533/1663406857/ben-bg.jpg);*/ }

/* line 997, custom.scss */
.hidden {
  display: none; }

/* line 1002, custom.scss */
.main-proizvoditel-img {
  display: block;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  /*
   width: 100%;
  height: auto;
*/ }

@media screen and (min-width: 1025px) {
  /* line 1015, custom.scss */
  .main-proizvoditel > .container {
    position: absolute;
    z-index: 9;
    margin-top: 50px;
    left: 0;
    right: 0; } }
@media screen and (max-width: 1024px) {
  /* line 1027, custom.scss */
  .main-proizvoditel-img {
    display: none; }

  /* line 1030, custom.scss */
  .camera_fakehover .camera_caption_block {
    top: 100px; }

  /* line 1034, custom.scss */
  .collection-main .collection-main-cell {
    flex-basis: 100% !important; } }
/* line 1040, custom.scss */
.main-proizvoditel-cell {
  flex: 0 0 50%; }

/* line 1045, custom.scss */
.main-proizvoditel-text-content {
  position: relative;
  display: flex;
  min-height: 100%;
  height: 100%; }

/* line 1052, custom.scss */
.main-proizvoditel-text-content > div {
  padding-right: 40px;
  padding-left: 40px;
  line-height: 1.6; }

/* line 1058, custom.scss */
.main-proizvoditel-text .page-section-title {
  line-height: 1; }

/* line 1062, custom.scss */
.main-proizvoditel-text .page-section-title::after {
  display: block;
  margin-top: 1rem;
  width: 30px;
  height: 3px;
  background-color: #f7aa47;
  content: " "; }

@media screen and (max-width: 768px) {
  /* line 1072, custom.scss */
  .main-proizvoditel {
    background-color: #fff;
    width: auto; }

  /* line 1077, custom.scss */
  .main-proizvoditel-cell {
    width: 100%;
    flex: 0 0 100%; }

  /* line 1083, custom.scss */
  .main-proizvoditel-text-content > div {
    padding: 1rem 0 0; }

  /* line 1087, custom.scss */
  .main-proizvoditel-text-content {
    text-align: center; }

  /* line 1091, custom.scss */
  .main-proizvoditel-text-content {
    justify-content: center; }

  /* line 1095, custom.scss */
  .main-proizvoditel-text-content .benefit_image {
    margin-bottom: 10px;
    display: inline-block; } }
/* БЛОК "ПРЕИМУЩЕСТВА" НА ГЛАВНОЙ  */
/* line 1105, custom.scss */
.index-benefits {
  margin-top: 2rem; }

/* line 1109, custom.scss */
.index-benefits-cell {
  position: relative;
  padding-left: 65px; }

/* line 1114, custom.scss */
.index-benefits-cell img {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px; }

/* line 1122, custom.scss */
.index-benefits-title {
  font-weight: bold; }

@media screen and (min-width: 769px) {
  /* line 1127, custom.scss */
  .index-benefits-title {
    width: 80%; } }
/* line 1133, custom.scss */
.index-benefits-desc {
  margin-top: 1rem; }

@media screen and (max-width: 768px) {
  /* line 1139, custom.scss */
  .index-benefits-cell {
    margin-bottom: 2rem;
    padding-left: 0;
    text-align: center; }

  /* line 1145, custom.scss */
  .index-benefits-cell img {
    position: relative; }

  /* line 1149, custom.scss */
  .index-benefits-title {
    margin-top: .5rem; } }
/* КОЛЛЕКЦИИ ТОВАРОВ НА ГЛАВНОЙ В СЛАЙДЕРЕ */
/* line 1158, custom.scss */
.collection-sliders-menu {
  margin: 0 -10px; }

/* line 1162, custom.scss */
.collection-sliders-menu .menu-item {
  text-align: center; }

/* line 1166, custom.scss */
.collection-sliders-menu .menu-item a {
  display: block;
  padding: .7rem 0;
  border: 1px solid #f7aa47;
  color: #000;
  text-decoration: none; }

/* line 1174, custom.scss */
.collection-sliders-menu .menu-item a:hover {
  background-color: #f7aa47;
  color: #fff; }

/* line 1179, custom.scss */
.collection-sliders-menu .menu-item.active a {
  background-color: #f7aa47;
  color: #fff; }

/* line 1184, custom.scss */
.collection-sliders-tabs {
  padding: 1.5rem 0 0; }

@media screen and (max-width: 768px) {
  /* line 1189, custom.scss */
  .collection-sliders-menu .menu-item {
    margin-bottom: .5rem; } }
/* Допиливаем слайдер для кнопок вне контейнера */
/* line 1196, custom.scss */
.collection-swiper {
  position: relative; }

/* line 1200, custom.scss */
.collection-swiper .swiper-container {
  /*  height: 560px;*/
  position: relative;
  margin: -30px auto -60px;
  padding: 30px 20px 60px;
  width: 93%; }

@media screen and (min-width: 1220px) {
  /* line 1210, custom.scss */
  .collection-swiper .swiper-container {
    width: 100%; } }
/* Цвет кнопок, заменить последние 6 знаков в блоке: %23000000 */
/* line 1218, custom.scss */
.collection-swiper .swiper-button-prev {
  left: 0;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

@media screen and (min-width: 1220px) {
  /* line 1224, custom.scss */
  .collection-swiper .swiper-button-prev {
    left: -40px; } }
/* line 1229, custom.scss */
.collection-swiper .swiper-button-next {
  right: 0;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

@media screen and (min-width: 1220px) {
  /* line 1235, custom.scss */
  .collection-swiper .swiper-button-next {
    right: -40px; } }
/* КОНСТУЛЬТАЦИЯ НА ГЛАВНОЙ */
/* line 1243, custom.scss */
.index-callback {
  min-height: 398px;
  background-repeat: no-repeat !important;
  background-position: 0 0 !important; }

/* line 1250, custom.scss */
.index-callback > .container > .row {
  min-height: 398px; }

/* line 1254, custom.scss */
.js-advice-form {
  margin: 0 auto;
  max-width: 550px; }

/* line 1260, custom.scss */
.js-advice-form .form-row {
  margin: 0 0 15px; }

/* line 1264, custom.scss */
.js-advice-form .input-field {
  padding: 10px 12px;
  border: 1px solid #ccc; }

/* line 1269, custom.scss */
.js-advice-form .form-notes {
  font-size: 12px; }

/* line 1273, custom.scss */
.js-advice-form .button-primary {
  display: block;
  padding: 10px 12px;
  width: 100%; }

/* line 1279, custom.scss */
.js-advice-form .button-primary .button-text {
  display: block !important;
  width: 100%; }

/* line 1284, custom.scss */
.js-advice-form a {
  color: #f7aa47; }

@media screen and (max-width: 768px) {
  /* line 1291, custom.scss */
  .index-callback {
    padding-top: 20px;
    background: #EDF2F8 none;
    min-height: auto;
    padding-bottom: 10px; }

  /* line 1298, custom.scss */
  .index-callback > .container > .row {
    min-height: auto; } }
@media screen and (max-width: 480px) {
  /* line 1307, custom.scss */
  .page-section-title {
    font-size: 1.2em; }

  /* line 1311, custom.scss */
  .index-callback {
    padding-top: 0rem;
    padding-bottom: 1rem; }

  /* line 1316, custom.scss */
  .index-callback p {
    margin: .75rem 0; }

  /* line 1320, custom.scss */
  .js-advice-form .button-primary {
    margin-top: 1rem; } }
/* ФОН ПРОДУКТА - ИНТЕРЬЕР */
/* line 1330, custom.scss */
.product-background {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  height: 555px; }

/* line 1337, custom.scss */
.product-background .swiper-slide {
  background-position: center;
  background-size: cover; }

/* line 1342, custom.scss */
.product-background-thumbs-wrap {
  position: relative;
  top: -1px;
  background-color: #272424; }

/* line 1348, custom.scss */
.product-background-thumbs-wrap .swiper-button-disabled {
  opacity: 0 !important; }

/* line 1352, custom.scss */
.product-background-thumbs {
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 36px 0 35px;
  width: 88.5%;
  height: auto; }

/* line 1361, custom.scss */
.product-background-thumbs .swiper-wrapper {
  justify-content: center; }

/* line 1365, custom.scss */
.product-background-thumbs .swiper-slide {
  width: 25%;
  height: 90px;
  background-position: center;
  background-size: cover;
  opacity: 0.7;
  cursor: pointer;
  transition: opacity 0.4s; }

/* line 1375, custom.scss */
.product-background-thumbs .swiper-slide-thumb-active,
.product-background-thumbs .swiper-slide-thumb:hover {
  opacity: 1; }

/* line 1380, custom.scss */
#product-background-button-prev {
  left: 22px; }

/* line 1384, custom.scss */
#product-background-button-next {
  right: 22px; }

/* ДАННЫЕ ПРОДУКТА */
/* line 1395, custom.scss */
.product-inner {
  position: relative; }

/* line 1399, custom.scss */
.product-data {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%; }

/* line 1408, custom.scss */
.product-data > .container > .row {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

/* line 1417, custom.scss */
.product-data-params {
  z-index: 50;
  overflow: hidden;
  margin-top: 15px;
  padding: 15px 20px;
  width: 340px;
  background: rgba(0, 0, 0, 0.62);
  color: #fff;
  font-size: 14px;
  line-height: 17px; }

/* line 1429, custom.scss */
.product-data-params .title {
  padding-bottom: 8px;
  border-bottom: 1px solid #F9B35E;
  font-size: 18px; }

/* line 1435, custom.scss */
.product-data-params .extra_fields {
  margin-top: 10px; }

/* line 1439, custom.scss */
.product-data-params .extra_fields_el {
  width: 100%;
  font-size: 12px; }

/* line 1444, custom.scss */
.product-data-params .extra_fields span {
  display: inline-block;
  float: left; }

/* line 1449, custom.scss */
.product-data-params .param,
.all_chars {
  color: #f9a946; }

/* line 1455, custom.scss */
.product-data-img {
  position: absolute;
  top: 15px;
  left: 50%;
  text-align: center;
  transform: translateX(-50%); }

/* line 1464, custom.scss */
.product-data-img a {
  position: relative;
  display: block; }

/* line 1470, custom.scss */
.product-data-img .product-image {
  display: block;
  max-height: 480px !important; }

@media screen and (max-width: 768px) {
  /* line 1477, custom.scss */
  .product-data-img a {
    width: 221px; } }
/* line 1483, custom.scss */
.product-data-img .product-zoom-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 4;
  display: inline-block;
  padding: 8px 18px;
  border: 1px solid #F7A949;
  background: #F7A949;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  opacity: 0;
  cursor: pointer;
  transition: 0.2s;
  transform: translate(-50%, -50%); }

/* line 1501, custom.scss */
.product-data-img .product-zoom-btn:hover {
  border: 1px solid #F7A949;
  background: #fff;
  color: #F7A949;
  text-decoration: none;
  transition: 0.2s; }

/* line 1510, custom.scss */
.product-data:hover .product-zoom-btn {
  opacity: 0.7;
  transition: 0.4s; }

/* line 1515, custom.scss */
.noOpc {
  opacity: 0 !important; }

/* line 1519, custom.scss */
.product-data-buy {
  position: relative;
  z-index: 50;
  margin-top: 15px;
  padding: 10px 10px;
  width: 300px;
  background: rgba(255, 255, 255, 0.8);
  color: #000;
  font-size: 14px; }

/* line 1531, custom.scss */
.product-data-buy .product_label {
  position: absolute;
  top: 5px;
  left: -101px;
  margin-top: -5px;
  margin-left: -5px; }

/* line 1539, custom.scss */
.product-data-buy .product_label .label {
  margin-bottom: 4px;
  padding: 0px;
  width: 69px;
  height: 26px;
  border-radius: 0px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  margin-left: auto; }

/* line 1554, custom.scss */
.product-data-buy .product_label .label.discount {
  background: #8C0034; }

/* line 1558, custom.scss */
.product-data-buy .product_label .label.hit {
  background: #B45F04;
  height: auto;
  font-size: 13px;
  line-height: 1;
  width: auto;
  padding: 5px;
  position: relative; }

/* line 1570, custom.scss */
.product-data-buy .product-introtext.on-page {
  margin-bottom: 0; }

/* line 1574, custom.scss */
.product-price-block .product-prices {
  float: left;
  width: 45%; }

/* line 1579, custom.scss */
.product-price-block .product-prices .price {
  margin-bottom: 2px;
  color: #F7A949;
  font-size: 20px; }

/* line 1585, custom.scss */
.product-price-block .product-prices .old-price {
  position: relative;
  right: -30px;
  color: #333333;
  text-align: right;
  font-weight: normal;
  font-style: italic;
  font-size: 14px; }

/* line 1595, custom.scss */
.product-price-block .product-price-text {
  float: left;
  width: 55%;
  font-size: 13px; }

/* line 1601, custom.scss */
.product-price-block .product-price-type {
  color: #F7A949;
  font-weight: bold; }

/* line 1606, custom.scss */
.product-data-buy .counter-wrapper,
.product-data-buy .buy {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

/* line 1612, custom.scss */
.product-data-buy .product-control .button-buy {
  display: block;
  width: 100%; }

/* line 1617, custom.scss */
.button-buy-product {
  background-color: #fff !important;
  border: 1px solid #f9a946;
  color: #f9a946; }

/* line 1623, custom.scss */
.button-buy-product::before {
  background: #f9a946 !important; }

/* line 1628, custom.scss */
.product-data-other {
  margin-top: 1.2rem;
  /*  padding: 22px 0px 0px 0px;*/
  width: 100%;
  /*  border-top: 1px solid #ccc;*/ }

/* line 1636, custom.scss */
.product-data-other .product-zamer {
  display: block !important;
  border: 1px solid;
  background-color: #f7a949;
  color: #ffffff;
  text-transform: uppercase; }

/* line 1644, custom.scss */
.product-data-other .product-zamer .button-text {
  font-size: 14px; }

/* line 1650, custom.scss */
.catalog-product_fav {
  cursor: pointer; }

/* line 1654, custom.scss */
.catalog-product_fav.is-added {
  background-image: url(https://static.insales-cdn.com/assets/1/4061/1773533/1663406857/favorite-added.png); }

/* line 1658, custom.scss */
.favorites-control {
  margin-top: -20px;
  margin-bottom: 10px; }

/* line 1663, custom.scss */
.favorites-link {
  display: inline-block;
  padding: 12px 0;
  height: 40px;
  border-color: black;
  color: #555555;
  text-decoration: none;
  white-space: nowrap;
  font-size: 1em; }

/* line 1674, custom.scss */
.favorites-link .link-text {
  border-bottom: 1px dashed #555555; }

/* line 1678, custom.scss */
.favorites-link.favorites-delete {
  padding: 12px 0;
  border: none;
  color: #dd3f46;
  text-decoration: none; }

/* line 1685, custom.scss */
.favorites-link.favorites-delete .link-text {
  border: 0; }

/* line 1689, custom.scss */
.js-favorite-empty {
  display: none; }

/* ВКЛАДКИ ПРОДУКТА */
/* line 1697, custom.scss */
.product-tabs-menu {
  display: flex;
  margin: 50px -10px 0;
  border: 0; }

/* line 1703, custom.scss */
.product-tabs-menu .menu-item {
  text-align: center; }

/* line 1707, custom.scss */
.product-tabs-menu > .tabs-item {
  margin-right: 0; }

/* line 1711, custom.scss */
.product-tabs-menu > .tabs-item > .tabs-link {
  display: block;
  padding: .8rem 0;
  border: 0;
  background-color: #666363;
  color: #fff;
  text-decoration: none;
  font-size: 14px; }

/* line 1721, custom.scss */
.product-tabs-menu > .tabs-item.active > .tabs-link,
.product-tabs-menu > .tabs-item:hover > .tabs-link,
.product-tabs-menu > .tabs-item > .tabs-link:hover {
  background-color: #F7A949;
  color: #fff;
  text-decoration: none; }

/* line 1730, custom.scss */
.product-tabs-list {
  padding: 1rem 0 0; }

/* line 1734, custom.scss */
.product-tabs-list .tab-block {
  padding: 30px 0; }

@media screen and (max-width: 768px) {
  /* line 1739, custom.scss */
  .product-tabs-menu .menu-item {
    margin-bottom: .5rem; }

  /* line 1743, custom.scss */
  .product .product-title h1 {
    line-height: 1;
    font-size: 24px; } }
/* line 1749, custom.scss */
#product-description {
  max-width: 959px; }

/* line 1753, custom.scss */
#product-tech {
  max-width: 602px; }

/* line 1758, custom.scss */
.product-data {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

/* line 1764, custom.scss */
.product-data-buy .product-caption {
  margin-bottom: 0; }

@media screen and (max-width: 480px) {
  /* line 1771, custom.scss */
  .product-order-variant .button-buy {
    display: block;
    width: 100%; } }
@media screen and (min-width: 1025px) {
  /* line 1780, custom.scss */
  .product-data {
    background-image: none !important; } }
@media screen and (max-width: 630px) {
  /* line 1788, custom.scss */
  .product-data > .container > .row {
    justify-content: center;
    position: relative; }

  /* line 1793, custom.scss */
  .product-data-img {
    max-width: 100%;
    flex-basis: 100%;
    text-align: center; }

  /* line 1799, custom.scss */
  .product-data-img a,
  .product-data-img a img {
    display: inline-block; }

  /* line 1804, custom.scss */
  .product-data .product-zoom-btn {
    opacity: 0.7; }

  /* line 1808, custom.scss */
  .product-data-buy-cell {
    justify-content: center;
    width: 100%; }

  /* line 1813, custom.scss */
  .product-data-buy,
  .product-data-params {
    width: 100%; }

  /* line 1818, custom.scss */
  .product-price-block .product-prices .old-price {
    right: 0;
    text-align: left; }

  /* line 1824, custom.scss */
  .product-data-params {
    background-color: #454544; }

  /* line 1828, custom.scss */
  .product-data-buy {
    position: static;
    margin-top: 28px; }

  /* line 1833, custom.scss */
  .product-data-buy .product_label {
    position: absolute;
    top: 15px;
    left: auto;
    right: 14px;
    margin-top: 0;
    margin-left: 0;
    z-index: 10; }

  /* line 1843, custom.scss */
  .product-data .compare-control {
    position: absolute;
    top: 170px;
    left: auto;
    right: 14px;
    display: block;
    padding: 0 !important;
    width: 69px;
    text-align: center;
    padding: 0 !important; }

  /* line 1855, custom.scss */
  .product-data .compare-control .compare-link {
    padding: 0 !important;
    width: 35px;
    height: 35px;
    background-size: contain;
    background-image: url(https://static.insales-cdn.com/assets/1/4061/1773533/1663406857/compare.png);
    background-repeat: no-repeat; }

  /* line 1864, custom.scss */
  .product-data .compare-control .compare-link.compare-delete {
    background-image: url(https://static.insales-cdn.com/assets/1/4061/1773533/1663406857/compare_added.png); }

  /* line 1870, custom.scss */
  .product-data .compare-control .link-text {
    display: none; }

  /* line 1874, custom.scss */
  .product-data .compare-control .compare-link i {
    display: none; }

  /* line 1878, custom.scss */
  .product-data .favorites-control {
    position: absolute;
    top: 215px;
    left: auto;
    right: 14px;
    display: block;
    padding: 0 !important;
    width: 69px;
    text-align: center;
    margin: 0; }

  /* line 1890, custom.scss */
  .product-data .favorites-control .link-text {
    display: none; }

  /* line 1894, custom.scss */
  .product-data .favorites-control .favorites-link {
    padding: 0 !important;
    width: 35px;
    height: 35px;
    background-size: contain;
    background-image: url(https://static.insales-cdn.com/assets/1/4061/1773533/1663406857/favorite.png);
    background-repeat: no-repeat; }

  /* line 1903, custom.scss */
  .product-data .favorites-control .favorites-link.favorites-delete {
    background-image: url(https://static.insales-cdn.com/assets/1/4061/1773533/1663406857/favorite-added.png); }

  /* line 1908, custom.scss */
  .product-data .favorites-control .favorites-link i {
    display: none; }

  /* line 1912, custom.scss */
  .product-tabs-menu {
    margin-top: 15px; }

  /* line 1917, custom.scss */
  .product-tabs-menu > .tabs-item > .tabs-link {
    padding: .5rem 0;
    font-size: 16px; } }
@media screen and (min-width: 631px) and (max-width: 1024px) {
  /* line 1928, custom.scss */
  .product-data {
    padding-bottom: 15px; }

  /* line 1933, custom.scss */
  .product-data > .container > .row {
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  /* line 1938, custom.scss */
  .product-data-params {
    width: 100%; } }
@media screen and (min-width: 631px) and (max-width: 768px) {
  /* line 1946, custom.scss */
  .product-data-params {
    margin-top: 30px; } }
@media screen and (max-width: 1024px) {
  /* line 1955, custom.scss */
  .product-background {
    display: none; }

  /* line 1961, custom.scss */
  .product-data-img {
    position: relative;
    top: 15px;
    left: 0;
    transform: none; }

  /* line 1968, custom.scss */
  .product-data {
    position: relative; }

  /* line 1974, custom.scss */
  .product-background-thumbs,
  .product-background-thumbs-wrap {
    display: none; }

  /* line 1981, custom.scss */
  .product-data-params-cell {
    width: 100%;
    order: 3; } }
/* Похожиме модели */
/* line 1994, custom.scss */
#product-related {
  padding-top: .7rem !important; }

/* line 1999, custom.scss */
.mt-20 {
  margin-top: 20px; }

/* line 2003, custom.scss */
.mt-30 {
  margin-top: 30px; }

/* line 2007, custom.scss */
.mt-40 {
  margin-top: 40px; }

/* line 2011, custom.scss */
.mt-50 {
  margin-top: 50px; }

/* line 2015, custom.scss */
.mt-70 {
  margin-top: 70px; }

/* line 2019, custom.scss */
.mt-100 {
  margin-top: 100px; }

/* line 2023, custom.scss */
.mt-80 {
  margin-top: 80px; }

/* Сравнение */
/* line 2030, custom.scss */
.catalog-product_compare {
  cursor: pointer; }

/* line 2034, custom.scss */
.catalog-product_compare.active {
  display: none; }

/* line 2038, custom.scss */
.catalog-product_compare.compare-delete {
  display: none; }

/* line 2042, custom.scss */
.catalog-product_compare.active + .catalog-product_compare.compare-delete {
  display: inline-block !important;
  background-image: url(https://static.insales-cdn.com/assets/1/4061/1773533/1663406857/compare_added.png); }

@media screen and (min-width: 1280px) {
  /* line 2050, custom.scss */
  .catalog-product_header {
    height: 66px; } }
/* Подсказки в фильтре */
/* line 2057, custom.scss */
.filters-image .option-value {
  position: relative; }

/* line 2061, custom.scss */
.filters-image .option-value img {
  border: 2px solid transparent; }

/* line 2065, custom.scss */
.filters-image .option-value .filters-image-title {
  position: absolute;
  bottom: -27px;
  left: 50%;
  z-index: 2;
  display: none;
  padding: 0 14px;
  height: 37px;
  border-radius: 3px;
  background-color: white;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  color: black;
  white-space: nowrap;
  font-weight: 300;
  font-size: 13px;
  line-height: 37px;
  opacity: 0;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

/* line 2089, custom.scss */
.filters-image .option-value .filters-image-title::before {
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 10px;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: white;
  content: " ";
  pointer-events: none; }

/* line 2104, custom.scss */
.filters-image .option-value:hover .filters-image-title {
  display: block;
  opacity: 100; }

/* line 2109, custom.scss */
.filters-image .option-value:hover img,
.filters-image .property-value-checked img,
.filters-image .option-value-checked img {
  border-color: #F7AA47; }

/* line 2117, custom.scss */
.js-favorite {
  position: relative;
  z-index: 1; }

/* Shutter Out Horizontal */
/* line 2125, custom.scss */
.hvr-shutter-out-horizontal {
  position: relative;
  display: inline-block;
  background: #F7AA47;
  box-shadow: 0 0 1px transparent;
  vertical-align: middle;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0); }

/* line 2139, custom.scss */
.hvr-shutter-out-horizontal:not(.product-zamer):before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: #000;
  content: "";
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%; }

/* line 2160, custom.scss */
.hvr-shutter-out-horizontal:hover,
.hvr-shutter-out-horizontal:focus,
.hvr-shutter-out-horizontal:active {
  background-color: #F7AA47;
  color: white; }

/* line 2167, custom.scss */
.hvr-shutter-out-horizontal:hover:before,
.hvr-shutter-out-horizontal:focus:before,
.hvr-shutter-out-horizontal:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

/* line 2174, custom.scss */
.hvr-shutter-out-horizontal-transparent {
  background: transparent; }

/* line 2178, custom.scss */
.hvr-shutter-out-horizontal-transparent:hover,
.hvr-shutter-out-horizontal-transparent :focus,
.hvr-shutter-out-horizontal-transparent :active {
  background: transparent; }

/* line 2184, custom.scss */
.hvr-shutter-out-horizontal-orange:before {
  background: #f7aa47 !important; }

/* line 2188, custom.scss */
.hvr-shutter-out-horizontal-white:before {
  background: #fff; }

/* line 2192, custom.scss */
.hvr-shutter-out-horizontal-white:hover {
  color: #f7aa47; }

/* КОРЗИНА */
/* line 2200, custom.scss */
.cart-header {
  margin-bottom: 0;
  background-color: #666363;
  padding: 10px 0;
  color: #fff;
  font-size: 16px; }

/* line 2208, custom.scss */
.cart-body {
  border-left-width: 1px;
  border-right-width: 1px;
  border-style: solid;
  border-color: #E1E1E1;
  border-bottom-width: 1px;
  border-bottom-color: #F7AA47; }

/* line 2219, custom.scss */
.cart-item {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 0; }

/* line 2225, custom.scss */
.cart-item + .cart-item {
  border-top: 1px solid #F7AA47;
  padding-top: 30px; }

/* line 2230, custom.scss */
.cart-list .cart-item:nth-child(odd) {
  background: #F9F6F6; }

/* line 2235, custom.scss */
.cart-item .item-remove {
  text-align: center;
  color: #DD3F46; }

/* line 2240, custom.scss */
.cart-item .item-remove i {
  color: #DD3F46; }

/* line 2244, custom.scss */
.cart-item .item-total.in-item,
.cart-item .item-price.in-item {
  font-weight: 400;
  font-size: 18px; }

/* line 2250, custom.scss */
.cart-item .item-counter .counter {
  top: -10px; }

/* line 2254, custom.scss */
.cart-item .item-title {
  line-height: 1;
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase; }

/* line 2261, custom.scss */
.cart-item .extra_fields {
  margin-top: 10px; }

/* line 2265, custom.scss */
.cart-item .extra_fields_el {
  width: 100%;
  font-size: 14px; }

/* line 2270, custom.scss */
.cart-item .extra_fields span {
  display: inline-block;
  float: left; }

/* line 2275, custom.scss */
.cart-item .extra_fields a {
  color: #F9B35E; }

/* line 2279, custom.scss */
.shopping-cart .cart-control {
  text-align: right;
  margin-bottom: 0; }

@media screen and (max-width: 480px) {
  /* line 2285, custom.scss */
  .shopping-cart .cart-control {
    text-align: center; }

  /* line 2289, custom.scss */
  .cart-control button {
    margin-bottom: .5rem; } }
@media screen and (max-width: 768px) {
  /* line 2296, custom.scss */
  .shopping-cart .item-image-inner {
    margin-top: 1.1rem; } }
/* line 2302, custom.scss */
.shopping-cart .cart-control .summ-caption {
  width: auto;
  margin-right: 50px;
  font-size: 24px; }

/* line 2308, custom.scss */
.cart-footer {
  margin-top: 0;
  padding-top: 35px;
  border-top-width: 0;
  border-left-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-style: solid;
  border-color: #E1E1E1;
  padding-bottom: 10px; }

/* line 2321, custom.scss */
#cart-clear {
  line-height: 1;
  font-size: 14px;
  text-transform: uppercase; }

/* line 2327, custom.scss */
#cart-clear i {
  color: #DD3F46; }

@media screen and (max-width: 593px) {
  /* line 2332, custom.scss */
  .cell-cart-clear {
    width: 100%;
    flex-basis: 100%;
    text-align: center; }

  /* line 2338, custom.scss */
  #cart-clear {
    margin-bottom: 1rem; }

  /* line 2342, custom.scss */
  .cell-cart-buttons {
    width: 100%;
    flex-basis: 100%;
    text-align: center; } }
/* ПОДВАЛ */
/* line 2352, custom.scss */
.footer {
  padding: 3.5rem 1rem 0; }

/* line 2356, custom.scss */
.footer-logo {
  margin-bottom: 1rem; }

/* line 2360, custom.scss */
.footer a:hover {
  color: #FFAF41; }

/* line 2364, custom.scss */
.footer-menu-block {
  margin-bottom: 1.5rem; }

/* line 2368, custom.scss */
.footer-menu-title {
  margin-bottom: .5rem;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px; }

/* line 2375, custom.scss */
.footer-menu-items-nav li {
  line-height: 1.2; }

/* line 2379, custom.scss */
.footer-menu-items-nav li a {
  text-decoration: none;
  font-size: 13px;
  line-height: 20px; }

/* line 2385, custom.scss */
.footer-contacts {
  max-width: 300px; }

/* line 2390, custom.scss */
.footer-contacts li {
  margin-top: 1rem;
  font-size: 13px;
  line-height: 20px; }

/* line 2396, custom.scss */
.footer-menu-item--icon {
  position: relative;
  padding-left: 25px; }

/* line 2401, custom.scss */
.footer-menu-item--icon .fa-lg {
  font-size: 18px; }

/* line 2405, custom.scss */
.footer-menu-item--icon .fa {
  position: absolute;
  top: 1px;
  left: 0; }

/* line 2411, custom.scss */
.footer-menu-item--phone > a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 22px; }

/* line 2419, custom.scss */
.footer-menu-item--email > a {
  text-decoration: none;
  font-weight: 700; }

/* line 2424, custom.scss */
.footer-menu-item--address p {
  margin: 0;
  padding: 0; }

/* line 2429, custom.scss */
.footer-buttons p {
  margin: 0 0 10px;
  padding: 0; }

/* line 2434, custom.scss */
.footer-buttons .button .button-text {
  color: #FFAF41; }

/* line 2438, custom.scss */
.footer-delivery {
  margin-top: 2rem;
  max-width: 195px;
  font-size: 13px; }

/* line 2444, custom.scss */
.footer-copy {
  margin: 25px -15px 0;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #E5E5E5;
  font-size: 12px; }

@media screen and (max-width: 768px) {
  /* line 2455, custom.scss */
  .footer-menu-block-left {
    text-align: center; }

  /* line 2459, custom.scss */
  .footer-contacts {
    display: inline-block;
    text-align: left; }

  /*
  .footer-menu-block-list {
    display: inline-block;
  }
*/
  /* line 2470, custom.scss */
  .footer-delivery {
    max-width: none; } }
@media screen and (max-width: 1024px) {
  /* line 2476, custom.scss */
  .footer-oferta {
    padding-top: .5rem;
    padding-bottom: .5rem; } }
/* line 2484, custom.scss */
.modal .checkbox-label {
  font-size: 14px; }

/* line 2488, custom.scss */
#callback-modal-ofer + label a,
#question-modal-ofer + label a {
  color: #f7aa47; }

/* line 2493, custom.scss */
.js-modal .checkbox-field:checked + .checkbox-label {
  color: #000; }

/* line 2497, custom.scss */
.mfp-close-btn-in .mfp-close {
  background-color: transparent;
  color: #f7aa47; }

/* line 2502, custom.scss */
.js-modal .modal-header {
  border: 0;
  padding-bottom: 30px; }

/* line 2507, custom.scss */
.js-modal .form-row {
  margin-bottom: 1rem; }

/* line 2511, custom.scss */
.js-modal .button[type="submit"],
.js-modal .button[type="button"] {
  margin-top: 1rem; }

/* line 2516, custom.scss */
.js-modal .required {
  color: red; }

/* line 2520, custom.scss */
.js-modal label {
  margin-bottom: 5px; }

/* line 2524, custom.scss */
.top-toolbar {
  background: #434242;
  z-index: 1030; }

/* line 2530, custom.scss */
.top-toolbar .contacts .phone {
  display: inline-block;
  vertical-align: top;
  padding-top: .3rem; }

/* line 2536, custom.scss */
.top-toolbar .top-toolbar-icon {
  margin-left: 10px; }

/* line 2540, custom.scss */
.top-toolbar-fav {
  padding-left: 5px !important;
  padding-right: 5px !important; }

/* line 2545, custom.scss */
.js-shopcart-area {
  padding-left: 5px !important; }

@media screen and (max-width: 480px) {
  /* line 2551, custom.scss */
  .top-toolbar .contacts .phone {
    display: none; } }
/* line 2558, custom.scss */
.top-toolbar > .row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

/* line 2564, custom.scss */
.top-toolbar .cell {
  width: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

/* line 2573, custom.scss */
.mobile-menu > .menu-item > .menu-link {
  color: #000; }

/* line 2577, custom.scss */
.mobile-menu > .menu-item > .menu-link:hover {
  color: #f7aa47; }

/* line 2581, custom.scss */
.catalog-product_wrapper {
  width: 100%;
  z-index: 3; }

/* line 2586, custom.scss */
.main-banner-bottom-zamer {
  color: #fff; }

/* line 2590, custom.scss */
.filter-topline label {
  white-space: nowrap; }

/* line 2594, custom.scss */
.filter_block_row {
  margin-right: 0;
  margin-left: 0; }

/* line 2599, custom.scss */
.collection-seo-list {
  margin: 1rem 0; }

/* line 2603, custom.scss */
.collection-seo-list div a {
  display: block;
  padding: 16px;
  background-color: #FEEBD4;
  text-align: center;
  color: #434242;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.2px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all .3 ease-out;
  transition: all .5 ease-out; }

/* line 2621, custom.scss */
.collection-seo-list div a:hover,
.seo-filter-is-active {
  color: #f8aa45 !important;
  box-shadow: inset 0px 0px 1px #434242; }

/* line 2627, custom.scss */
.collection-seo-list a::before {
  display: inline-block;
  margin-right: 3px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 14px;
  line-height: 1;
  font-size: inherit;
  text-rendering: auto;
  content: ""; }

@media screen and (max-width: 768px) {
  /* line 2641, custom.scss */
  .collection-seo-list .seo-filter-col {
    margin-bottom: 1rem; } }
/* line 2648, custom.scss */
#product-pics .row {
  margin: 0; }

/* line 2652, custom.scss */
.collection-seo-list-container {
  padding-left: 0; }

/* line 2657, custom.scss */
.services-list-link {
  position: relative;
  display: block;
  padding-bottom: 35px;
  text-decoration: none; }

/* line 2665, custom.scss */
.service-block__img {
  width: 100%;
  height: 360px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 36px;
  position: relative; }

/* line 2678, custom.scss */
.service-block__img::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); }

/* line 2689, custom.scss */
.services-list-link.active .service-block__img {
  height: 235px; }

/* line 2693, custom.scss */
.service-title {
  display: block;
  text-decoration: none;
  text-transform: uppercase; }

/* line 2700, custom.scss */
.service-block__img .service-title {
  color: #fff;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px; }

/* line 2708, custom.scss */
.services-list-link.active .service-block__img .service-title {
  display: none; }

/* line 2712, custom.scss */
.dtc--bottom {
  vertical-align: bottom; }

/* line 2716, custom.scss */
.dt {
  display: table; }

/* line 2720, custom.scss */
.service-title.dtc {
  display: table-cell; }

/* line 2724, custom.scss */
.service-block__content {
  display: block;
  min-height: 126px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 27px 42px;
  border: 1px solid #f8aa45;
  border-top-color: #f8aa45;
  border-top-style: solid;
  border-top-width: 1px;
  border-top: none;
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: 0.2px;
  color: #565656;
  text-decoration: none; }

/* line 2744, custom.scss */
.service-block__content .service-title {
  letter-spacing: 0.9px;
  color: #f8aa45;
  margin-bottom: 6px; }

/* line 2751, custom.scss */
.services-list-link .angle {
  position: absolute;
  bottom: 5px;
  padding: inherit;
  width: 40px;
  left: 168px;
  background: #fff; }

/* line 2760, custom.scss */
.services-list-link .angle::before,
.services-list-link .angle::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 30px;
  background-color: #f8aa45; }

/* line 2771, custom.scss */
.services-list-link .angle::before {
  left: 9px;
  transform: rotateZ(-42deg); }

/* line 2776, custom.scss */
.services-list-link .angle::after {
  right: 9px;
  transform: rotateZ(42deg); }

/* line 2781, custom.scss */
.services-list-link:not(.active) .service-block__content {
  display: none; }

/* line 2785, custom.scss */
.services-list-link:not(.active) .angle {
  display: none; }

@media screen and (max-width: 768px) {
  /* line 2792, custom.scss */
  .services-list-link .angle {
    display: none !important; } }
/* line 2799, custom.scss */
.catalog-product_sale-wrap {
  z-index: 10; }

/* line 2803, custom.scss */
.catalog-product {
  height: 510px; }

/* line 2808, custom.scss */
.catalog-product_wrapper {
  min-height: 510px; }

/* line 2816, custom.scss */
.search-results {
  position: relative;
  z-index: 5; }

/* line 2821, custom.scss */
.page-section-title {
  margin-bottom: 7px;
  font-weight: bold;
  font-size: 1.6em; }

/* line 2827, custom.scss */
.page-section-title p {
  margin-top: 1px; }

/* line 2831, custom.scss */
.main-proizvoditel-cell.main-proizvodite-image img {
  max-height: 500px;
  width: auto; }

/* line 2837, custom.scss */
.catalog-product_link-more {
  width: 132px;
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 2rem; }

@media screen and (min-width: 768px) {
  /* line 2848, custom.scss */
  .cell-xl-50 {
    max-width: 20%;
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%; } }
/* line 2856, custom.scss */
[href="#product-tech"],
[href="#product-dop"] {
  display: flex !important;
  padding: 0px !important;
  height: 42px !important;
  align-items: center;
  justify-content: center; }

/* line 2865, custom.scss */
div#product-tech table,
div#product-dop table {
  width: 100%; }

/* line 2871, custom.scss */
div#product-dop table td {
  width: 50%; }

/* line 2875, custom.scss */
div#product-tech table td span,
div#product-dop table td span {
  color: #f9a946; }

/* line 2880, custom.scss */
button.option-value.is-span {
  background: #fff;
  border: 2px solid #f7a949;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 5px 10px;
  text-transform: uppercase;
  font-size: 12px;
  cursor: pointer;
  width: 100%;
  text-align: center; }

/* line 2893, custom.scss */
button.option-value.is-active.is-span {
  font-weight: bold;
  background: #f8aa45;
  padding: 11px; }

/* line 2899, custom.scss */
.option.option-komplektaciya.is-span label {
  display: none; }

/* line 2903, custom.scss */
div#product-pics a {
  margin-right: 10px; }

/* line 2907, custom.scss */
.prod_sku {
  margin-bottom: 10px;
  font-size: 18px; }

/* line 2913, custom.scss */
.d-block {
  display: block !important;
  min-width: 100%;
  text-transform: uppercase; }

/* line 2919, custom.scss */
.modal .modal-inner {
  background: #ffffff;
  color: #434242;
  padding: 30px; }

/* line 2925, custom.scss */
.modal .block-header {
  border-bottom: 0;
  padding-bottom: 9px;
  padding-top: 9px;
  margin: -30px -30px 10px -30px;
  text-align: center;
  background-color: #434242;
  color: #fff; }

/* line 2936, custom.scss */
#js-callback-modal .block-header h3::before {
  content: " ";
  background: #434242 url("https://static.insales-cdn.com/assets/1/4061/1773533/1663406857/phone-w.png") no-repeat 0 0;
  background-size: auto;
  background-size: auto 22px;
  display: inline-block;
  height: 22px;
  width: 22px;
  margin-right: 15px;
  line-height: 1;
  vertical-align: top;
  margin-top: -1px; }

/* line 2950, custom.scss */
#js-zamer-modal .block-header h3::before {
  content: " ";
  background: #434242 url("https://static.insales-cdn.com/assets/1/4061/1773533/1663406857/linear-w.png") no-repeat 0 0;
  background-size: auto;
  background-size: auto 22px;
  display: inline-block;
  height: 22px;
  width: 22px;
  margin-right: 15px;
  line-height: 1;
  vertical-align: top;
  margin-top: -1px; }

/* line 2968, custom.scss */
.modal .block-header h3 {
  font-weight: 400; }

/* line 2972, custom.scss */
.modal .mfp-close {
  color: #fff !important;
  top: -2px !important; }

/* line 2977, custom.scss */
.mfp-with-anim:not(.modal) .mfp-close {
  font-size: 40px;
  right: -40px; }

/* line 2982, custom.scss */
.modal .form-field {
  border: 1px solid #b6b6b6;
  padding: 13px 16px;
  font-size: 16px;
  font-family: "Arial"; }

/* line 2990, custom.scss */
.modal .button {
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: -15px;
  font-weight: 600; }

/* line 2997, custom.scss */
.modal .button:hover {
  background: #f7aa47 !important; }

/* line 3001, custom.scss */
.modal a {
  color: #434242 !important; }

/* line 3005, custom.scss */
.modal .checkbox-label {
  font-size: 14px;
  color: #b6b6b6 !important; }

/* line 3010, custom.scss */
.js-modal .checkbox-field {
  display: block !important;
  visibility: hidden;
  width: 0; }

/* line 3016, custom.scss */
.modal .is-error {
  border-color: #dd3f46; }

/* line 3020, custom.scss */
.modal .is-error::-webkit-input-placeholder {
  color: #dd3f46; }

/* line 3024, custom.scss */
.modal .is-error:-ms-input-placeholder {
  color: #dd3f46; }

/* line 3028, custom.scss */
.modal .is-error::placeholder {
  color: #dd3f46; }

/* line 3033, custom.scss */
.modal-header-1 {
  text-align: center;
  margin: 20px 0 15px;
  font-size: 18px; }

/* line 3039, custom.scss */
.modal-header-2 {
  text-align: center;
  font-size: 14px;
  color: #b6b6b6;
  margin-bottom: 20px; }

/* line 3046, custom.scss */
.modal-header-2 a {
  color: #b6b6b6 !important; }

/* line 3050, custom.scss */
.catalog-product_lables {
  position: absolute;
  top: 3px;
  right: 3px;
  z-index: 10; }

/* line 3057, custom.scss */
.catalog-product_lables--label {
  text-transform: uppercase;
  font-size: 12px;
  background-color: #B45F04;
  margin-bottom: 3px;
  position: relative;
  padding: 6px 6px;
  color: #fff;
  display: table;
  width: 100%;
  margin-left: auto;
  text-align: center; }

/*

.catalog-product_lables--label::after {
    content: "";
    display: block;
    position: absolute;
    background-color: #fff;
    height: 20px;
    bottom: -20px;
    left: 10px;
    width: 20px;
  
}


.catalog-product_lables--label::before {
    content: "";
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    left: 0;
    bottom: 0;
    transform: rotate(37deg);
    transform-origin: left bottom;
    background-color: #620024;
    z-index: -1;
}

*/
/* line 3103, custom.scss */
.catalog-product_lables--sale {
  font-weight: 700;
  background-color: #8C0034;
  font-size: 14px;
  width: auto; }

/* line 3110, custom.scss */
.catalog-product_lables--sale::before {
  background-color: #620024 !important; }

/* line 3114, custom.scss */
.form-save.isDisabled {
  background-color: #ccc; }

/* line 3118, custom.scss */
.form-save.isDisabled:hover {
  background-color: #ccc !important; }

/* line 3122, custom.scss */
#quick-modal-ofer {
  display: block !important;
  visibility: hidden;
  width: 0; }

/* line 3130, custom.scss */
.is-error + .checkbox-label::before {
  color: red !important; }

/* line 3134, custom.scss */
.filter-values .property-value {
  margin-right: 25px; }

/* line 3138, custom.scss */
.property-value img + div {
  margin-top: 5px;
  font-size: 13px; }

/* line 3144, custom.scss */
#product-description {
  max-width: 959px; }

/* line 3148, custom.scss */
.advice-button:hover {
  background: #f7aa47 !important; }

/* line 3152, custom.scss */
.products-list {
  margin-bottom: 30px; }

/* line 3155, custom.scss */
.js-toggle.review-form-toggle {
  display: block !important;
  border: 1px solid;
  background-color: #f7a949;
  color: #ffffff;
  text-transform: uppercase; }

/* line 3163, custom.scss */
.main-proizvoditel-img {
  height: 1000px !important; }

/* line 3167, custom.scss */
.collection-main .collection-main-cell {
  flex-basis: 30.7%; }

/* line 3171, custom.scss */
.product-data-buy .product-introtext.on-page.with-quantity {
  display: grid;
  grid-template-columns: 1fr max-content;
  gap: .5rem; }

/* line 3177, custom.scss */
.prod-quantity {
  margin-bottom: 10px;
  font-size: .75rem;
  color: green; }

/* line 3183, custom.scss */
.prod-quantity:empty {
  display: none; }

/* line 3187, custom.scss */
.prod-quantity.is-unavailable {
  color: red; }

/* line 3191, custom.scss */
.mobile-menu > .menu-item.toggled > .menu-link, .mobile-menu > .menu-item.toggled > .dropdown-link, .mobile-menu > .menu-item.active > .menu-link, .mobile-menu > .menu-item.active > .dropdown-link, .mobile-menu > .menu-item > .menu-link:hover > .menu-item > .dropdown-link:hover, .mobile-menu > .menu-item > .dropdown-link, .mobile-menu .submenu.level-2 > .menu-item > .menu-link, .mobile-menu .submenu.level-2 > .menu-item > .dropdown-link, .mobile-menu .submenu.level-3 > .menu-item > .menu-link {
  color: black; }

/* line 3195, custom.scss */
.mobile-menu .submenu.level-2 > .menu-item > .menu-link:hover, .mobile-menu .submenu.level-2 > .menu-item > .dropdown-link:hover, .mobile-menu .submenu.level-3 > .menu-item > .menu-link:hover {
  color: #f7aa47; }

/* line 3198, custom.scss */
.page-text {
  line-height: 1.5em; }

/* line 3202, custom.scss */
.js-zamer-open-on_page {
  width: 230px;
  margin: 20px; }

/* line 3207, custom.scss */
.custom-calls {
  position: relative;
  padding: 0;
  border: 1px solid #f7a949;
  background-color: #f9a9463b;
  color: #ffffff !important;
  font-weight: bold;
  line-height: 30px; }

/* line 3217, custom.scss */
.tags-massiv-item {
  width: auto;
  margin: 0 15px;
  text-align: center;
  float: left; }

@media screen and (max-width: 768px) {
  /* line 3226, custom.scss */
  .callbackkiller, [data-ref="widget"].ya-chat-widget {
    display: none !important; } }
@media (max-width: 768px) {
  /* line 3232, custom.scss */
  .top-toolbar .contacts .js-zamer-open {
    width: auto;
    padding: 0 4px 0 2px;
    line-height: 0; }

  /* line 3238, custom.scss */
  .payments_img {
    width: auto; } }
@media (max-width: 425px) {
  /* line 3246, custom.scss */
  .advantages-comp-block {
    flex-direction: column;
    align-items: center; } }
.label-skoro-v-nalichii {
  width: min-content!important;
  background: #54c36b !important;
}
/**
 * alertifyjs 1.7.1 http://alertifyjs.com
 * AlertifyJS is a javascript framework for developing pretty browser dialogs and notifications.
 * Copyright 2016 Mohammad Younes <Mohammad@alertifyjs.com> (http://alertifyjs.com) 
 * Licensed under MIT <http://opensource.org/licenses/mit-license.php>*/

.alertify .ajs-dimmer,.alertify .ajs-modal{position:fixed;padding:0;z-index:1981;top:0;right:0;bottom:0;left:0}.alertify .ajs-dimmer{margin:0;background-color:#252525;opacity:.5}.alertify .ajs-modal{overflow-y:auto}.alertify .ajs-dialog{position:relative;margin:5% auto;min-height:110px;max-width:500px;padding:24px 24px 0;outline:0;background-color:#fff}.alertify .ajs-dialog.ajs-capture:before{content:'';position:absolute;top:0;right:0;bottom:0;left:0;display:block;z-index:1}.alertify .ajs-reset{position:absolute!important;display:inline!important;width:0!important;height:0!important;opacity:0!important}.alertify .ajs-commands{position:absolute;right:4px;margin:-14px 24px 0 0;z-index:2}.alertify .ajs-commands button{display:none;width:10px;height:10px;margin-left:10px;padding:10px;border:0;background-color:transparent;background-repeat:no-repeat;background-position:center;cursor:pointer}.alertify .ajs-commands button.ajs-close{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAh0lEQVQYlY2QsQ0EIQwEB9cBAR1CJUaI/gigDnwR6NBL/7/xWLNrZ2b8EwGotVpr7eOitWa1VjugiNB7R1UPrKrWe0dEAHBbXUqxMQbeewDmnHjvyTm7C3zDwAUd9c63YQdUVdu6EAJzzquz7HXvTiklt+H9DQFYaxFjvDqllFyMkbXWvfpXHjJrWFgdBq/hAAAAAElFTkSuQmCC)}.alertify .ajs-commands button.ajs-maximize{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAOUlEQVQYlWP8//8/AzGAhYGBgaG4uBiv6t7eXkYmooxjYGAgWiELsvHYFMCcRX2rSXcjoSBiJDbAAeD+EGu+8BZcAAAAAElFTkSuQmCC)}.alertify .ajs-header{margin:-24px -24px 0;padding:16px 24px;background-color:#fff}.alertify .ajs-body{min-height:56px}.alertify .ajs-body .ajs-content{padding:16px 24px 16px 16px}.alertify .ajs-footer{padding:4px;margin-left:-24px;margin-right:-24px;min-height:43px;background-color:#fff}.alertify.ajs-maximized .ajs-dialog,.alertify.ajs-no-padding:not(.ajs-maximized) .ajs-body .ajs-content,.alertify.ajs-resizable .ajs-dialog{padding:0}.alertify .ajs-footer .ajs-buttons.ajs-auxiliary .ajs-button,.alertify .ajs-footer .ajs-buttons.ajs-primary .ajs-button{margin:4px}.alertify .ajs-footer .ajs-buttons.ajs-primary{text-align:right}.alertify .ajs-footer .ajs-buttons.ajs-auxiliary{float:left;clear:none;text-align:left}.alertify .ajs-footer .ajs-buttons .ajs-button{min-width:88px;min-height:35px}.alertify .ajs-handle{position:absolute;display:none;width:10px;height:10px;right:0;bottom:0;z-index:1;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMS8xNEDQYmMAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAQ0lEQVQYlaXNMQoAIAxD0dT7H657l0KX3iJuUlBUNOsPPCGJm7VDp6ryeMxMuDsAQH7owW3pyn3RS26iKxERMLN3ugOaAkaL3sWVigAAAABJRU5ErkJggg==);-webkit-transform:scaleX(1);transform:scaleX(1);cursor:se-resize}.alertify.ajs-no-overflow .ajs-body .ajs-content{overflow:hidden!important}.alertify.ajs-no-padding.ajs-maximized .ajs-body .ajs-content{left:0;right:0;padding:0}.alertify.ajs-no-padding:not(.ajs-maximized) .ajs-body{margin-left:-24px;margin-right:-24px}.alertify.ajs-no-padding.ajs-resizable .ajs-body .ajs-content{left:0;right:0}.alertify.ajs-closable .ajs-commands button.ajs-close,.alertify.ajs-maximizable .ajs-commands button.ajs-maximize,.alertify.ajs-maximizable .ajs-commands button.ajs-restore{display:inline-block}.alertify.ajs-maximized .ajs-dialog{width:100%!important;height:100%!important;max-width:none!important;margin:0 auto!important;top:0!important;left:0!important}.alertify.ajs-maximized.ajs-modeless .ajs-modal{position:fixed!important;min-height:100%!important;max-height:none!important;margin:0!important}.alertify.ajs-maximized .ajs-commands button.ajs-maximize{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAASklEQVQYlZWQ0QkAMQhDtXRincOZX78KVtrDCwgqJNEoIB3MPLj7lRUROlpyVXGzby6zWuY+kz6tj5sBMTMAyVV3/595RbOh3cAXsww1raeiOcoAAAAASUVORK5CYII=)}.alertify.ajs-maximized .ajs-commands,.alertify.ajs-resizable .ajs-commands{margin:14px 24px 0 0}.alertify.ajs-maximized .ajs-header,.alertify.ajs-resizable .ajs-header{position:absolute;top:0;left:0;right:0;margin:0;padding:16px 24px}.alertify.ajs-maximized .ajs-body,.alertify.ajs-resizable .ajs-body{min-height:224px;display:inline-block}.alertify.ajs-maximized .ajs-body .ajs-content,.alertify.ajs-resizable .ajs-body .ajs-content{position:absolute;top:50px;right:24px;bottom:50px;left:24px;overflow:auto}.alertify.ajs-maximized .ajs-footer,.alertify.ajs-resizable .ajs-footer{position:absolute;left:0;right:0;bottom:0;margin:0}.alertify.ajs-resizable:not(.ajs-maximized) .ajs-dialog{min-width:548px}.alertify.ajs-resizable:not(.ajs-maximized) .ajs-handle{display:block}.alertify.ajs-movable:not(.ajs-maximized) .ajs-header{cursor:move}.alertify.ajs-modeless .ajs-dimmer,.alertify.ajs-modeless .ajs-reset{display:none}.alertify.ajs-modeless .ajs-modal{overflow:visible;max-width:none;max-height:0}.alertify.ajs-modeless.ajs-pinnable .ajs-commands button.ajs-pin{display:inline-block;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAQklEQVQYlcWPMQ4AIAwCqU9u38GbcbHRWN1MvKQDhQFMEpKImGJA0gCgnYw0V0rwxseg5erT4oSkQVI5d9f+e9+xA0NbLpWfitPXAAAAAElFTkSuQmCC)}.alertify.ajs-modeless.ajs-unpinned .ajs-modal{position:absolute}.alertify.ajs-modeless.ajs-unpinned .ajs-commands button.ajs-pin{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAO0lEQVQYlWP8//8/AzGAiShV6AqLi4txGs+CLoBLMYbC3t5eRmyaWfBZhwwYkX2NTxPRvibKjRhW4wMAhxkYGbLu3pEAAAAASUVORK5CYII=)}.alertify.ajs-modeless:not(.ajs-unpinned) .ajs-body{max-height:500px;overflow:auto}.alertify.ajs-basic .ajs-header{opacity:0}.alertify.ajs-basic .ajs-footer{visibility:hidden}.alertify.ajs-frameless .ajs-header{position:absolute;top:0;left:0;right:0;min-height:60px;margin:0;padding:0;opacity:0;z-index:1}.alertify.ajs-frameless .ajs-footer{display:none}.alertify.ajs-frameless .ajs-body .ajs-content{position:absolute;top:0;right:0;bottom:0;left:0}.alertify.ajs-frameless:not(.ajs-resizable) .ajs-dialog{padding-top:0}.alertify.ajs-frameless:not(.ajs-resizable) .ajs-dialog .ajs-commands{margin-top:0}.ajs-no-overflow{overflow:hidden!important;outline:0}.ajs-no-selection,.ajs-no-selection *{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media screen and (max-width:568px){.alertify .ajs-dialog{min-width:150px}.alertify:not(.ajs-maximized) .ajs-modal{padding:0 5%}.alertify:not(.ajs-maximized).ajs-resizable .ajs-dialog{min-width:initial;min-width:auto}}@-moz-document url-prefix(){.alertify button:focus{outline:#3593D2 dotted 1px}}.alertify .ajs-dimmer,.alertify .ajs-modal{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);transition-property:opacity,visibility;transition-timing-function:linear;transition-duration:250ms}.alertify.ajs-hidden .ajs-dimmer,.alertify.ajs-hidden .ajs-modal{visibility:hidden;opacity:0}.alertify.ajs-in:not(.ajs-hidden) .ajs-dialog{-webkit-animation-duration:.5s;animation-duration:.5s}.alertify.ajs-out.ajs-hidden .ajs-dialog{-webkit-animation-duration:250ms;animation-duration:250ms}.alertify .ajs-dialog.ajs-shake{-webkit-animation-name:ajs-shake;animation-name:ajs-shake;-webkit-animation-duration:.1s;animation-duration:.1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@-webkit-keyframes ajs-shake{0%,100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes ajs-shake{0%,100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.alertify.ajs-slide.ajs-in:not(.ajs-hidden) .ajs-dialog{-webkit-animation-name:ajs-slideIn;animation-name:ajs-slideIn;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1.275);animation-timing-function:cubic-bezier(.175,.885,.32,1.275)}.alertify.ajs-slide.ajs-out.ajs-hidden .ajs-dialog{-webkit-animation-name:ajs-slideOut;animation-name:ajs-slideOut;-webkit-animation-timing-function:cubic-bezier(.6,-.28,.735,.045);animation-timing-function:cubic-bezier(.6,-.28,.735,.045)}.alertify.ajs-zoom.ajs-in:not(.ajs-hidden) .ajs-dialog{-webkit-animation-name:ajs-zoomIn;animation-name:ajs-zoomIn}.alertify.ajs-zoom.ajs-out.ajs-hidden .ajs-dialog{-webkit-animation-name:ajs-zoomOut;animation-name:ajs-zoomOut}.alertify.ajs-fade.ajs-in:not(.ajs-hidden) .ajs-dialog{-webkit-animation-name:ajs-fadeIn;animation-name:ajs-fadeIn}.alertify.ajs-fade.ajs-out.ajs-hidden .ajs-dialog{-webkit-animation-name:ajs-fadeOut;animation-name:ajs-fadeOut}.alertify.ajs-pulse.ajs-in:not(.ajs-hidden) .ajs-dialog{-webkit-animation-name:ajs-pulseIn;animation-name:ajs-pulseIn}.alertify.ajs-pulse.ajs-out.ajs-hidden .ajs-dialog{-webkit-animation-name:ajs-pulseOut;animation-name:ajs-pulseOut}.alertify.ajs-flipx.ajs-in:not(.ajs-hidden) .ajs-dialog{-webkit-animation-name:ajs-flipInX;animation-name:ajs-flipInX}.alertify.ajs-flipx.ajs-out.ajs-hidden .ajs-dialog{-webkit-animation-name:ajs-flipOutX;animation-name:ajs-flipOutX}.alertify.ajs-flipy.ajs-in:not(.ajs-hidden) .ajs-dialog{-webkit-animation-name:ajs-flipInY;animation-name:ajs-flipInY}.alertify.ajs-flipy.ajs-out.ajs-hidden .ajs-dialog{-webkit-animation-name:ajs-flipOutY;animation-name:ajs-flipOutY}@-webkit-keyframes ajs-pulseIn{0%,100%,20%,40%,60%,80%{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes ajs-pulseIn{0%,100%,20%,40%,60%,80%{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@-webkit-keyframes ajs-pulseOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}100%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes ajs-pulseOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}100%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@-webkit-keyframes ajs-zoomIn{0%{opacity:0;-webkit-transform:scale3d(.25,.25,.25);transform:scale3d(.25,.25,.25)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes ajs-zoomIn{0%{opacity:0;-webkit-transform:scale3d(.25,.25,.25);transform:scale3d(.25,.25,.25)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@-webkit-keyframes ajs-zoomOut{0%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}100%{opacity:0;-webkit-transform:scale3d(.25,.25,.25);transform:scale3d(.25,.25,.25)}}@keyframes ajs-zoomOut{0%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}100%{opacity:0;-webkit-transform:scale3d(.25,.25,.25);transform:scale3d(.25,.25,.25)}}@-webkit-keyframes ajs-fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes ajs-fadeIn{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes ajs-fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes ajs-fadeOut{0%{opacity:1}100%{opacity:0}}@-webkit-keyframes ajs-flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes ajs-flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@-webkit-keyframes ajs-flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}@keyframes ajs-flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}@-webkit-keyframes ajs-flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes ajs-flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@-webkit-keyframes ajs-flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}@keyframes ajs-flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}@-webkit-keyframes ajs-slideIn{0%{margin-top:-100%}100%{margin-top:5%}}@keyframes ajs-slideIn{0%{margin-top:-100%}100%{margin-top:5%}}@-webkit-keyframes ajs-slideOut{0%{margin-top:5%}100%{margin-top:-100%}}@keyframes ajs-slideOut{0%{margin-top:5%}100%{margin-top:-100%}}.alertify-notifier{position:fixed;width:0;overflow:visible;z-index:1982;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.alertify-notifier .ajs-message{position:relative;width:260px;max-height:0;padding:0;opacity:0;margin:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);transition-duration:250ms;transition-timing-function:linear}.alertify-notifier .ajs-message.ajs-visible{transition-duration:.5s;transition-timing-function:cubic-bezier(.175,.885,.32,1.275);opacity:1;max-height:100%; padding: 15px 15px 15px 35px; margin-top:10px}.alertify-notifier .ajs-message.ajs-success{background:rgba(91,189,114,.95)}.alertify-notifier .ajs-message.ajs-error{background:rgba(217,92,92,.95)}.alertify-notifier .ajs-message.ajs-warning{background:rgba(252,248,215,.95)}.alertify-notifier.ajs-top{top:10px}.alertify-notifier.ajs-bottom{bottom:10px}.alertify-notifier.ajs-right{right:10px}.alertify-notifier.ajs-right .ajs-message{right:-320px}.alertify-notifier.ajs-right .ajs-message.ajs-visible{right:290px}.alertify-notifier.ajs-left{left:10px}.alertify-notifier.ajs-left .ajs-message{left:-300px}.alertify-notifier.ajs-left .ajs-message.ajs-visible{left:0}
/* Ion.RangeSlider
// css version 2.0.3
// © 2013-2014 Denis Ineshin | IonDen.com
// ===================================================================================================================*/

/* =====================================================================================================================
// RangeSlider */


.irs {
    position: relative; display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
    .irs-line {
        position: relative; display: block;
        overflow: hidden;
        outline: none !important;
    }
        .irs-line-left, .irs-line-mid, .irs-line-right {
            position: absolute; display: block;
            top: 0;
        }
        .irs-line-left {
            left: 0; width: 11%;
        }
        .irs-line-mid {
            left: 9%; width: 82%;
        }
        .irs-line-right {
            right: 0; width: 11%;
        }

    .irs-bar {
        position: absolute; display: block;
        left: 0; width: 0;
    }
        .irs-bar-edge {
            position: absolute; display: block;
            top: 0; left: 0;
        }

    .irs-shadow {
        position: absolute; display: none;
        left: 0; width: 0;
    }

    .irs-slider {
        position: absolute; display: block;
        cursor: default;
        z-index: 1;
    }
        .irs-slider.single {

        }
        .irs-slider.from {

        }
        .irs-slider.to {

        }
        .irs-slider.type_last {
            z-index: 2;
        }

    .irs-min {
        position: absolute; display: block;
        left: 0;
        cursor: default;
    }
    .irs-max {
        position: absolute; display: block;
        right: 0;
        cursor: default;
    }

    .irs-from, .irs-to, .irs-single {
        position: absolute; display: block;
        top: 0; left: 0;
        cursor: default;
        white-space: nowrap;
    }

.irs-grid {
    position: absolute; display: none;
    bottom: 0; left: 0;
    width: 100%; height: 20px;
}
.irs-with-grid .irs-grid {
    display: block;
}
    .irs-grid-pol {
        position: absolute;
        top: 0; left: 0;
        width: 1px; height: 8px;
        background: #000;
    }
    .irs-grid-pol.small {
        height: 4px;
    }
    .irs-grid-text {
        position: absolute;
        bottom: 0; left: 0;
        white-space: nowrap;
        text-align: center;
        font-size: 9px; line-height: 9px;
        padding: 0 3px;
        color: #000;
    }

.irs-disable-mask {
    position: absolute; display: block;
    top: 0; left: -1%;
    width: 102%; height: 100%;
    cursor: default;
    background: rgba(0,0,0,0.0);
    z-index: 2;
}
.lt-ie9 .irs-disable-mask {
    background: #000;
    filter: alpha(opacity=0);
    cursor: not-allowed;
}

.irs-disabled {
    opacity: 0.4;
}


.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    outline: none !important;
    z-index: -9999 !important;
    background: none !important;
    border-style: solid !important;
    border-color: transparent !important;
}
/* Magnific Popup CSS */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.9; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

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

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 0 }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/* perfect-scrollbar v0.6.11 */

.ps-container{-ms-touch-action:none;touch-action:none;overflow:hidden !important;-ms-overflow-style:none}@supports (-ms-overflow-style: none){.ps-container{overflow:auto !important}}@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){.ps-container{overflow:auto !important}}.ps-container.ps-active-x>.ps-scrollbar-x-rail,.ps-container.ps-active-y>.ps-scrollbar-y-rail{display:block;background-color:transparent}.ps-container.ps-in-scrolling{pointer-events:none}.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail{background-color:#eee;opacity:0.9}.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x{background-color:#999}.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail{background-color:#eee;opacity:0.9}.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y{background-color:#999}.ps-container>.ps-scrollbar-x-rail{display:none;position:absolute;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;opacity:0;-webkit-transition:background-color .2s linear, opacity .2s linear;-moz-transition:background-color .2s linear, opacity .2s linear;-o-transition:background-color .2s linear, opacity .2s linear;transition:background-color .2s linear, opacity .2s linear;bottom:3px;height:8px}.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x{position:absolute;background-color:#aaa;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-transition:background-color .2s linear;-moz-transition:background-color .2s linear;-o-transition:background-color .2s linear;transition:background-color .2s linear;bottom:0;height:8px}.ps-container>.ps-scrollbar-y-rail{display:none;position:absolute;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;opacity:0;-webkit-transition:background-color .2s linear, opacity .2s linear;-moz-transition:background-color .2s linear, opacity .2s linear;-o-transition:background-color .2s linear, opacity .2s linear;transition:background-color .2s linear, opacity .2s linear;right:3px;width:8px}.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y{position:absolute;background-color:#aaa;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-transition:background-color .2s linear;-moz-transition:background-color .2s linear;-o-transition:background-color .2s linear;transition:background-color .2s linear;right:0;width:8px}.ps-container:hover.ps-in-scrolling{pointer-events:none}.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail{background-color:#eee;opacity:0.9}.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x{background-color:#999}.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail{background-color:#eee;opacity:0.9}.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y{background-color:#999}.ps-container:hover>.ps-scrollbar-x-rail,.ps-container:hover>.ps-scrollbar-y-rail{opacity:0.6}.ps-container:hover>.ps-scrollbar-x-rail:hover{background-color:#eee;opacity:0.9}.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x{background-color:#999}.ps-container:hover>.ps-scrollbar-y-rail:hover{background-color:#eee;opacity:0.9}.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y{background-color:#999}
/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: February 7, 2016
 */

.swiper-container{margin:0 auto;position:relative;overflow:hidden;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate(0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-box-lines:multiple;-moz-box-lines:multiple;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex:0 0 auto;flex-shrink:0;width:100%;height:100%;position:relative}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;-webkit-transition-property:-webkit-transform,height;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform,height}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-wp8-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;-moz-background-size:27px 44px;-webkit-background-size:27px 44px;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s;-moz-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);-moz-transform:translate3d(0,-50%,0);-o-transform:translate(0,-50%);-ms-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:5px 0;display:block}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 5px}.swiper-pagination-progress{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progress .swiper-pagination-progressbar{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-moz-transform-origin:left top;-ms-transform-origin:left top;-o-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar{-webkit-transform-origin:right top;-moz-transform-origin:right top;-ms-transform-origin:right top;-o-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progress{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progress{width:4px;height:100%;left:0;top:0}.swiper-pagination-progress.swiper-pagination-white{background:rgba(255,255,255,.5)}.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar{background:#fff}.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar{background:#000}.swiper-container-3d{-webkit-perspective:1200px;-moz-perspective:1200px;-o-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper{-ms-perspective:1200px}.swiper-container-cube,.swiper-container-flip{overflow:visible}.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-slide{visibility:hidden;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-moz-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;-moz-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;-webkit-background-size:100%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}
/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */

.tooltipster-default {
	border-radius: 5px; 
	border: 2px solid #000;
	background: #4c4c4c;
	color: #fff;
}

/* Use this next selector to style things like font-size and line-height: */
.tooltipster-default .tooltipster-content {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	padding: 8px 10px;
	overflow: hidden;
}

/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
	/* border-color: ... !important; */
}


/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
	cursor: help;
	margin-left: 4px;
}








/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
	padding: 0;
	font-size: 0;
	line-height: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999999;
	pointer-events: none;
	width: auto;
	overflow: visible;
}
.tooltipster-base .tooltipster-content {
	overflow: hidden;
}


/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
	display: block;
	text-align: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.tooltipster-arrow span, .tooltipster-arrow-border {
	display: block;
	width: 0; 
	height: 0;
	position: absolute;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
	border-top: 8px solid;
	bottom: -7px;
}
.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
	border-left: 9px solid transparent !important;
	border-right: 9px solid transparent !important;
	border-top: 9px solid;
	bottom: -7px;
}

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
	border-bottom: 8px solid;
	top: -7px;
}
.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
	border-left: 9px solid transparent !important;
	border-right: 9px solid transparent !important;
	border-bottom: 9px solid;
	top: -7px;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
	left: 0;
	right: 0;
	margin: 0 auto;
}
.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
	left: 6px;
}
.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
	left: 5px;
}
.tooltipster-arrow-top-right span,  .tooltipster-arrow-bottom-right span {
	right: 6px;
}
.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
	right: 5px;
}
.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
	border-top: 8px solid transparent !important;
	border-bottom: 8px solid transparent !important; 
	border-left: 8px solid;
	top: 50%;
	margin-top: -7px;
	right: -7px;
}
.tooltipster-arrow-left .tooltipster-arrow-border {
	border-top: 9px solid transparent !important;
	border-bottom: 9px solid transparent !important; 
	border-left: 9px solid;
	margin-top: -8px;
}
.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
	border-top: 8px solid transparent !important;
	border-bottom: 8px solid transparent !important; 
	border-right: 8px solid;
	top: 50%;
	margin-top: -7px;
	left: -7px;
}
.tooltipster-arrow-right .tooltipster-arrow-border {
	border-top: 9px solid transparent !important;
	border-bottom: 9px solid transparent !important; 
	border-right: 9px solid;
	margin-top: -8px;
}


/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */

.tooltipster-fade {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}
.tooltipster-fade-show {
	opacity: 1;
}

.tooltipster-grow {
	-webkit-transform: scale(0,0);
	-moz-transform: scale(0,0);
	-o-transform: scale(0,0);
	-ms-transform: scale(0,0);
	transform: scale(0,0);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-backface-visibility: hidden;
}
.tooltipster-grow-show {
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

.tooltipster-swing {
	opacity: 0;
	-webkit-transform: rotateZ(4deg);
	-moz-transform: rotateZ(4deg);
	-o-transform: rotateZ(4deg);
	-ms-transform: rotateZ(4deg);
	transform: rotateZ(4deg);
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
}
.tooltipster-swing-show {
	opacity: 1;
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
	top: 0;
	-webkit-transition-property: top;
	-moz-transition-property: top;
	-o-transition-property: top;
	-ms-transition-property: top;
	transition-property: top;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
}
.tooltipster-fall-show {
}
.tooltipster-fall.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	top: 0px !important;
	opacity: 0;
}

.tooltipster-slide {
	left: -40px;
	-webkit-transition-property: left;
	-moz-transition-property: left;
	-o-transition-property: left;
	-ms-transition-property: left;
	transition-property: left;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-slide.tooltipster-slide-show {
}
.tooltipster-slide.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	left: 0px !important;
	opacity: 0;
}


/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
	opacity: 0.5;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
/*


   Magic Zoom Plus v5.1.14
   Copyright 2016 Magic Toolbox
   Buy a license: https://www.magictoolbox.com/magiczoomplus/
   License agreement: https://www.magictoolbox.com/license/


*/

/**
 * Core styles
 */

@font-face {
  font-family: "magictoolbox-thin";
  font-weight: normal;
  font-style: normal;
  src: url("https://static.insales-cdn.com/assets/1/4061/1773533/1663406857/magictoolbox-thin.eot#iefix") format("embedded-opentype"), url("data:font/opentype;base64,AAEAAAANAIAAAwBQRkZUTXJLSEgAAAdAAAAAHEdERUYAKQAPAAAHIAAAAB5PUy8yAlYL4QAAAVgAAABWY21hcEAYY70AAAHUAAABSmdhc3D//wADAAAHGAAAAAhnbHlmMMVOJwAAAzQAAAGIaGVhZAmWUYMAAADcAAAANmhoZWEP9QamAAABFAAAACRobXR4L0EAQAAAAbAAAAAkbG9jYQGGAgAAAAMgAAAAFG1heHAAUAAcAAABOAAAACBuYW1l6MPgdAAABLwAAAH1cG9zdLaTuyIAAAa0AAAAZAABAAAAAQAAEWdxz18PPPUACwgAAAAAANDtg/MAAAAA0O2D8wAA/gIInAaeAAAACAACAAAAAAAAAAEAAAae/gIAuAibAAD//wicAAEAAAAAAAAAAAAAAAAAAAAJAAEAAAAJABkABQAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQZeAZAABQAIBTMFmQAAAR4FMwWZAAAD1wBmAhIAAAAABQAAAAAAAAAAAAAAAAAAAAACAAAAAAAAUGZFZABAoAGgBgZm/mYAuAaeAf4AAAABAAAAAAAABAAAAAAAAAACqgAACJsAAAOlAAADpQAACJsAAAibAAAHfABAAAAAAwAAAAMAAAAcAAEAAAAAAEQAAwABAAAAHAAEACgAAAAGAAQAAQACAACgBv//AAAAAKAB//8AAGACAAEAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAqACoAKgBMAGAAdACIAJwAxAAFAAAAAAQABZoAAgAFAAgACwAPAAATEQkBIQE3AREJASEDESERZgFd/uECuP6kPQFd/mYBXP1IpAQABNf77AIK/ZkCC1z99gQU/lICCvrNBZr6ZgABAAD+AgicBp4ACwAACQEHCQEnCQE3CQEXBHEEKyP71fvVIwQr+9UjBCsEKyMCUPvVIwQr+9UjBCsEKyP71QQrIwAAAAEAAP4CA6YGngAFAAARARcJAQcDixv8iQN1GwJQBE4X+8n7yRcAAAABAAD+AgOmBp4ABQAACQEnCQE3A6b8dxsDd/yHGwJQ+7IXBDcENxcAAQAAADcInAPdAAUAACUBNwkBFwRO+7IXBDcENxc3A4oa/IkDeRoAAAEAAAA3CJwD3QAFAAAJAQcJAScETgROF/vJ+8kXA938dxsDd/yHGwACAEAAQAHAAcAADQAYAAAlBycGIyImNDYyFhUUDwEWMzI2NCYiBhUUAcAXcSk3P1lZflkh1yc5OFBQcFBXF3EhWX5ZWT82KQInUHBQUDg5AAAADACWAAEAAAAAAAEAEQAkAAEAAAAAAAIABABAAAEAAAAAAAMALQChAAEAAAAAAAQAEQDzAAEAAAAAAAUACwEdAAEAAAAAAAYAEQFNAAMAAQQJAAEAIgAAAAMAAQQJAAIACAA2AAMAAQQJAAMAWgBFAAMAAQQJAAQAIgDPAAMAAQQJAAUAFgEFAAMAAQQJAAYAIgEpAE0AYQBnAGkAYwBUAG8AbwBsAGIAbwB4AC0AVABoAGkAbgAATWFnaWNUb29sYm94LVRoaW4AAFQAaABpAG4AAFRoaW4AAEYAbwBuAHQARgBvAHIAZwBlACAAMgAuADAAIAA6ACAATQBhAGcAaQBjAFQAbwBvAGwAYgBvAHgALQBUAGgAaQBuACAAOgAgADIANwAtADEALQAyADAAMQA1AABGb250Rm9yZ2UgMi4wIDogTWFnaWNUb29sYm94LVRoaW4gOiAyNy0xLTIwMTUAAE0AYQBnAGkAYwBUAG8AbwBsAGIAbwB4AC0AVABoAGkAbgAATWFnaWNUb29sYm94LVRoaW4AAFYAZQByAHMAaQBvAG4AIAAxAC4AMAAAVmVyc2lvbiAxLjAAAE0AYQBnAGkAYwBUAG8AbwBsAGIAbwB4AC0AVABoAGkAbgAATWFnaWNUb29sYm94LVRoaW4AAAAAAAIAAAAAAAD/mgBmAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAEAAgECAQMBBAEFAQYBBwd1bmlBMDAxB3VuaUEwMDIHdW5pQTAwMwd1bmlBMDA0B3VuaUEwMDUHdW5pQTAwNgAAAAH//wACAAEAAAAMAAAAFgAAAAIAAQADAAgAAQAEAAAAAgAAAAAAAAABAAAAANBwQGEAAAAA0O2D8wAAAADQ7YPz");
}

.MagicZoom,
.mz-figure,
.mz-lens,
.mz-zoom-window,
.mz-loading,
.mz-hint,
.mz-expand .mz-expand-stage,
.mz-expand .mz-expand-stage .mz-image-stage,
.mz-expand .mz-image-stage > figure .mz-caption,
.mz-thumb img,
.mz-expand-thumbnails,
.mz-expand-controls,
.mz-button {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.MagicZoom,
.mz-figure {
    display: inline-block;
    outline: 0 !important;
    font-size: 0 !important;
    line-height: 100% !important;
    direction: ltr !important;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    vertical-align: middle;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.MagicZoom {
    -webkit-transform: translate3d(0,0,0);
    -ms-touch-action: pan-y;
        touch-action: pan-y;
}
figure.mz-figure {
    overflow: hidden;
    margin: 0 !important;
    -webkit-perspective: 300px;
            perspective: 300px;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}
.MagicZoom img,
.mz-figure img {
    border: 0 !important;
    margin: 0 !important;
    outline: 0 !important;
    padding: 0 !important;
}
.MagicZoom > img,
.mz-figure > img {
    width: 100%;
    height: auto;
}
.ie8-magic .MagicZoom > img,
.ie8-magic .mz-figure > img {
    width: 100%;
    max-width: none !important;
}
.mz-figure.mz-no-zoom.mz-no-expand,
.mz-expand .mz-figure.mz-no-zoom {
    cursor: default !important;
}
.mz-figure.mz-active,
.mz-expand {
    -ms-touch-action: none;
        touch-action: none;
}

.mz-lens,
.mz-zoom-window {
    position: absolute !important;
    overflow: hidden !important;
    pointer-events: none !important;
}
.mz-lens img,
.mz-zoom-window img {
    position: absolute !important;
    max-width: none !important;
    max-height: none !important;
}
.mz-lens img {
    -webkit-transition: none !important;
            transition: none !important;
}

.mz-zoom-window {
    z-index: 2000000000;
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
}
.mz-zoom-window.mz-magnifier {
    -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
    -webkit-mask-clip: content;
    cursor: none;
}
.mz-figure.mz-active .mz-zoom-window.mz-magnifier {
    pointer-events: auto !important;
    cursor: inherit !important;
}
.mz-zoom-window.mz-magnifier.mz-expanded {
    z-index: 2147483647;
}
.mz-zoom-window img  {
    width: auto;
    height: auto;
    left: -1000%;
    right: -1000%;
    top: -1000%;
    bottom: -1000%;
    margin: auto !important;
    -webkit-transition: none;
            transition: none;
    -webkit-transform-origin: 50% 50% !important;
        -ms-transform-origin: 50% 50% !important;
            transform-origin: 50% 50% !important;
}
.mz-zoom-window.mz-preview img {
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    height: auto !important;
    -webkit-transform: none !important;
            transform: none !important;
}
.lt-ie9-magic .mz-zoom-window img  {
    margin: 0 !important;
}

.mz-expand-controls {
    z-index: 2147483647;
}

.mz-fade {
    -webkit-transition: opacity .25s;
            transition: opacity .25s;
}
.mz-hidden {
    opacity: 0;
}
.mz-visible {
    opacity: 1;
}

.mobile-magic .mz-expand .mz-expand-bg {
    -webkit-transform-style: flat !important;
            transform-style: flat !important;
}
.mobile-magic .mz-expand .mz-image-stage > figure .mz-caption {
    display: none !important;
}
.mobile-magic .mz-expand-controls.mz-fade {
    transition: none !important;
}
.mobile-magic .mz-expand > .mz-zoom-window {
    top: 0 !important;
    left: 0 !important;
}

.mz-expanded-view-open,
.mz-expanded-view-open body {
    overflow: hidden !important;
}
.mz-expanded-view-open body { height: auto !important; }


/**
 * Main figure
 */
.mz-figure.mz-active {
    background: #fff;
}
.mz-figure.mz-no-zoom,
.mz-figure.mz-click-zoom,
.mz-figure.mz-active {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}
.mz-figure.mz-active.mz-no-expand {
    cursor: crosshair;
}
.mz-figure.mz-active.mz-click-zoom.mz-no-expand {
    cursor: crosshair;
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
    cursor: zoom-out;
}
.mz-figure.mz-active.mz-magnifier-zoom.mz-hover-zoom.mz-no-expand {
    cursor: none;
}
.mz-figure.mz-magnifier-zoom.mz-active {
    overflow: visible !important;
}

.mz-figure.mz-active > img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'saturate\' values=\'0\'/><feComponentTransfer><feFuncA type=\'linear\' slope=\'0.6\'/></feComponentTransfer></filter></svg>#grayscale");
    -webkit-filter: grayscale(80%) opacity(60%);
    filter: grayscale(80%) opacity(60%);
}
.no-cssfilters-magic .mz-figure.mz-active > img {
    opacity: 0.6;
}
.lt-ie10-magic .mz-figure.mz-active > img {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1,opacity=0.6);
}
.mz-figure.mz-active.mz-inner-zoom,
.lt-ie11-magic .mz-expand .mz-figure.mz-active.mz-inner-zoom,
.lt-ie11-magic .mz-figure.mz-active.mz-inner-zoom > img {
    opacity: 0;
}
.lt-ie11-magic .mz-figure.mz-active.mz-inner-zoom,
.lt-ie11-magic .mz-figure.mz-active.mz-inner-zoom > .mz-zoom-window {
    opacity: 1;
}
.lt-ie10-magic .mz-expand .mz-figure.mz-active.mz-inner-zoom,
.lt-ie10-magic .mz-figure.mz-active.mz-inner-zoom > img {
    filter: alpha(opacity=0);
}
.ie9-magic .mz-expand .mz-figure.mz-active.mz-inner-zoom {
    background: transparent;
}

/**
 * Zoom lens
 */
.mz-lens {
    border: 1px solid #aaa;
    border-color: rgba(170,170,170,0.7);
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    cursor: none;
    z-index: 10;
    opacity: 0;
}
.mz-figure.mz-active .mz-lens {
    opacity: 1;
    -webkit-transition: opacity .3s cubic-bezier(0.25, 0.5, 0.5, 0.9) .1s;
    transition: opacity .3s cubic-bezier(0.25, 0.5, 0.5, 0.9) .1s;
}
.mz-figure.mz-active.mz-magnifier-zoom .mz-lens {
    border-radius: 50%;
    opacity: 0;
    cursor: none;
}

/**
 * Zoom window
 */
.mz-zoom-window {
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}
.mz-zoom-window.mz-magnifier {
    border-radius: 100%;
    border: 0;
    background: rgba(255,255,255,.3);
}
.mz-zoom-window.mz-magnifier:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;bottom: 0;
    left: 0; right: 0;
    border-radius: 100%;
    border: 1px solid rgba(170,170,170,0.7);
    box-shadow: inset 0 0 20px 1px rgba(0,0,0,.3);
    background: transparent;
    z-index: 1;
}
.mz-zoom-window.mz-magnifier.mz-square,
.mz-zoom-window.mz-magnifier.mz-square:before {
    border-radius: 0 !important;
}
.lt-ie9-magic .mz-zoom-window {
    border: 1px solid #e5e5e5;
}
.mz-zoom-window.mz-inner {
    border: none;
    box-shadow: none;
}

/* Caption in zoom window */
.mz-zoom-window .mz-caption {
    background: #777;
    color: #fff;
    font-size: 10pt;
    opacity: 0.8;
    position: absolute;
    top: 0;
    z-index: 150;
    padding: 3px;
    width: 100%;
    line-height: normal !important;
    text-align: center !important;
}
.lt-ie9-magic .mz-zoom-window .mz-caption {
    filter: alpha(opacity=80);
}
.mz-zoom-window.caption-bottom .mz-caption {
    top: auto;
    bottom: 0;
}
.mz-zoom-window.mz-expanded > .mz-caption {
    display: none;
}

/* Zoom window animations */
.mz-zoom-window.mz-deactivating,
.mz-zoom-window.mz-activating {
    -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9), -webkit-transform 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
            transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9), transform 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.mz-zoom-window.mz-deactivating {
    -webkit-transition-duration: .25s, .25s, .25s;
            transition-duration: .25s, .25s, .25s;
}
.mz-zoom-window.mz-p-right,
.mz-zoom-window.mz-p-left,
.mz-zoom-window.mz-p-top,
.mz-zoom-window.mz-p-bottom {
    opacity: 0;
    z-index: -100;
}
.mz-zoom-window.mz-p-right {
    -webkit-transform: translate3d(-20%, 0, 0);
            transform: translate3d(-20%, 0, 0);
}
.mz-zoom-window.mz-p-left {
    -webkit-transform: translate3d(20%, 0, 0);
            transform: translate3d(20%, 0, 0);
}
.mz-zoom-window.mz-p-top {
    -webkit-transform: translate3d(0, 20%, 0);
            transform: translate3d(0, 20%, 0);
}
.mz-zoom-window.mz-p-bottom {
    -webkit-transform: translate3d(0, -20%, 0);
            transform: translate3d(0, -20%, 0);
}
/* Inner mode animation */
.mz-zoom-window > img {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.mz-zoom-window.mz-p-inner.mz-deactivating > img,
.mz-zoom-window.mz-p-inner.mz-activating > img {
    -webkit-transition: -webkit-transform .22s cubic-bezier(0.25, 0.5, 0.5, 0.9);
            transition: transform .22s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
/* Magnifier mode animation */
.mz-zoom-window.mz-p-magnifier {
    -webkit-transform: scale(.1);
            transform: scale(.1);
}
/* Preview mode animation */
.mz-zoom-window.mz-preview.mz-deactivating,
.mz-zoom-window.mz-preview.mz-activating,
.mz-zoom-window.mz-custom.mz-deactivating,
.mz-zoom-window.mz-custom.mz-activating {
    -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
            transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.mz-zoom-window.mz-preview.mz-deactivating,
.mz-zoom-window.mz-custom.mz-deactivating {
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
}
.mz-zoom-window.mz-p-preview,
.mz-zoom-window.mz-p-custom {
    opacity: 0;
}


/**
 * Hint & Loading
 */
.mz-hint,
.mz-loading {
    color: #eee;
    background: rgba(49,51,61,0.7);
    font: normal 12px/1.2em 'Lucida Grande', 'Lucida Sans Unicode', Verdana, 'Helvetica Neue', Arial, Helvetica, sans-serif;
    text-decoration: none;
    text-align: center;
    direction: ltr;
    display: inline-block;
    margin: 0;
    position: absolute;
    z-index: 1000;
    pointer-events: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: opacity 0.25s ease;
            transition: opacity 0.25s ease;
}

.mz-hint {
    bottom: 8px;
    left: 0;
    right: 0;
    padding: 0 10%;
    background-color: transparent;
    -webkit-transition: opacity 0.25s ease, z-index 0.25s ease;
            transition: opacity 0.25s ease, z-index 0.25s ease;
}
.mz-hint-message {
    display: inline-block;
    background: rgba(49,51,61,0.7);
    border-radius: 2em;
    padding: .7em 1.1em;
}
.mz-hint-message:before {
    content: '\02295';
    font-family: serif;
    font-size: 1.5em;
    speak: none;
    text-align: center;
    vertical-align: -2px;
    margin-right: 6px;
    -webkit-transition: opacity 0.25s ease;
            transition: opacity 0.25s ease;
}
.mobile-magic .mz-hint-message:before {
    display: none;
}

.mz-hint-hidden {
    opacity: 0;
    z-index: -1;
    -webkit-transition-delay: .6s;
            transition-delay: .6s;
}
/* Hint in the expanded view on mobile */
.mz-expand .mz-hint {
    font-size: 18px;
    line-height: 1.1em;
    top: 50%;
    bottom: auto;
    margin: 0;
    -webkit-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
            transform: translate(0,-50%);

}
.mz-expand .mz-hint-message {
    padding: 1.1em;
}
.mz-expand .mz-hint-message:before {
    display: none;
}
.mz-expand .mz-hint-hidden {
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
    opacity: 0;
}

/* Loading indicator */
.mz-loading {
    font-size: 0;
    border-radius: 100%;
    opacity: 0;
    padding: 0;
    width: 36px;
    height: 36px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.mz-loading:after {
    content: '';
    position: absolute;
    top: 0; bottom: 0;
    left: 0; right: 0;
    width: 24px;
    height: 24px;
    margin: auto;
    text-indent: -9999em;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 1);
    border-top-color: transparent;
    box-sizing: border-box;
}
.mz-loading.shown {
    opacity: 1;
    z-index: 1;
    -webkit-transition: opacity 0s;
    transition: opacity 0s;
}
.mz-loading.shown:after {
    -webkit-animation: spin-loading .9s infinite linear;
            animation: spin-loading .9s infinite linear;
}

@-webkit-keyframes spin-loading {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@keyframes spin-loading {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

.lt-ie10-magic .mz-loading {
    font-size: 12px;
    padding: .7em 1.1em;
    width: auto;
    height: auto;
}
.lt-ie10-magic .mz-loading:after {
    content: 'Loading...';
    text-indent: 0;
    border: none;
    position: relative;
}

.lt-ie9-magic .mz-loading {
    filter: alpha(opacity=0);
    right: 0;
    left:  0;
    width: 126px;
    margin: auto;
}
.lt-ie9-magic .mz-hint-message,
.lt-ie9-magic .mz-loading.shown {
    background: transparent !important;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#7c31333D', EndColorStr='#7c31333D');
}
.lt-ie9-magic .mz-hint-hidden {
    filter: alpha(opacity=0);
}



/**
 * Expanded view
 */
.mz-expand,
.mz-expand .mz-expand-bg,
.mz-expand .mz-expand-bg > img,
.mz-expand .mz-expand-bg > svg,
.mz-expand .mz-expand-stage,
.mz-expand .mz-expand-stage .mz-image-stage {
    position: absolute;
    top: 0; bottom: 0;
    left: 0; right: 0;
}
.mz-expand .mz-expand-bg,
.mz-expand .mz-expand-bg > img,
.mz-expand .mz-expand-bg > svg {
    width: auto !important;
    height: auto !important;

}
.mz-expand .mz-expand-bg,
.mz-expand .mz-expand-bg > svg  {
    min-width: 100% !important;
    min-height: 100% !important;
}

.mz-expand {
    background-color: rgba(0, 0, 0, 1);
    text-align: center;
    vertical-align: middle;
    display: block;
    overflow: hidden;
    z-index: 2100000000;
    position: fixed;
    width: auto;
    height: auto;
    -webkit-perspective: 600px;
            perspective: 600px;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -ms-overflow-style: none;
}

/* Expanded view background */
.mz-expand .mz-expand-bg {
    display: inline-block;
    vertical-align: middle;
    margin: auto;
    z-index: -100;
    max-width: none !important;
    max-height: none !important;
    -webkit-transform: translate3d(0,0,0) scale(10) rotate(0.01deg);
        -ms-transform: translate(0,0) scale(10,10) rotate(0.01deg);
            transform: translate3d(0,0,0) scale(10) rotate(0.01deg);
    -webkit-perspective: 600px;
            perspective: 600px;
    background-repeat: no-repeat;
    background-size: cover;
}
.mz-expand .mz-expand-bg > img  {
    margin: auto;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'blur\'><feGaussianBlur stdDeviation=\'80\' in=\'SourceGraphic\'></feGaussianBlur></filter></svg>#blur");
    -webkit-filter: blur(20px) brightness(60%);
            filter: blur(20px) brightness(60%);
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.mz-expand .mz-expand-bg > svg  {
    margin: auto;
    opacity: .6;
}

[data-magic-ua=edge] .mz-expand .mz-expand-bg,
.lt-ie10-magic .mz-expand .mz-expand-bg {
    display: none !important;
}
.lt-ie9-magic .mz-expand {
    background: #1f1f1f;
}
[data-magic-ua=edge] .mz-expand {
    background-color: rgba(31, 31, 31, .96);
}

/** Plain backgrounds: dark-bg, white-bg **/
.mz-expand.plain-bg .mz-expand-bg,
.mz-expand.dark-bg .mz-expand-bg,
.mz-expand.white-bg .mz-expand-bg {
    display: none !important;
}
.mz-expand.dark-bg {
    background-color: #1f1f1f;
    background-color: rgba(31, 31, 31, .96);
}
.mz-expand.white-bg {
    background-color: #fff;
}

/* Expanded view stage */
.mz-expand .mz-expand-stage {
    z-index: 2100000000;
    padding: 0;
}
.mz-expand .mz-expand-stage .mz-image-stage {
    z-index: 50;
    left: 120px;
    right: 120px;
    padding: 20px 0 40px 0;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    -webkit-perspective: 600px;
            perspective: 600px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.mz-expand .mz-expand-stage.with-thumbs .mz-image-stage {
    padding-bottom: 120px;
}
.mz-expand .mz-expand-stage.mz-zoom-in .mz-image-stage {
    padding: 0 !important;
    left: 0;
    right: 0;
}

.mz-expand .mz-image-stage > figure:before,
.mz-expand .mz-image-stage:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    font-size: 0;
    line-height: 100%;
    width: 0;
}
.mz-expand .mz-image-stage > figure {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    line-height: 100%;
    position: relative;
}
.mz-expand .mz-figure {
    overflow: visible;
    max-width: 100% !important;
}
.mz-expand .mz-figure > img {
    max-width: 100%;
    width: auto;
    height: auto;
}
.mz-expand .mz-zoom-in .mz-image-stage > figure,
.mz-expand .mz-zoom-in .mz-image-stage > figure .mz-figure.mz-activating,
.mz-expand .mz-zoom-in .mz-image-stage > figure .mz-figure.mz-active {
    width: 100%;
    height: 100%;
}
.mz-expand .mz-figure {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}
.mz-expand .mz-figure.mz-active {
    cursor: crosshair;
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
    cursor: zoom-out;
}
/* When inner zoom is always shown */
.mz-expand .mz-expand-stage.mz-zoom-in.mz-always-zoom .mz-image-stage > figure > figure > img {
    z-index: 1;
    position: absolute !important;
    top: -5000px !important;
    bottom: -5000px !important;
    left: -5000px !important;
    right: -5000px !important;
    margin: auto !important;
}

.lt-ie10-magic .mz-zoom-window.mz-expanded img  { filter: alpha(opacity=100); }
.lt-ie10-magic .mz-expand .mz-figure.mz-magnifier-zoom {
    overflow: hidden;
    filter: alpha(opacity=100);
}


/* Caption in expanded view */
.mz-expand .mz-caption {
    color: #fff;
    text-shadow: 0px 0px 46px #000;
    padding: 10px 4px;
    font: normal 10pt/1em 'Lucida Grande', 'Lucida Sans Unicode', Verdana, 'Helvetica Neue', Arial, Helvetica, sans-serif;
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0;
    opacity: 0;
}
.mz-expand .mz-caption.mz-show {
    -webkit-transition: opacity 0.15s ease-out;
    transition: opacity 0.15s ease-out;
    opacity: 1;
}
.mz-expand .mz-caption a {
    color: inherit;
    cursor: pointer;
}
.mz-expand.white-bg .mz-caption {
    color: #555;
    text-shadow: none;
}

.lt-ie9-magic .mz-expand .mz-caption {
    top: 100%;
}

.mz-expand .mz-zoom-window {
    box-shadow: none;
    background: transparent;
}
.lt-ie9-magic .mz-expand .mz-zoom-window {
    border: 0;
}

/* Expanded view on mobile */
.mobile-magic .mz-expand-stage .mz-expand-thumbnails,
.mobile-magic .mz-expand-stage .mz-image-stage {
    left: 0px;
    right: 0px;
}
.mobile-magic .mz-expand .mz-expand-stage.with-thumbs {
    bottom: 0px;
}
.mobile-magic .mz-expand-stage .mz-image-stage {
    padding: 0;
}
.mobile-magic .mz-expand .mz-expand-stage.with-thumbs .mz-image-stage {
    padding: 5px 0 60px;
}
.mobile-magic .mz-expand .mz-expand-stage.mz-zoom-in .mz-image-stage {
    padding-top: 0;
}
.mobile-magic .mz-expand .mz-expand-thumbnails {
    padding: 0;
    height: 60px;
}


/**
 * Buttons & Arrows
 */
.mz-expand-controls,
button.mz-button {
    margin: 0 !important;
    padding: 0 !important;
    outline: 0 !important;
 }
button.mz-button {
    color: #b4b4b4 !important;
    font: 900 34px/1 'magictoolbox-thin' !important;
    cursor: pointer;
    z-index: 90 !important;
    background-color: transparent !important;
    border: 1px solid rgba(180, 180, 180, 0) !important;
    border-radius: 100% !important;
    box-shadow: none !important;
    position: absolute !important;
    text-transform: none !important;
    text-align: center;
    speak: none;
    -webkit-font-smoothing: antialiased;
    width: 60px !important;
    height: 60px !important;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: none !important;
    max-height: none !important;

}
button.mz-button:before {
    display: inline;
    position: static;
    color: inherit !important;
    font: inherit !important;
    -webkit-font-smoothing: inherit !important;
}
button.mz-button.mz-button-prev,
button.mz-button.mz-button-next {
    margin: auto 10px !important;
    top: 0 !important;
    bottom: 0 !important;
    overflow: hidden !important;
}
button.mz-button.mz-button-prev {
    left: 0 !important;
}
button.mz-button.mz-button-next {
    right: 0 !important;
}
button.mz-button.mz-button-close {
    font-size: 26px !important;
    margin: 10px !important;
    top: 0 !important;
    right: 0 !important;
    z-index: 95 !important;
}
:root:not(.mobile-magic) button.mz-button {
    color: rgba(180, 180, 180, .75) !important;
    -webkit-transform: scale(.85) !important;
            transform: scale(.85) !important;
    -webkit-transition: color .25s, border-color .25s, -webkit-transform .25s !important;
            transition: color .25s, border-color .25s, transform .25s !important;

}
:root:not(.mobile-magic) button.mz-button:hover {
    color: rgba(180, 180, 180, 1) !important;
    border-color: rgba(180, 180, 180, .6) !important;
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important;
}
.mobile-magic button.mz-button {
    -webkit-transition: -webkit-transform .1s !important;
            transition: transform .1s !important;
}
.mobile-magic button.mz-button:active {
    border-color: rgba(180, 180, 180, .6) !important;
    -webkit-transform: scale(.95) !important;
            transform: scale(.95) !important;
}

button.mz-button.mz-button-close:before { content: "\a001"; }
button.mz-button.mz-button-prev:before { content: "\a002";  }
button.mz-button.mz-button-next:before { content: "\a003"; }

@media screen and (max-device-width: 767px) {
    button.mz-button-prev,
    button.mz-button-next {
        display: none !important;
    }

    .mobile-magic .mz-expand button.mz-button {
        width: 44px !important;
        height: 44px !important;
        font-size: 18px !important;
        color: rgba(255, 255, 255, 0.8) !important;
        background-color: rgba(49,51,61,0.3) !important;
        border-color: transparent !important;
    }
}

.lt-ie9-magic button.mz-button {
    border: 0;
    filter: alpha(opacity=75);
}
.lt-ie9-magic button.mz-button:hover {
    filter: alpha(opacity=100);
}


/**
 * Thumbnails
 */

 /* Thumbnails on the page */
a[data-zoom-id],
.mz-thumb, .mz-thumb:focus {
    display: inline-block;
    line-height: 0;
    outline: none;
}
a[data-zoom-id] img,
.mz-thumb img {
    border: 0;
    box-sizing: border-box;
}
.mz-thumb:hover:not(.mz-thumb-selected) img {
    -webkit-filter: brightness(75%);
            filter: brightness(75%);
}
.mz-thumb-selected img {
    -webkit-filter: brightness(60%);
            filter: brightness(60%);
}
.no-cssfilters-magic .mz-thumb {
    /*background: #000;*/
}
.no-cssfilters-magic .mz-thumb:hover:not(.mz-thumb-selected) img {
    opacity: .75;
    filter: alpha(opacity=75);
}
.no-cssfilters-magic .mz-thumb-selected img {
    opacity: .6;
    filter: alpha(opacity=60);
}
.ie9-magic .mz-thumb img {
    box-shadow: 0 0 4px 0px rgba(0,0,0,0.3);
}

 /* Thumbnails in expanded view */
.mz-expand-thumbnails {
    z-index: 50;
    position: absolute;
    bottom: 0;
    left: 65px;
    right: 65px;
    height: 80px;
    padding: 10px 0;
    box-sizing: border-box;
}
.mz-expand-thumbnails .magic-thumbs .magic-thumb {
    padding: 10px 2px;
}
.mz-expand-thumbnails .magic-thumb > img {
    cursor: pointer;
    height: 40px;
    box-shadow:0 0 5px 1px rgba(0,0,0,0.3);
}
.mz-expand-thumbnails .magic-thumb:not(.magic-thumb-selected) > img:hover {
    -webkit-filter: brightness(70%);
            filter: brightness(70%);
}
.mz-expand-thumbnails .magic-thumb-selected img {
    -webkit-filter: brightness(50%);
            filter: brightness(50%);
}
.mz-expand-thumbnails .magic-thumbs .magic-thumbs-button {
    box-shadow: none;
}
.mz-expand-thumbnails .magic-thumbs .magic-thumbs-button-disabled {
    opacity: 0;
}
.no-cssfilters-magic .mz-expand-thumbnails .magic-thumb:hover:not(.magic-thumb-selected) img {
    opacity: .7;
    filter: alpha(opacity=70);
}
.no-cssfilters-magic .mz-expand-thumbnails .magic-thumb-selected img {
    opacity: .5;
    filter: alpha(opacity=50);
}

/** Hide thumbnails in expanded view with .no-expand-thumbnails class **/
.mz-expand.no-expand-thumbnails .mz-expand-stage.with-thumbs .mz-image-stage {
    padding-bottom: 40px;
}
.mz-expand.no-expand-thumbnails .mz-expand-thumbnails {
    display: none;
}
.mobile-magic .mz-expand.no-expand-thumbnails .mz-expand-stage.with-thumbs .mz-image-stage {
    padding: 0;
}
.magic-thumbs,
.magic-thumbs .magic-thumbs-wrapper,
.magic-thumbs ul,
.magic-thumbs li,
.magic-thumbs li:before,
.magic-thumbs li:after,
.magic-thumbs li img,
.magic-thumbs .magic-thumbs-button {
    margin: 0;
    padding: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.magic-thumbs {
    direction: ltr;
    overflow: visible;
    z-index: 100;
    position: relative;
    left: 0;
    top: 0;
    padding: 0 30px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -ms-touch-action: none;
        touch-action: none;
}

.magic-thumbs {
    width: 100%;
    height: 100%;
    white-space: nowrap;
}

.magic-thumbs.no-buttons {
    padding: 0 !important;
}

.magic-thumbs-wrapper {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.magic-thumbs ul {
    list-style: none;
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    position: relative;
    white-space: nowrap;
}
.magic-thumbs.no-buttons ul {
    left: 0 !important;
    padding: 0 !important;
    -webkit-transition: none !important;
            transition: none !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
}


.magic-thumbs ul li {
    margin: 0 4px;
    height: 100%;
    width: auto;
    vertical-align: top;
    line-height: 0;
    display: inline-block;
}
.magic-thumbs ul li:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}

.magic-thumbs ul li > img {
    width: auto;
    height: auto;
    max-width: none !important;
    max-height: 100% !important;
    vertical-align: middle;
}
.ie8-magic .magic-thumbs ul li > img {
    max-width: none !important;
    max-height: none !important;
}

/* vertical */
.magic-thumbs.magic-thumbs-vertical {
    height: 100%;
}
.magic-thumbs-vertical {
    padding: 30px 0;
}
.magic-thumbs-vertical ul {
    height: auto;
    width: 100%;
    white-space: normal;
}
.magic-thumbs-vertical ul li {
    width: 100%;
    height: auto;
}
.magic-thumbs-vertical ul li {
    margin: 4px 0;
}

.magic-thumbs-vertical ul li > img {
    max-width: 100% !important;
    max-height: none !important;
}
.ie8-magic .magic-thumbs-vertical ul li > img {
    width: 100%;
}

/**
 * Buttons
 */
.magic-thumbs button.magic-thumbs-button {
    color: #b4b4b4 !important;
    font: 900 24px/1 'magictoolbox-thin' !important;
    cursor: pointer;
    z-index: 90 !important;
    background-repeat: no-repeat;
    background-color: transparent !important;
    background-image: none;
    border: 0;
    border-radius: 0;
    box-shadow: none !important;
    overflow: hidden;
    position: absolute;
    text-transform: none !important;
    speak: none;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    width: 30px;
    height: 100%;
    top: 0;
    bottom: 0;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: none !important;
    max-height: none !important;
}
.magic-thumbs button.magic-thumbs-button:before {
    display: inline;
    position: static;
    color: inherit !important;
    font: inherit !important;
    -webkit-font-smoothing: inherit !important;
}
.magic-thumbs .magic-thumbs-button-prev {
    left: 0;
}
.magic-thumbs .magic-thumbs-button-next {
    right: 0;
}
.magic-thumbs .magic-thumbs-button-prev:before { content: "\a002"; }
.magic-thumbs .magic-thumbs-button-next:before { content: "\a003"; }

:root:not(.mobile-magic) .magic-thumbs button.magic-thumbs-button {
    color: rgba(180, 180, 180, .75) !important;
    -webkit-transform: scale(.85) !important;
            transform: scale(.85) !important;
    -webkit-transition: color .25s, -webkit-transform .25s !important;
            transition: color .25s, transform .25s !important;

}
:root:not(.mobile-magic) .magic-thumbs button.magic-thumbs-button:hover {
    color: rgba(180, 180, 180, 1) !important;
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important;
}


/* Vertical buttons */
.magic-thumbs-vertical .magic-thumbs-button {
    width: 100%;
    height: 30px;
    left: 0; right: 0;
    top: auto; bottom: auto;
}
.magic-thumbs-vertical .magic-thumbs-button-prev {
    top: 0;
}
.magic-thumbs-vertical .magic-thumbs-button-next {
    bottom: 0;
}
.magic-thumbs-vertical .magic-thumbs-button-prev:before { content: "\a005"; }
.magic-thumbs-vertical .magic-thumbs-button-next:before { content: "\a004"; }


.magic-thumbs.no-buttons .magic-thumbs-button {
    display: none !important;
}
.magic-thumbs-button-disabled {
    opacity: 0.2;
    filter: alpha(opacity = 20);
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* line 3, ie.scss */
  .form-label {
    padding: 0 .7em; } }
.top-menu { 
  background: #434242;
}
.top-menu-list > li > a { 
  color: #ffffff; 
}
.top-menu li.has-collection .top-menu-collections > ul { 
    background-color: #434242;
}
.top-menu li.has-collection .top-menu-collections > ul > li > a {
   color: #ffffff; 
}
.top-menu li.has-collection .top-menu-collections > ul > li > ul {
    background-color: #434242;
}
.top-menu li.has-collection .top-menu-collections > ul > li > ul > li > a {
  border-bottom: 1px solid #ffffff;
  color: #ffffff; 
}
.top-menu li.has-collection .top-menu-collections > ul > li > ul > li > a:hover {
    border-color: #fff;
    color: #fff;
}
.top-sub-menu ul { 
    background: #434242;
}
.top-sub-menu ul li a {
     color: #ffffff; 
}
.top-sub-menu ul li a:hover {
    background-color: #fbc480;
    color: #434242;
}

.label.discount,
.catalog-product_lables--sale {
  background-color: #8c0034 !important;
}

.label-v-nalichii {
  background-color: #54c36b !important;
}

.label-hit-prodazh {
  background-color: #b45f04 !important;
}


.label-v-shou-rume {
  background-color: #4181e0 !important;
}

