

/* Start:/local/templates/trekshoes/assets/css/slick.css?17544722031572*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

/* End */


/* Start:/local/templates/trekshoes/assets/css/slick-theme.css?17834847379946*/
/* Slider */
.slick-list {
  height: 100%;
}

.slick-loading .slick-list {
  background: #fff url("/local/templates/trekshoes/assets/css/./../images/slider/ajax-loader.gif") center center no-repeat;
}

.slick-track {
  height: 100%;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("/local/templates/trekshoes/assets/css/../fonts/slick.eot");
  src: url("/local/templates/trekshoes/assets/css/../fonts/slick.eot?#iefix") format("embedded-opentype"), url("/local/templates/trekshoes/assets/css/../fonts/slick.woff") format("woff"), url("/local/templates/trekshoes/assets/css/../fonts/slick.ttf") format("truetype"), url("/local/templates/trekshoes/assets/css/../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-arrow {
  position: absolute;
  left: 0;
  font-size: 0;
  color: transparent;
  display: block;
  z-index: 10;
  width: 40px;
  height: 100%;
  top: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: opacity .6s ease;
  -o-transition: opacity .6s ease;
  transition: opacity .6s ease;
}

.slick-arrow:before, .slick-arrow:after {
  content: '';
  width: 16px;
  height: 2px;
  background-color: #000;
  position: absolute;
  top: 50%;
}

.slick-arrow:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

.slick-arrow:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0% 100%;
  -moz-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  -o-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.slick-arrow:hover:before, .slick-arrow:hover:after, .slick-arrow:active:before, .slick-arrow:active:after {
  background-color: #eb8a25;
}

.slick-arrow.slick-disabled {
  opacity: .1;
  cursor: default;
}

.slick-prev:before {
  left: 0;
}

.slick-prev:after {
  left: 0;
}

.slick-next {
  left: auto;
  right: 0;
}

.slick-next:before {
  right: 0;
  left: auto;
  -webkit-transform-origin: 100% 0%;
  -moz-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  -o-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

.slick-next:after {
  right: 0;
  margin-right: 1px;
  left: auto;
  -webkit-transform-origin: 100% 0%;
  -moz-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  -o-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

#fullscreen-slider .slick-prev,
#fullscreen-slider .slick-next {
  position: absolute;
  display: block;
  height: 100%;
  width: 400px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 0;
  padding: 0;
  border: none;
  outline: none;
  z-index: 50;
}

#fullscreen-slider .slick-prev.slick-disabled:before,
#fullscreen-slider .slick-next.slick-disabled:before {
  opacity: 0.25;
}

#fullscreen-slider .slick-prev:before, #fullscreen-slider .slick-prev:after,
#fullscreen-slider .slick-next:before,
#fullscreen-slider .slick-next:after {
  display: none;
}

#video-slider .slick-prev,
#video-slider .slick-next, .product-media_item .slick-prev,
.product-media_item .slick-next {
  position: absolute;
  display: block;
  height: 36px;
  width: 36px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -18px;
  padding: 0;
  border: none;
  outline: none;
  z-index: 50;
}

#video-slider .slick-prev.slick-disabled:before,
#video-slider .slick-next.slick-disabled:before, .product-media_item .slick-prev.slick-disabled:before,
.product-media_item .slick-next.slick-disabled:before {
  opacity: 0.25;
}

#video-slider .slick-prev:before, #video-slider .slick-prev:after,
#video-slider .slick-next:before,
#video-slider .slick-next:after, .product-media_item .slick-prev:before, .product-media_item .slick-prev:after,
.product-media_item .slick-next:before,
.product-media_item .slick-next:after {
  display: none;
}

#fullscreen-slider .slick-arrow span:after, #fullscreen-slider .slick-arrow span:before, #fullscreen-slider .slick-arrow span i:after, #fullscreen-slider .slick-arrow span i:before,
#video-slider .slick-arrow span:after,
#video-slider .slick-arrow span:before,
#video-slider .slick-arrow span i:after,
#video-slider .slick-arrow span i:before,
.product-media_item .slick-arrow span:after,
.product-media_item .slick-arrow span:before,
.product-media_item .slick-arrow span i:after,
.product-media_item .slick-arrow span i:before {
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  content: "";
  display: block;
  height: 3px;
  left: 50%;
  margin-left: -9px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  transform-origin: 0 0;
  transition: all 0.5s ease;
  z-index: 1;
}

#fullscreen-slider .slick-arrow span,
#video-slider .slick-arrow span,
.product-media_item .slick-arrow span {
  border: 3px solid #ffffff;
  height: 54px;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
  position: absolute;
  top: 50%;
  transition: all 0.5s ease;
  width: 54px;
}

#fullscreen-slider .slick-arrow span:after,
#video-slider .slick-arrow span:after,
.product-media_item .slick-arrow span:after {
  -moz-transform: rotate(47deg);
  -ms-transform: rotate(47deg);
  -webkit-transform: rotate(47deg);
  background-color: #ffffff;
  transform: rotate(47deg);
  width: 22px;
}

#fullscreen-slider .slick-arrow span:before,
#video-slider .slick-arrow span:before,
.product-media_item .slick-arrow span:before {
  -moz-transform: rotate(-47deg);
  -ms-transform: rotate(-47deg);
  -webkit-transform: rotate(-47deg);
  background-color: #ffffff;
  transform: rotate(-47deg);
  width: 20px;
}

#fullscreen-slider .slick-arrow span i:after,
#video-slider .slick-arrow span i:after,
.product-media_item .slick-arrow span i:after {
  -moz-transform: rotate(47deg);
  -ms-transform: rotate(47deg);
  -webkit-transform: rotate(47deg);
  background-color: #e97a07;
  transform: rotate(47deg);
  width: 0;
  z-index: 2;
}

#fullscreen-slider .slick-arrow span i:before,
#video-slider .slick-arrow span i:before,
.product-media_item .slick-arrow span i:before {
  -moz-transform: rotate(-47deg);
  -ms-transform: rotate(-47deg);
  -webkit-transform: rotate(-47deg);
  background-color: #e97a07;
  transform: rotate(-47deg);
  width: 0;
  z-index: 2;
}

#fullscreen-slider .slick-arrow:hover span,
#video-slider .slick-arrow:hover span,
.product-media_item .slick-arrow:hover span {
  border-color: #e97a07;
}

#fullscreen-slider .slick-arrow:hover span i:before,
#video-slider .slick-arrow:hover span i:before,
.product-media_item .slick-arrow:hover span i:before {
  width: 20px;
}

#fullscreen-slider .slick-arrow:hover span i:after,
#video-slider .slick-arrow:hover span i:after,
.product-media_item .slick-arrow:hover span i:after {
  width: 22px;
}

#fullscreen-slider .slick-prev,
#video-slider .slick-prev,
.product-media_item .slick-prev {
  left: 0;
}

#fullscreen-slider .slick-next,
#video-slider .slick-next,
.product-media_item .slick-next {
  right: 0;
}

#fullscreen-slider .slick-next span,
#video-slider .slick-next span,
.product-media_item .slick-next span {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  right: 50%;
  margin-left: auto;
  margin-right: -27px;
  transform: rotate(180deg);
}

.product-media_item .slick-arrow span {
  margin-left: 17px;
}

.product-media_item .slick-next span {
  margin-left: auto;
  margin-right: 17px;
}

/* Dots */
.slick-dots {
  position: relative;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 30px 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 8px;
  background-color: #d5d5d5;
  border: 2px solid #FFF;
  cursor: pointer;
  z-index: 41;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.slick-dots li button {
  display: none;
}

.slick-dots li.slick-active {
  border-color: #eb8a25;
  background-color: #eb8a25;
}

#fullscreen-slider .slick-dots {
  position: absolute;
  bottom: 30px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

#fullscreen-slider .slick-dots li {
  position: relative;
  display: inline-block;
  height: 26px;
  width: 26px;
  margin: 0 10px;
  cursor: pointer;
  z-index: 41;
}

#fullscreen-slider .slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 100%;
  width: 100%;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  cursor: pointer;
  border: 4px solid transparent;
  -moz-box-shadow: 0 0 0 3px #fff, inset 0 0 0 3px #fff;
  -webkit-box-shadow: 0 0 0 3px #fff, inset 0 0 0 3px #fff;
  box-shadow: 0 0 0 3px #fff, inset 0 0 0 3px #fff;
  background-color: transparent;
  border-radius: 50%;
  transition: all 0.4s ease;
}

#fullscreen-slider .slick-dots li button:hover, #fullscreen-slider .slick-dots li button:focus {
  outline: none;
}

#fullscreen-slider .slick-dots li.slick-active {
  padding: 0;
}

#fullscreen-slider .slick-dots li.slick-active button {
  -moz-box-shadow: 0 0 0 3px #ea8824, inset 0 0 0 26px #ea8824;
  -webkit-box-shadow: 0 0 0 3px #ea8824, inset 0 0 0 26px #ea8824;
  box-shadow: 0 0 0 3px #ea8824, inset 0 0 0 26px #ea8824;
}

@media screen and (max-width: 575px) {
  #fullscreen-slider .slick-dots li {
    width: 10px;
    height: 10px;
  }

  #fullscreen-slider .slick-dots li button,
  #fullscreen-slider .slick-dots li.slick-active button {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #fullscreen-slider .slick-dots li.slick-active {
    background-color: #eb8a25;
  }

  #fullscreen-slider .slick-dots {
    bottom:15px;
  }
}
/* End */


/* Start:/local/templates/trekshoes/assets/css/tooltipster.bundle.min.css?17544722036495*/
.tooltipster-fall,.tooltipster-grow.tooltipster-show{-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-base{display:flex;pointer-events:none;position:absolute}.tooltipster-box{flex:1 1 auto}.tooltipster-content{box-sizing:border-box;max-height:100%;max-width:100%;overflow:auto}.tooltipster-ruler{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;visibility:hidden}.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.tooltipster-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.tooltipster-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(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,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.tooltipster-show{opacity:1;-webkit-transform:rotateZ(0);-moz-transform:rotateZ(0);-o-transform:rotateZ(0);-ms-transform:rotateZ(0);transform:rotateZ(0);-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,1);-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-moz-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-ms-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-o-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);transition-timing-function:cubic-bezier(.23,.635,.495,2.4)}.tooltipster-fall{-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(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-fall.tooltipster-initial{top:0!important}.tooltipster-fall.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;top:0!important;opacity:0}.tooltipster-slide{-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(.175,.885,.32,1);-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-slide.tooltipster-initial{left:-40px!important}.tooltipster-slide.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;left:0!important;opacity:0}@keyframes tooltipster-fading{0%{opacity:0}100%{opacity:1}}.tooltipster-update-fade{animation:tooltipster-fading .4s}@keyframes tooltipster-rotating{25%{transform:rotate(-2deg)}75%{transform:rotate(2deg)}100%{transform:rotate(0)}}.tooltipster-update-rotate{animation:tooltipster-rotating .6s}@keyframes tooltipster-scaling{50%{transform:scale(1.1)}100%{transform:scale(1)}}.tooltipster-update-scale{animation:tooltipster-scaling .6s}.tooltipster-sidetip .tooltipster-box{background:#565656;border:2px solid #000;border-radius:4px}.tooltipster-sidetip.tooltipster-bottom .tooltipster-box{margin-top:8px}.tooltipster-sidetip.tooltipster-left .tooltipster-box{margin-right:8px}.tooltipster-sidetip.tooltipster-right .tooltipster-box{margin-left:8px}.tooltipster-sidetip.tooltipster-top .tooltipster-box{margin-bottom:8px}.tooltipster-sidetip .tooltipster-content{color:#fff;line-height:18px;padding:6px 14px}.tooltipster-sidetip .tooltipster-arrow{overflow:hidden;position:absolute}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow{height:10px;margin-left:-10px;top:0;width:20px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow{height:20px;margin-top:-10px;right:0;top:0;width:10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow{height:20px;margin-top:-10px;left:0;top:0;width:10px}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow{bottom:0;height:10px;margin-left:-10px;width:20px}.tooltipster-sidetip .tooltipster-arrow-background,.tooltipster-sidetip .tooltipster-arrow-border{height:0;position:absolute;width:0}.tooltipster-sidetip .tooltipster-arrow-background{border:10px solid transparent}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background{border-bottom-color:#565656;left:0;top:3px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background{border-left-color:#565656;left:-3px;top:0}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background{border-right-color:#565656;left:3px;top:0}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background{border-top-color:#565656;left:0;top:-3px}.tooltipster-sidetip .tooltipster-arrow-border{border:10px solid transparent;left:0;top:0}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border{border-bottom-color:#000}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border{border-left-color:#000}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border{border-right-color:#000}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border{border-top-color:#000}.tooltipster-sidetip .tooltipster-arrow-uncropped{position:relative}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped{top:-10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped{left:-10px}
/* End */


/* Start:/local/templates/trekshoes/assets/css/animate.min.css?175447220355789*/
@charset "UTF-8";/*!Animate.css - http://daneden.me/animate Licensed under the MIT license -http://opensource.org/licenses/MIT Copyright (c) 2015 Daniel Eden*/.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}.animated.bounceIn,.animated.bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s}.animated.flipOutX,.animated.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounce{0%,20%,53%,80%,100%{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,20%,53%,80%,100%{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,100%{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,100%{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes pulse{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,0.75,1);transform:scale3d(1.25,0.75,1)}40%{-webkit-transform:scale3d(0.75,1.25,1);transform:scale3d(0.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,0.85,1);transform:scale3d(1.15,0.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes rubberBand{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,0.75,1);transform:scale3d(1.25,0.75,1)}40%{-webkit-transform:scale3d(0.75,1.25,1);transform:scale3d(0.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,0.85,1);transform:scale3d(1.15,0.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes 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 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)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}100%{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}@keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}100%{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes tada{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}100%{-webkit-transform:none;transform:none}}@keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}100%{-webkit-transform:none;transform:none}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{11.1%{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-0.78125deg) skewY(-0.78125deg);transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{-webkit-transform:skewX(0.390625deg) skewY(0.390625deg);transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{-webkit-transform:skewX(-0.1953125deg) skewY(-0.1953125deg);transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}100%{-webkit-transform:none;transform:none}}@keyframes jello{11.1%{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-0.78125deg) skewY(-0.78125deg);transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{-webkit-transform:skewX(0.390625deg) skewY(0.390625deg);transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{-webkit-transform:skewX(-0.1953125deg) skewY(-0.1953125deg);transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}100%{-webkit-transform:none;transform:none}}.jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,100%{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}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 bounceIn{0%,20%,40%,60%,80%,100%{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}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)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,100%{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInDown{0%,60%,75%,90%,100%{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}100%{-webkit-transform:none;transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,100%{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInLeft{0%,60%,75%,90%,100%{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}100%{-webkit-transform:none;transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,100%{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInRight{0%,60%,75%,90%,100%{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}100%{-webkit-transform:none;transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,100%{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInUp{0%,60%,75%,90%,100%{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{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 bounceOut{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)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-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 flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-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)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-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 flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-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)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes 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 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}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes 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 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}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}100%{-webkit-transform:none;transform:none;opacity:1}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}100%{-webkit-transform:none;transform:none;opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}100%{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{0%{opacity:1}100%{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}@keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}100%{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}100%{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}100%{opacity:1;-webkit-transform:none;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}@keyframes rollOut{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}100%{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}100%{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}100%{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}100%{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}100%{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}100%{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}100%{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}100%{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}100%{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}100%{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}

/* End */


/* Start:/local/templates/trekshoes/assets/css/styles.css?1789108131234712*/
@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/**
 * Foundation for Sites by ZURB
 * Version 6.2.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
.row {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}
.row::before, .row::after {
  content: ' ';
  display: table;
}
.row::after {
  clear: both;
}
.row.collapse > .column, .row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.row .row {
  max-width: none;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
@media screen and (min-width: 23.125em) {
  .row .row {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
}
@media screen and (min-width: 48em) {
  .row .row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
.row .row.collapse {
  margin-left: 0;
  margin-right: 0;
}
.row.expanded {
  max-width: none;
}
.row.expanded .row {
  margin-left: auto;
  margin-right: auto;
}

.column, .columns {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 23.125em) {
  .column, .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media screen and (min-width: 48em) {
  .column, .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}
.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

.column.row.row, .row.row.columns {
  float: none;
}
.row .column.row.row, .row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

.small-1 {
  width: 8.33333%;
}

.small-push-1 {
  position: relative;
  left: 8.33333%;
}

.small-pull-1 {
  position: relative;
  left: -8.33333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  width: 16.66667%;
}

.small-push-2 {
  position: relative;
  left: 16.66667%;
}

.small-pull-2 {
  position: relative;
  left: -16.66667%;
}

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

.small-3 {
  width: 25%;
}

.small-push-3 {
  position: relative;
  left: 25%;
}

.small-pull-3 {
  position: relative;
  left: -25%;
}

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

.small-4 {
  width: 33.33333%;
}

.small-push-4 {
  position: relative;
  left: 33.33333%;
}

.small-pull-4 {
  position: relative;
  left: -33.33333%;
}

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

.small-5 {
  width: 41.66667%;
}

.small-push-5 {
  position: relative;
  left: 41.66667%;
}

.small-pull-5 {
  position: relative;
  left: -41.66667%;
}

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

.small-6 {
  width: 50%;
}

.small-push-6 {
  position: relative;
  left: 50%;
}

.small-pull-6 {
  position: relative;
  left: -50%;
}

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

.small-7 {
  width: 58.33333%;
}

.small-push-7 {
  position: relative;
  left: 58.33333%;
}

.small-pull-7 {
  position: relative;
  left: -58.33333%;
}

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

.small-8 {
  width: 66.66667%;
}

.small-push-8 {
  position: relative;
  left: 66.66667%;
}

.small-pull-8 {
  position: relative;
  left: -66.66667%;
}

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

.small-9 {
  width: 75%;
}

.small-push-9 {
  position: relative;
  left: 75%;
}

.small-pull-9 {
  position: relative;
  left: -75%;
}

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

.small-10 {
  width: 83.33333%;
}

.small-push-10 {
  position: relative;
  left: 83.33333%;
}

.small-pull-10 {
  position: relative;
  left: -83.33333%;
}

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

.small-11 {
  width: 91.66667%;
}

.small-push-11 {
  position: relative;
  left: 91.66667%;
}

.small-pull-11 {
  position: relative;
  left: -91.66667%;
}

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

.small-12 {
  width: 100%;
}

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

.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left;
}
.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}
.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left;
}

.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left;
}
.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}
.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left;
}

.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.33333%;
  float: left;
}
.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}
.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left;
}

.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left;
}
.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}
.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left;
}

.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left;
}
.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}
.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left;
}

.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.66667%;
  float: left;
}
.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}
.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left;
}

.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.28571%;
  float: left;
}
.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}
.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left;
}

.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left;
}
.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}
.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left;
}

.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.small-collapse .row, .expanded.row .small-collapse.row {
  margin-left: 0;
  margin-right: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.small-centered {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left;
}

@media screen and (min-width: 23.125em) {
  .medium-1 {
    width: 8.33333%;
  }

  .medium-push-1 {
    position: relative;
    left: 8.33333%;
  }

  .medium-pull-1 {
    position: relative;
    left: -8.33333%;
  }

  .medium-offset-0 {
    margin-left: 0%;
  }

  .medium-2 {
    width: 16.66667%;
  }

  .medium-push-2 {
    position: relative;
    left: 16.66667%;
  }

  .medium-pull-2 {
    position: relative;
    left: -16.66667%;
  }

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

  .medium-3 {
    width: 25%;
  }

  .medium-push-3 {
    position: relative;
    left: 25%;
  }

  .medium-pull-3 {
    position: relative;
    left: -25%;
  }

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

  .medium-4 {
    width: 33.33333%;
  }

  .medium-push-4 {
    position: relative;
    left: 33.33333%;
  }

  .medium-pull-4 {
    position: relative;
    left: -33.33333%;
  }

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

  .medium-5 {
    width: 41.66667%;
  }

  .medium-push-5 {
    position: relative;
    left: 41.66667%;
  }

  .medium-pull-5 {
    position: relative;
    left: -41.66667%;
  }

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

  .medium-6 {
    width: 50%;
  }

  .medium-push-6 {
    position: relative;
    left: 50%;
  }

  .medium-pull-6 {
    position: relative;
    left: -50%;
  }

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

  .medium-7 {
    width: 58.33333%;
  }

  .medium-push-7 {
    position: relative;
    left: 58.33333%;
  }

  .medium-pull-7 {
    position: relative;
    left: -58.33333%;
  }

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

  .medium-8 {
    width: 66.66667%;
  }

  .medium-push-8 {
    position: relative;
    left: 66.66667%;
  }

  .medium-pull-8 {
    position: relative;
    left: -66.66667%;
  }

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

  .medium-9 {
    width: 75%;
  }

  .medium-push-9 {
    position: relative;
    left: 75%;
  }

  .medium-pull-9 {
    position: relative;
    left: -75%;
  }

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

  .medium-10 {
    width: 83.33333%;
  }

  .medium-push-10 {
    position: relative;
    left: 83.33333%;
  }

  .medium-pull-10 {
    position: relative;
    left: -83.33333%;
  }

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

  .medium-11 {
    width: 91.66667%;
  }

  .medium-push-11 {
    position: relative;
    left: 91.66667%;
  }

  .medium-pull-11 {
    position: relative;
    left: -91.66667%;
  }

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

  .medium-12 {
    width: 100%;
  }

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

  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }

  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }

  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.33333%;
    float: left;
  }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }

  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }

  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }

  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.66667%;
    float: left;
  }
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }

  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.28571%;
    float: left;
  }
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left;
  }

  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left;
  }

  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .medium-collapse .row, .expanded.row .medium-collapse.row {
    margin-left: 0;
    margin-right: 0;
  }

  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}
@media screen and (min-width: 48em) {
  .large-1 {
    width: 8.33333%;
  }

  .large-push-1 {
    position: relative;
    left: 8.33333%;
  }

  .large-pull-1 {
    position: relative;
    left: -8.33333%;
  }

  .large-offset-0 {
    margin-left: 0%;
  }

  .large-2 {
    width: 16.66667%;
  }

  .large-push-2 {
    position: relative;
    left: 16.66667%;
  }

  .large-pull-2 {
    position: relative;
    left: -16.66667%;
  }

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

  .large-3 {
    width: 25%;
  }

  .large-push-3 {
    position: relative;
    left: 25%;
  }

  .large-pull-3 {
    position: relative;
    left: -25%;
  }

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

  .large-4 {
    width: 33.33333%;
  }

  .large-push-4 {
    position: relative;
    left: 33.33333%;
  }

  .large-pull-4 {
    position: relative;
    left: -33.33333%;
  }

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

  .large-5 {
    width: 41.66667%;
  }

  .large-push-5 {
    position: relative;
    left: 41.66667%;
  }

  .large-pull-5 {
    position: relative;
    left: -41.66667%;
  }

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

  .large-6 {
    width: 50%;
  }

  .large-push-6 {
    position: relative;
    left: 50%;
  }

  .large-pull-6 {
    position: relative;
    left: -50%;
  }

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

  .large-7 {
    width: 58.33333%;
  }

  .large-push-7 {
    position: relative;
    left: 58.33333%;
  }

  .large-pull-7 {
    position: relative;
    left: -58.33333%;
  }

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

  .large-8 {
    width: 66.66667%;
  }

  .large-push-8 {
    position: relative;
    left: 66.66667%;
  }

  .large-pull-8 {
    position: relative;
    left: -66.66667%;
  }

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

  .large-9 {
    width: 75%;
  }

  .large-push-9 {
    position: relative;
    left: 75%;
  }

  .large-pull-9 {
    position: relative;
    left: -75%;
  }

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

  .large-10 {
    width: 83.33333%;
  }

  .large-push-10 {
    position: relative;
    left: 83.33333%;
  }

  .large-pull-10 {
    position: relative;
    left: -83.33333%;
  }

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

  .large-11 {
    width: 91.66667%;
  }

  .large-push-11 {
    position: relative;
    left: 91.66667%;
  }

  .large-pull-11 {
    position: relative;
    left: -91.66667%;
  }

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

  .large-12 {
    width: 100%;
  }

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

  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }

  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }

  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.33333%;
    float: left;
  }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }

  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }

  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }

  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.66667%;
    float: left;
  }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }

  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.28571%;
    float: left;
  }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left;
  }

  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left;
  }

  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .large-collapse .row, .expanded.row .large-collapse.row {
    margin-left: 0;
    margin-right: 0;
  }

  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  .large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}
@media screen and (min-width: 61.25em) {
  .xlarge-1 {
    width: 8.33333%;
  }

  .xlarge-push-1 {
    position: relative;
    left: 8.33333%;
  }

  .xlarge-pull-1 {
    position: relative;
    left: -8.33333%;
  }

  .xlarge-offset-0 {
    margin-left: 0%;
  }

  .xlarge-2 {
    width: 16.66667%;
  }

  .xlarge-push-2 {
    position: relative;
    left: 16.66667%;
  }

  .xlarge-pull-2 {
    position: relative;
    left: -16.66667%;
  }

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

  .xlarge-3 {
    width: 25%;
  }

  .xlarge-push-3 {
    position: relative;
    left: 25%;
  }

  .xlarge-pull-3 {
    position: relative;
    left: -25%;
  }

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

  .xlarge-4 {
    width: 33.33333%;
  }

  .xlarge-push-4 {
    position: relative;
    left: 33.33333%;
  }

  .xlarge-pull-4 {
    position: relative;
    left: -33.33333%;
  }

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

  .xlarge-5 {
    width: 41.66667%;
  }

  .xlarge-push-5 {
    position: relative;
    left: 41.66667%;
  }

  .xlarge-pull-5 {
    position: relative;
    left: -41.66667%;
  }

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

  .xlarge-6 {
    width: 50%;
  }

  .xlarge-push-6 {
    position: relative;
    left: 50%;
  }

  .xlarge-pull-6 {
    position: relative;
    left: -50%;
  }

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

  .xlarge-7 {
    width: 58.33333%;
  }

  .xlarge-push-7 {
    position: relative;
    left: 58.33333%;
  }

  .xlarge-pull-7 {
    position: relative;
    left: -58.33333%;
  }

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

  .xlarge-8 {
    width: 66.66667%;
  }

  .xlarge-push-8 {
    position: relative;
    left: 66.66667%;
  }

  .xlarge-pull-8 {
    position: relative;
    left: -66.66667%;
  }

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

  .xlarge-9 {
    width: 75%;
  }

  .xlarge-push-9 {
    position: relative;
    left: 75%;
  }

  .xlarge-pull-9 {
    position: relative;
    left: -75%;
  }

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

  .xlarge-10 {
    width: 83.33333%;
  }

  .xlarge-push-10 {
    position: relative;
    left: 83.33333%;
  }

  .xlarge-pull-10 {
    position: relative;
    left: -83.33333%;
  }

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

  .xlarge-11 {
    width: 91.66667%;
  }

  .xlarge-push-11 {
    position: relative;
    left: 91.66667%;
  }

  .xlarge-pull-11 {
    position: relative;
    left: -91.66667%;
  }

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

  .xlarge-12 {
    width: 100%;
  }

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

  .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .xlarge-up-1 > .column:nth-of-type(1n), .xlarge-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-1 > .column:nth-of-type(1n+1), .xlarge-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .xlarge-up-1 > .column:last-child, .xlarge-up-1 > .columns:last-child {
    float: left;
  }

  .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .xlarge-up-2 > .column:nth-of-type(1n), .xlarge-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-2 > .column:nth-of-type(2n+1), .xlarge-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .xlarge-up-2 > .column:last-child, .xlarge-up-2 > .columns:last-child {
    float: left;
  }

  .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
    width: 33.33333%;
    float: left;
  }
  .xlarge-up-3 > .column:nth-of-type(1n), .xlarge-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-3 > .column:nth-of-type(3n+1), .xlarge-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .xlarge-up-3 > .column:last-child, .xlarge-up-3 > .columns:last-child {
    float: left;
  }

  .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .xlarge-up-4 > .column:nth-of-type(1n), .xlarge-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-4 > .column:nth-of-type(4n+1), .xlarge-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .xlarge-up-4 > .column:last-child, .xlarge-up-4 > .columns:last-child {
    float: left;
  }

  .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .xlarge-up-5 > .column:nth-of-type(1n), .xlarge-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-5 > .column:nth-of-type(5n+1), .xlarge-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .xlarge-up-5 > .column:last-child, .xlarge-up-5 > .columns:last-child {
    float: left;
  }

  .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
    width: 16.66667%;
    float: left;
  }
  .xlarge-up-6 > .column:nth-of-type(1n), .xlarge-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-6 > .column:nth-of-type(6n+1), .xlarge-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .xlarge-up-6 > .column:last-child, .xlarge-up-6 > .columns:last-child {
    float: left;
  }

  .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
    width: 14.28571%;
    float: left;
  }
  .xlarge-up-7 > .column:nth-of-type(1n), .xlarge-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-7 > .column:nth-of-type(7n+1), .xlarge-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .xlarge-up-7 > .column:last-child, .xlarge-up-7 > .columns:last-child {
    float: left;
  }

  .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .xlarge-up-8 > .column:nth-of-type(1n), .xlarge-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-8 > .column:nth-of-type(8n+1), .xlarge-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .xlarge-up-8 > .column:last-child, .xlarge-up-8 > .columns:last-child {
    float: left;
  }

  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .xlarge-collapse .row, .expanded.row .xlarge-collapse.row {
    margin-left: 0;
    margin-right: 0;
  }

  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  .xlarge-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .xlarge-uncentered,
  .xlarge-push-0,
  .xlarge-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}
@media screen and (min-width: 76.25em) {
  .xxlarge-1 {
    width: 8.33333%;
  }

  .xxlarge-push-1 {
    position: relative;
    left: 8.33333%;
  }

  .xxlarge-pull-1 {
    position: relative;
    left: -8.33333%;
  }

  .xxlarge-offset-0 {
    margin-left: 0%;
  }

  .xxlarge-2 {
    width: 16.66667%;
  }

  .xxlarge-push-2 {
    position: relative;
    left: 16.66667%;
  }

  .xxlarge-pull-2 {
    position: relative;
    left: -16.66667%;
  }

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

  .xxlarge-3 {
    width: 25%;
  }

  .xxlarge-push-3 {
    position: relative;
    left: 25%;
  }

  .xxlarge-pull-3 {
    position: relative;
    left: -25%;
  }

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

  .xxlarge-4 {
    width: 33.33333%;
  }

  .xxlarge-push-4 {
    position: relative;
    left: 33.33333%;
  }

  .xxlarge-pull-4 {
    position: relative;
    left: -33.33333%;
  }

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

  .xxlarge-5 {
    width: 41.66667%;
  }

  .xxlarge-push-5 {
    position: relative;
    left: 41.66667%;
  }

  .xxlarge-pull-5 {
    position: relative;
    left: -41.66667%;
  }

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

  .xxlarge-6 {
    width: 50%;
  }

  .xxlarge-push-6 {
    position: relative;
    left: 50%;
  }

  .xxlarge-pull-6 {
    position: relative;
    left: -50%;
  }

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

  .xxlarge-7 {
    width: 58.33333%;
  }

  .xxlarge-push-7 {
    position: relative;
    left: 58.33333%;
  }

  .xxlarge-pull-7 {
    position: relative;
    left: -58.33333%;
  }

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

  .xxlarge-8 {
    width: 66.66667%;
  }

  .xxlarge-push-8 {
    position: relative;
    left: 66.66667%;
  }

  .xxlarge-pull-8 {
    position: relative;
    left: -66.66667%;
  }

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

  .xxlarge-9 {
    width: 75%;
  }

  .xxlarge-push-9 {
    position: relative;
    left: 75%;
  }

  .xxlarge-pull-9 {
    position: relative;
    left: -75%;
  }

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

  .xxlarge-10 {
    width: 83.33333%;
  }

  .xxlarge-push-10 {
    position: relative;
    left: 83.33333%;
  }

  .xxlarge-pull-10 {
    position: relative;
    left: -83.33333%;
  }

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

  .xxlarge-11 {
    width: 91.66667%;
  }

  .xxlarge-push-11 {
    position: relative;
    left: 91.66667%;
  }

  .xxlarge-pull-11 {
    position: relative;
    left: -91.66667%;
  }

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

  .xxlarge-12 {
    width: 100%;
  }

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

  .xxlarge-up-1 > .column, .xxlarge-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .xxlarge-up-1 > .column:nth-of-type(1n), .xxlarge-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-1 > .column:nth-of-type(1n+1), .xxlarge-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .xxlarge-up-1 > .column:last-child, .xxlarge-up-1 > .columns:last-child {
    float: left;
  }

  .xxlarge-up-2 > .column, .xxlarge-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .xxlarge-up-2 > .column:nth-of-type(1n), .xxlarge-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-2 > .column:nth-of-type(2n+1), .xxlarge-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .xxlarge-up-2 > .column:last-child, .xxlarge-up-2 > .columns:last-child {
    float: left;
  }

  .xxlarge-up-3 > .column, .xxlarge-up-3 > .columns {
    width: 33.33333%;
    float: left;
  }
  .xxlarge-up-3 > .column:nth-of-type(1n), .xxlarge-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-3 > .column:nth-of-type(3n+1), .xxlarge-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .xxlarge-up-3 > .column:last-child, .xxlarge-up-3 > .columns:last-child {
    float: left;
  }

  .xxlarge-up-4 > .column, .xxlarge-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .xxlarge-up-4 > .column:nth-of-type(1n), .xxlarge-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-4 > .column:nth-of-type(4n+1), .xxlarge-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .xxlarge-up-4 > .column:last-child, .xxlarge-up-4 > .columns:last-child {
    float: left;
  }

  .xxlarge-up-5 > .column, .xxlarge-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .xxlarge-up-5 > .column:nth-of-type(1n), .xxlarge-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-5 > .column:nth-of-type(5n+1), .xxlarge-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .xxlarge-up-5 > .column:last-child, .xxlarge-up-5 > .columns:last-child {
    float: left;
  }

  .xxlarge-up-6 > .column, .xxlarge-up-6 > .columns {
    width: 16.66667%;
    float: left;
  }
  .xxlarge-up-6 > .column:nth-of-type(1n), .xxlarge-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-6 > .column:nth-of-type(6n+1), .xxlarge-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .xxlarge-up-6 > .column:last-child, .xxlarge-up-6 > .columns:last-child {
    float: left;
  }

  .xxlarge-up-7 > .column, .xxlarge-up-7 > .columns {
    width: 14.28571%;
    float: left;
  }
  .xxlarge-up-7 > .column:nth-of-type(1n), .xxlarge-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-7 > .column:nth-of-type(7n+1), .xxlarge-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .xxlarge-up-7 > .column:last-child, .xxlarge-up-7 > .columns:last-child {
    float: left;
  }

  .xxlarge-up-8 > .column, .xxlarge-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .xxlarge-up-8 > .column:nth-of-type(1n), .xxlarge-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-8 > .column:nth-of-type(8n+1), .xxlarge-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .xxlarge-up-8 > .column:last-child, .xxlarge-up-8 > .columns:last-child {
    float: left;
  }

  .xxlarge-collapse > .column, .xxlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .xxlarge-collapse .row, .expanded.row .xxlarge-collapse.row {
    margin-left: 0;
    margin-right: 0;
  }

  .xxlarge-uncollapse > .column, .xxlarge-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  .xxlarge-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .xxlarge-uncentered,
  .xxlarge-push-0,
  .xxlarge-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}
.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 23.0625em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 23.125em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media screen and (min-width: 23.125em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 23.0625em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 23.125em) and (max-width: 47.9375em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 23.0625em), screen and (min-width: 48em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media screen and (min-width: 48em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 47.9375em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 48em) and (max-width: 61.1875em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 47.9375em), screen and (min-width: 61.25em) {
  .show-for-large-only {
    display: none !important;
  }
}

@media screen and (min-width: 61.25em) {
  .hide-for-xlarge {
    /*display: none !important; */
  }
}

@media screen and (max-width: 61.1875em) {
  .show-for-xlarge {
    display: block !important;
  }
}

@media screen and (min-width: 61.25em) and (max-width: 76.1875em) {
  .hide-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 61.1875em), screen and (min-width: 76.25em) {
  .show-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (min-width: 76.25em) {
  .hide-for-xxlarge {
    display: none !important;
  }
}

@media screen and (max-width: 76.1875em) {
  .show-for-xxlarge {
    display: none !important;
  }
}

@media screen and (min-width: 76.25em) {
  .hide-for-xxlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 76.1875em) {
  .show-for-xxlarge-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

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

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

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

.clearfix::before, .clearfix::after {
  content: ' ';
  display: table;
}
.clearfix::after {
  clear: both;
}
.widget-cart{
  position: relative;
}
.icons-sprite, #header .top .links span.phone:before,
#header-fixed-menu .top .links span.phone:before, #header .top .links .user span:before,
#header-fixed-menu .top .links .user span:before, #header .top .widget-view span:before,
#header-fixed-menu .top .widget-view span:before, #header .top .widget-cart span:before,
#header-fixed-menu .top .widget-cart span:before, #header .top .widget-favourite span:before,
#header-fixed-menu .top .widget-favourite span:before, .icon-like, .icon-like.active, .product-block__like.active .icon-like, #video-slider .video_play, #up-button:before, #catalog-element-block .to-cart .btn-to-cart:before, #catalog-element-block .to-cart .btn-to-cart_active:before, #catalog-element-block .to-cart .btn-to-favourite:before, #catalog-element-block .to-cart .btn-to-favourite.active:before, #catalog-element-block .to-cart .btn-favourite:before, #catalog-element-block .to-cart .btn-favourite.active:before, .helper:before, #filter .filter-open {
  background-image: url('/local/templates/trekshoes/assets/css/../images/icons-s5cc08032c9.png');
  background-repeat: no-repeat;
}

.buyer-sprite, #tabs_buyer .ionTabs__head .ionTabs__tab .icon-size:before, #tabs_buyer .ionTabs__head .ionTabs__tab .icon-order:before, #tabs_buyer .ionTabs__head .ionTabs__tab .icon-delivery:before, #tabs_buyer .ionTabs__head .ionTabs__tab .icon-promo:before, #tabs_buyer .ionTabs__head .ionTabs__tab .icon-pay:before, #tabs_buyer .ionTabs__head .ionTabs__tab .icon-back:before, #tabs_buyer .ionTabs__head .ionTabs__tab .icon-safe:before, #tabs_buyer .ionTabs__head .ionTabs__tab .icon-info:before, #tabs_buyer .ionTabs__head .ionTabs__tab_state_active .icon-size:before, #tabs_buyer .ionTabs__head .ionTabs__tab_state_active .icon-order:before, #tabs_buyer .ionTabs__head .ionTabs__tab_state_active .icon-delivery:before, #tabs_buyer .ionTabs__head .ionTabs__tab_state_active .icon-promo:before, #tabs_buyer .ionTabs__head .ionTabs__tab_state_active .icon-pay:before, #tabs_buyer .ionTabs__head .ionTabs__tab_state_active .icon-back:before, #tabs_buyer .ionTabs__head .ionTabs__tab_state_active .icon-safe:before, #tabs_buyer .ionTabs__head .ionTabs__tab_state_active .icon-info:before {
  background-image: url('/local/templates/trekshoes/assets/css/../images/buyer-sb4ac333e9d.png');
  background-repeat: no-repeat;
}

::selection {
  background: #00bcd4;
  color: #FFF;
  text-shadow: none;
}

::-moz-selection {
  background: #00bcd4;
  color: #FFF;
  text-shadow: none;
}

.c_center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c_center::before, .c_center::after {
  content: ' ';
  display: table;
}
.c_center::after {
  clear: both;
}

@font-face {
  font-family: "PT Sans";
  src: url("/local/templates/trekshoes/assets/css/../fonts/PTSansRegular/PTSansRegular.eot");
  src: url("/local/templates/trekshoes/assets/css/../fonts/PTSansRegular/PTSansRegular.eot?#iefix") format("embedded-opentype"), url("/local/templates/trekshoes/assets/css/../fonts/PTSansRegular/PTSansRegular.woff") format("woff"), url("/local/templates/trekshoes/assets/css/../fonts/PTSansRegular/PTSansRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PT Sans";
  src: url("/local/templates/trekshoes/assets/css/../fonts/PTSansItalic/PTSansItalic.eot");
  src: url("/local/templates/trekshoes/assets/css/../fonts/PTSansItalic/PTSansItalic.eot?#iefix") format("embedded-opentype"), url("/local/templates/trekshoes/assets/css/../fonts/PTSansItalic/PTSansItalic.woff") format("woff"), url("/local/templates/trekshoes/assets/css/../fonts/PTSansItalic/PTSansItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: normal;
}
@font-face {
  font-family: "PT Sans";
  src: url("/local/templates/trekshoes/assets/css/../fonts/PTSansBold/PTSansBold.eot");
  src: url("/local/templates/trekshoes/assets/css/../fonts/PTSansBold/PTSansBold.eot?#iefix") format("embedded-opentype"), url("/local/templates/trekshoes/assets/css/../fonts/PTSansBold/PTSansBold.woff") format("woff"), url("/local/templates/trekshoes/assets/css/../fonts/PTSansBold/PTSansBold.ttf") format("truetype");
  font-style: normal;
  font-weight: bold;
}
#debug {
  position: fixed;
  top: 0;
  left: 0;
  background-color: black;
  color: white;
  padding: 4px 5px;
  font-size: 13px;
  font-family: Tahoma;
  z-index: 9999;
}
#debug div {
  display: none;
}
@media screen and (min-width: 76.25em) {
  #debug div.xxlarge {
    display: block;
  }
}
@media screen and (min-width: 61.25em) and (max-width: 76.1875em) {
  #debug div.xlarge {
    display: block;
  }
}
@media screen and (min-width: 48em) and (max-width: 61.1875em) {
  #debug div.large {
    display: block;
  }
}
@media screen and (min-width: 23.125em) and (max-width: 47.9375em) {
  #debug div.medium {
    display: block;
  }
}
@media screen and (max-width: 23.0625em) {
  #debug div.small {
    display: block;
  }
}

html, body {
  background: #fff;
  color: #2d2c2b;
  width: 100%;
  height: 100%;
  font-family: "PT Sans";
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.lock {
  height: 100%;
  overflow: hidden;
}

h1 {
  color: #383736;
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
  margin-bottom: 35px;
}

h1 + p {
  margin-top: -10px;
}

.hgray {
  color: #696968;
  font-size: 36px;
  line-height: 44px;
  font-weight: 400;
  margin-bottom: 35px;
}

h2 {
  color: #383736;
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}

h3 {
  color: #383736;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}

h4 {
  color: #383736;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}

@media screen and (max-width: 47.9375em) {
  h1 {
    color: #383736;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 25px;
  }

  .hgray {
    color: #696968;
    font-size: 32px;
    line-height: 40px;
    font-weight: 400;
    margin-bottom: 25px;
  }

  h2 {
    color: #383736;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 10px;
  }

  h3 {
    color: #383736;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 10px;
  }

  h4 {
    color: #383736;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 10px;
  }
}
.underline {
  padding-bottom: 10px;
  border-bottom: 1px solid #c0beb2;
}

p:not(:last-child) {
  margin-bottom: 15px;
}

.page-title {
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #c0beb2;
  position: relative;
  z-index: 100;
}
.page-title::before, .page-title::after {
  content: ' ';
  display: table;
}
.page-title::after {
  clear: both;
}
.page-title h1, .page-title .hgray {
  float: left;
  margin-bottom: 0;
}
.page-title h1 {
  margin-right: 20px;
}
.page-title + #catalog-section {
  border-top: 0px;
  margin-top: 0;
}

select {
  width: 100%;
  padding: 8px 12px 10px;
  border: 1px solid #bfc4c8;
  cursor: pointer;
  font-family: "PT Sans";
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  background-color: #fff;
  background-image: url("/local/templates/trekshoes/assets/css/../images/icons/filter-arrow.png");
  background-position: right 15px center;
  background-repeat: no-repeat;
}

table {
  border-collapse: collapse;
  /*margin-bottom: 3em;*/
  width: 100%;
  background: #fff;
  border: 1px solid #d7dbde;
}

td, th {
  padding: 0.75em 1.5em;
  text-align: left;
  border: 1px solid #d7dbde;
}

td.err {
  background-color: #e992b9;
  color: #fff;
  font-size: 0.75em;
  text-align: center;
  line-height: 1;
}

thead th {
  background-color: #fff;
  font-weight: bold;
  white-space: nowrap;
  border-bottom: 2px solid #eb8a25;
}
tbody th {
  border-right-width: 2px;
}

tbody tr:nth-child(2n-1) {
  background-color: #f7f7f7;
  transition: all .125s ease-in-out;
}

/*tbody tr:hover {
  background-color: rgba(235, 138, 37, 0.1);
}*/

strong, b {
  font-weight: bold;
}

i, em {
  font-style: italic;
}

blockquote {
  width: 100%;
  background-color: #f7f7f7;
  border-left: 5px solid #eb8a25;
  padding: 20px;
  margin-bottom: 15px;
  font-style: italic;
}
blockquote:before {
  content: "\201C";
}
blockquote:after {
  content: "\201D";
}

.message {
  width: 100%;
  padding: 20px;
  margin-bottom: 15px;
  border: 2px solid #f9dcbd;
}

p img,
img[align="left"] {
  padding: 0 25px 25px 0;
}

img[align="right"] {
  padding: 0 0 25px 25px;
}

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

@media screen and (max-width: 47.9375em) {
  p img,
  img[align="left"],
  img[align="right"] {
    padding: 0;
    display: block;
    margin: 20px auto;
    float: none;
  }
}
hr {
  border: none;
  border-top: 1px solid #b9bfc1;
  margin: 10px 0 15px;
}

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

@media screen and (min-width: 61.25em) {
  .row-wide {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (max-width: 61.1875em) {
  .row-wide {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
#swipe-area {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 25px;
  z-index: 100;
}

*:focus,
*:active,
a,
img {
  outline: none !important;
}

input, textarea {
  font-family: "PT Sans";
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
}

input[type='email'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='url'],
textarea {
  width: 100%;
  height: 40px;
  background-color: white;
  border: 1px solid #dedede;
  padding: 0 15px;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
input[type='email']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='text']:focus,
input[type='url']:focus,
textarea:focus {
  -moz-box-shadow: 0 0 2px 0 rgba(92, 87, 55, 0.7);
  -webkit-box-shadow: 0 0 2px 0 rgba(92, 87, 55, 0.7);
  box-shadow: 0 0 2px 0 rgba(92, 87, 55, 0.7);
}

textarea {
  padding: 15px;
  height: auto;
  resize: none;
}

input[type="submit"] {
  margin-right: 25px;
  margin-bottom: 10px;
}

input[type="submit"] + a {
  display: inline-block;
  height: 40px;
  padding: 10px 0;
  color: #2d2c2b;
  white-space: nowrap;
}
input[type="submit"] + a:hover {
  color: #ffa549;
}

.label {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
.label span {
  display: block;
  margin-bottom: 4px;
}
.label-checkbox {
  margin-top: 10px;
  width: 100%;
  display: block;
}
.label-checkbox::before, .label-checkbox::after {
  content: ' ';
  display: table;
}
.label-checkbox::after {
  clear: both;
}
.label-checkbox input, .label-checkbox span {
  float: left;
}
.label-checkbox span {
  margin-left: 10px;
}
.label em {
  color: red;
}

a {
  color: #eb8a25;
  text-decoration: underline;
}
/*a:visited {
  color: #e27d15;
}*/
a:hover {
  color: #ffa549;
}

ul:not([class]) {
  margin-bottom: 20px;
}
ul:not([class]) li {
  padding: 3px 0 3px 20px;
  position: relative;
}
ul:not([class]) li:before {
  content: '•';
  color: #eb8a25;
  font-size: 22px;
  position: absolute;
  left: 0;
}
ul:not([class]) li ul {
  margin-top: 8px;
  margin-bottom: 0;
}

ul[id] li, ul[style] li {
  padding: 0;
}
ul[id] li:before, ul[style] li:before {
  display: none;
}

ol:not([class]) {
  margin-bottom: 20px;
  counter-reset: chapter;
}
ol:not([class]) li {
  padding: 3px 0 3px 20px;
  position: relative;
}
ol:not([class]) li:before {
  content: counter(chapter) ".";
  counter-increment: chapter 1;
  color: #eb8a25;
  position: absolute;
  left: 0;
}
ol:not([class]) li ol {
  margin-top: 8px;
  margin-bottom: 0;
  counter-reset: section;
}
ol:not([class]) li ol li {
  padding-left: 30px;
}
ol:not([class]) li ol li:before {
  content: counter(chapter) "." counter(section);
  counter-increment: section 1;
}
ol:not([class]) li ol ol {
  counter-reset: subsection;
}
ol:not([class]) li ol ol li {
  padding-left: 40px;
}
ol:not([class]) li ol ol li:before {
  content: counter(chapter) "." counter(section) "." counter(subsection);
  counter-increment: subsection;
}

.btn {
  display: inline-block;
  text-decoration: none;
  padding: 14px 50px;
  background-color: #ea8824;
  color: white;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 4px;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 10px;
}
.btn:visited {
  color: #fff;
}
.btn:hover, .btn:active {
  background-color: #ffa549;
  color: #fff;
}
.btn-gray {
  background-color: #acb3b5;
}
.btn-gray:hover {
  background-color: #b9bfc1;
}
.btn-reverse {
  background-color: #fff;
  border: 2px solid #f9dcbd;
  padding: 12px 48px;
  color: #383736;
}
.btn-reverse:hover {
  color: #383736;
  background-color: #fff;
  border-color: #ffa549;
}
.btn-reverse:visited, .btn-reverse:active {
  color: #383736;
}
.btn-small {
  padding: 8px 26px;
}
.btn-small.btn-reverse {
  padding: 6px 24px;
}
.filter-buttons > .do-filter {
    display: none;
}
.hide-for-xlarge > .do-filter {
    display: inline-block;
}

form .clear {
  width: 100%;
  height: 30px;
}
@media screen and (max-width: 23.0625em) {
  form .clear {
    height: 20px;
  }
}

.disable-hover,
.disable-hover * {
  pointer-events: none !important;
}

.hidden {
  display: none;
}

.padding-table-sizes {
  padding: 0 30px !important;
}

#main, #footer {
  width: 100%;
  min-width: 300px;
  overflow: hidden;
  margin: 0 auto;
  font-size: 16px;
  line-height: 24px;
  position: relative;
}

.animated-this {
  height: 100%;
  position: relative;
  z-index: 40;
}

#fullscreen-slider {
  width: 100%;
  height: 60vh !important;
  /*height: 100%;*/
  background-color: gray;
  overflow: hidden;
  -moz-perspective: 800px;
  -webkit-perspective: 800px;
  perspective: 800px;
  max-height: 1080px;
}
#fullscreen-slider .share {
  width: 100%;
  position: relative;
  margin: 0;
}
#fullscreen-slider .ya-share2 {
  position: absolute;
  right: 0;
  top: 90px;
  z-index: 51;
}
#fullscreen-slider .slick-dots li {
  background-color: transparent;
}
@media screen and (min-width: 48em) {
  #fullscreen-slider {
    min-height: 600px;
  }
}
#fullscreen-slider .slide {
  position: relative;
  z-index: 10;
  height: 100%;
}
#fullscreen-slider .slide .inform {
  display: block;
  visibility: hidden;
  opacity: 0;
  width: 17rem;
  text-align: center;
  font-size: 20px;
  /*line-height: 68px;*/
  color: #fff;
  font-family: Arial;
  position: absolute;
  bottom: 50%;
  z-index: 15;
  text-shadow: 0 0 6px #969696;
  text-transform: uppercase;
  -moz-transition: all 0.3s ease 0.3s;
  -o-transition: all 0.3s ease 0.3s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0.3s;
  transition: all 0.3s ease 0.3s;
  background-color: #ea8824;
  padding: 20px;
  margin: 0 auto;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.75);
  background-size: 200% 100%,auto,100% 2px,100% 2px,100% 1px,100% 1px;
  background-image: linear-gradient(45deg,rgba(255,255,255,.0) 30%,rgba(255,255,255,.8),rgba(255,255,255,.0) 70%);
  background-repeat: no-repeat;
  background-position: -200% 0,0 0,0 0,0 100%,0 4px,0 calc(100% - 4px);
  animation: shine 3s ease reverse infinite;
}
@keyframes shine{100%{background-position:500% 0,0 0,0 0,0 100%,0 4px,0 calc(100% - 4px)}20%{background-position:200% 0,0 0,0 0,0 100%,0 4px,0 calc(100% - 4px)}0%{background-position:-200% 0,0 0,0 0,0 100%,0 4px,0 calc(100% - 4px)}}@-webkit-keyframes shine{100%{background-position:500% 0,0 0,0 0,0 100%,0 4px,0 calc(100% - 4px)}20%{background-position:200% 0,0 0,0 0,0 100%,0 4px,0 calc(100% - 4px)}0%{background-position:-200% 0,0 0,0 0,0 100%,0 4px,0 calc(100% - 4px)}}@-moz-keyframes shine{100%{background-position:500% 0,0 0,0 0,0 100%,0 4px,0 calc(100% - 4px)}20%{background-position:200% 0,0 0,0 0,0 100%,0 4px,0 calc(100% - 4px)}0%{background-position:-200% 0,0 0,0 0,0 100%,0 4px,0 calc(100% - 4px)}}@-ms-keyframes shine{100%{background-position:500% 0,0 0,0 0,0 100%,0 4px,0 calc(100% - 4px)}20%{background-position:200% 0,0 0,0 0,0 100%,0 4px,0 calc(100% - 4px)}0%{background-position:-200% 0,0 0,0 0,0 100%,0 4px,0 calc(100% - 4px)}}@-o-keyframes shine{100%{background-position:500% 0,0 0,0 0,0 100%,0 4px,0 calc(100% - 4px)}20%{background-position:200% 0,0 0,0 0,0 100%,0 4px,0 calc(100% - 4px)}0%{background-position:-200% 0,0 0,0 0,0 100%,0 4px,0 calc(100% - 4px)}}
#fullscreen-slider .slide.slick-current .inform {
  visibility: visible;
  opacity: 1;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#fullscreen-slider .slide.slick-current .inform:hover {
	filter: contrast(1.5);
}
#fullscreen-slider .slick-slide {
  overflow: hidden;
  height: 100%;
}
#fullscreen-slider .slick-slide .img {
  display: block;
  width: 100%;
  height: 100%;
  -moz-transition: -moz-transform 0.8s ease;
  -o-transition: -o-transform 0.8s ease;
  -webkit-transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  -moz-transform: perspective(800px) translateZ(0);
  -ms-transform: perspective(800px) translateZ(0);
  -webkit-transform: perspective(800px) translateZ(0);
  transform: perspective(800px) translateZ(0);
  position: relative;
  z-index: 10;
}
#fullscreen-slider .slick-slide .img .back {
  display: block;
  width: 100%;
  height: 100%;
  -moz-transition: all 0.4s cubic-bezier(0.24, 0.58, 0.64, 0.63);
  -o-transition: all 0.4s cubic-bezier(0.24, 0.58, 0.64, 0.63);
  -webkit-transition: all 0.4s cubic-bezier(0.24, 0.58, 0.64, 0.63);
  transition: all 0.4s cubic-bezier(0.24, 0.58, 0.64, 0.63);
  position: relative;
  z-index: 10;
  -webkit-backface-visibility: hidden;
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-filter: grayscale(85%);
  filter: grayscale(85%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#fullscreen-slider .slick-center:hover .img {
  -moz-transition: -moz-transform 0.8s ease;
  -o-transition: -o-transform 0.8s ease;
  -webkit-transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  -moz-transform: perspective(800px) translateZ(30px);
  -ms-transform: perspective(800px) translateZ(30px);
  -webkit-transform: perspective(800px) translateZ(30px);
  transform: perspective(800px) translateZ(30px);
}
#fullscreen-slider .slick-center .img .back {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
#fullscreen-slider .slick-arrow {
  padding-top: 120px;
}
@media screen and (max-width: 105em) {
  #fullscreen-slider .slick-arrow {
    width: 350px;
  }
}
@media screen and (max-width: 85.375em) {
  #fullscreen-slider .slick-arrow {
    width: 300px;
  }
}
@media screen and (max-width: 80em) {
  #fullscreen-slider .slick-arrow {
    width: 250px;
  }
  #fullscreen-slider .slick-arrow .inform-for-arrow {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 64em) {
  #fullscreen-slider .slick-arrow {
    width: 180px;
  }
}
@media screen and (max-width: 43.75em) {
  #fullscreen-slider .slick-arrow {
    width: 120px;
  }
}
@media screen and (max-width: 47.5em) {
  #fullscreen-slider .slide .inform {
    font-size: 42px;
    line-height: 48px;
  }
}
@media screen and (max-width: 76.1875em) {
  #fullscreen-slider .slide .inform {
    font-size: 30px;
    line-height: 36px;
  }
}
#fullscreen-slider + .main-block {
  padding-top: 90px;
}

.inform-for-arrow {
  width: 100%;
  text-align: center;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  font-family: Arial;
  position: absolute;
  top: 50%;
  z-index: 11;
  text-shadow: 0 0 6px #969696;
  text-transform: uppercase;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 60px;
}

#header .go-open-mobile {
  position: absolute;
  top: 0;
  right: -8px;
}

#header,
#header-fixed-menu {
  width: 100%;
  position: relative;
  z-index: 999;
  height: 104px;
}
#header .top,
#header-fixed-menu .top {
  width: 100%;
  height: 40px;
  background-color: #f7f7f7;
  white-space: nowrap;
}
#header .top .row, #header .top .columns,
#header-fixed-menu .top .row,
#header-fixed-menu .top .columns {
  height: 100%;
}
#header .top .right,
#header-fixed-menu .top .right {
  float: right;
  height: 100%;
}
#header .top .links,
#header-fixed-menu .top .links {
  float: left;
  height: 100%;
  margin-right: 20px;
}
@media screen and (max-width: 26.5625em){
  #header .top .links,
  #header-fixed-menu .top .links {
    margin-right: 0;
  }
}
#header .top .links span.phone,
#header-fixed-menu .top .links span.phone {
  float: left;
}

#header .top .links span.phone:before,
#header-fixed-menu .top .links span.phone:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-position: 0 -64px;
  margin-right: 10px;
  vertical-align: middle;
  margin-top: -3px;
}
#header .top .links a,
#header-fixed-menu .top .links a {
  float: left;
  display: block;
  height: 100%;
  padding: 0 15px;
  color: #2d2c2b;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: underline;
}
#header .top .links a:nth-of-type(2),
#header-fixed-menu .top .links a:first-of-type {
  margin-left: 30px;
}
#header .top .links a:hover,
#header-fixed-menu .top .links a:hover {
  background-color: #eeeeee;
  color: #2d2c2b;
}


#header .top .links span.phone a {
float: none;
margin: 0;
padding: 0;
display: inline-block;
text-decoration: none;
}

#header .top .notification-count {
  display: inline-block;
  background: #eb8a25;
  width: 15px;
  line-height: 1;
  padding: 1px;
  text-decoration: none;
  text-align: center;
  border-radius: 100%;
  color: #fff;
  font-size: 13px;
}

#header .top .links span:not(.notification-count),
#header-fixed-menu .top .links span {
  display: inline-block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#header .top .links .user span:not(.notification-count):before,
#header-fixed-menu .top .links .user span:before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background-position: 0 -132px;
  margin-right: 10px;
  margin-bottom: -1px;
}
#header .top .widgets,
#header-fixed-menu .top .widgets {
  float: left;
  height: 100%;
}
#header .top .widget,
#header-fixed-menu .top .widget {
  height: 100%;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  float: left;
  white-space: nowrap;
}
#header .top-line {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
#header .main .main-line {
  display: flex;
  align-items: center;
}

#header .header-personal {
  margin-left:auto;
  display: flex;
  flex-direction: row;
  gap: 20px;
}

#header .header-basket,
#header .header-favorite {
  width: 32px;
  height: 32px;
  position: relative;
  display: block;
  transition: 0.3s all;
}

#header .header-basket {
  background-image: url("/local/templates/trekshoes/assets/css/../images/shopping-cart-white.svg");
}

#header .header-basket:hover {
  background-image: url("/local/templates/trekshoes/assets/css/../images/shopping-cart-orange.svg");
}

#header .header-favorite {
  background-image: url("/local/templates/trekshoes/assets/css/../images/favorite.svg");
}

#header .header-favorite:hover {
  background-image: url("/local/templates/trekshoes/assets/css/../images/favorite-orange.svg");
}

#header .header-basket__count,
#header .header-favorite__count {
  position: absolute;
  top: 0;
  right: -7px;
  color: #fff;
  background: #ea8824;
  border-radius: 100%;
  width: 14px;
  height: 14px;
  font-size: 12px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flash-notice{
  animation: 1s flash;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translateY(-5%) translateY(-1%);
}
@keyframes flash{
  0%{scale:1;}
  100%{scale:10;background-color: #000000; opacity: 0}
}
#header .top .widget a,
#header-fixed-menu .top .widget a {
  color: #2d2c2b;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 15px;
}
@media screen and (max-width: 47.9375em) {
  #header .top .widget a,
  #header-fixed-menu .top .widget a {
    padding: 0 7px;
  }
}
#header .top .widget a.active, #header .top .widget a:hover,
#header-fixed-menu .top .widget a.active,
#header-fixed-menu .top .widget a:hover {
  background-color: #eeeeee;
  color: #2d2c2b;
}
#header .top .widget span,
#header-fixed-menu .top .widget span {
  display: inline-block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#header .top .widget-view span:before,
#header-fixed-menu .top .widget-view span:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 12px;
  background-position: 0 -144px;
  margin-right: 10px;
}
#header .top .widget-cart span:before,
#header-fixed-menu .top .widget-cart span:before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 17px;
  background-image: url("/local/templates/trekshoes/assets/css/../images/shopping-cart-orange.svg");
  margin-right: 10px;
  position: relative;
  top: 1px;
}
#header .top .widget-favourite span:before,
#header-fixed-menu .top .widget-favourite span:before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 13px;
  background-position: 0 -35px;
  margin-right: 10px;
}
#header .main,
#header-fixed-menu .main {
  width: 100%;
  height: 80px;
  background-color: #5c5737;
  position: relative;
}
@media screen and (max-width: 26.5625em){
  #header .main,
  #header-fixed-menu .main {
    height: 64px;
  }
}
#header .main .row, #header .main .columns,
#header-fixed-menu .main .row,
#header-fixed-menu .main .columns {
  height: 100%;
}
@media screen and (min-width: 48em) and (max-width: 61.1875em) {
  #header .main .row-wide,
  #header-fixed-menu .main .row-wide {
    padding-right: 0;
  }
}
@media screen and (min-width: 23.125em) and (max-width: 47.9375em) {
  #header .main .row-wide,
  #header-fixed-menu .main .row-wide {
    padding-right: 0;
  }
}
@media screen and (max-width: 23.0625em) {
  #header .main .row-wide,
  #header-fixed-menu .main .row-wide {
    padding-right: 0;
    padding-left: 0;
  }
  #header .main .logotype,
  #header-fixed-menu .main .logotype {
    margin-left: 10px;
  }
}
#header.main-fixed,
#header-fixed-menu.main-fixed {
  width: 100%;
  min-width: 300px;
}
#header.main-fixed .main,
#header-fixed-menu.main-fixed .main {
  background-color: rgb(74, 69, 33);
}
#header .lang,
#header-fixed-menu .lang {
  float: left;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#header .lang::before, #header .lang::after,
#header-fixed-menu .lang::before,
#header-fixed-menu .lang::after {
  content: ' ';
  display: table;
}
#header .lang::after,
#header-fixed-menu .lang::after {
  clear: both;
}
#header .lang li,
#header-fixed-menu .lang li {
  float: left;
  padding: 0 10px;
  border-right: 1px solid #dcdcdc;
  border-left: 1px solid #fff;
}
#header .lang li:first-child,
#header-fixed-menu .lang li:first-child {
  padding-left: 0;
  border-left: 0;
}
#header .lang li:last-child,
#header-fixed-menu .lang li:last-child {
  padding-right: 0;
  border-right: 0;
}
#header .lang li a,
#header-fixed-menu .lang li a {
  color: #2d2c2b;
  text-decoration: underline;
  font-size: 13px;
  line-height: 22px;
}
#header .lang li a:hover,
#header-fixed-menu .lang li a:hover {
  color: #ea7b08;
}
#header .lang li.current a,
#header-fixed-menu .lang li.current a {
  color: #ea7b08;
  text-decoration: none;
}
#header .logotype,
#header-fixed-menu .logotype {
  height: 100%;
  width: 160px;
  margin-right: 30px;
  float: left;
}
@media screen and (max-width: 26.5625em){
  .logotype img{
    height: 40px;
  }
}
#header .logotype a,
#header-fixed-menu .logotype a {
  display: block;
  height: 100%;
}
#header #menu,
#header-fixed-menu #menu {
  float: left;
  height: 100%;
  position: relative;
}
#header #menu .menu,
#header-fixed-menu #menu .menu {
  height: 100%;
}
#header #menu .menu .sub-menu,
#header-fixed-menu #menu .menu .sub-menu {
  display: inline-block;
  width: auto;
  min-width: 300px;
  padding: 15px 30px 30px;
  position: absolute;
  top: 100%;
  background-color: rgba(45, 44, 43, 0.95);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  white-space: nowrap;
  z-index:9999;
}
#header #menu .menu .sub-menu:before,
#header-fixed-menu #menu .menu .sub-menu:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #31302e;
  position: absolute;
  top: -6px;
  left: 30px;
}
#header #menu .menu .sub-menu li,
#header-fixed-menu #menu .menu .sub-menu li {
  margin: 15px 0 0;
}
#header #menu .menu .sub-menu a,
#header-fixed-menu #menu .menu .sub-menu a {
  color: #fff;
  text-decoration: underline;
}
#header #menu .menu .sub-menu a:hover,
#header-fixed-menu #menu .menu .sub-menu a:hover {
  color: #ffa549;
}
#header #menu .menu .sub-menu.wide li,
#header-fixed-menu #menu .menu .sub-menu.wide li {
  float: left;
  width: 33%;
}
#header #menu .menu > li,
#header-fixed-menu #menu .menu > li {
  float: left;
  height: 100%;
}
#header #menu .menu > li > a,
#header-fixed-menu #menu .menu > li > a {
  display: block;
  height: 100%;
  padding: 0 17px;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  position: relative;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#header #menu .menu > li > a > span,
#header-fixed-menu #menu .menu > li > a > span {
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#header #menu .menu > li:last-child > a > span,
#header-fixed-menu #menu .menu > li:last-child > a > span
{
    max-width: 130px;
    text-align: center;
}
@media screen and (max-width: 1400px) {
    #header #menu .menu > li > a,
    #header-fixed-menu #menu .menu > li > a {
        padding: 0 10px !important;
    }
}
@media screen and (max-width: 1340px) {
    #header #menu .menu > li > a,
    #header-fixed-menu #menu .menu > li > a {
        font-size: 17px;
    }
}
@media screen and (max-width: 1300px) {
    #header #menu .menu > li > a,
    #header-fixed-menu #menu .menu > li > a > span {
        font-size: 16px;
    }
}
#header #menu .menu > li:hover > a,
#header-fixed-menu #menu .menu > li:hover > a {
  background-color: rgba(0, 0, 0, 0.3);
}
#header #menu .menu > li:hover .sub-menu,
#header-fixed-menu #menu .menu > li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
#header #menu .menu > li ul ul,
#header-fixed-menu #menu .menu > li ul ul {
  display: none;
}
#header #menu .wrap,
#header-fixed-menu #menu .wrap {
  width: auto;
}
#header #menu .wrap ul,
#header-fixed-menu #menu .wrap ul {
  padding-right: 30px;
}
#header #menu .wrap li,
#header-fixed-menu #menu .wrap li {
  margin: 0;
}
#header #menu .go-open-mobile,
#header-fixed-menu #menu .go-open-mobile {
  display: none;
}
#header .phone a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
    font-size: 20px;
}
#header-fixed-menu .phone {
	display: none;
}

.go-open-mobile {
  display: block;
  width: 80px;
  height: 80px;
  cursor: pointer;
  position: relative;
  z-index: 10;
  z-index: 86;
}
.go-open-mobile span {
  display: block;
  position: absolute;
  top: 50%;
  width: 42px;
  height: 3px;
  margin-top: -1.5px;
  left: 50%;
  margin-left: -21px;
  background-color: #fff;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.go-open-mobile:before, .go-open-mobile:after {
  content: '';
  width: 42px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -1.5px;
  -moz-transform: translateY(-12px);
  -ms-transform: translateY(-12px);
  -webkit-transform: translateY(-12px);
  transform: translateY(-12px);
  display: block;
  left: 50%;
  margin-left: -21px;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -webkit-transform-origin: center;
  transform-origin: center;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.go-open-mobile:after {
  -moz-transform: translateY(12px);
  -ms-transform: translateY(12px);
  -webkit-transform: translateY(12px);
  transform: translateY(12px);
}
.go-open-mobile.active {
  background: #171819;
}
.go-open-mobile.active span, .go-open-mobile.active:before, .go-open-mobile.active:after {
  background: #fff;
}
.go-open-mobile.search-active-link span, .go-open-mobile.active span {
  opacity: 0;
  -moz-transform: translateX(-30%);
  -ms-transform: translateX(-30%);
  -webkit-transform: translateX(-30%);
  transform: translateX(-30%);
}
.go-open-mobile.search-active-link:before, .go-open-mobile.active:before {
  -moz-transform: translateY(0) rotate(45deg);
  -ms-transform: translateY(0) rotate(45deg);
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}
.go-open-mobile.search-active-link:after, .go-open-mobile.active:after {
  -moz-transform: translateY(0) rotate(-45deg);
  -ms-transform: translateY(0) rotate(-45deg);
  -webkit-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
}

#search-mobile {
  display: none;
}

@media screen and (max-width: 47.9375em) {
  #search-mobile {
    display: block;
    height: 80px;
    width: 80px;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.search-active #title-search{
  width: 100%;
}
#navi {
  display: none;
}
.search-active #search-mobile{
  left: unset;
  right: 0;
}
@media screen and (max-width: 23.0625em) {
  #navi {
    display: block;
  }
}

#content {
  padding: 15px 0 60px;
}
#content .columns:last-child {
  float: left;
}
@media screen and (max-width: 47.9375em) {
  #content {
    padding-bottom: 30px;
  }
}

#catalog-element {
  padding: 15px 0 0;
  border-bottom: 1px solid #d7dbdd;
}
#catalog-element .columns:last-child {
  float: left;
}

html, body {
  height: 100%;
}

#main {
  clear: both;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin-bottom: -480px;
}
#main #push {
  height: 480px;
}

#footer {
  clear: both;
  position: relative;
  /*height: 480px;*/
}

#footer {
  border-top: 1px solid #fff;
  background-color: #f7f7f7;
}
@media screen and (min-width: 61.25em) {
  #footer .sub-menu {
    display: block !important;
  }
}
#footer .gray {
  width: 100%;
  /*height: 420px;*/
  font-size: 17px;
  line-height: 23px;
  padding-top: 30px;
  position: relative;
}
#footer .gray .row > ul {
  max-width: rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
#footer .gray .row > ul.menu li .sub-menu li:last-child {
  /* display: none; */
}
#footer .gray .row > ul::before, #footer .gray .row > ul::after {
  content: ' ';
  display: table;
}
#footer .gray .row > ul::after {
  clear: both;
}
#footer .gray .row > ul::before, #footer .gray .row > ul::after {
  content: ' ';
  display: table;
}
#footer .gray .row > ul::after {
  clear: both;
}
#footer .gray .row > ul > li {
  float: left;
  width: 25%;
  padding: 0 15px;
}
#footer .gray .row > ul > li > a {
  display: block;
  border-bottom: 1px solid #d7dbdd;
  padding-bottom: 16px;
  margin-bottom: 20px;
  color: #2d2c2b;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  text-transform: uppercase;
  text-decoration: none;
}
#footer .gray .row > ul > li > a:hover {
  color: #ea8824;
}
#footer .gray .row > ul ul ul {
  display: none;
}
@media screen and (min-width: 76.25em) {
  #footer .gray {
    padding-top: 50px;
  }
}
@media screen and (min-width: 61.25em) and (max-width: 76.1875em) {
  #footer .gray .columns:not(:last-child) {
    padding-right: 0;
  }
  #footer .gray .columns:last-child:not(:first-child) {
    padding-left: 0;
  }
}
@media screen and (max-width: 76.1875em) {
  #footer .gray > .row {
    margin: 0;
  }
  #footer .gray .row .row {
    margin: 0;
    padding-right: 0;
  }
  #footer .gray .row > ul > li {
    padding: 0;
  }
  #footer .gray .row > ul > li li {
    padding-right: 15px;
  }
}
#footer .gray-title {
  width: 100%;
  border-bottom: 1px solid #d7dbdd;
  padding-bottom: 15px;
  color: #2d2c2b;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#footer .gray a {
  color: #2d2c2b;
  font-size: 17px;
  line-height: 23px;
  text-decoration: underline;
}
#footer .gray a:hover {
  color: #ea8824;
}
#footer .gray li {
  margin-bottom: 8px;
}
#footer .gray li a {
  font-size: 16px;
  line-height: 20px;
}
#footer .gray .logo {
  width: 95px;
  height: 48px;
  background-image: url("/local/templates/trekshoes/assets/css/../images/footer-logo.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  margin-bottom: 20px;
}
#footer .gray .social {
  margin-top: 20px;
}
#footer .black {
  width: 100%;
  /*height: 60px;*/
  background-color: #2d2c2b;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
#footer .black {
  padding-top:15px;
  padding-bottom:15px;
}
#footer .black .row, #footer .black .columns {
  /*height: 100%;*/
}
.footer-docs {
  padding-top:10px;
  display:flex;
  gap:20px;
  flex-wrap: wrap;
}
#footer .black span, #footer .black a {
  display: inline-block;
}
#footer .black a {
  color: #fff;
  text-decoration: underline;
}
#footer .black a:hover {
  color: #ffa549;
}
@media screen and (max-width: 61.1875em) {
  #footer {
    height: auto;
  }
  #footer .gray {
    height: auto;
    padding-bottom: 20px;
    padding-top: 0;
  }
  #footer .gray .columns:not(:last-child) {
    padding: 0;
  }
  #footer .gray .columns:last-child {
    padding: 0 1.25rem;
  }
  #footer .gray .row {
    margin: 0;
    padding: 0;
  }
  #footer .gray .row > ul {
    width: 100%;
    margin-bottom: 20px;
  }
  #footer .gray .row > ul > li {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    margin: 0;
    position: relative;
  }
  #footer .gray .row > ul > li i {
    content: '';
    width: 75px;
    height: 70px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    cursor: pointer;
    background-color: transparent;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    perspective: 800px;
  }
  #footer .gray .row > ul > li i:before, #footer .gray .row > ul > li i:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 2px;
    background-color: #b1b1b1;
  }
  #footer .gray .row > ul > li i:before {
    margin-left: -2px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #footer .gray .row > ul > li i:after {
    margin-left: -10px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #footer .gray .row > ul > li i.active {
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    margin-top: 2px;
    margin-right: 0px;
  }
  #footer .gray .row > ul > li i.active:before, #footer .gray .row > ul > li i.active:after {
    background-color: #3a3938;
  }
  #footer .gray .row > ul > li a {
    border-bottom: none;
    padding: 0 20px;
    margin: 0;
    height: 70px;
  }
  #footer .gray .row > ul > li > a > span {
    display: inline-block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #footer .gray .row > ul > li .sub-menu {
    display: none;
    background-color: #696968;
    padding: 20px;
  }
  #footer .gray .row > ul > li .sub-menu li {
    padding: 0;
    margin-bottom: 6px;
  }
  #footer .gray .row > ul > li .sub-menu li a {
    padding: 0;
    color: #fff;
    text-decoration: underline;
  }
  #footer .gray .row > ul > li .sub-menu li a:hover, #footer .gray .row > ul > li .sub-menu li a:active {
    color: #eb8a25;
  }
  #footer .gray-title {
    padding: 0;
    border-bottom: none;
    color: #939393;
  }
  #footer .black {
    height: 60px;
  }
}
@media screen and (max-width: 47.9375em) {
  #footer .black {
    height: 90px;
    padding: 15px 0;
  }
  #footer .black .columns {
    height: 50%;
  }
  #footer .black .float-right {
    float: left !important;
  }
}

.social {
  width: 100%;
}
.social::before, .social::after {
  content: ' ';
  display: table;
}
.social::after {
  clear: both;
}
.social a {
  display: block;
  float: left;
  width: 36px;
  height: 36px;
  margin-right: 7px;
  margin-bottom: 7px;
}
.social .icon {
  display: inline-block;
  width: 36px;
  height: 36px;
  background-color: #696968;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px 30px;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.social .icon-vkontakte {
  background-position: top 4px center;
  background-image: url("/local/templates/trekshoes/assets/css/../images/social/vk.svg"), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}
.social .icon-vkontakte:hover {
  background-color: #48729e;
}

.social .icon-yandex-zen {
  background-image: url("/local/templates/trekshoes/assets/css/../images/social/yandex-zen.svg"), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}
.social .icon-yandex-zen:hover {
  background-color: #000000;
}

.social .icon-facebook {
  background-image: url("/local/templates/trekshoes/assets/css/../images/social/facebook.svg"), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}
.social .icon-facebook:hover {
  background-color: #3b5998;
}
.social .icon-twitter {
  background-image: url("/local/templates/trekshoes/assets/css/../images/social/twitter.svg"), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}
.social .icon-twitter:hover {
  background-color: #00aced;
}
.social .icon-google-plus {
  background-image: url("/local/templates/trekshoes/assets/css/../images/social/google.svg"), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}
.social .icon-google-plus:hover {
  background-color: #dc4e41;
}
.social .icon-instagram {
  background-size: 20px 20px;
  background-image: url("/local/templates/trekshoes/assets/css/../images/social/instagram.svg"), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}
.social .icon-instagram:hover {
  background-color: #e1306c;
}
.social .icon-youtube {
  background-size: 22px 22px;
  background-image: url("/local/templates/trekshoes/assets/css/../images/social/youtube.svg"), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}
.social .icon-youtube:hover {
  background-color: #e52d27;
}
.social-colors .icon-vkontakte {
  background-position: top 4px center;
  background-image: url("/local/templates/trekshoes/assets/css/../images/social/vk.svg"), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  background-color: #48729e;
}
.social-colors .icon-vkontakte:hover {
  background-color: #628cb7;
}
.social-colors .icon-facebook {
  background-image: url("/local/templates/trekshoes/assets/css/../images/social/facebook.svg"), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  background-color: #3b5998;
}
.social-colors .icon-facebook:hover {
  background-color: #4c70ba;
}
.social-colors .icon-twitter {
  background-image: url("/local/templates/trekshoes/assets/css/../images/social/twitter.svg"), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  background-color: #00aced;
}
.social-colors .icon-twitter:hover {
  background-color: #21c2ff;
}
.social-colors .icon-google-plus {
  background-image: url("/local/templates/trekshoes/assets/css/../images/social/google.svg"), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  background-color: #dc4e41;
}
.social-colors .icon-google-plus:hover {
  background-color: #e4766c;
}
.social-colors .icon-instagram {
  background-size: 20px 20px;
  background-image: url("/local/templates/trekshoes/assets/css/../images/social/instagram.svg"), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  background-color: #e1306c;
}
.social-colors .icon-instagram:hover {
  background-color: #e75d8c;
}
.social-colors .icon-youtube {
  background-size: 22px 22px;
  background-image: url("/local/templates/trekshoes/assets/css/../images/social/youtube.svg"), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  background-color: #e52d27;
}
.social-colors .icon-youtube:hover {
  background-color: #ea5955;
}

.social .icon-rutube-new {
  background-size: cover;
  background-image: url("/local/templates/trekshoes/assets/css/../images/social/new-rutube.svg");
}
.social .icon-vkontakte-new {
  background-size: cover;
  background-image: url("/local/templates/trekshoes/assets/css/../images/social/new-vk.svg");
}
.social .icon-youtube-new { 
  background-size: cover;
  background-image: url("/local/templates/trekshoes/assets/css/../images/social/new-youtube.svg");
}
.social .icon-yandex-zen-new {
  background-size: cover;
  background-image: url("/local/templates/trekshoes/assets/css/../images/social/new-yandex-zen.svg");
}
.social .icon-tg-new {
  background-size: cover;
  background-image: url("/local/templates/trekshoes/assets/css/../images/social/new-tg.svg");
}

.social-large {
  margin-bottom: 20px;
}
.social-large .icon, .social-large a {
  width: 42px;
  height: 42px;
}
.social-large .icon {
  background-size: 36px 36px;
}
.social-large .icon-instagram {
  background-size: 24px 24px;
  background-image: url("/local/templates/trekshoes/assets/css/../images/social/instagram.svg"), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  background-color: #e1306c;
}
.social-large .icon-instagram:hover {
  background-color: #e75d8c;
}
.social-large .icon-youtube {
  background-size: 26px 26px;
  background-image: url("/local/templates/trekshoes/assets/css/../images/social/youtube.svg"), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  background-color: #e52d27;
}
.social-large .icon-youtube:hover {
  background-color: #ea5955;
}

.icon-like {
  display: inline-block;
  width: 20px;
  height: 16px;
  background-position: 0 -116px;
  vertical-align: middle;
}
.icon-like.active {
  background-position: 0 -48px;
}

/*==========================================
=            Main Category Info            =
==========================================*/
.main-category-info {
  padding: 5px;
  margin-bottom: 20px;
  height: 300px;
}
@media screen and (max-width: 23.0625em) {
  .main-category-info {
    height: auto;
  }
}
@media screen and (min-width: 23.125em) and (max-width: 47.9375em) {
  .main-category-info {
    margin-bottom: 0;
  }
}
.main-category-info a {
  display: block;
  text-decoration: none;
  color: #2d2c2b;
}
.main-category-info h2 {
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 20px;
}
.main-category-info span {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 46px;
  font-weight: 700;
  line-height: 33px;
  padding: 40px 0;
  font-family: Tahoma;
}
.main-category-info span.green {
  background-color: #474520;
}
.main-category-info span.orange {
  background-color: #bf6e20;
}
@media screen and (min-width: 23.125em) {
  .main-category-info a {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 61.25em) {
  .main-category-info {
    height: 320px;
    padding: 30px;
    margin-bottom: 0;
  }
  .main-category-info h2 {
    font-size: 38px;
    line-height: 43px;
  }
  .main-category-info span {
    font-size: 72px;
  }
}

#catalog-section {
  border-top: 1px solid #c0beb2;
  margin-top: 40px;
  padding-top: 30px;
}
#catalog-section::before, #catalog-section::after {
  content: ' ';
  display: table;
}
#catalog-section::after {
  clear: both;
}
@media screen and (max-width: 47.9375em) {
  #catalog-section {
    margin-top: 30px;
    padding-top: 20px;
  }
}

/*===============================================
=            Catalog Section Element            =
===============================================*/
.product-block {
  width: 100%;
  height: 300px;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.product-block__badges img { max-width: 100px; }
.product-block__badges {
  position: absolute;
  top: 20px;
  left: 0;
  /* height: 40px; */
  z-index: 10;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  white-space: nowrap;
}
.product-block__badges::before, .product-block__badges::after {
  content: ' ';
  display: table;
}
.product-block__badges::after {
  clear: both;
}
.product-block__badges span {
  float: left;
  display: inline-block;
  width: 40px;
  height: 40px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  color: white;
  font-family: Tahoma, Helvetica, Arial, "PT Sans";
  text-transform: uppercase;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  padding: 10px 0;
  margin-right: 5px;
}
.product-block__badges span.green {
  background-color: #7ead47;
}
.product-block__badges span.red {
  background-color: #df0000;
}
.product-block__badges span.orange {
  background-color: #ff6000;
}
.badge_on_may {
  max-height:30px;
}
@media screen and (min-width: 61.25em) {
  .product-block__badges {
    left: 20px;
  }
}
@media screen and (min-width: 47.9375em) {
  .product-block__badges {
    position: absolute;
  }
}
@media screen and (max-width: 47.9375em) {
  #prodsList .product-block__badges {
    height: unset;
    position: static;
  }
  .product-block__badges span {
    width: 34px;
    height: 34px;
    padding: 7px 0;
    font-size: 11px;
    -moz-border-radius: 17px;
    -webkit-border-radius: 17px;
    border-radius: 17px;
  }
}
.product-block__like {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 26px;
  right: 30px;
  z-index: 10;
  width: 35px;
  height: 35px;
  text-align: center;
  border: 2px solid #dedede;
  border-radius: 20px;
  cursor: pointer;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.product-block__like .icon-like {
  margin-top: 4px;
}
.product-block__like:hover {
  border-color: #ebebeb;
}
.product-block__like:hover .icon-like {
  animation: like .5s infinite ease;
}
.product-block__like.active {
  border-color: #ea8824;
}
.product-block__like.active .icon-like {
  animation: none;
  background-position: 0 -48px;
}
.stickers-block{
  position: absolute;
  width: 100%;
  top: 0;
}
.product-block_stock {
  min-height: 38px;
}
.product-block__promocode {
  position: relative;
  width: 100%;
  padding: 0 10px;
}
.product-block__promocode.on-catalog {
   margin: 2px 0;
  padding: 0;
}
.product-promocode {
  display: inline-flex;
  align-items: center;
  border-radius: 5px;
  padding: 2px 7px 2px 0;
  margin: 1px 0;
  font-size: 10px;
  line-height: 12px;
  color: #fff;
  width: 60%;
}
.product-promocode--catalog-page{
  width: 100%;
}
.product-promocode--around{
  padding: 2px 7px;
}
.product-promocode--absolute {
    position: absolute;
    z-index: 10;
    bottom: 5px;
}
.product-promocode--detail-page {
    bottom: initial;
    top: 40px;
    right: 30px;
    width: 22.5%;
}
.product-promocode__icon {
  width: 16px;
  height: 16px;
  margin: 0 7px;
}
.product-promocode .product-promocode__row {
  margin: 0;
}
.product-promocode .product-promocode__row--discount {
  font-size: 12px;
  text-transform: uppercase;
}
.product-promocode__discount,
.product-promocode__coupon {
  font-weight: 900;
}
.product-promocode__discount {
  font-size: 1.2em;
}
@media screen and (max-width: 1230px){
  .product-promocode--detail-page{
    width: 30%;
  }
}
@media screen and (max-width: 61.25em) {
  .stickers-block{
    height: auto;
    position: inherit;
    display: block;
  }
  .product-promocode--absolute{
    position: inherit;
  }
  .product-block__promocode {
    padding: 0;
    margin: 5px;
    display: inline;
    position: inherit;
  }
  .product-promocode--detail-page {
    width: 40%;
    margin: 5px 0;
    min-height: 34px;
    max-width: 170px;
  }
}
@media screen and (max-width: 48em) {
  .product-promocode {
    bottom: 0;
    padding: 2px 5px;
    line-height: 12px;
  }
  .product-promocode--detail-page {
    top: 30px;
    bottom: initial;
    max-width: 140px;
    min-height: 34px;
  }
  .product-promocode__icon {
    display: none;
  }
  .product-promocode-container {
    font-size: 10px;
  }
  .product-promocode .product-promocode__row--discount {
    font-size: 10px;
  }
}
.product-block_hover {
  background-color: #fff;
  width: 100%;
  border: 1px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
  max-height: 370px;
  overflow: hidden;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius:10px;
  /* padding: 20px 0 0; */
}
.product-block:hover .product-block_image a {
  background: #fff;
}
@media screen and (min-width: 61.25em) {
  .product-block {
    height: 370px;
  }
}
.product-block_image {
  width: 100%;
  height: 190px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
@media screen and (max-width: 47.9375em) {
  .product-block_image {
    height: 100px;
  }
}
@media screen and (min-width: 61.25em) {
  .product-block_image {
    height: 220px;
  }
}
.product-block_image a {
  display: block;
  width: 100%;
  height: 100%;
}
.product-block_image span {
  display: none;
  opacity: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center bottom 20px;
  background-size: contain;
}
.product-block_content {
  padding: 0 0 16px;
}
@media screen and (min-width: 61.25em) {
  .product-block_content {
    padding: 0 20px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
  }
}
.product-block_name {
  width: 100%;
  height: auto;
  min-height: 44px;
  max-height: 70px;
  overflow-y: hidden;
}
@media screen and (max-width: 47.9375em) {
  .product-block_name {
    min-height: 50px;
    height: auto;
    overflow: hidden;
  }
}
@media (max-width: 979px) {
  #content .small-10 {
    width: 100%;
  }
  .product-block:hover .product-block_image a{
    opacity: 0;
  }
  .product-block_hover {
    max-height: 360px !important;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  /* .product-block_price {
    height: 36px !important;
  } */
  .product-block {
    height: 360px !important;
    max-height: 100%;
  }
  .product-block_content {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .product-promocode--absolute{
    position: inherit;
  }
  .cp_btn{
    display: none !important;
  }
  #content .small-10 {
    width: 100%;
  }
  .product-block {
    max-height: 350px !important;
  }
  .product-block_image {
    margin-bottom: 0;
  }
}
.product-block_name a {
  color: #2d2c2b;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
  max-height: 45px;
  display: -webkit-box;
  text-overflow: ellipsis;
}
.product-block_name a:hover {
  color: #ea8824;
}
.product-block_price {
  width: 100%;
  height: 52px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  white-space: nowrap;
}
.product-block_price .old-price {
  margin-left: 10px;
  color: #919191;
  text-decoration: line-through;
  font-weight: 400;
  position: relative;
  padding: 0 5px;
}
.product-block_price .old-price > span {
  position: relative;
}
@media screen and (max-width: 47.9375em) {
  .product-block_price {
    font-size: 17px;
    line-height: 22px;
  }
  .product-block_price .old-price {
    display: inline-block;
    margin: 0 0 0 6px;
    padding: 0;
  }
}
.product-block_sizes {
  width: 100%;
  padding: 15px 0 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  display: none;
}

.product-block_sizes + .add_to_cart {
  display: none;
}

@media (max-width: 979px) {
  .product-block_sizes + .add_to_cart {
    display: block;
  }
}

.product-block:hover .product-block_sizes{
  display: block
}
.product-block:hover .product-block_sizes + .add_to_cart {
  display: flex
}

.product-block_sizes span {
  display: block;
  padding: 9px 20px;
  text-align: center;
  background-color: #f7f7f7;
  border-radius: 10px;
  font-size: 14px;
  line-height: 20px;
  margin: 0 2% 2% 0;
  border: 1px solid #dedede;
}
.product-block_sizes span.disabled {
  position: relative;
  background-color: #eaeaea;
  border-color: #d1d1d1;
  overflow: hidden;
}
.product-block_sizes span.disabled:before, .product-block_sizes span.disabled:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -1px;
  background-color: #c5c5c5;
  left: -4px;
  width: 122%;
  height: 1px;
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}
.product-block_sizes span.disabled:after {
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
.product-block:hover {
  transition-duration: 0.3s;
  z-index: 20;
}
.product-block:hover .product-block_name a {
  text-decoration: underline;
}
@media screen and (max-width: 47.9375em) {
  .product-block {
    margin-bottom: 0;
    height: 400px !important;
  }
  .product-block_hover {
    height: 400px;
    padding-top: 0;
  }
}
@media screen and (min-width: 61.25em) {
  .product-block:hover {
    z-index: 20;
  }
  .product-block:hover .product-block__like {
    visibility: visible;
    opacity: 1;
  }
  .product-block_image span {
    display: block;
  }
  .product-block:hover .product-block_image span {
    opacity: 1;
  }
  .product-block:hover .product-block_hover {
    max-height: fit-content;
    max-height: -moz-max-content;
    border-color: #bfc4c8;
    -moz-box-shadow: 0 0 3px rgba(109, 109, 109, 0.3);
    -webkit-box-shadow: 0 0 3px rgba(109, 109, 109, 0.3);
    box-shadow: 0 0 3px rgba(109, 109, 109, 0.3);
  }
}

@keyframes like {
  0% {
    -moz-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
  }
  20% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  80% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -moz-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
  }
}
@keyframes main_menu {
  0% {
    -moz-transform: translateX(-50%) translateY(-100%);
    -ms-transform: translateX(-50%) translateY(-100%);
    -webkit-transform: translateX(-50%) translateY(-100%);
    transform: translateX(-50%) translateY(-100%);
  }
  100% {
    -moz-transform: translateX(-50%) translateY(0);
    -ms-transform: translateX(-50%) translateY(0);
    -webkit-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
  }
}
.main-block {
  padding: 40px 0 40px;
  border-bottom: 1px solid #f7f7f7;
}
.main-block .columns:last-child {
  float: left;
}
.main-block-gray {
  background-color: #f7f7f7;
}
.main-block_title {
  color: #2d2c2b;
  font-size: 34px;
  font-weight: 700;
  line-height: 38px;
  white-space: nowrap;
  margin-bottom: 40px;
}
.main-block_title a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #2d2c2b;
}
.main-block_title a:hover {
  color: #ea8824;
}
.main-block .icon {
  display: inline-block;
  width: 38px;
  height: 38px;
  background-color: #474520;
  vertical-align: middle;
  margin-top: -5px;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 4px;
}
@media screen and (max-width: 47.9375em) {
  .main-block {
    padding: 20px 0 10px;
  }
  .main-block_title {
    margin-bottom: 30px;
  }
  .main-block-wide {
    padding: 20px 0 30px;
  }
}

/*==================================
=            NEWS BLOCK            =
==================================*/
.news-block {
  width: 100%;
  margin-bottom: 30px;
}
.news-block_title {
  color: #2d2c2b;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  text-decoration: none;
  margin-bottom: 25px;
  display: block;
}
.news-block_title:visited {
  color: #2d2c2b;
}
.news-block_title:hover {
  color: #ea8824;
  text-decoration: underline;
}
.news-block_date {
  margin-bottom: 20px;
}
.news-block_date span {
  display: inline-block;
  border: 1px solid #d7dbdd;
  padding: 4px 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.news-block p {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.news-block p + p {
  margin-top: 10px;
}

/*===========================================
=            INSTAGRAM MAIN PAGE            =
===========================================*/
#trekshoesrussia {
  width: 100%;
}
#trekshoesrussia img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-filter: grayscale(50%);
  filter: grayscale(50%);
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#trekshoesrussia a {
  display: block;
  margin-bottom: 30px;
  position: relative;
}
#trekshoesrussia a:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(45, 44, 43, 0.35);
  opacity: 1;
  z-index: 1;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#trekshoesrussia a:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
#trekshoesrussia a:hover:before {
  opacity: 0;
}

/*===============================================
=            Adaptive Widget VK & FB            =
===============================================*/
#vk_groups, #vk_groups iframe, .fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
  width: 100% !important;
}

#vk_groups, .fb-page {
  display: block !important;
  margin-bottom: 30px;
}

/*=============================
=            SALES            =
=============================*/
#sales {
  width: 100%;
  margin-bottom: 30px;
}
#sales::before, #sales::after {
  content: ' ';
  display: table;
}
#sales::after {
  clear: both;
}

.sale-block {
  width: 50%;
  height: 250px;
  float: left;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  padding: 30px 40px;
  position: relative;
  z-index: 2;
}
.sale-block a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 3;
}
.sale-block_title {
  display: block;
  font-size: 27px;
  font-weight: 400;
  line-height: 32px;
  position: relative;
  width: 100%;
  padding-bottom: 30px;
}
.sale-block_content {
  width: 100%;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 48em) {
  .sale-block:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 160px;
    background-image: linear-gradient(to top, rgba(29, 29, 27, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: -1;
    opacity: 1;
  }
  .sale-block:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background-color: rgba(45, 44, 43, 0.75);
    opacity: 0;
    -moz-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    z-index: 1;
  }
  .sale-block:nth-of-type(6n+1) {
    height: 500px;
    float: left;
  }
  .sale-block:nth-of-type(6n+2), .sale-block:nth-of-type(6n+3) {
    float: right;
  }
  .sale-block:nth-of-type(6n+2):after, .sale-block:nth-of-type(6n+3):after {
    height: 120px;
  }
  .sale-block:nth-of-type(6n+4) {
    float: left;
  }
  .sale-block:nth-of-type(6n+4):after {
    height: 120px;
  }
  .sale-block:nth-of-type(6n+5) {
    float: none;
    clear: both;
  }
  .sale-block:nth-of-type(6n+5):after {
    height: 120px;
  }
  .sale-block:nth-of-type(6n+6) {
    height: 500px;
    float: right;
    margin-top: -500px;
  }
  .sale-block:hover:before {
    opacity: 1;
  }
}
.sale-block p + p {
  margin-top: 10px;
}
@media screen and (max-width: 76.1875em) {
  .sale-block {
    padding: 0;
  }
  .sale-block_content {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
  }
  .sale-block_content p {
    display: none;
  }
  .sale-block_title {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 100px 20px 30px;
    background-image: linear-gradient(to top, rgba(29, 29, 27, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  }
}
@media screen and (max-width: 47.9375em) {
  .sale-block {
    display: block;
    width: auto;
    margin-left: -20px;
    margin-right: -20px;
    height: 320px;
    float: none;
  }
}

#video-slider {
  width: 100%;
  height: 400px;
  background-color: #eee;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
#video-slider .slick-dots {
  margin: -40px 0 0;
}
#video-slider .slick-dots li {
  border-color: transparent;
}
#video-slider .media-item {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
}
#video-slider .media-item a {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#video-slider .video_overlay {
  background-color: #2d2c2b;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .6;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#video-slider .video_play {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -35px;
  margin-left: -50px;
  width: 100px;
  height: 70px;
  background-position: 0 -156px;
  opacity: .8;
  z-index: 2;
}
#video-slider .slick-arrow {
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#video-slider .slick-arrow span {
  -moz-transform: scale(0.75);
  -ms-transform: scale(0.75);
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
}
#video-slider .slick-next {
  right: 30px;
}
#video-slider .slick-next span {
  -moz-transform: scale(0.75) rotate(180deg);
  -ms-transform: scale(0.75) rotate(180deg);
  -webkit-transform: scale(0.75) rotate(180deg);
  transform: scale(0.75) rotate(180deg);
}
#video-slider .slick-prev {
  left: 30px;
}
#video-slider .close {
  width: 46px;
  height: 46px;
  border-radius: 23px;
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: #2d2c2a;
  z-index: 104;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#video-slider .close:before, #video-slider .close:after {
  content: '';
  width: 26px;
  height: 2px;
  background-color: #e97a07;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 50%;
  margin-left: -13px;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -webkit-transform-origin: center;
  transform-origin: center;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
#video-slider .close:before {
  -moz-transform: translateY(0) rotate(45deg);
  -ms-transform: translateY(0) rotate(45deg);
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}
#video-slider .close:after {
  -moz-transform: translateY(0) rotate(-45deg);
  -ms-transform: translateY(0) rotate(-45deg);
  -webkit-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
}
#video-slider .close:hover {
  background-color: #e97a07;
}
#video-slider .close:hover:before, #video-slider .close:hover:after {
  background-color: #fff;
}
#video-slider:hover .close {
  visibility: visible;
  opacity: 1;
}
#video-slider:hover .video_overlay {
  opacity: .4;
}
#video-slider:hover .slick-arrow {
  opacity: .7;
  visibility: visible;
}
#video-slider:hover .slick-arrow:hover {
  opacity: 1;
}
@media screen and (max-width: 76.1875em) {
  #video-slider .close {
    opacity: 1;
    visibility: visible;
  }
  #video-slider .slick-arrow {
    opacity: 1;
    visibility: visible;
  }
  #video-slider .slick-next {
    right: 20px;
  }
  #video-slider .slick-prev {
    left: 20px;
  }
}
@media screen and (max-width: 23.0625em) {
  #video-slider {
    height: 250px;
  }
}

#player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.icon-main-news {
  background-image: url("/local/templates/trekshoes/assets/css/../images/icon-main-news.png");
}
.icon-main-sale {
  background-image: url("/local/templates/trekshoes/assets/css/../images/icon-main-sale.png");
}
.icon-main-info {
  background-image: url("/local/templates/trekshoes/assets/css/../images/icon-main-info.png");
}
.icon-main-instagram {
  background-image: url("/local/templates/trekshoes/assets/css/../images/icon-main-instagram.png");
}

.products-block {
  @iunclude clearfix;
}
@media screen and (max-width: 76.1875em) {
  .products-block .columns:nth-of-type(7),
  .products-block .columns:nth-of-type(8) {
    display: none;
  }
}
.products-block .columns:last-child {
  margin: 30px 0 10px;
  text-align: center;
}
@media screen and (max-width: 76.1875em) {
  .products-block .columns:last-child {
    margin: 20px 0 20px;
  }
}

@media screen and (min-width: 61.25em) and (max-width: 76.1875em) {
  #trekshoesrussia .columns:nth-of-type(7),
  #trekshoesrussia .columns:nth-of-type(8) {
    display: none;
  }
}

.ya-share2_custom .ya-share2__item {
  opacity: 1 !important;
  margin: 0 0 0 6px !important;
}
.ya-share2_custom .ya-share2__item:first-child {
  margin-left: 0 !important;
}
.ya-share2_custom .ya-share2__container_size_m .ya-share2__icon {
  width: 38px;
  height: 38px;
  background-size: 28px 28px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.ya-share2_custom .ya-share2__badge {
  border-radius: 12px;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: #696968 !important;
}
.ya-share2_custom .ya-share2__item_service_vkontakte .ya-share2__icon {
  background-position: top 6px center !important;
}
.ya-share2_custom .ya-share2__item_service_vkontakte .ya-share2__badge:hover {
  background-color: #48729e !important;
}
.ya-share2_custom .ya-share2__item_service_facebook .ya-share2__badge:hover {
  background-color: #3b5998 !important;
}
.ya-share2_custom .ya-share2__item_service_odnoklassniki .ya-share2__badge:hover {
  background-color: #eb722e !important;
}
.ya-share2_custom .ya-share2__item_service_gplus .ya-share2__badge:hover {
  background-color: #dc4e41 !important;
}
.ya-share2_custom .ya-share2__item_service_twitter .ya-share2__badge:hover {
  background-color: #00aced !important;
}

#header-fixed-menu {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  height: 60px;
  z-index: 300;
}
/*
#header-fixed-menu .main {
  display: none;
}
*/
#header-fixed-menu .top {
  height: 60px;
  padding: 10px 0;
  -moz-box-shadow: 0 0 3px rgba(109, 109, 109, 0.6);
  -webkit-box-shadow: 0 0 3px rgba(109, 109, 109, 0.6);
  box-shadow: 0 0 3px rgba(109, 109, 109, 0.6);
}
@media screen and (max-width: 26.5625em){
  #header-fixed-menu .top {
    height: 40px;
  }
}
#header-fixed-menu .lang {
  margin-left: 20px;
}
#header-fixed-menu .logo {
  width: 95px;
  height: 48px;
  background-image: url(/local/templates/trekshoes/assets/css/../images/footer-logo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  float: left;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#header-fixed-menu .logo a {
  display: block;
  width: 100%;
  height: 100%;
}
#header-fixed-menu .go-open-mobile {
  float: right;
  position: absolute;
  right: 0;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#header-fixed-menu .go-open-mobile:before, #header-fixed-menu .go-open-mobile:after,
#header-fixed-menu .go-open-mobile span {
  background-color: #fff;
}
#header-fixed-menu .go-open-mobile.active {
  background-color: transparent;
}
#header-fixed-menu .top .links span.phone a {
  float: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  text-decoration: none;
}
.links .user span {
  text-decoration: underline;
}
@media screen and (max-width: 1240px) {
  #header-fixed-menu .right .links .buy-in-credit{
    display: none;
  }
}
@media screen and (max-width: 1140px) {
  #header-fixed-menu .right .links .request-call{
    display: none;
  }
}
@media screen and (max-width: 490px) {
  #header-fixed-menu .logo{
    display: none;
  }
}
@media screen and (max-width: 380px) {
  #header-fixed-menu .go-open-mobile{
    width: 80px;
  }
  #header-fixed-menu .top .widget a {
    padding: 0 7px !important;
  }
}
@media screen and (max-width: 47.9375em) {
  #header-fixed-menu .lang, #header-fixed-menu .links {
    display: none;
    margin: 0;
  }
}
@media screen and (max-width: 23.0625em) {
  #header-fixed-menu .logo {
    width: 110px;
    margin-right: 0;
  }
  #header-fixed-menu .right .widget span:before {
    margin-right: 7px !important;
  }
}
@media screen and (max-width: 26.5625em) {
  #header-fixed-menu .logo {
    display: none;
  }
  #header-fixed-menu .right {
    width: 100%;
  }
  #header-fixed-menu .top .widget a {
    padding: 0 7px;
  }
}

#header .go-open-mobile {
  display: none;
}

.content-overlay {
  display: none;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.25);
  z-index: 100;
}

@media screen and (max-width:960px) {
  .header-cabinet a > div {
    display: none !important;
  }

  .header-cabinet a {
    margin-right: 0 !important;
  }

  #header .header-cabinet a:before {
    margin-right: 0 !important;
  }

  #header #menu .menu > li > a {
    padding: 0 7px !important;
  }

  #header .logotype {
    margin-right: 15px !important;
  }
}

@media screen and (max-width:768px) {
  #header #menu,
  #header .header-personal,
  #header .top {
    display: none;
  }

  #header {
    height: 60px;
  }

  .footer-mobile {
    z-index: 999;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    display: flex !important;
    padding: 10px 15px;
    justify-content: space-between;
    gap: 15px;
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.15);
  }

  #header .go-open-mobile {
    display: block !important;
    width: 60px;
    height: 60px;
    right:8px;
  }
}

#overlay {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 97;
  display: none;
  cursor: pointer;
}

#mobile-menu {
  position: fixed;
  top: 120px;
  right: 0;
  width: 100%;
  max-width: 400px;
  background-color: #2d2c2b;
  bottom: 0;
  z-index: 99999;
  -moz-transform: translateX(400px);
  -ms-transform: translateX(400px);
  -webkit-transform: translateX(400px);
  transform: translateX(400px);
}
#mobile-menu .login {
  padding-left: 22px;
  background-image: url("/local/templates/trekshoes/assets/css/../images/user-cabinet.png");
  background-position: 20px center;
  background-repeat: no-repeat;
}
#mobile-menu .phone {
  padding-left: 22px;
  background-image: url("/local/templates/trekshoes/assets/css/../images/phone.png");
  background-position: 20px center;
  background-repeat: no-repeat;
}
#mobile-menu .callibri_phone{
  display: flex !important;
  align-items: center;
}
#mobile-menu.pos {
  top: 140px;
}
@media screen and (max-width: 26.5625em){
  #mobile-menu {
    top: 104px;
  }
  #mobile-menu.pos {
    top: 104px;
  }
}
#mobile-menu .first-menu {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
#mobile-menu .second-menu {
  width: 400px;
  height: 100%;
  background-color: #2d2c2b;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  -moz-transform: translateX(400px);
  -ms-transform: translateX(400px);
  -webkit-transform: translateX(400px);
  transform: translateX(400px);
  overflow-y: auto;
  overflow-x: hidden;
}
#mobile-menu ul {
  display: block;
  width: 100%;
}
#mobile-menu ul .to_child {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 80px;
  z-index: 5;
  display: block;
  cursor: pointer;
}
#mobile-menu ul .to_child:before, #mobile-menu ul .to_child:after {
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  margin-left: 5px;
  position: absolute;
  top: 50%;
  transform-origin: 0 0;
  transition: all 0.5s ease;
  z-index: 1;
  width: 14px;
  background-color: #ffffff;
}
#mobile-menu ul .to_child:after {
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
#mobile-menu ul .to_child:before {
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-left: 3px;
}
#mobile-menu ul .back-menu {
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  padding: 0 20px 0 50px;
  background: #171819;
  height: 50px;
  cursor: pointer;
}
#mobile-menu ul .back-menu:before, #mobile-menu ul .back-menu:after {
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  content: "";
  display: block;
  height: 2px;
  left: 20px;
  margin-top: -1px;
  margin-left: 3px;
  position: absolute;
  top: 50%;
  transform-origin: 0 0;
  transition: all 0.5s ease;
  z-index: 1;
  width: 10px;
  background-color: #ffffff;
}
#mobile-menu ul .back-menu:after {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mobile-menu ul .back-menu:before {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-left: 2px;
}
#mobile-menu ul li {
  display: block;
  height: 70px;
  border-bottom: 1px solid #3a3937;
  position: relative;
}
#mobile-menu ul li a {
  display: block;
  color: #fff !important;
  height: 100%;
  padding: 0 20px;
}
#mobile-menu ul li a:active {
  color: #ffa549;
}
#mobile-menu ul li span {
  display: inline-block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile-menu ul.lang li {
  width: 50%;
  float: left;
  height: auto;
}
#mobile-menu ul.lang li a {
  padding: 20px;
  text-align: center;
  text-decoration: none;
}
#mobile-menu ul.lang li.current a {
  font-weight: bold;
}
#mobile-menu ul.lang li:nth-of-type(2n+2) {
  border-left: 1px solid #3a3937;
}
#mobile-menu ul.lang li:last-child:first-child {
  width: 100%;
}

#viewed-products {
  position: fixed;
  top: 40px;
  right: 0;
  width: 100%;
  max-width: 400px;
  background-color: #fff;
  bottom: 0;
  z-index: 300;
  visibility: hidden;
  opacity: 0;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -moz-transform: translateX(400px);
  -ms-transform: translateX(400px);
  -webkit-transform: translateX(400px);
  transform: translateX(400px);
}
#viewed-products.active {
  visibility: visible;
  opacity: 1;
}
#viewed-products.pos {
  top: 60px;
}
#viewed-products.pos.active {
  -moz-box-shadow: 0 0 3px rgba(109, 109, 109, 0.6);
  -webkit-box-shadow: 0 0 3px rgba(109, 109, 109, 0.6);
  box-shadow: 0 0 3px rgba(109, 109, 109, 0.6);
}
#viewed-products .viewed-products {
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 10px 30px 30px;
  margin-top: 65px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
#viewed-products .viewed-products-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 65px;
  padding: 20px 30px 0;
  background-color: #fff;
  z-index: 10;
}
#viewed-products .viewed-products.mCustomScrollbar {
  padding: 10px 10px 30px 30px;
}
#viewed-products h2 {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  padding-right: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  margin: 0;
  white-space: nowrap;
}
#viewed-products .close {
  position: absolute;
  right: 30px;
  top: 20px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  opacity: .6;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#viewed-products .close:hover {
  opacity: 1;
}
#viewed-products .close:before, #viewed-products .close:after {
  content: '';
  width: 26px;
  height: 2px;
  background-color: #2d2c2b;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 0;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -webkit-transform-origin: center;
  transform-origin: center;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
#viewed-products .close:before {
  -moz-transform: translateY(0) rotate(45deg);
  -ms-transform: translateY(0) rotate(45deg);
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}
#viewed-products .close:after {
  -moz-transform: translateY(0) rotate(-45deg);
  -ms-transform: translateY(0) rotate(-45deg);
  -webkit-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
}
#viewed-products .viewed-product {
  width: 100%;
  border: 1px solid #eee;
  padding: 20px;
  margin-bottom: 10px;
  position: relative;
}
#viewed-products .viewed-product::before, #viewed-products .viewed-product::after {
  content: ' ';
  display: table;
}
#viewed-products .viewed-product::after {
  clear: both;
}
#viewed-products .viewed-product_image {
  width: 50%;
  float: left;
  padding-right: 20px;
  height: 90px;
}
#viewed-products .viewed-product_image a {
  display: block;
  width: 100%;
  height: 100%;
}
#viewed-products .viewed-product_image span {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: #fff;
}
#viewed-products .viewed-product_info {
  width: 50%;
  float: left;
}
#viewed-products .viewed-product_info_title {
  width: 100%;
  height: 64px;
  overflow: hidden;
}
#viewed-products .viewed-product_info a {
  display: block;
  text-decoration: underline;
  font-size: 15px;
  line-height: 22px;
  color: #2d2c2b;
}
#viewed-products .viewed-product_info a:hover {
  color: #ea7b08;
}
#viewed-products .viewed-product_info .price {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (max-width: 47.9375em) {
  #viewed-products .viewed-products-header {
    padding: 20px 20px 0;
  }
  #viewed-products .viewed-products {
    padding: 10px 20px 0;
  }
  #viewed-products .close {
    right: 20px;
  }
}

.tooltipster-sidetip .tooltipster-content {
  padding: 12px 16px;
  font-size: 14px;
  line-height: 20px;
}
.tooltipster-sidetip.tooltipster-borderless .tooltipster-box {
  border: none;
  background: #1d1c1c;
}
.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-box {
  margin-top: 8px;
}
.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-box {
  margin-right: 8px;
}
.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-box {
  margin-left: 8px;
}
.tooltipster-sidetip.tooltipster-borderless.tooltipster-top .tooltipster-box {
  margin-bottom: 8px;
}
.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow {
  height: 8px;
  margin-left: -8px;
  width: 16px;
}
.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-arrow, .tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow {
  height: 16px;
  margin-left: 0;
  margin-top: -8px;
  width: 8px;
}
.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow-background {
  display: none;
}
.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow-border {
  border: 8px solid transparent;
}
.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #1d1c1c;
}
.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #1d1c1c;
}
.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #1d1c1c;
}
.tooltipster-sidetip.tooltipster-borderless.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #1d1c1c;
}
.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -8px;
}
.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow-uncropped {
  left: -8px;
}

#up-button {
  position: fixed;
  bottom: 30px;
  left: 30px;
  background-color: #47451f;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  z-index: 101;
  width: 50px;
  height: 50px;
  display: none;
  cursor: pointer;
  opacity: .7;
  -moz-box-shadow: rgba(109, 109, 109, 0.7);
  -webkit-box-shadow: rgba(109, 109, 109, 0.7);
  box-shadow: rgba(109, 109, 109, 0.7);
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
#up-button:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -9px;
  margin-left: -13.5px;
  width: 27px;
  height: 18px;
  background-position: 0 -244px;
}
#up-button:before:hover, #up-button:before.up-hover {
  background-position: 0 -226px;
}
#up-button:hover, #up-button:active {
  opacity: .95;
}
#up-button:active {
  margin-bottom: -2px;
}

#breadcrumbs {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 22px;
padding: 15px 0 0;
}
#breadcrumbs::before, #breadcrumbs::after {
  content: ' ';
  display: table;
}
#breadcrumbs::after {
  clear: both;
}
#breadcrumbs li {
  float: left;
  padding: 0;
}
#breadcrumbs li:before {
  display: none;
}
#breadcrumbs a {
  color: #2d2c2b;
  font-weight: 400;
  text-decoration: underline;
  float: left;
}
#breadcrumbs a:hover {
  color: #eb8a25;
}
#breadcrumbs li:not(:last-child):after {
  display: inline-block;
  content: '>';
  font-size: 13px;
  vertical-align: middle;
  margin-left: 15px;
  color: #aeaeae;
  margin-right: 15px;
}
#breadcrumbs span.current {
  color: #696968;
  font-style: italic;
  margin-right: 0;
}

/*======================================
=            Личный кабинет            =
======================================*/
.personal-block {
  width: 100%;
  height: 192px;
  border: 1px solid #d7dbde;
  margin: 30px 0 0;
  position: relative;
}
.personal-block_content {
  display: block;
}
@media screen and (min-width: 23.125em) {
  .personal-block_content {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.personal-block_icon {
  width: 130px;
  height: 130px;
  border: 2px solid #d7dbde;
  -moz-border-radius: 65px;
  -webkit-border-radius: 65px;
  border-radius: 65px;
  position: absolute;
  top: 30px;
  left: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50% 50%;
}
.personal-block a {
  padding: 30px 30px 30px 200px;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #383736;
  background-color: transparent;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.personal-block a:hover {
  background-color: #fbfcfc;
}
.personal-block a:hover h3 {
  color: #eb8a25;
}
.personal-block h3 {
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 23.0625em) {
  .personal-block {
    height: auto;
    margin-top: 70px;
    border-width: 1px 0;
    width: auto;
    margin-left: -20px;
    margin-right: -20px;
  }
  .personal-block:before {
    content: '';
    height: 49px;
    width: 100%;
    position: absolute;
    left: 0;
    top: -50px;
    background-color: #f7f7f7;
  }
  .personal-block_icon {
    width: 66px;
    height: 66px;
    -moz-border-radius: 33px;
    -webkit-border-radius: 33px;
    border-radius: 33px;
    top: -33px;
    left: 50%;
    margin-left: -33px;
    background-color: #fff;
  }
  .personal-block a {
    padding: 50px 20px 30px;
    text-align: center;
  }
  .personal-block a h3 {
    text-decoration: underline;
  }
}

.text-block {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  background-color: white;
  border: 1px solid #d7dbde;
  box-shadow: 0 1px 2px rgba(45, 45, 45, 0.15);
  padding: 25px 30px;
}
@media screen and (max-width: 47.9375em) {
  .text-block {
    margin-top: 30px;
  }
}
.text-block_title {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
  margin-bottom: 20px;
}

/*===========================================
=            Custom Theme Inputs            =
===========================================*/
.label-checkbox {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.label-checkbox input[type="checkbox"] {
  display: none;
}
.label-checkbox input[type="checkbox"] + span {
  padding-left: 28px;
  position: relative;
  margin: 0;
}
.label-checkbox input[type="checkbox"] + span:before {
  content: '';
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  margin-top: 2px;
  border-width: 2px;
  border-style: solid;
  border-color: #bfc4c8;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-transition: border-width 0.15s ease;
  -o-transition: border-width 0.15s ease;
  -webkit-transition: border-width 0.15s ease;
  transition: border-width 0.15s ease;
  box-sizing: border-box;
  z-index: 4;
}
.label-checkbox input[type="checkbox"] + span:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 3px;
  width: 18px;
  height: 18px;
  background-image: url("/local/templates/trekshoes/assets/css/../images/check.png");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 5;
  visibility: hidden;
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.label-checkbox input[type="checkbox"]:checked + span:before {
  border-color: #ea8824;
  border-width: 9px;
}
.label-checkbox input[type="checkbox"]:checked + span:after {
  visibility: visible;
  opacity: 1;
}

.jq-radio {
  top: -1px;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
  border: 1px solid #C3C3C3;
  border-radius: 50%;
  background: #F5F5F5;
  background: -webkit-linear-gradient(#FFF, #E6E6E6);
  background: linear-gradient(#ffffff, #e6e6e6);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
  cursor: pointer;
}

.jq-radio.checked .jq-radio__div {
  width: 10px;
  height: 10px;
  margin: 3px 0 0 3px;
  border-radius: 50%;
  background: #777;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.7);
}

.jq-radio.focused {
  border: 1px solid #08C;
}

.jq-radio.disabled {
  opacity: .55;
}

.jq-file {
  width: 270px;
  border-radius: 4px;
}

.jq-file input {
  height: auto;
  line-height: 1em;
  cursor: pointer;
}

.jq-file__name {
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  height: 34px;
  padding: 0 80px 0 10px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: #FFF;
  box-shadow: inset 1px 1px #F1F1F1;
  font: 14px/32px Arial, sans-serif;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.jq-file__browse {
  position: absolute;
  top: 1px;
  right: 1px;
  padding: 0 10px;
  border-left: 1px solid #CCC;
  border-radius: 0 4px 4px 0;
  background: #F5F5F5;
  background: -webkit-linear-gradient(#FFF, #E6E6E6);
  background: linear-gradient(#ffffff, #e6e6e6);
  box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px/32px Arial, sans-serif;
  color: #333;
  text-shadow: 1px 1px #FFF;
}

.jq-file:hover .jq-file__browse {
  background: #E6E6E6;
  background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
  background: linear-gradient(#f6f6f6, #e6e6e6);
}

.jq-file:active .jq-file__browse {
  background: #F5F5F5;
  box-shadow: inset 1px 1px 3px #DDD;
}

.jq-file.focused .jq-file__name {
  border: 1px solid #5794BF;
}

.jq-file.disabled,
.jq-file.disabled .jq-file__name,
.jq-file.disabled .jq-file__browse {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888;
}

/*.jq-number {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0 36px 0 0;
}

.jq-number__field {
  width: 100px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
}

.jq-number__field:hover {
  border-color: #B3B3B3;
}

.jq-number__field input {
  box-sizing: border-box;
  width: 100%;
  padding: 8px 9px;
  border: none;
  outline: none;
  background: none;
  font: 14px Arial, sans-serif;
  color: #333;
  text-align: left;
  -moz-appearance: textfield;
}

.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.jq-number__spin {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 14px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: #F5F5F5;
  background: -webkit-linear-gradient(#FFF, #E6E6E6);
  background: linear-gradient(#ffffff, #e6e6e6);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-shadow: 1px 1px #FFF;
  cursor: pointer;
}

.jq-number__spin.minus {
  top: auto;
  bottom: 0;
}

.jq-number__spin:hover {
  background: #E6E6E6;
  background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
  background: linear-gradient(#f6f6f6, #e6e6e6);
}

.jq-number__spin:active {
  background: #F5F5F5;
  box-shadow: inset 1px 1px 3px #DDD;
}

.jq-number__spin:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 11px;
  width: 0;
  height: 0;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #999;
  border-left: 5px solid transparent;
}

.jq-number__spin.minus:after {
  top: 5px;
  border-top: 5px solid #999;
  border-right: 5px solid transparent;
  border-bottom: none;
  border-left: 5px solid transparent;
}

.jq-number__spin.minus:hover:after {
  border-top-color: #000;
}

.jq-number__spin.plus:hover:after {
  border-bottom-color: #000;
}

.jq-number.focused .jq-number__field {
  border: 1px solid #5794BF;
}

.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888;
}

.jq-number.disabled .jq-number__spin:after {
  border-bottom-color: #AAA;
}

.jq-number.disabled .jq-number__spin.minus:after {
  border-top-color: #AAA;
}*/

.jq-selectbox {
  vertical-align: middle;
  cursor: pointer;
  margin-top: -2px;
}
.jq-selectbox::before, .jq-selectbox::after {
  content: ' ';
  display: table;
}
.jq-selectbox::after {
  clear: both;
}

.jq-selectbox__select {
  height: 35px;
  padding: 0 30px 0 10px;
  float: left;
  border: 1px solid transparent;
  background-color: #fff;
  position: relative;
  z-index: 5;
}

.jq-selectbox.opened .jq-selectbox__select {
  border: 1px solid #bfc4c8;
  border-bottom-color: #fff;
}

.jq-selectbox.disabled .jq-selectbox__select {
  box-shadow: none;
  color: #888;
}

.jq-selectbox__select-text {
  display: block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #2d2c2b;
  font-size: 16px;
  line-height: 22px;
  padding: 6px 0;
  width: auto !important;
}

.jq-selectbox .placeholder {
  color: #888;
}

.jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 100%;
}

.jq-selectbox__trigger-arrow {
  position: absolute;
  top: 15px;
  left: 12px;
  width: 0;
  height: 0;
}
.jq-selectbox__trigger-arrow:before, .jq-selectbox__trigger-arrow:after {
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  transform-origin: 0 0;
  transition: all 0.5s ease;
  z-index: 1;
  width: 7px;
  background-color: #515151;
}
.jq-selectbox__trigger-arrow:after {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.jq-selectbox__trigger-arrow:before {
  margin-top: 5px;
  margin-left: 4px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.jq-selectbox__dropdown {
  box-sizing: border-box;
  width: 100%;
  margin: -1px 0 0;
  padding: 0;
  border: 1px solid #bfc4c8;
  background: #FFF;
  top: 36px;
  min-width: 240px;
}

.float-right .jq-selectbox__dropdown {
  right: 0;
  left: auto;
}

.jq-selectbox ul {
  margin: 0;
  padding: 0;
}

.jq-selectbox ul li {
  min-height: 18px;
  padding: 5px 10px 6px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  color: #231F20;
}

.jq-selectbox li.selected {
  background-color: #bfc4c8;
  color: #FFF;
}

.jq-selectbox li:hover {
  background-color: #ea8824;
  color: #FFF;
}

.jq-selectbox li.disabled {
  color: #AAA;
}

.jq-selectbox li.disabled:hover {
  background: none;
}

.jq-selectbox li.optgroup {
  font-weight: bold;
}

.jq-selectbox li.optgroup:hover {
  background: none;
  color: #231F20;
  cursor: default;
}

.jq-selectbox li.option {
  padding-left: 25px;
}

/*======================================
=            Grid for Shops            =
======================================*/
@media screen and (min-width: 76.25em) {
  .shop-item,
  .shop-sizer {
    width: 25%;
  }
}
.shop-item {
  padding: 0 15px;
}

@media screen and (max-width: 76.1875em) {
  .shop-item,
  .shop-sizer {
    width: 33%;
  }
}
@media screen and (max-width: 47.9375em) {
  .shop-item {
    padding: 0 10px;
  }

  .shop-item,
  .shop-sizer {
    width: 50%;
  }
}
@media screen and (max-width: 35.625em) {
  .shop-item,
  .shop-sizer {
    width: 100%;
  }
}
/*=====================================
=            Grid for news            =
=====================================*/
@media screen and (min-width: 61.25em) {
  .grid-item,
  .grid-sizer {
    width: 33%;
  }

  /*.grid-item:first-of-type {
    width: 66%;
  }*/
}

.grid-item .news-full-block_image {
  height: 360px;
}

@media screen and (min-width: 48em) {
  .grid-item:first-of-type .news-full-block_image {
    height: 360px;
  }
  .grid-item:first-of-type .news-full-block_image:before {
    display: none;
  }
  .grid-item:first-of-type .news-full-block_image .data {
    color: #383736;
    padding: 8px 15px;
    background-color: #fff;
    bottom: 30px;
  }
}
.grid-item {
  padding: 0 15px;
}

@media screen and (min-width: 48em) and (max-width: 61.1875em) {
  .grid-item,
  .grid-sizer {
    width: 50%;
  }

  .grid-item:first-of-type {
    width: 100%;
  }
  .grid-item:first-of-type .news-full-block_image {
    height: 360px;
  }
}
@media screen and (max-width: 47.9375em) {
  .grid-item {
    padding: 0 10px;
  }

  .grid-item,
  .grid-sizer {
    width: 100%;
  }

  .grid-item:first-of-type .news-full-block_image {
    height: 255px;
  }
}
.news-full-block {
  width: 100%;
  background-color: white;
  margin-bottom: 30px;
  border: 1px solid #e1e1e1;
}
.news-full-block_content {
  border-top: 0px;
}
.news-full-block_content_title {
  font-size: 28px;
  line-height: 35px;
  font-weight: 700;
  display: block;
  margin-bottom: 15px;
  -moz-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
.news-full-block_content .content_title {
  display: block;
  width: 100%;
  height: 100%;
  padding: 30px;
  text-decoration: none;
  color: #2d2c2b;
}
.news-full-block_image {
  width: 100%;
  height: 255px;
  background-color: #e1e1e1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.news-full-block_image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  background-color: #2d2c2b;
  opacity: .5;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.news-full-block_image a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
}
.news-full-block_image .data {
  position: absolute;
  bottom: 20px;
  left: 30px;
  color: white;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
@media screen and (min-width: 61.25em) {
  .news-full-block:hover .news-full-block_content_title {
    color: #EB8A25;
  }
  .news-full-block:hover .news-full-block_image:before {
    opacity: .15;
  }
}

/*==============================================
=            Custom Theme Scrollbar            =
==============================================*/
.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
  /* direct pointer events to js */
}

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto;
}

.mCustomScrollBox {
  /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
}

.mCSB_container {
  /* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto;
}

.mCSB_inside > .mCSB_container {
  margin-right: 30px;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}

/* non-visible scrollbar */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}

/* RTL direction/left-side scrollbar */
.mCSB_scrollTools {
  /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}

.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}

/* scrollbar position: outside */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0;
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}

/* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer {
  /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}

.mCSB_scrollTools .mCSB_dragger {
  /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px;
  /* minimum dragger height */
  z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
  /* auto-expanded scrollbar */
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
  /* auto-expanded scrollbar */
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}

.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px;
}

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%;
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

/* non-visible scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}

/* scrollbar position: outside */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  /* minimum dragger width */
  height: 100%;
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  /* auto-expanded scrollbar */
  margin: 2px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  /* auto-expanded scrollbar */
  margin: 4px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}

.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}

.mCSB_container_wrapper > .mCSB_container {
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100% !important;
  /* min-width: 700px; */
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}

/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}

/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}

/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  /* non-visible scrollbar */
  margin-left: 0;
}

/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  -moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
}

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

/* ---------------------------------------- */
/*=============================
=            Shops            =
=============================*/
#tabs_shops .ionTabs__head {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
@media screen and (max-width: 23.0625em) {
  #tabs_shops .ionTabs__head {
    width: 100%;
    padding: 0 10px;
  }
}
#tabs_shops .ionTabs__head.country {
  margin-bottom: 20px;
}
#tabs_shops .ionTabs__head.country .ionTabs__tab {
  display: inline-block;
  padding: 12px 30px;
  border: 1px solid #d7dbdd;
  margin: 5px;
  color: #696968;
}
#tabs_shops .ionTabs__head.country .ionTabs__tab_state_active {
  color: #fff;
  border-color: #eb8a25;
  background-color: #eb8a25;
}
#tabs_shops .ionTabs__head.city .ionTabs__tab {
  display: inline-block;
  margin: 7px 15px;
  font-size: 18px;
  line-height: 24px;
  color: #2d2c2b;
}
#tabs_shops .ionTabs__head.city .ionTabs__tab_state_active {
  color: #eb8a25;
  text-decoration: underline;
}

.shop-block {
  width: 100%;
  padding: 40px 30px;
  border: 1px solid #d7dbdd;
  margin-bottom: 30px;
}
.shop-block_title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}
.shop-block_content {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 28px;
}
.shop-block img {
  max-width: 100%;
  height: auto;
}

.registration-block {
  margin-top: 30px;
}
.registration-block_title {
  color: #383736;
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
  margin-bottom: 35px;
}
.registration-block p + p {
  margin-top: 30px;
}
@media screen and (min-width: 48em) {
  .registration-block {
    margin-top: 0;
  }
}

/*=============================
=            Order            =
=============================*/
.order-block {
  width: 100%;
  border: 1px solid #dedede;
  margin-bottom: 30px;
  border-radius: 10px;
}
.order-block:last-child {
  margin-bottom: 0;
}
.order-block_title {
  padding: 20px 30px;
  border-bottom: 1px solid #dedede;
  font-weight: 700;
}
.order-block_title span {
  font-size: 18px;
  line-height: 24px;
}
.order-block_content {
  padding: 30px;
}
.order-block_content .float-right {
  width: 220px;
}
.order-block-no_padding {
  border: 0px;
}
.order-block-no_padding .order-block_content {
  padding: 0 !important;
}
.order-block .status {
  display: inline-block;
  padding: 0 10px;
}
.order-block .status-ok {
  color: #729c41;
}
.order-block_content .btn {
  width: 220px;
  text-align: center;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
}
.order-block_title .btn {
  margin-top: -6px;
}
.order-block .order-product {
  padding: 0 0 20px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 20px;
  width: 100%;
  height: 110px;
  display: flex;
}
.order-block .order-product::before, .order-block .order-product::after {
  content: ' ';
  display: table;
}
.order-block .order-product::after {
  clear: both;
}
.order-block .order-product a {
  color: #2d2c2b;
}
.order-block .order-product a:hover {
  color: #ffa549;
}
.order-block .order-product_image {
  width: 90px;
  height: 90px;
  border: 1px solid #ebebeb;
  flex: none;
}
.order-block .order-product_image span {
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.order-block .order-product_info {
  height: 90px;
  padding-left: 20px;
}
.order-block .order-product-wide .order-product_info {
  width: 40%;
  padding-left: 110px;
  position: relative;
}
.order-block .order-product-wide .order-product_image {
  position: absolute;
  left: 0;
  top: 0;
  width: 90px;
}
.order-block .order-product-wide .order-product_sale,
.order-block .order-product-wide .order-product_count {
  width: 10%;
}
.order-block .order-product-wide .order-product_summ,
.order-block .order-product-wide .order-product_price {
  width: 20%;
}
.order-block .order-product-wide .order-product_price .old-price {
  display: block;
  color: #919191;
  text-decoration: line-through;
}
.order-block .order-product-wide .order-product_sale,
.order-block .order-product-wide .order-product_count,
.order-block .order-product-wide .order-product_summ,
.order-block .order-product-wide .order-product_price {
  float: left;
  height: 90px;
  padding-left: 20px;
  text-align: center;
}
.order-block .order-product-wide:last-child {
  height: auto;
}
.order-block .order-product-wide:last-child .order-product_summ {
  display: block;
  float: right;
  height: 40px;
  font-weight: bold;
  width: 20%;
  position: relative;
  font-size: 18px;
}
.order-block .order-product-wide:last-child .order-product_summ span {
  position: absolute;
  left: 0;
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
@media screen and (max-width: 61.1875em) {
  .order-block .order-product-wide .order-product_sale,
  .order-block .order-product-wide .order-product_summ {
    display: none;
  }
  .order-block .order-product-wide .order-product_info {
    width: 70%;
  }
  .order-block .order-product-wide:last-child .order-product_summ {
    display: block;
    width: 100%;
    text-align: right;
  }
  .order-block .order-product-wide:last-child .order-product_summ span {
    position: relative;
    margin-right: 10px;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
@media screen and (max-width: 33.125em) {
  .order-block .order-product-wide {
    height: auto;
  }
  .order-block .order-product-wide .order-product_info {
    width: 100%;
    min-height: 90px;
    height: auto;
  }
  .order-block .order-product-wide .order-product_count,
  .order-block .order-product-wide .order-product_price {
    height: 60px;
    width: 50%;
    padding: 0;
  }
  .order-block .order-product-wide:last-child .order-product_summ {
    padding: 0;
    text-align: center;
  }
}
.order-block .order-product .size {
  font-size: 14px;
  line-height: 20px;
  height: 30px;
  margin-top: 15px;
}
.order-block .order-product .size span {
  margin-left: 10px;
}
.order-block .order-product .size-current {
  padding: 5px 8px;
  background-color: #fef4ea;
  border: 1px solid #eb8a25;
}
.order-block .order-product:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 47.9375em) {
  .order-block .float-right {
    margin-top: 40px;
    margin-bottom: -15px;
    width: 100%;
    text-align: center;
  }
  .order-block .order-product {
    height: auto;
  }
  .order-block .order-product_image {
    width: 30%;
  }
  .order-block .order-product_info {
    width: 70%;
    height: auto;
  }
  .order-block .order-product_info .c_center {
    position: static;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
  .order-block .order-product-wide .order-product_info {
    margin-bottom: 15px;
  }
  .order-block .status-wide {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 23.0625em) {
  .order-block_title {
    padding: 10px 15px;
  }
  .order-block_content {
    padding: 15px;
  }
  .order-block_content p > a:not([class]) {
    font-size: 17px;
    line-height: 25px;
  }
  .order-block .status {
    width: 100%;
  }
  .order-block .btn {
    width: 100%;
  }
  .order-block .order-product {
    height: auto;
  }
  .order-block .order-product_image {
    width: 40%;
  }
  .order-block .order-product_info {
    width: 60%;
    height: auto;
  }
  .order-block .order-product_info .c_center {
    position: static;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}

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

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

/*=============================
=            Buyer            =
=============================*/
#tabs_buyer {
  position: relative;
}
#tabs_buyer .ionTabs__head {
  height: 100px;
  margin-bottom: 30px;
  text-align: center;
  border-bottom: 1px solid #e1e1e1;
  white-space: nowrap;
}
#tabs_buyer .ionTabs__head .ionTabs__tab {
  display: inline-block;
  margin: 0 16px;
  white-space: nowrap;
  color: #949491;
  font-size: 14px;
  line-height: 20px;
}
#tabs_buyer .ionTabs__head .ionTabs__tab .icon {
  display: block;
  width: 54px;
  height: 54px;
  -moz-border-radius: 27px;
  -webkit-border-radius: 27px;
  border-radius: 27px;
  background-color: white;
  border: 1px solid #e1e1e1;
  margin: 0 auto 10px;
  position: relative;
}
#tabs_buyer .ionTabs__head .ionTabs__tab .icon:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
#tabs_buyer .ionTabs__head .ionTabs__tab .icon-size:before {
  background-position: 0 -315px;
  width: 25px;
  height: 31px;
}
#tabs_buyer .ionTabs__head .ionTabs__tab .icon-order:before {
  background-position: 0 -145px;
  width: 28px;
  height: 21px;
}
#tabs_buyer .ionTabs__head .ionTabs__tab .icon-delivery:before {
  background-position: 0 -61px;
  width: 29px;
  height: 21px;
}
#tabs_buyer .ionTabs__head .ionTabs__tab .icon-promo:before {
  background-position: 0 -221px;
  width: 20px;
  height: 21px;
}
#tabs_buyer .ionTabs__head .ionTabs__tab .icon-pay:before {
  background-position: 0 -183px;
  width: 25px;
  height: 17px;
}
#tabs_buyer .ionTabs__head .ionTabs__tab .icon-back:before {
  background-position: 0 -20px;
  width: 18px;
  height: 20px;
}
#tabs_buyer .ionTabs__head .ionTabs__tab .icon-safe:before {
  background-position: 0 -263px;
  width: 19px;
  height: 21px;
}
#tabs_buyer .ionTabs__head .ionTabs__tab .icon-info:before {
  background-position: 0 -103px;
  width: 21px;
  height: 21px;
}
#tabs_buyer .ionTabs__head .ionTabs__tab_state_active {
  color: #383736;
}
#tabs_buyer .ionTabs__head .ionTabs__tab_state_active .icon {
  background-color: #eb8a25;
  border-color: #eb8a25;
}
#tabs_buyer .ionTabs__head .ionTabs__tab_state_active .icon-size:before {
  background-position: 0 -284px;
  width: 25px;
  height: 31px;
}
#tabs_buyer .ionTabs__head .ionTabs__tab_state_active .icon-order:before {
  background-position: 0 -124px;
  width: 28px;
  height: 21px;
}
#tabs_buyer .ionTabs__head .ionTabs__tab_state_active .icon-delivery:before {
  background-position: 0 -40px;
  width: 29px;
  height: 21px;
}
#tabs_buyer .ionTabs__head .ionTabs__tab_state_active .icon-promo:before {
  background-position: 0 -200px;
  width: 20px;
  height: 21px;
}
#tabs_buyer .ionTabs__head .ionTabs__tab_state_active .icon-pay:before {
  background-position: 0 -166px;
  width: 25px;
  height: 17px;
}
#tabs_buyer .ionTabs__head .ionTabs__tab_state_active .icon-back:before {
  background-position: 0 0;
  width: 18px;
  height: 20px;
}
#tabs_buyer .ionTabs__head .ionTabs__tab_state_active .icon-safe:before {
  background-position: 0 -242px;
  width: 19px;
  height: 21px;
}
#tabs_buyer .ionTabs__head .ionTabs__tab_state_active .icon-info:before {
  background-position: 0 -82px;
  width: 21px;
  height: 21px;
}
.noimage {
  width: 100%;
  text-align: center;
}
#element-slider-for {
  position: relative;
}
#element-slider-for img {
  width: 100%;
  height: auto;
  /*max-height: 560px;*/
  object-fit: contain;
}
#element-slider-for .element-image {
  display: none;
}
#element-slider-for .element-image:first-child {
  display: block;
}
#element-slider-for .element-image .element-video{
  width: 90%;
  margin: 0 auto;
}
#element-slider-for.slick-slider .element-image {
  display: block;
}
#element-slider-for .product-block__badges {
  left: 20px;
  top: 30px;
}
@media screen and (min-width: 61.25em) {
  #element-slider-for .product-block__badges span {
    width: 48px;
    height: 48px;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    padding: 14px 0;
    font-size: 14px;
  }
}
@media screen and (max-width: 47.9375em) {
  #element-slider-for {
    width: auto;
    padding-top: 40px;
    margin-left: -20px;
    margin-right: -20px;
  }
  
  .element-video iframe { max-height:300px; }
}

#element-slider-nav .element-image {
  background-color: white;
  padding: 10px;
  display: inline-block;
  width: 100%;
  display: none;
}
#element-slider-nav.slick-slider .element-image {
  display: block;
  width: 90px;
  height:120px;
}
#element-slider-nav .image {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 75px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid #dedede;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
#element-slider-nav .slick-current .image {
  border-color: #eb8a25;
}
@media screen and (min-width: 76.25em) {
  #element-slider-nav .image {
    height: 90px;
  }
}
@media screen and (max-width: 47.9375em) {
  #element-slider-nav {
    display: none;
  }
}

#catalog-element-block {
  padding-bottom: 40px;
}
#catalog-element-block h1 {
  margin-bottom: 20px;
}
@media screen and (min-width: 61.25em) {
  #catalog-element-block {
    padding-bottom: 70px;
  }
}
#catalog-element-block .product-block_sizes {
  display: flex;
  gap:5px;
  margin-bottom: 20px;
}
#catalog-element-block .product-block_sizes .helper {
  margin-top: 10px;
}

#catalog-element-block .product-block_sizes span {
  padding: 9px 19px;
  font-size: 16px;
  margin: 0 1% 1% 0;
  border-radius: 10px;
}
@media screen and (max-width: 23.0625em) {
  #catalog-element-block .product-block_sizes span {
    padding: 7px 15px;
    font-size: 14px;
    margin: 0 2% 2% 0;
  }
}
#catalog-element-block .product-block_sizes input[type="radio"] {
  display: none;
}
#catalog-element-block .product-block_sizes input[type="radio"] + span {
  cursor: pointer;
}
#catalog-element-block .product-block_sizes input[type="radio"]:checked + span {
  border-color: #eb8a25;
  font-weight: bold;
}
#catalog-element-block .product-block_sizes input[type="radio"]:disabled + span {
  position: relative;
  background-color: #eaeaea;
  border-color: #d1d1d1;
  overflow: hidden;
  cursor: not-allowed;
}
#catalog-element-block .product-block_sizes input[type="radio"]:disabled + span:before, #catalog-element-block .product-block_sizes input[type="radio"]:disabled + span:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -1px;
  background-color: #c5c5c5;
  left: -20px;
  right: -20px;
  width: auto;
  height: 1px;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}
#catalog-element-block .product-block_sizes input[type="radio"]:disabled + span:after {
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
#catalog-element-block .product-block_rating {
  margin-bottom: 20px;
}
#catalog-element-block .product-block_rating .rating {
  margin-right: 15px;
}
#catalog-element-block .product-block_rating a {
  color: #383736;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
}
#catalog-element-block .product-block_rating a:hover {
  color: #ffa549;
}
@media screen and (max-width: 23.75em) {
  #catalog-element-block .product-block_rating .rating {
    margin-right: 5px;
  }
  #catalog-element-block .product-block_rating .rating i {
    width: 21px;
    height: 20px;
    background-size: 100% auto;
    margin: 0 1px;
  }
  #catalog-element-block .product-block_rating a {
    font-size: 13px;
    line-height: 20px;
  }
}
#catalog-element-block .product-block_price {
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  padding: 15px 0;
  height: auto;
}
#catalog-element-block .product-block_price .old-price {
  margin-left: 0;
  margin-right: 20px;
  color: #cfcfcf;
  display: inline-block !important;
}
@media screen and (max-width: 23.0625em) {
  #catalog-element-block .product-block_price .old-price {
    margin-right: 10px;
  }
}
#catalog-element-block .to-cart::before, #catalog-element-block .to-cart::after {
  content: ' ';
  display: table;
}
#catalog-element-block .to-cart::after {
  clear: both;
}
#catalog-element-block .to-cart .btn {
  float: left;
  text-align: center;
}
#catalog-element-block .to-cart .btn-to-cart {
  width: 58%;
  padding: 20px 0;
  margin-right: 2%;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
#catalog-element-block .to-cart .btn-to-cart:before {
  content: '';
  display: inline-block;
  width: 23px;
  height: 23px;
  margin-right: 15px;
  vertical-align: middle;
  margin-top: -3px;
  background-image: url("/local/templates/trekshoes/assets/css/../images/shopping-cart-white.svg");
}
#catalog-element-block .to-cart .btn-to-cart:before:active, #catalog-element-block .to-cart .btn-to-cart:before.icon-to-cart-active {
  background-position: 0 -98px;
}
#catalog-element-block .to-cart .btn-to-cart_active:before {
  background-image: url("/local/templates/trekshoes/assets/css/../images/shopping-cart-white-btn.svg");
}
.btn-to-cart_active {
  background: #49ca3e;
}
.btn-to-cart_active:hover {
  background: #62e356;
}
#catalog-element-block .to-cart .btn-to-favourite {
  width: 40%;
  padding: 18px 0;
  font-size: 18px;
  line-height: 24px;
}
#catalog-element-block .to-cart .btn-to-favourite:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 16px;
  background-position: 0 -116px;
  margin-right: 10px;
  vertical-align: middle;
  margin-top: -3px;
}
#catalog-element-block .to-cart .btn-to-favourite.active:before {
  background-position: 0 -48px;
}
#catalog-element-block .to-cart .btn-favourite {
  width: 40%;
  padding: 18px 0;
  font-size: 18px;
  line-height: 24px;
  color: #eb8a25;
}
#catalog-element-block .to-cart .btn-favourite:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 16px;
  background-position: 0 -48px;
  margin-right: 10px;
  vertical-align: middle;
  margin-top: -3px;
}
#catalog-element-block .to-cart .btn-favourite.active:before {
  background-position: 0 -48px;
}
@media screen and (max-width: 76.1875em) {
  #catalog-element-block .to-cart .btn {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 61.1875em) {
  #catalog-element-block .to-cart .btn-to-cart {
    width: 78%;
  }
  #catalog-element-block .to-cart .btn-to-favourite,
  #catalog-element-block .to-cart .btn-favourite {
    width: 20%;
  }
  #catalog-element-block .to-cart .btn-to-favourite:before,
  #catalog-element-block .to-cart .btn-favourite:before {
    margin-right: 0;
  }
  #catalog-element-block .to-cart .btn-to-favourite span,
  #catalog-element-block .to-cart .btn-favourite span {
    display: none;
  }
}

.char {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 30px;
  background-color: #f7f7f7;
  width: 100%;
}
.char::before, .char::after {
  content: ' ';
  display: table;
}
.char::after {
  clear: both;
}
.char li {
  display: block;
  float: left;
  margin-bottom: 4px;
}
.char-name {
  color: #6e6d6d;
  font-family: "PT Sans";
  font-style: italic;
  width: 45%;
  position: relative;
  z-index: 2;
}
.char-name:before {
  content: '';
  display: block;
  width: auto;
  height: 0;
  border-bottom: 1px dotted #7b7b7b;
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  z-index: -1;
}
.char-name span {
  background-color: #f7f7f7;
  padding: 0 4px 0 0;
}
.char-name .spy {
  color: transparent;
  padding: 0;
  opacity: 0;
}
.char-info {
  color: #383736;
  width: 55%;
  padding: 0 0 0 4px;
  background-color: #f7f7f7;
}
@media screen and (max-width: 47.9375em) {
	.char li {
		width: 100%;
	}
	.char-name:before {
		display: none;
	}
	.char li.char-info {
		padding-left: 0;
		margin-bottom: 12px;
	}
}

.helper {
  line-height: 20px;
}
.helper:before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  background-position: 0 -5px;
  margin-right: 10px;
  vertical-align: middle;
  margin-top: -3px;
}

.share {
  margin-bottom: 30px;
  width: 100%;
}
.share p {
  font-style: italic;
  margin-bottom: 5px;
}
.share .ya-share2__badge {
  background-color: #acb3b5 !important;
}
.share:after {
  content: "";
  display: table;
  clear: both;
}
.share > div {
  float: left;
}

#response {
  margin-top: 45px;
}

.response {
  width: 100%;
  padding-bottom: 25px;
  margin-bottom: 30px;
  border-bottom: 1px solid #dedede;
}
.response:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.response-more {
  margin-top: 40px;
  text-align: center;
}
.response-content .element-image {
  background-color: #fff;
  cursor: pointer;
  display: inline-block;
  height: 76px;
  width: auto;
  padding: 3px;
  border: 1px solid #dedede;
}
.response-content .element-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.response-content .element-image img {
  height: 68px;
  width: auto;
}
.response-autor {
  width: 100%;
  height: 48px;
  position: relative;
  margin-bottom: 20px;
}
.response-autor_avatar {
  width: 48px;
  height: 48px;
  position: absolute;
  left: 0;
  top: 0;
}
.response-autor_avatar img {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.response-autor_info {
  padding-left: 65px;
}
.response-autor_name {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
}
.response-autor .data {
  font-style: italic;
  font-weight: 400;
  margin-left: 15px;
}
.response-autor_rating {
  color: #383736;
  font-size: 13px;
  line-height: 20px;
  margin-top: 4px;
}
.response-autor_rating .rating {
  margin-left: 10px;
}
.response-question .response-autor {
  height: auto;
  margin-bottom: 10px;
}
.response-question .response-autor_info {
  padding: 0;
}
.response-question.answer {
  padding-left: 50px;
  margin-top: 20px;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.response-feed {
  padding: 20px 20px;
  text-align: center;
}
.response-stats-block {
  background-color: white;
  border: 1px solid #dedede;
}
.response-stats-block_header {
  text-align: center;
  padding: 30px 0;
  border-bottom: 1px solid #dedede;
}
.response-stats-block_header .rating {
  margin-bottom: 15px;
}
.response-stats-block_content {
  padding: 30px;
}
.response-stats-block_content .percent {
  position: relative;
  height: 80px;
  padding-left: 100px;
  font-size: 15px;
  line-height: 21px;
  margin-top: 30px;
}
.response-stats-block_content .percent-circle {
  width: 80px;
  height: 80px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  color: white;
  font-size: 28px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}
.response-stats-block_content .percent.green {
  color: #7ead47;
}
.response-stats-block_content .percent.green .percent-circle {
  background-color: #7ead47;
}
@media screen and (max-width: 23.0625em) {
  .response-stats-block_header {
    padding: 20px 0;
  }
  .response-stats-block_header .rating {
    margin-bottom: 10px;
  }
  .response-stats-block_content {
    padding: 20px;
  }
}
.response-stats {
  height: 22px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 110px;
  padding-right: 47px;
}
.response-stats .rating {
  margin-top: 1px;
  width: 105px;
  position: absolute;
  left: 0;
  top: 0;
}
.response-stats .result {
  display: inline-block;
  width: 42px;
  height: 22px;
  border: 1px solid #dedede;
  border-radius: 2px;
  text-align: center;
  color: #383736;
  font-size: 13px;
  line-height: 20px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.response-stats .bar {
  width: 100%;
  height: 22px;
  border-radius: 2px;
  border: 1px solid #f2f2f2;
  padding: 4px;
  display: block;
}
.response-stats .bar span {
  display: block;
  height: 12px;
  background-color: #acb3b5;
}

.rating {
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
}
.rating::before, .rating::after {
  content: ' ';
  display: table;
}
.rating::after {
  clear: both;
}
.rating i {
  float: left;
  width: 19px;
  height: 18px;
  background-image: url("/local/templates/trekshoes/assets/css/../images/star-small.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  margin: 0 1px;
}
.rating-1 i:first-child {
  background-position: top center;
}
.rating-2 i:nth-of-type(-n+2) {
  background-position: top center;
}
.rating-3 i:nth-of-type(-n+3) {
  background-position: top center;
}
.rating-4 i:nth-of-type(-n+4) {
  background-position: top center;
}
.rating-5 i:nth-of-type(-n+5) {
  background-position: top center;
}
.rating-lg i {
  float: left;
  width: 26px;
  height: 25px;
  background-image: url("/local/templates/trekshoes/assets/css/../images/star-large.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  margin: 0 2px;
}

.products-slider .slick-dots {
  z-index: 2;
  margin-bottom: 0;
}
.products-slider .slick-track {
	height: auto;
}
@media screen and (min-width: 61.25em) {
  .products-slider .slick-list {
    height: 450px;
    margin-bottom: -80px;
    z-index: 2;
  }
  .products-slider .slick-list .product-block {
    z-index: 105;
  }
}
@media screen and (max-width: 47.9375em) {
  .products-slider .slick-dots {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 23.0625em) {
  .products-slider .slick-dots li {
    margin: 0 6px;
    white-space: nowrap;
  }
}
.products-slider_title {
  margin-bottom: 30px;
}
@media screen and (max-width: 47.9375em) {
  .products-slider_title {
    margin-bottom: 20px;
  }
}
.products-slider_title a {
  text-decoration: none;
}
.products-slider_title span {
  color: #383736;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 35px;
}
.products-slider_title span:after {
  content: attr(data-helper);
  display: inline-block;
  color: #696968;
  font-family: "PT Sans";
  font-size: 18px;
  line-height: 24px;
  vertical-align: middle;
  font-weight: 400;
  text-decoration: underline;
  margin-left: 25px;
}
.products-slider_title span:hover:after {
  color: #ffa549;
}
@media screen and (max-width: 47.9375em) {
  .products-slider_title span {
    font-size: 20px;
    line-height: 26px;
    text-decoration: underline;
  }
  .products-slider_title span:hover, .products-slider_title span:active {
    color: #ffa549;
  }
  .products-slider_title span:after {
    display: none;
  }
}

#category-list {
  width: 100%;
  border-style: solid;
  border-width: 1px 0;
  border-color: #e1e1e1;
  text-align: center;
  margin-bottom: 30px;
  padding: 8px 0;
}
#category-list li {
  display: inline-block;
  margin: 0 20px;
  padding: 5px 0;
}
#category-list li a {
  color: #797775;
  text-decoration: none;
}
#category-list li a:hover {
  color: #ffa549;
}
#category-list li.current a {
  color: #000;
  border-bottom: 1px solid;
}
@media screen and (max-width: 47.9375em) {
  #category-list {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 23.0625em) {
  #category-list li {
    display: block;
  }
}

@media screen and (min-width: 48em) and (max-width: 61.1875em) {
  #details .columns:first-child .detail-block {
    margin-top: 0;
  }
}
.detail-block {
  width: 100%;
  height: 230px;
  background-color: gainsboro;
  box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.17);
  text-align: center;
  color: #fff;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 2;
}
@media screen and (max-width: 61.1875em) {
  .detail-block {
    margin-top: 30px;
  }
}
.detail-block h3 {
  color: #fff;
  margin-bottom: 10px;
}
.detail-block_content {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}


.detail-block a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.25);
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  transition: all .4s ease;
}
.detail-block a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  padding: 20px;
  color: #fff;
  position: relative;
  z-index: 3;
}
.detail-block h3 {
  color: #fff;
  margin-bottom: 10px;
  transition: all .4s ease;
}
.detail-block_content {
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 20px;
}
.detail-block a .detail-block_content {
  padding: 0;
}
.detail-block a:hover:before {
  visibility: visible;
  opacity: 1;
}

#filter {
  margin-top: 30px;
  padding-top: 20px;
  padding-bottom: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  border: 1px solid #ea8824;
}
#filter .filter-label {
  font-weight: 700;
  margin-bottom: 10px;
}
#filter .filter-group {
  border: 1px solid #bfc4c8;
  border-bottom-width: 0px;
  position: relative;
  margin-bottom: 10px;
}
#filter .filter-group_header {
  padding: 8px 15px 10px;
  border-top: 2px solid #f7f7f7;
  border-bottom: 1px solid #bfc4c8;
  cursor: pointer;
}
#filter .filter-group_content {
  display: none;
}
#filter .filter-group.show {
  border-bottom-width: 0px;
}
#filter .filter-group.show .filter-group_content {
  display: block;
}
#filter .filter-open {
  float: right;
  display: block;
  width: 10px;
  height: 5px;
  background-position: 0 0;
  margin-top: 10px;
}
#filter .filter-item {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #eee;
  text-decoration: underline;
}
#filter .filter-item:last-child {
  border-bottom-color: #bfc4c8;
}
#filter .filter-item > label {
  display: block;
  width: 100%;
  padding: 14px 15px;
}
#filter .filter-item select {
  display: block;
  width: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
@media screen and (max-width: 61.1875em) {
  #filter > div:first-child {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 61.25em) {
  #filter {
    padding-top: 5px;
    /* border-top: 1px solid #e1e1e1; */
  }
  #filter::before, #filter::after {
    content: ' ';
    display: table;
  }
  #filter::after {
    clear: both;
  }
  #filter .filter-label,
  #filter .filter-container {
    float: left;
  }
  #filter .filter-buttons {
    padding: 20px;
  }
  #filter .filter-open {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    margin-left: 5px;
  }
  #filter .filter-label {
    padding: 5px 0 7px;
    margin-right: 10px;
  }
  #filter .filter-group {
    margin: 0 3px;
    border-color: transparent;
  }
  #filter .filter-group_header {
    padding: 5px 8px 7px;
    border: none;
    position: relative;
    z-index: 49;
    background-color: #fff;
  }
  #filter .filter-group_content {
    position: absolute;
    margin-left: -1px;
    margin-top: -1px;
    top: 100%;
    background-color: #fff;
    z-index: 50;
    border: 1px solid #bfc4c8;
    white-space: nowrap;
  }
  #filter .filter-group_content::before, #filter .filter-group_content::after {
    content: ' ';
    display: table;
  }
  #filter .filter-group_content::after {
    clear: both;
  }
  #filter .filter-group_content__scroll {
    overflow: hidden;
    overflow-y: visible;
    padding: 10px 0px 13px 20px;
    width: 100%;
    max-height: 340px;
    border-bottom: 1px solid #bfc4c8;
  }
  #filter .filter-group.show {
    border-color: #bfc4c8;
  }
  #filter .filter-group.show .filter-group_header {
    z-index: 53;
  }
  #filter .filter-item {
    text-decoration: none;
    width: 200px;
    margin-right: 20px;
    display: inline-block;
    vertical-align: top;
    border-bottom: none;
    white-space: normal;
  }
  #filter .filter-item:last-child {
    margin-right: 0;
  }
  #filter .filter-item > label {
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
  }
  #filter .select-multi {
    position: relative;
    z-index: 20;
  }
  #filter .select-multi label {
    margin-top: 0;
    padding: 7px 0;
  }
  #filter .class-filter {
    float: left;
    display: flex;
    flex-direction: column;
  }
  #filter .class-sort {
    float: right;
  }
}

/*=============================
=            Table            =
=============================*/
.sticky-wrap {
  overflow-x: auto;
  position: relative;
  margin-bottom: 1.5em;
  width: 100%;
}
.sticky-wrap .sticky-thead,
.sticky-wrap .sticky-col,
.sticky-wrap .sticky-intersect {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .125s ease-in-out;
  z-index: 50;
  width: auto;
  /* Prevent table from stretching to full size */
}
.sticky-wrap .sticky-thead {
  /*margin-top: 60px;*/
  box-shadow: 0 0.25em 0.1em -0.1em rgba(0, 0, 0, 0.125);
  z-index: 100;
  width: 100%;
  /* Force stretch */
}
.sticky-wrap .sticky-intersect {
  opacity: 1;
  z-index: 150;
}
/*.sticky-wrap .sticky-intersect th {
  background-color: #666;
  color: #eee;
}*/
.sticky-wrap td,
.sticky-wrap th {
  box-sizing: border-box;
}

.jarallax, .production-item {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: 50;
  font-size: 24px;
  line-height: 36px;
  color: #fff;
  z-index: 3;
}
.production-item .made-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -moz-transition: all 5s ease;
  -o-transition: all 5s ease;
  -webkit-transition: all 5s ease;
  transition: all 5s ease;
}
.production-item:hover .made-bg {
  -moz-transition: all 20s ease;
  -o-transition: all 20s ease;
  -webkit-transition: all 20s ease;
  transition: all 20s ease;
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.jarallax .row, .jarallax .columns, .production-item .row, .production-item .columns {
  height: 100%;
}
.jarallax p + p, .production-item p + p {
  margin-top: 30px;
}

.production-item .columns {
  position: relative;
}
.production-item_content {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media screen and (max-width: 76.1875em) {
  .production-item_content {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 47.9375em) {
  .production-item {
    height: auto !important;
    text-align: center;
    font-size: 20px;
    line-height: 28px;
  }
  .production-item .c_center {
    position: static;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
  .production-item_content {
    padding: 80px 20px;
  }
  .production-item .btn {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    text-align: center;
  }
}

/*============================
=            Boot            =
============================*/
.boot {
  position: relative;
  width: 600px;
  height: 730px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (min-width: 48em) and (max-width: 61.1875em) {
  .boot {
    top: 50%;
    -moz-transform: translateX(-50%) translateY(-50%) scale(0.9);
    -ms-transform: translateX(-50%) translateY(-50%) scale(0.9);
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.9);
    transform: translateX(-50%) translateY(-50%) scale(0.9);
  }
}
@media screen and (min-width: 23.125em) and (max-width: 47.9375em) {
  .boot {
    top: 50%;
    -moz-transform: translateX(-50%) translateY(-50%) scale(0.7);
    -ms-transform: translateX(-50%) translateY(-50%) scale(0.7);
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.7);
    transform: translateX(-50%) translateY(-50%) scale(0.7);
  }
}
@media screen and (max-width: 23.0625em) {
  .boot {
    top: 50%;
    -moz-transform: translateX(-50%) translateY(-50%) scale(0.5);
    -ms-transform: translateX(-50%) translateY(-50%) scale(0.5);
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.5);
    transform: translateX(-50%) translateY(-50%) scale(0.5);
  }
}

.boot-wrap {
  position: relative;
  padding: 80px 0 100px;
  overflow: hidden;
}
@media screen and (min-width: 48em) and (max-width: 61.1875em) {
  .boot-wrap {
    padding: 30px 0 50px;
    height: 800px;
  }
}
@media screen and (min-width: 23.125em) and (max-width: 47.9375em) {
  .boot-wrap {
    padding: 30px 0 50px;
    height: 650px;
  }
}
@media screen and (max-width: 23.0625em) {
  .boot-wrap {
    padding: 30px 0 40px;
    height: 500px;
  }
}

.boot-view {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 0.3s ease 0s, opacity 0.3s ease 0.4s;
  -o-transition: all 0.3s ease 0s, opacity 0.3s ease 0.4s;
  -webkit-transition: all 0.3s ease, opacity 0.3s ease;
  -webkit-transition-delay: 0s, 0.4s;
  transition: all 0.3s ease 0s, opacity 0.3s ease 0.4s;
}

.boot-view.active {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.boot-view.active-view {
  z-index: 2;
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.boot-view.active .boot-part {
  -moz-transition-delay: 1.1s;
  -o-transition-delay: 1.1s;
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

.boot-view.active .boot-tooltip {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-transition: all 0.3s ease 1.2s;
  -o-transition: all 0.3s ease 1.2s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 1.2s;
  transition: all 0.3s ease 1.2s;
}

.boot-view.active .boot-tooltip_1 {
  -moz-transition-delay: "1.2.s";
  -o-transition-delay: "1.2.s";
  -webkit-transition-delay: "1.2.s";
  transition-delay: "1.2.s";
}

.boot-view.active .boot-tooltip_2 {
  -moz-transition-delay: "1.4.s";
  -o-transition-delay: "1.4.s";
  -webkit-transition-delay: "1.4.s";
  transition-delay: "1.4.s";
}

.boot-view.active .boot-tooltip_3 {
  -moz-transition-delay: "1.6.s";
  -o-transition-delay: "1.6.s";
  -webkit-transition-delay: "1.6.s";
  transition-delay: "1.6.s";
}

.boot-view.active .boot-tooltip_4 {
  -moz-transition-delay: "1.8.s";
  -o-transition-delay: "1.8.s";
  -webkit-transition-delay: "1.8.s";
  transition-delay: "1.8.s";
}

.boot-view.active .boot-tooltip_5 {
  -moz-transition-delay: "1.10.s";
  -o-transition-delay: "1.10.s";
  -webkit-transition-delay: "1.10.s";
  transition-delay: "1.10.s";
}

.boot-view.active .boot-tooltip_6 {
  -moz-transition-delay: "1.12.s";
  -o-transition-delay: "1.12.s";
  -webkit-transition-delay: "1.12.s";
  transition-delay: "1.12.s";
}

.boot-view.active .boot-tooltip_7 {
  -moz-transition-delay: "1.14.s";
  -o-transition-delay: "1.14.s";
  -webkit-transition-delay: "1.14.s";
  transition-delay: "1.14.s";
}

.boot-view.active .boot-tooltip_8 {
  -moz-transition-delay: "1.16.s";
  -o-transition-delay: "1.16.s";
  -webkit-transition-delay: "1.16.s";
  transition-delay: "1.16.s";
}

.boot-view.active .boot-tooltip_9 {
  -moz-transition-delay: "1.18.s";
  -o-transition-delay: "1.18.s";
  -webkit-transition-delay: "1.18.s";
  transition-delay: "1.18.s";
}

.boot-view.active .boot-tooltip_10 {
  -moz-transition-delay: "1.20.s";
  -o-transition-delay: "1.20.s";
  -webkit-transition-delay: "1.20.s";
  transition-delay: "1.20.s";
}

.boot-view.minimized .boot-tooltip {
  top: 50% !important;
  left: -80px !important;
}

.boot-part {
  position: absolute;
  bottom: 220px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
}

.boot-front .part1 {
  left: 86px;
  bottom: 240px;
  width: 439px;
  height: 378px;
  background-image: url("/local/templates/trekshoes/assets/css/../images/boot/f/1.png");
  z-index: 4;
}

.boot-front .part2 {
  left: 100px;
  width: 397px;
  height: 177px;
  background-image: url("/local/templates/trekshoes/assets/css/../images/boot/f/2.png");
  z-index: 3;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.boot-front .part3 {
  left: 96px;
  width: 396px;
  height: 168px;
  background-image: url("/local/templates/trekshoes/assets/css/../images/boot/f/3.png");
  z-index: 2;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.boot-front .part4 {
  left: 60px;
  width: 461px;
  height: 207px;
  background-image: url("/local/templates/trekshoes/assets/css/../images/boot/f/4.png");
  z-index: 1;
}

.boot-front.active .part1 {
  left: 106px;
  bottom: 350px;
}

.boot-front.active .part2 {
  bottom: 240px;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.boot-front.active .part3 {
  bottom: 120px;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.boot-front.active .part4 {
  bottom: 0;
}

.boot-back .part1 {
  left: 70px;
  bottom: 280px;
  width: 455px;
  height: 353px;
  background-image: url("/local/templates/trekshoes/assets/css/../images/boot/b/1.png");
  z-index: 4;
}

.boot-back .part2 {
  left: 86px;
  width: 437px;
  height: 216px;
  background-image: url("/local/templates/trekshoes/assets/css/../images/boot/b/2.png");
  z-index: 3;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.boot-back .part3 {
  left: 90px;
  width: 426px;
  height: 225px;
  background-image: url("/local/templates/trekshoes/assets/css/../images/boot/b/3.png");
  z-index: 2;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.boot-back .part4 {
  left: 80px;
  width: 449px;
  height: 290px;
  background-image: url("/local/templates/trekshoes/assets/css/../images/boot/b/4.png");
  z-index: 1;
}

.boot-back.active .part1 {
  bottom: 376px;
}

.boot-back.active .part2 {
  bottom: 244px;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.boot-back.active .part3 {
  bottom: 120px;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.boot-back.active .part4 {
  bottom: 0;
}

.boot-turn {
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 20px 50px 20px 80px;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  background-color: #e97a07;
  background-image: url("/local/templates/trekshoes/assets/css/../images/turn.png");
  background-position: 45px center;
  background-size: 18px 20px;
  background-repeat: no-repeat;
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.boot-turn:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.boot-tooltip {
  position: absolute;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
}

.boot-tooltips {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.boot-tooltip:after {
  position: absolute;
  display: block;
  background-color: #666;
  cursor: pointer;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: .8;
  padding: 15px 20px;
  content: "+";
  font-size: 24px;
  text-align: center;
  color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.ui-tooltip {
  padding: 10px 20px;
  border: 1px solid rgba(204, 204, 204, 0.5);
  background-color: rgba(245, 245, 245, 0.7);
}

.ui-tooltip-content {
  line-height: 1.3em;
  font-size: 26px;
}

.made-in {
  font-size: 18px;
  line-height: 26px;
}
.made-in h1 {
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 61.1875em) {
  .made-in {
    padding-top: 140px;
    padding-bottom: 230px;
    height: auto !important;
  }
}

@media screen and (max-width: 76.1875em) {
  .made {
    height: auto !important;
  }
  .made .c_center {
    position: static;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
.made-in_mark {
  position: absolute;
  display: block;
  right: 0;
  bottom: 4%;
  width: 250px;
  height: 250px;
  background-image: url("/local/templates/trekshoes/assets/css/../images/mark.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 5;
}
@media screen and (max-width: 61.1875em) {
  .made-in_mark {
    width: 160px;
    height: 160px;
    right: 50%;
    margin-right: -80px;
    bottom: 50px;
  }
}

.video {
  position: relative;
  width: 100%;
  height: 400px;
  background-image: url("/local/templates/trekshoes/assets/css/../images/video.jpg");
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}

.video_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000 url("/local/templates/trekshoes/assets/css/../images/raster.png") repeat;
  z-index: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}

.video_control {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 140px;
  height: 140px;
  margin: -70px 0 0 40px;
  z-index: 2;
}
.video_control .video_play {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("/local/templates/trekshoes/assets/css/../images/play.png");
  background-position: center center;
  background-size: 100% 100%;
  cursor: pointer;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.video_control .video_play:hover {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.product-media_video .video_control {
  left: 50%;
  right: auto;
  margin: 0;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.video_left, .video_right {
  position: absolute;
  width: auto;
  height: 140px;
}

.video_left img, .video_right img {
  max-width: none;
  height: 100%;
}

.video_left {
  right: 100%;
  margin-right: 40px;
}

.video_right {
  left: 100%;
  margin-left: 40px;
}

@media screen and (max-width: 76.1875em) {
  .video_control {
    height: 80px;
    width: 80px;
    margin: -40px 0 0 30px;
  }

  .video_left, .video_right {
    height: 80px;
  }
}
@media screen and (max-width: 47.9375em) {
  .video_control {
    height: 50px;
    width: 50px;
    margin: -25px 0 0 15px;
  }

  .video_left, .video_right {
    height: 50px;
  }

  .video_right {
    margin-left: 20px;
  }

  .video_left {
    margin-right: 20px;
  }
}
@media screen and (max-width: 28.75em) {
  .video_control {
    height: 50px;
    width: 50px;
    margin: -25px -140px 0 0;
    left: auto;
    right: 50%;
  }

  .video_left, .video_right {
    height: 50px;
  }

  .video_right {
    display: none;
  }

  .video_left {
    margin-right: 10px;
  }
}
/*video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  width: auto;
  min-height: 100%;
  height: auto;
  margin: auto;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}*/

.product-media_container {
  height: 300px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
@media screen and (max-width: 47.9375em) {
  .product-media_container {
    margin-left: -20px;
    margin-right: -20px;
    width: auto;
  }
  .product-media_container .slick-arrow {
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@media screen and (max-width: 23.0625em) {
  .product-media_container .slick-arrow {
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .product-media_container {
    height: 400px;
  }
}
@media screen and (min-width: 61.25em) {
  .product-media_container {
    height: 500px;
  }
}
@media screen and (min-width: 76.25em) {
  .product-media_container {
    height: 600px;
  }
}
.product-media_container .youtube-player {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  z-index: 51;
}
.product-media_container .youtube-player_close {
  display: block;
  width: 46px;
  height: 46px;
  border-radius: 23px;
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: #2d2c2a;
  z-index: 104;
  cursor: pointer;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.product-media_container .youtube-player_close:before, .product-media_container .youtube-player_close:after {
  content: '';
  width: 26px;
  height: 2px;
  background-color: #e97a07;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 50%;
  margin-left: -13px;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -webkit-transform-origin: center;
  transform-origin: center;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.product-media_container .youtube-player_close:before {
  -moz-transform: translateY(0) rotate(45deg);
  -ms-transform: translateY(0) rotate(45deg);
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}
.product-media_container .youtube-player_close:after {
  -moz-transform: translateY(0) rotate(-45deg);
  -ms-transform: translateY(0) rotate(-45deg);
  -webkit-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
}
.product-media_container .youtube-player_close:hover {
  background-color: #e97a07;
}
.product-media_container .youtube-player_close:hover:before, .product-media_container .youtube-player_close:hover:after {
  background-color: #fff;
}
.product-media_videos, .product-media_photos {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -moz-transition: left 0.3s ease;
  -o-transition: left 0.3s ease;
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
}
.product-media_videos.active, .product-media_photos.active {
  left: 0;
}
.product-media_videos .slick-list, .product-media_videos .slick-track, .product-media_videos .slick-slide, .product-media_photos .slick-list, .product-media_photos .slick-track, .product-media_photos .slick-slide {
  width: 100%;
  height: 100%;
}
.product-media_videos {
  left: 100%;
}
.product-media_photos {
  left: -100%;
}
.product-media_video, .product-media_photo {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.product-media_togglers {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
.product-media_toggler {
  display: inline-block;
  margin: 0 10px;
  color: #eb8a25;
  text-decoration: underline;
  cursor: pointer;
}
.product-media_toggler.active {
  cursor: default;
  color: #2d2c2b;
  text-decoration: none;
}

/*===================================
=            Star Inputs            =
===================================*/
.star-cb-group {
  direction: rtl;
  text-align: left;
  font-size: 0;
  height: 25px;
  margin-top: 10px;
}
.star-cb-group > input {
  display: none;
}
.star-cb-group > input + label {
  /* only enough room for the star */
  display: inline-block;
  overflow: hidden;
  width: 26px;
  height: 25px;
  white-space: nowrap;
  cursor: pointer;
  margin: 0 2px;
  background-image: url("/local/templates/trekshoes/assets/css/../images/star-large.png");
  background-repeat: no-repeat;
  background-position: bottom center;
}
.star-cb-group > input:checked ~ label, .star-cb-group > input + label:hover ~ label, .star-cb-group > input + label:hover {
  background-position: top center;
}

#chosen {
  display: block;
  width: 100%;
  clear: both;
  padding: 20px;
  border: 1px solid #e1e1e1;
  margin-bottom: 10px;
  position: relative;
}
#chosen .chosen-item {
  display: inline-block;
  padding: 3px 24px 3px 8px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #e1e1e1;
  background-color: #f7f7f7;
  font-size: 13px;
  font-family: Tahoma;
  margin: 10px 5px 0 0;
  position: relative;
  white-space: nowrap;
}
#chosen .chosen-item .edit {
  position: absolute;
  right: 4px;
  top: 4px;
  height: 22px;
  width: 22px;
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
  border-radius: 11px;
  border: 1px solid transparent;
  cursor: pointer;
  max-width: 100%;
}
#chosen .chosen-item .edit:before {
  margin-top: -1px;
  content: '\00d7';
  font-family: Tahoma;
  font-size: 15px;
  line-height: 21px;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  max-width: 100%;
}
#chosen .chosen-item .edit:hover {
  background-color: #ea7b08;
  border-color: #ea7b08;
}
#chosen .chosen-item .edit:hover:before {
  color: #fff;
}
#chosen .chosen-clear {
  position: absolute;
  top: 20px;
  right: 20px;
}

.ya-share2 {
  white-space: nowrap;
}

/*============================
=            Noty            =
============================*/
#noty_topLeft_layout_container {
  top: 40px !important;
  -moz-transition: top 0.4s ease;
  -o-transition: top 0.4s ease;
  -webkit-transition: top 0.4s ease;
  transition: top 0.4s ease;
}
#noty_topLeft_layout_container.pos {
  top: 60px !important;
}

.trek {
  width: 100%;
  max-width: 400px;
  font-size: 15px;
  margin-bottom: 10px;
}
.trek .noty_message {
  padding: 12px 28px;
  line-height: 23px;
}
.trek .noty_buttons {
  border-top: 1px solid #d7dbdd;
  padding: 15px 30px;
}
.trek .noty_buttons .btn {
  margin-right: 10px;
}
.trek.noty_container_type_confirm {
  background-color: #fff;
  border: 1px solid #d7dbdd;
  -moz-box-shadow: 0 0 3px rgba(109, 109, 109, 0.4);
  -webkit-box-shadow: 0 0 3px rgba(109, 109, 109, 0.4);
  box-shadow: 0 0 3px rgba(109, 109, 109, 0.4);
}
.trek.noty_container_type_confirm .noty_message {
  padding: 30px;
}
.trek.noty_container_type_error {
  background-color: #df0000;
  color: #fff;
}
.trek.noty_container_type_success {
  background-color: #7ead47;
  color: #fff;
}

/*=========================================
=            Arrow Scroll Page            =
=========================================*/
@-moz-keyframes scrolling {
  0% {
    bottom: 26px;
    opacity: 1;
  }
  15% {
    bottom: 12px;
    opacity: 1;
  }
  90% {
    bottom: 12px;
    opacity: 0;
  }
  100% {
    bottom: 26px;
    opacity: 0;
  }
}
@-webkit-keyframes scrolling {
  0% {
    bottom: 26px;
    opacity: 1;
  }
  15% {
    bottom: 12px;
    opacity: 1;
  }
  90% {
    bottom: 12px;
    opacity: 0;
  }
  100% {
    bottom: 26px;
    opacity: 0;
  }
}
@keyframes scrolling {
  0% {
    bottom: 26px;
    opacity: 1;
  }
  15% {
    bottom: 12px;
    opacity: 1;
  }
  90% {
    bottom: 12px;
    opacity: 0;
  }
  100% {
    bottom: 26px;
    opacity: 0;
  }
}
.screen-scroll_next {
  position: absolute;
  left: 50%;
  bottom: 20px;
  width: 52px;
  height: 42px;
  margin-left: -26px;
  cursor: pointer;
  z-index: 50;
}

.screen-scroll_next:after, .screen-scroll_next:before {
  content: "";
  position: absolute;
  left: 50%;
  display: block;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.screen-scroll_next:after {
  bottom: 26px;
  width: 4px;
  height: 4px;
  margin-left: -2px;
  background-color: #fff;
  -moz-animation-name: scrolling;
  -webkit-animation-name: scrolling;
  animation-name: scrolling;
  -moz-animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -moz-animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.screen-scroll_next:before {
  top: 6px;
  width: 18px;
  height: 30px;
  margin-left: -9px;
  border: 2px solid #fff;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-transition: border 0.3s ease;
  -o-transition: border 0.3s ease;
  -webkit-transition: border 0.3s ease;
  transition: border 0.3s ease;
}

.screen-scroll_next:hover:before {
  border-color: #EB8A25;
}

.screen-scroll_next:hover:after {
  background-color: #EB8A25;
}

.ionTabs {
  z-index: 105;
}
#tabs_rq {
  margin-top: 10px;
}
#tabs_rq .ionTabs__head {
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
#tabs_rq .ionTabs__head::before, #tabs_rq .ionTabs__head::after {
  content: ' ';
  display: table;
}
#tabs_rq .ionTabs__head::after {
  clear: both;
}
#tabs_rq .ionTabs__head .ionTabs__tab {
  float: left;
  padding: 10px 15px;
}
#tabs_rq .ionTabs__head .ionTabs__tab span {
  padding: 2px 5px;
  font-size: 14px;
  line-height: 20px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #e5e5e5;
  margin-left: 5px;
}
@media screen and (min-width: 61.25em) {
  #tabs_rq .ionTabs__head .ionTabs__tab {
    padding: 15px 25px;
  }
  #tabs_rq .ionTabs__head .ionTabs__tab span {
    margin-left: 10px;
  }
}
#tabs_rq .ionTabs__head .ionTabs__tab_state_active {
  background-color: #f7f7f7;
}
#bx_incl_area_4, #bx_incl_area_5, #bx_incl_area_6 {
  height: 100%;
}
#tabs_buyer .ionTabs__head .ionTabs__tab a {
  color: #949491;
  text-decoration: none;
}
#tabs_buyer .ionTabs__head .ionTabs__tab_state_active a {
  color: #383736;
}
#tabs_buyer .ionTabs__head .ionTabs__tab a:hover {
 color: #949491;
}
#tabs_buyer .ionTabs__head .ionTabs__tab a:hover .icon {
 border-color: #696968;
}
.load-more {
    display: block;
    margin: 0 auto;
    clear: both;
    width: 200px;
}
.load-more-block {
  width: 100%;
  margin-top: 30px;
  float: left;
}
#prodsList{clear:both;position:relative;}
#prodsList .preloader{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(/local/ajax/2.gif) no-repeat center bottom;
    z-index: 999;
    background-color: #fff;
    opacity: 0.7;
}
.viewed-product_info .old-price {
    margin-left: 10px;
    color: #919191;
    text-decoration: line-through;
    font-weight: 400;
    position: relative;
    padding: 0 3px;
}
.viewed-product .product-block__badges {
  left: 10px;
  top: 10px;
}
.viewed-product .product-block__badges span {
  width: 34px;
  height: 34px;
  padding: 7px 0;
}
#catalog-fixed-button {
  display: none;
  position: fixed;
  z-index: 88;
  left: 50%;
  width: 240px;
  margin-left: -120px;
  text-align: center;
  bottom: 5%;
  background-color: #EB8A25;
  border: none;
  border-radius: 3px;
  color: #fff;
  padding: 16px 32px;
  font-size: 18px;
  line-height: 24px;
  -webkit-animation: button-bounce 2200ms forwards infinite cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-animation: button-bounce 2200ms forwards infinite cubic-bezier(0.165, 0.84, 0.44, 1);
  animation: button-bounce 2200ms forwards infinite cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
#catalog-fixed-button:hover {
  background-color: #ffa03c;
}
#catalog-fixed-button:focus {
  outline: none;
}
#catalog-fixed-button:after {
  background-color: #ffa03c;
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  -webkit-animation: button-blip 2200ms forwards infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-animation: button-blip 2200ms forwards infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: button-blip 2200ms forwards infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}
#catalog-fixed-button:hover:after {
  border-color: transparent;
}

@-webkit-keyframes button-bounce {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(0.96);
  }
  20% {
    transform: scale(1.04);
  }
  52%,
  100% {
    transform: scale(1);
  }
}
@-moz-keyframes button-bounce {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(0.96);
  }
  20% {
    transform: scale(1.04);
  }
  52%,
  100% {
    transform: scale(1);
  }
}
@keyframes button-bounce {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(0.96);
  }
  20% {
    transform: scale(1.04);
  }
  52%,
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes button-blip {
  0% {
    transform: scaleX(1) scaleY(1);
    opacity: 0;
  }
  10% {
    transform: scaleX(1) scaleY(1);
    opacity: .7;
  }
  30%,
  99% {
    transform: scaleX(1.08) scaleY(1.35);
    opacity: 0;
  }
  100% {
    transform: scaleX(1) scaleY(1);
    opacity: 0;
  }
}
@-moz-keyframes button-blip {
  0% {
    transform: scaleX(1) scaleY(1);
    opacity: 0;
  }
  10% {
    transform: scaleX(1) scaleY(1);
    opacity: .7;
  }
  30%,
  99% {
    transform: scaleX(1.08) scaleY(1.35);
    opacity: 0;
  }
  100% {
    transform: scaleX(1) scaleY(1);
    opacity: 0;
  }
}
@keyframes button-blip {
  0% {
    transform: scaleX(1) scaleY(1);
    opacity: 0;
  }
  10% {
    transform: scaleX(1) scaleY(1);
    opacity: .7;
  }
  30%,
  99% {
    transform: scaleX(1.08) scaleY(1.35);
    opacity: 0;
  }
  100% {
    transform: scaleX(1) scaleY(1);
    opacity: 0;
  }
}
.clear{clear:both;}

.products-slider {
  overflow: hidden;
}
.products-slider:hover {
  overflow: inherit;
}

.user-logout {
    background-image: url(/local/templates/trekshoes/assets/css/../images/logout.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
}
@media screen and (max-width: 47.9375em) {
  #header .top .right {
    width: 100%;
  }
  #header .top .links {
    margin: 0;
  }
  #header .top .links span.phone:before,
  #header-fixed-menu .top .links span.phone:before {
    display: none;
  }
  #header .top .widgets {
    float: right;
  }
  #filter {
    margin-bottom: 20px;
  }
}
#mobile-menu .show-for-large {
  display: block !important;
}
@media screen and (max-width: 47.9375em) {
  .clearfix .float-right {
    float: left !important;
    margin-bottom: 30px;
}
}
sub { vertical-align: sub; font-size: 10px; }
sup { vertical-align: super; font-size: 10px;}
#footer .gray a.cookie {
  font-size: 13px;
  line-height: 18px;
  text-decoration: none;
  position: absolute;
  bottom: 15px;
}

#map_container {
  width: 100%;
}
#map_container .info {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 30px;
}
#map_container .info p {
  margin-bottom: 10px;
}
#map_container .iconm {
  display: inline-block;
  width: 42px;
  height: 42px;
  background-color: #F7F7F7;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  padding: 11px 0;
}
#map_container .info-icon {
  width: 100%;
  min-height: 46px;
  margin-bottom: 20px;
  position: relative;
  padding-left: 55px;
}
#map_container .info-icon p {
  margin-bottom: 5px;
}
#map_container .info-icon .iconm {
  position: absolute;
  left: 0;
  top: 6px;
}
#map_container .social {
  margin-top: 10px;
}
#map_container .social .icon,
#map_container .social a {
  width: 40px;
  height: 40px;
  background-position: center !important;
  border-radius: 0;
}
#map {
  margin-bottom: 30px;
}

.header-basket {
  position: relative;
}
.header-basket:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  background-color: #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  opacity: 1;
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -moz-transition: .2s;
  -o-transition: .2s;
  -webkit-transition: .2s;
  transition: .2s;
  z-index: 2;
}
.header-basket-active:before {
  opacity: 0;
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -webkit-transform: scale(2);
  transform: scale(2);
}

.production-vacancies {
  padding-top: 40px;
  padding-bottom: 40px;
}

.vacancies-text {
  text-align: center;
  font-size: 24px;
}

.button-amocrm-center {
  text-align: center;
  margin-bottom: 5px;
}

.modal-wrap-form {
  display: none;
  padding: 30px;
}
.buy-in-credit {
  color: #EB8A25;
}
.request-call {
  margin-right: 30px;
  color: #EB8A25;
  margin-left: 0 !important;
}

@media screen and (max-width: 1040px) {
  #header .top .links span.phone {
    display: none;
  }

  #header .request-call {
    margin-right: 0;
    padding: 0 !important;
  }
}

@media screen and (max-width: 840px) {
  #header .top .links .buy-in-credit {
    display: none;
  }
}

@media screen and (max-width: 460px) {
  #header .request-call {
    display: none !important;
  }
}

.tile-flex {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.tile-flex li {
	margin: 20px !important;
}

.tile-flex a {
	font-weight: bold;
	font-size: 18px;
}

.bx_catalog_tile_img {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 10px auto;
	width: 250px;
	height: 200px;
	background-color: #fff;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
}

.main-page-title {
	margin-top: 40px;
	text-align: center;
	white-space: normal;
}

.customer-tab.ionTabs__head {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-around;
}

.fl-alc {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.fl-jc {
	display: flex;
	justify-content: center;
}

a.list-item {
	display: flex;
    align-items: center;
    justify-content: center;
	width: 220px;
    height: 64px;
	margin: 0 auto;
    padding: 10px 15px;
	color: #fff !important;
	font-size: 16px;
	font-weight: normal;
	white-space: unset;
}

.catalog-section-menu #category-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.catalog-section-menu li.current a {
	background-color: #5c5737;
}

@media screen and (max-width: 1235px) {
	#header .phone {
		display: none;
	}

	#header .search {
		height: 100%;
	}
}

@media screen and (max-width: 768px) {
    /* #amo-livechat {
      display: none;
    } */

	a.list-item {
		width: 195px;
	}

  .b24-widget-button-popup {
    display: none;
  }
}
@media screen and (max-width: 510px) {
	.catalog-section-menu #category-list li {
		margin: 0 10px;
	}

	a.list-item {
		font-size: 14px;
		line-height: normal;
		width: 120px;
	}
}
@media screen and (max-width: 500px) {
  .product-promocode{
    width: 100%;
  }
}
@media screen and (max-width: 350px) {
  .stickers-block{
    display: flex;
    flex-direction: column;
  }
  .product-promocode__discount{
    font-size: 1em;
  }
  #header .logotype,
	#header-fixed-menu .logotype {
	  width: 130px;
	}
}

.same-prop-link {
  font-size: 1.7em;
  padding-right: 2em;
  position: relative;
  text-decoration: none;
  color: #383736 !important;
  font-weight: 600;
  display: block;
  transition: 0.2s;
  margin-bottom: 0.5em;
}
.same-prop-link:hover {
  color: #EA8824 !important;
}

.same-prop-link::before,
.same-prop-link::after {
  content: "";
  position: absolute;
  right: 0;
  width: 0.5em;
  top: 0.13em;
  height: 2px;
  background: black;
  transform: rotate(45deg);
  border-radius: 2px;
  transition: 0.2s;
}

.same-prop-link::before {
  transform: rotate(-45deg);
  top: 0.45em;
}

.same-prop-link:hover::before,
.same-prop-link:hover::after {
  background: #EA8824 !important;
}

@media screen and (max-width: 47.9375em) {
  .same-prop-link {
    font-size: 1.5em;
  }
}

.cookie_note {
  display: none;
  position: fixed;
  bottom: 15px;
  left: 15px;
  max-width: 340px;
  padding: 15px;
  background-color: white;
  border: 1px solid #ea8824;
  z-index: 999;
  flex-direction: column;
}

.cookie_note p {
  font-size: 0.8rem;
  text-align: justify;
  line-height: 1.2;
  margin-bottom:15px;
}

.cookie_note .cookie_buttons { display:flex;flex-direction: row;justify-content: space-between;gap: 15px; }

.cookie_note .cookie_buttons button, .cookie_note .cookie_buttons a {
  width:100%;
  padding: 6px;
  font-size: 0.8rem;
  text-align: center;
}

.cookie_note .cookie_buttons a {
  background: #fff;
  border: 2px solid #ea8824;
  color: #ea8824;
}

@media (min-width: 576px) {
  .cookie_note.show{
      display: flex;
  }
}

@media (max-width: 575px) {
  .cookie_note.show{
      display: block;
      text-align: left;
      z-index: 99999;
      left: 10px;
      right: 10px;
      max-width: 100%;
  }
}

.label.checkbox { display: flex;align-items: center; }
.label.checkbox span { font-size: 0.9rem;margin-left: 5px;line-height: 1;margin-bottom: 0;max-width: 400px; }

.form_call .label.checkbox {
    text-align: left;
    white-space: unset;
}
.form_call .label.checkbox span {
  color:#333;
}
.form_call .label.checkbox input[type="checkbox"] {
  position: relative;
  margin-left:0;
}
.form_call .label {
  color:#333;
  text-align: left;
}

/* Мобильное нижнее меню */
.footer-mobile {
  display: none;
}

.footer-mobile-item {
  font-size: 13px;
  color: #808080 !important;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
}

.footer-mobile-item svg {
  margin-bottom:4px;
}

@media (max-width: 575px) {
  #header .header-personal,
  #header .top {
    display: none;
  }

  #header .main,
  #header-fixed-menu .main,
  #header, #header-fixed-menu {
    height: 60px;
  }

  #header .main {
    position: fixed;
  }

  /*#fullscreen-slider {
    margin-top:60px;
  }*/

  #header .logotype a img {
    height:25px;
  }

  .fly-widget-cart {
    display: none;
  }

  .b24-widget-button-position-bottom-right {
    right: 10px !important;
    bottom: 70px !important;
    /*transform: scale(0.75) !important;*/
  }

  #up-button {
    right: 17px;
    left: auto;
    bottom: 140px;
    border-radius: 100%;
  }

  #fullscreen-slider {
    max-height:290px;
    height: 100%;
  }
}

.spinner-loader {
  -webkit-animation: rotate 2s linear infinite;
          animation: rotate 2s linear infinite;
  z-index: 2;
  width: 50px;
  height: 50px;
}
.spinner-loader .path {
  stroke: #ffa549;
  stroke-linecap: round;
  -webkit-animation: dash 1.5s ease-in-out infinite;
          animation: dash 1.5s ease-in-out infinite;
}

@-webkit-keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}

#notification-popup {
  position: fixed;
  top: 87px;
  right: 20px;
  background: #333;
  color: #fff;
  padding: 15px 20px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  z-index: 1000000;
  max-width: 350px;
  animation: slideIn 0.5s ease;
  font-size: 14px;
  text-decoration: none;
}

#notification-popup .notification-popup-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

#notification-popup .notification-popup-content button {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  padding: 0 5px;
  transition: opacity 0.2s ease;
}

#notification-popup .notification-popup-content button:hover {
  opacity: 0.7;
}

@keyframes slideIn {
  from {
      transform: translateX(100%);
      opacity: 0;
  }
  to {
      transform: translateX(0);
      opacity: 1;
  }
}

#notification-popup.hiding {
  opacity: 0;
  transition: opacity 0.5s ease;
}

/*@media screen and (max-width:420px) {
  #header .go-open-mobile {
    width: 40px;
    height: 40px;
    right:8px;
  }
}*/

.popup-title {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 15px;
}

.popup-subtitle {
  margin-bottom:10px;
  color: #808080;
  font-size:15px;
}

.top-banner img {
  max-width:100%;
  display: block;
  margin: 0 auto;
}

.top-banner a {
  display: block;
  background: #010000;
}

/*#fullscreen-slider .slide span.img {
  display: block;
  width: 100%;
  height: 100%;
}

#fullscreen-slider .slide span.img .back {
  display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #010000;
    background-size: contain;
}

@media screen and (max-width:550px) {
  #fullscreen-slider .slide span.img .back {
    background-size: cover;
  }
}*/

/* AUTH */
#login_form {
	width: 400px;
	max-width: 100%;
}

.trek-popup-form.popup-auth {
	max-width: 400px;
}

.trek-popup-form {
	background: #fff;
	padding: 32px 36px 36px;
	border-radius: 8px;
	text-align: center;
}

.popup-auth .trek-popup-form-title {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 10px;
	color: #1a1a1a;
}

.trek-popup-form-desc {
	font-size: 14px;
	line-height: 1.5;
	color: #777;
	margin-bottom: 24px;
}

.trek-popup-form-desc p {
	margin: 0;
}

.trek-popup-form-desc b {
	color: #1a1a1a;
}

.js-new-user-note {
	color: #2e9e5b;
	font-size: 13px;
}

/* подсказка про код между телефоном и ячейками */
.trek-popup-form .code-desc-inline {
	font-size: 14px;
	line-height: 1.5;
	color: #777;
	text-align: center;
	margin: -4px 0 16px;
}

.trek-popup-form .code-desc-inline b {
	color: #1a1a1a;
}

/* подпись поля */
.trek-popup-form .form-label {
	display: block;
	margin-bottom: 6px;
	font-size: 13px;
	color: #d63031;
	text-align: left;
}

.trek-popup-form .form-label .req {
	color: #d63031;
}

/* поля ввода */
.trek-popup-form .form-group {
	margin-bottom: 16px;
}

.trek-popup-form .form-control {
	width: 100%;
	box-sizing: border-box;
	height: 48px;
	padding: 0 16px;
	font-size: 16px;
	border: 1px solid #d9d9d9;
	border-radius: 6px;
	outline: none;
	transition: border-color .2s, box-shadow .2s;
}

.trek-popup-form .form-control:focus {
	border-color: #ea8824;
	box-shadow: 0 0 0 3px rgba(234, 136, 36, .18);
}

/* заблокированное поле телефона на шаге кода */
.trek-popup-form .form-control.is-locked,
.trek-popup-form .form-control.is-locked:focus {
	background: #f5f5f5;
	border-color: #e5e5e5;
	color: #777;
	box-shadow: none;
	cursor: default;
}

/* состояние ошибки поля — красная рамка */
.trek-popup-form .form-control.is-invalid,
.trek-popup-form .form-control.is-invalid:focus {
	border-color: #d63031;
	box-shadow: none;
}

/* текст ошибки под полем с иконкой */
.trek-popup-form .field-error {
	margin-top: 8px;
	font-size: 13px;
	line-height: 1.35;
	color: #d63031;
	text-align: left;
	padding-left: 22px;
	background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 16 16"><path fill="%23d63031" d="M8 1.5 15 14H1L8 1.5z"/><rect x="7.2" y="6" width="1.6" height="4.3" fill="%23fff"/><rect x="7.2" y="11.4" width="1.6" height="1.6" fill="%23fff"/></svg>') no-repeat 0 1px;
	background-size: 15px 15px;
}

/* ячейки ввода кода */
.trek-popup-form .code-cells {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-bottom: 16px;
}

/* ошибка под ячейками */
.trek-popup-form .js-code-field-error {
	margin: 8px 0 12px;
}

.trek-popup-form .code-cell {
	width: 56px;
	height: 62px;
	padding: 0;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	color: #1a1a1a;
	background: #fff;
	border: 1px solid #d9d9d9;
	border-radius: 8px;
	outline: none;
	caret-color: #ea8824;
	transition: border-color .15s, box-shadow .15s, transform .15s;
	-moz-appearance: textfield;
	appearance: textfield;
}

.trek-popup-form .code-cell::-webkit-outer-spin-button,
.trek-popup-form .code-cell::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.trek-popup-form .code-cell:focus {
	border-color: #ea8824;
	box-shadow: 0 0 0 3px rgba(234, 136, 36, .18);
	transform: translateY(-1px);
}

/* заполненная ячейка */
.trek-popup-form .code-cell:not(:placeholder-shown) {
	border-color: #b9c6d8;
	background: #f7f9fc;
}

/* ошибка кода — красные рамки у всех ячеек */
.trek-popup-form .code-cells.is-invalid .code-cell,
.trek-popup-form .code-cells.is-invalid .code-cell:focus {
	border-color: #d63031;
	background: #fdf1f0;
	box-shadow: none;
}

/* встряска при неверном коде */
.trek-popup-form .code-cells.is-shake .code-cell {
	animation: codeShake .4s;
}

@keyframes codeShake {
	0%, 100% { transform: translateX(0); }
	20% { transform: translateX(-5px); }
	40% { transform: translateX(5px); }
	60% { transform: translateX(-3px); }
	80% { transform: translateX(3px); }
}

/* согласия при регистрации */
.trek-popup-form .consents {
	margin: 4px 0 16px;
	text-align: left;
}

.trek-popup-form .consent-item {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 1.4;
	color: #555;
	cursor: pointer;
}

.trek-popup-form .consent-item input[type="checkbox"] {
	width: 16px;
	height: 16px;
	margin: 1px 0 0;
	accent-color: #ea8824;
	cursor: pointer;
	flex-shrink: 0;
}

.trek-popup-form .consent-item a {
	color: #ea8824;
	text-decoration: underline;
}

.trek-popup-form .consent-item a:hover {
	color: #d97712;
}

.trek-popup-form .consents.is-invalid .consent-item {
	color: #d63031;
}

.trek-popup-form .js-consent-field-error {
	margin: 4px 0 12px;
}

/* шаг профиля */
.trek-popup-form .profile-desc {
	font-size: 14px;
	line-height: 1.5;
	color: #777;
	text-align: center;
	margin: -8px 0 20px;
}

.trek-popup-form .js-profile-field-error {
	margin: -8px 0 12px;
}

/* кнопки — фирменный оранжевый */
.trek-popup-form .btn-primary {
	width: 100%;
	height: 48px;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	background: #ea8824;
	border: none;
	border-radius: 6px;
	cursor: pointer;
	transition: background .2s;
}

.trek-popup-form .btn-primary:hover {
	background: #d97712;
}

.trek-popup-form .btn-primary:disabled {
	background: #f4c691;
	cursor: default;
}

/* повторная отправка */
.trek-popup-form .resend-wrap {
	margin-top: 16px;
}

.trek-popup-form .js-resend-btn {
	background: none;
	border: none;
	padding: 0;
	font-size: 13px;
	color: #ea8824;
	cursor: pointer;
	text-decoration: underline;
}

.trek-popup-form .js-resend-btn:hover:not(:disabled) {
	color: #d97712;
}

.trek-popup-form .js-resend-btn:disabled {
	color: #aaa;
	text-decoration: none;
	cursor: default;
}

.trek-popup-form .js-resend-timer {
	color: #aaa;
}

/* «Заполнить позже» на шаге профиля */
.trek-popup-form .js-skip-profile {
	background: none;
	border: none;
	padding: 0;
	font-size: 13px;
	color: #ea8824;
	cursor: pointer;
	text-decoration: underline;
}

.trek-popup-form .js-skip-profile:hover {
	color: #d97712;
}

.trek-popup-form .js-change-phone {
	display: block;
	margin: 6px auto 0;
	background: none;
	border: none;
	padding: 0;
	font-size: 13px;
	color: #ea8824;
	text-decoration: underline;
	cursor: pointer;
	transition: color .2s;
}

.trek-popup-form .js-change-phone:hover {
	color: #d97712;
}

.trek-popup-form-notice {
	background: #fdf3e7;
	border: 1px solid #f3d9b8;
	color: #b06a10;
	font-size: 13px;
	line-height: 1.4;
	border-radius: 6px;
	padding: 10px 14px;
	margin-bottom: 16px;
}

/* адаптив */
@media (max-width: 480px) {
	#login_form.modal-wrap-form {
		width: 100%;
	}

	.trek-popup-form {
		padding: 24px 20px 28px;
	}

	.trek-popup-form .code-cell {
		width: 48px;
		height: 54px;
		font-size: 20px;
	}

	.trek-popup-form .code-cells {
		gap: 6px;
	}
}

/* блок преимуществ авторизации */
.trek-popup-form .auth-benefits {
	margin-top: 28px;
	padding-top: 20px;
	border-top: 1px solid #eee;
	text-align: left;
}

.trek-popup-form .auth-benefits-title {
	font-size: 15px;
	font-weight: 700;
	color: #1a1a1a;
	margin-bottom: 16px;
}

.trek-popup-form .auth-benefits-list {
	display: flex;
	gap: 12px;
}

.trek-popup-form .auth-benefit {
	flex: 1;
  text-align: center;
}

.trek-popup-form .auth-benefit-icon {
	line-height: 0;
	margin-bottom: 8px;
}

.trek-popup-form .auth-benefit-text {
	font-size: 12px;
	line-height: 1.35;
	color: #555;
}

@media (max-width: 480px) {
	.trek-popup-form .auth-benefits-list {
		gap: 8px;
	}

	.trek-popup-form .auth-benefit-text {
		font-size: 11px;
	}
}

.seo-text {
  max-width: 100%;
  margin: 30px auto 0;
  font-size: 15px;
  line-height: 1.6;
  color: #666;
}

.seo-text__content {
  position: relative;
  overflow: hidden;
  max-height: 140px;
  transition: max-height 0.45s ease;
}

.seo-text.expanded .seo-text__content {
  max-height: 3000px;
}

.seo-text__content::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 70px;
  background: linear-gradient(to bottom, rgba(255,255,255,0), #ffffff 90%);
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.seo-text.expanded .seo-text__content::after {
  opacity: 0;
}

.seo-text h3 {
  color: #333;
  font-size: 20px;
  margin: 20px 0 0px;
}

.seo-text p { margin-bottom: 12px; }

.seo-text ul {
  margin: 0 0 12px 20px;
}

.seo-text li { margin-bottom: 6px; }

.seo-text__toggle {
  display: inline-block;
  margin-top: 6px;
  font-size: 13px;
  color: #ea8824;
  text-underline-offset: 3px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
}

.seo-text__toggle:hover { color: #e6531d; }

.warning-line.cdek {
  position: relative;
  background: #ef7f1a;
  padding: 7px;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.warning-line.cdek a {
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
}

@media (max-width: 575px) {
.warning-line.cdek {
  font-size:14px;
  font-weight:400;
  top: 55px;
  padding: 3px;
}
}
/* End */


/* Start:/local/templates/trekshoes/assets/js/fancyBox/jquery.fancybox.css?17544722038284*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #fff;
	text-shadow: none;
	line-height: 24px;
}

.fancybox-skin .hidden {
	padding: 0 30px;
	margin-top: 30px;
	margin-bottom: 30px;
	height: 100%;
}

.fwrap .hidden {
	width: 100%;
	margin-right: 1px;
}


.fancybox-opened {
	z-index: 8030;
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}
.fancybox-inner {
	overflow: hidden;
}

.fancybox-inner .mCSB_scrollTools.mCSB_scrollTools_vertical .mCSB_draggerContainer {
	top: 40px;
	bottom: 10px;
}
.fancybox-inner .mCSB_scrollTools.mCSB_scrollTools_horizontal {
	height: 20px;
}
.fancybox-inner .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerContainer {
	left: 30px;
	right: 0px;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	margin: 0;
	padding: 20px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-prev span, .fancybox-next span {
	background-image: url('/local/templates/trekshoes/assets/js/fancyBox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/local/templates/trekshoes/assets/js/fancyBox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	cursor: pointer;
	z-index: 8040;
	width: 46px;
  height: 46px;
  border-radius: 23px;
  position: absolute;
  background-color: #2d2c2a;
  cursor: pointer;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.fancybox-close:before, .fancybox-close:after {
  content: '';
  width: 26px;
  height: 2px;
  background-color: #e97a07;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 50%;
  margin-left: -13px;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -webkit-transform-origin: center;
  transform-origin: center;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.fancybox-close:before {
  -moz-transform: translateY(0) rotate(45deg);
  -ms-transform: translateY(0) rotate(45deg);
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}
.fancybox-close:after {
  -moz-transform: translateY(0) rotate(-45deg);
  -ms-transform: translateY(0) rotate(-45deg);
  -webkit-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
}
.fancybox-close:hover {
  background-color: #e97a07;
}
.fancybox-close:hover:before, .fancybox-close:hover:after {
  background-color: #fff;
}

/*.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/local/templates/trekshoes/assets/js/fancyBox/blank.gif');
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}*/

.fancybox-nav {
  position: absolute;
  left: 0;
  font-size: 0;
  color: transparent;
  display: block;
  z-index: 10;
  width: 40%;
  height: 100%;
  top: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: opacity .6s ease;
  -o-transition: opacity .6s ease;
  transition: opacity .6s ease;
}

.fancybox-nav:before, .fancybox-nav:after {
  content: '';
  width: 16px;
  height: 2px;
  background-color: #000;
  position: absolute;
  top: 50%;
}

.fancybox-nav:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

.fancybox-nav:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0% 100%;
  -moz-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  -o-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.fancybox-nav:hover:before,
.fancybox-nav:hover:after,
.fancybox-nav:active:before,
.fancybox-nav:active:after {
  background-color: #eb8a25;
}

.fancybox-prev:after,
.fancybox-prev:before {
  left: 30px;
}

.fancybox-next {
	width: 60%;
  left: auto;
  right: 0;
}

.fancybox-next:before {
  right: 30px;
  left: auto;
  -webkit-transform-origin: 100% 0%;
  -moz-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  -o-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

.fancybox-next:after {
  right: 30px;
  margin-right: 1px;
  left: auto;
  -webkit-transform-origin: 100% 0%;
  -moz-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  -o-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

/*.fancybox-nav:hover span {
	visibility: visible;
}*/

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
	height: 100%;
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/local/templates/trekshoes/assets/js/fancyBox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 20px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-prev span, .fancybox-next span {
		background-image: url('/local/templates/trekshoes/assets/js/fancyBox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('/local/templates/trekshoes/assets/js/fancyBox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

.fancybox-skin .mCSB_vertical_horizontal .hidden {
	padding-bottom: 0;
	padding-right: 10px;
}
.fancybox-skin .mCSB_vertical .hidden {
	/*padding-right: 10px;*/
}
/* End */


/* Start:/local/templates/trekshoes/assets/css/ion.tabs.css?17544722031300*/
/* Ion.Tabs
// css version 1.0.0
// by Denis Ineshin | ionden.com
// ===================================================================================================================*/

/* =====================================================================================================================
// Ion.Tabs: Base */

.ionTabs {
    position: relative;
}
    .ionTabs__head {
        position: relative; display: block;
        list-style-type: none;
        margin: 0; padding: 0;
        z-index: 1;
    }
    .ionTabs__head:before, .ionTabs__head:after {content: ""; display: table;}
    .ionTabs__head:after {clear: both;}
    .ionTabs__head {zoom: 1;}

        .ionTabs__tab {
            position: relative;
            display: block;
            list-style-type: none;
            background: none;
            margin: 0; padding: 0;
            cursor: pointer;
        }
            .ionTabs__tab.ionTabs__tab_state_active {
                cursor: default;
            }

    .ionTabs__body {
        position: relative;
        z-index: 2;
    }

    .ionTabs__item {
        position: relative;
        display: none;
    }
        .ionTabs__item.ionTabs__item_state_active {
            display: block;
        }

    .ionTabs__preloader {
        position: relative;
    }
/* End */


/* Start:/local/templates/trekshoes/components/bitrix/menu/top_menu/style.css?17822930822111*/
/* ===== ПЕРВЫЙ УРОВЕНЬ ===== */
.top-nav__list {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
}

.top-nav__item {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.top-nav__link {
    display: block;
    padding: 7px 20px;
    color: #ea8824;
    text-decoration: none;
    background: transparent;
    transition: color 0.3s ease;
    font-size: 14px;
}

.top-nav__link:hover {
    color: #ea7b08;
}

/* ===== СТРЕЛКА (НОВАЯ) ===== */
.top-nav__arrow {
    display: inline-block;
    margin-left: 6px;
    color: #ea8824;
    font-size: 9px;
    transform: rotate(90deg) scaleY(1.4);
    transition: transform 0.3s ease;
}

.top-nav__item:hover .top-nav__arrow {
    transform: rotate(-90deg) scaleY(1.4);
}

/* ===== ВТОРОЙ УРОВЕНЬ (ПОДМЕНЮ) ===== */
.top-nav__dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    margin: 0;
    padding: 5px 0;
    background: #f5f5f5;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    z-index: 9999;
    list-style: none;
    
    /* Принудительная вертикаль */
    flex-direction: column;
    
    /* Скрыт и невидим */
    display: flex !important;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 0.25s ease, transform 0.25s ease;
}

/* Появление при наведении */
.top-nav__item:hover > .top-nav__dropdown {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

/* ===== ПУНКТЫ ВТОРОГО УРОВНЯ ===== */
.top-nav__dropdown-item {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}

.top-nav__dropdown-link {
    display: block;
    padding: 8px 20px;
    color: rgb(74, 69, 33);
    text-decoration: none;
    background: transparent;
    white-space: nowrap;
    width: 100%;
    transition: color 0.3s ease, background 0.2s ease;
}

.top-nav__dropdown-link:hover {
    color: #333;
    background: rgba(0, 0, 0, 0.05);
}
/* End */


/* Start:/local/templates/trekshoes/components/bitrix/menu/main_top_menu/style.css?1783484737390*/
.bonus-item {
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
}

#header .menu .search-item:before {
    content:"";
    display: flex;
    width:30px;
    height:100%;
    background-image: url("/local/templates/trekshoes/assets/images/search-icon.svg");
    background-repeat: no-repeat;
    height: 100%;
    background-size: 70%;
    background-position: center;
}
/* End */


/* Start:/local/templates/trekshoes/components/bitrix/system.auth.form/header_auth/style.css?17822930821570*/
#header .header-cabinet a {
    text-decoration: none;
    display: flex;
    flex-direction: row;
    gap:7px;
    margin-right:15px;
    transition: 0.3s all;
    position: relative;
}
  
#header .header-cabinet a div {
    display: flex;
    flex-direction: column;
    line-height: 1.4;
}

#header .header-cabinet a div span:nth-of-type(1) {
    color:#fff;
    font-size:14px;
    transition: 0.3s all;
}

#header .header-cabinet a div span:nth-of-type(2) {
    color:#cccccc;
    font-size:12px;
    transition: 0.3s all;
}

#header .header-cabinet a:hover div span:nth-of-type(1),
#header .header-cabinet a:hover div span:nth-of-type(2) {
    color:#ea8824;
}

#header .header-cabinet a:before {
    content: "";
    display: inline-block;
    width: 35px;
    height: 32px;
    vertical-align: middle;
    background-image: url(/local/templates/trekshoes/assets/images/personal.svg);
    margin-right: 5px;
    transition: 0.3s all;
    background-repeat: no-repeat;
    background-size: cover;
}

#header .header-cabinet a:hover::before {
    background-image: url(/local/templates/trekshoes/assets/images/personal-orange.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.notification-count {
    display: inline-block;
    background: #eb8a25;
    width: 15px;
    line-height: 1;
    padding: 1px;
    text-decoration: none;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    font-size: 12px;
    font-weight: 400 !important;
}

#header .notification-count { 
    position: absolute;
    left: 20px;
    bottom: 3px;
}
/* End */


/* Start:/local/templates/trekshoes/components/bitrix/catalog.search/mini_search/style.css?1754472204163*/
a.search-page-params {
	border-bottom: 1px dashed blue;
	text-decoration: none;
}
div.search-page-params {
	margin-top: 6px;
}
.search-item-rate {font-size: 11px;}
/* End */


/* Start:/local/templates/trekshoes/components/bitrix/search.title/header_search/style.css?17834847378359*/
.search-line {
	position: absolute;
	background: #fff;
	left: 0;
	right: 0;
	padding: 20px 0;
  display: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.15);
  }
  
  .search-line .columns {
	display: flex;
	flex-direction: row;
	align-items: start;
	width: 100%;
  }
  
  .search-line-popular {
	  flex: 0 0 300px;
    font-size:14px;
  }

  .search-line-popular span {
    font-weight:700;
  }
  
  .search-line-form {
	flex: 1 0;
  }

#header .search {
	height: 100%;
}
#header-fixed-menu .search {
	height: 100%;
}
#header .search,
#header-fixed-menu .search {
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#header .search form,
#header-fixed-menu .search form {
  position: relative;
  width: 100%;
  display: flex;
  height: 100%;
}
#title-search {
  height: 100%;
}
#header #title-search form,
#header-fixed-menu #title-search form {
  display: flex;
  align-items: center;
  justify-content: center;
}
#header .search input[type="text"],
#header-fixed-menu .search input[type="text"] {
  width: 100%;
  height: 36px;
  border: 0;
  border-bottom: 2px solid #808080;
  background-color: transparent;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  padding: 0 36px 0 15px;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1;
  border-radius: 0;
  /* Firefox 19+ */
  /* Firefox 18- */
}

#header .search input[type='text']:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media screen and (max-width: 425px){
  #header .search input[type="text"],
  #header-fixed-menu .search input[type="text"] {
    padding: 0 15px;
  }
}
@media screen and (max-width: 768px){
  .search-line-popular {
    display: none;
  }
  .search-line {
    top:80px;
  }
  .title-search-item {
    flex:50% 0 !important;
  }
}

@media screen and (max-width: 575px) {
  .search-line {
    top:60px;
  }
  .title-search-item {
    flex: 100% 0 !important;
  }
}

.search-active-link{
  left: 0;
}
#header .search input[type="submit"],
#header-fixed-menu .search input[type="submit"] {
  height: 36px;
  width: 36px;
  position: absolute;
  z-index: 2;
  margin: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  /*margin-top: -18px;*/
  border: none;
  color: transparent;
  background-color: transparent;
  background-image: url("/local/templates/trekshoes/components/bitrix/search.title/header_search/../images/search.png");
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  filter: brightness(1);
  transition: .2s;
}
#header .search input[type="text"]:focus ~ input[type="submit"],
#header-fixed-menu .search input[type="text"]:focus ~ input[type="submit"]{
  filter: brightness(0);
}
#header .search input[type="submit"]:hover,
#header-fixed-menu .search input[type="submit"]:hover {
  opacity: 1;
}
@media screen and (max-width: 93.31em) {

  #header #menu .menu > li > a,
  #header-fixed-menu #menu .menu > li > a {
    padding: 0 14px;
  }
}

@media screen and (max-width: 47.9375em) {
  #header .search .search-icon,
  #header-fixed-menu .search .search-icon {
    display: block;
    position: relative;
    margin: 26px 0 0 25px;
    width: 24px;
    height: 24px;
    border: solid 3px #fff;
    border-radius: 100%;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #header .search .search-icon:before,
  #header-fixed-menu .search .search-icon:before {
    content: '';
    position: absolute;
    top: 20px;
    left: 8px;
    height: 12px;
    width: 3px;
    background-color: #fff;
  }
  #header .search-active,
  #header-fixed-menu .search-active {
    width: 100%;
    right: 0;
  }
  #header .search-active form,
  #header-fixed-menu .search-active form {
    -moz-transition: all 0.4s ease 0.4s;
    -o-transition: all 0.4s ease 0.4s;
    -webkit-transition: all 0.4s ease;
    -webkit-transition-delay: 0.4s;
    transition: all 0.4s ease 0.4s;
    visibility: visible;
    opacity: 1;
  }
  #header .search-active form input[type="text"],
  #header-fixed-menu .search-active form input[type="text"] {
    border-width: 0 0 1px;
    padding: 0 15px;
    font-size: 18px;
    height: 40px;
  }
  @media screen and (max-width:425px){
    #header .search-active form input[type="text"],
    #header-fixed-menu .search-active form input[type="text"]{
      font-size: 14px;
    }
  }
  #header .search-active form input[type="submit"],
  #header-fixed-menu .search-active form input[type="submit"] {
    position: absolute;
    right: -80px;
    top: 40px;
    width: 80px;
    height: 80px;
    background: transparent;
  }
  #header-fixed-menu .search-active form input[type="submit"] {
    top: 33px;
  }
}
@media screen and (max-width: 26.5625em){
  #header .search-active form input[type="submit"],
  #header-fixed-menu .search-active form input[type="submit"] {
    width: 64px;
    height: 64px;
    margin-right: 9px;
  }
}

div.title-search-result {
	  max-height: 400px;
    overflow-y: scroll;
    width: 100% !important;
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.15) transparent;
    border: none;
    display: none;
    flex-wrap: wrap;
    padding-top: 15px;
}


div.title-search-result::-webkit-scrollbar {
    width: 4px;
}

div.title-search-result::-webkit-scrollbar-track {
    background: transparent;
}

div.title-search-result::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

div.title-search-result::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.25);
}

div.title-search-result::-webkit-scrollbar-button {
    display: none;
}

div.title-search-result::-webkit-scrollbar-button {
    display: none;
}

.title-search-item {
  flex: 25% 0;
  text-align: center;
  padding: 15px;
  border: 1px solid transparent;
  transition: all 0.3s;
  border-radius: 8px;
}

.title-search-item:hover {
  border: 1px solid #ececec;
  border: 1px solid #ececec;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.title-search-item a {
  text-decoration: none;
}

.title-search-item .title-search-item__name {
  font-size: 14px;
  color: #808080;
}

.title-search-item .title-search-item__min-price {
  font-weight: 700;
}

.search-all-result {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

table.title-search-result th {
	background-color:#F7F7F7;
	border-right:1px solid #e8e8e8;
	color:#949494;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:14px;
 	padding-right:12px;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:1%;
}

table.title-search-result td {
	background-color:white;
	color:black;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	white-space:nowrap;
}

table.title-search-result td.title-search-item {
	padding: 5px 15px 5px 8px;
}

table.title-search-result td.title-search-item a {
	padding-left:4px;
	padding-right:15px;
	text-decoration: none;
	color:black;
	vertical-align:top;
	display:block;
}

table.title-search-result td.title-search-item img {
	vertical-align:top;
}

table.title-search-result td.title-search-item b {
	color:#cf0000;
	font-weight:normal;
}

table.title-search-result tr.title-search-selected td
,table.title-search-result tr.title-search-selected a
,table.title-search-result tr.title-search-selected td.title-search-more a
{
	background-color:#fff2be;
}

table.title-search-result td.title-search-more {
	font-size:11px;
	font-weight:normal;
	padding-right:15px;
	padding-left:24px;
	padding-top:0px;
}

table.title-search-result td.title-search-more a
{
	padding-left:12px;
	padding-right:15px;
	text-decoration:none;
	color:#999999;
}

table.title-search-result td.title-search-all {
	padding-left:24px;
	padding-right:15px;
}

table.title-search-result td.title-search-all a
{
	padding-left:4px;
	text-decoration:none;
	color:#808080;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
	padding-top:0px;
	padding-bottom:0px;
	font-size:4px;
}

div.title-search-fader {
	display:none;
	background-image: url('/local/templates/trekshoes/components/bitrix/search.title/header_search/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}
/* End */


/* Start:/local/templates/trekshoes/components/bitrix/menu/mobile_menu/style.css?17822930828477*/
/* ===== МОБИЛЬНОЕ МЕНЮ ===== */

/* Оверлей */
.mobile-menu-overlay {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: calc(100vh - 60px);
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 999;
    backdrop-filter: blur(2px);
}
.mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Меню */
.mobile-menu {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: calc(100vh - 60px);
    background: #ffffff;
    transform: translateX(-100%);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1000;
    overflow: hidden;
    box-shadow: 4px 0 20px rgba(0, 0, 0, 0.1);
    padding-bottom: 40px;
}
.mobile-menu.open {
    transform: translateX(0);
}

/* Тело */
.mobile-menu-body {
    height: 100%;
    overflow-y: auto;
    padding: 0 0 20px;
    -webkit-overflow-scrolling: touch;
}

/* ===== ПУНКТЫ МЕНЮ ===== */
.menu-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #f0f0f0;
    transition: background 0.2s;
}
.menu-item:last-child {
    border-bottom: none;
}
.menu-item:hover {
    background: #f8f9fa;
}

/* Ссылки */
.menu-link {
    display: flex;
    align-items: center;
    flex: 1;
    padding: 14px 20px;
    color: #1a1a1a;
    text-decoration: none;
    font-size: 15px;
    min-height: 52px;
    gap: 10px;
    cursor: pointer;
    transition: background 0.2s;
    font-weight: 400;
}
.menu-link:active {
    background: rgba(0, 0, 0, 0.05);
}

/* Уровень 0 - корневые пункты */
.menu-item:not(.level-1):not(.level-2):not(.level-3) .menu-link {
    font-weight: 500;
    font-size: 16px;
    padding: 16px 20px;
}

/* ===== УРОВНИ ВЛОЖЕННОСТИ ===== */

/* Уровень 1 - первый уровень подменю */
.menu-item.level-1 {
    background: #f7f7f7;
}
.menu-item.level-1 .menu-link {
    padding-left: 20px;
    font-weight: 500;
}

/* Уровень 2 */
.menu-item.level-2 {
    background: #f0f0f0;
}
.menu-item.level-2 .menu-link {
    padding-left: 36px;
    font-size: 14px;
}

/* Уровень 3 */
.menu-item.level-3 {
    background: #e8e8e8;
}
.menu-item.level-3 .menu-link {
    padding-left: 52px;
    font-size: 13px;
    color: #444;
}

/* Уровень 4 */
.menu-item.level-4 {
    background: #e0e0e0;
}
.menu-item.level-4 .menu-link {
    padding-left: 68px;
    font-size: 13px;
    color: #555;
}

/* Уровень 5 */
.menu-item.level-5 {
    background: #d8d8d8;
}
.menu-item.level-5 .menu-link {
    padding-left: 84px;
    font-size: 13px;
    color: #666;
}

/* Уровень 6 и глубже */
.menu-item.level-6 {
    background: #d0d0d0;
}
.menu-item.level-6 .menu-link {
    padding-left: 100px;
    font-size: 12px;
    color: #777;
}
.menu-item.level-7 .menu-link {
    padding-left: 116px;
}
.menu-item.level-8 .menu-link {
    padding-left: 132px;
}

/* Раскрытое подменю */
.menu-item.has-children.open {
    background: #eaeaea;
}
.menu-item.has-children.open.level-1 {
    background: #e5e5e5;
}
.menu-item.has-children.open.level-2 {
    background: #dddddd;
}
.menu-item.has-children.open.level-3 {
    background: #d5d5d5;
}
.menu-item.has-children.open.level-4 {
    background: #cdcdcd;
}
.menu-item.has-children.open.level-5 {
    background: #c5c5c5;
}

/* ===== КНОПКА РАЗВОРАЧИВАНИЯ ===== */
.menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    background: #f5f5f5;
    border: none;
    cursor: pointer;
    color: #ea8824;
    transition: all 0.3s ease;
    margin-right: 8px;
    border-radius: 8px;
    padding: 0;
}
.menu-toggle:hover {
    background: #ececec;
    color: #d97a1e;
}
.menu-toggle:active {
    transform: scale(0.92);
    background: #e5e5e5;
}
.menu-toggle.active {
    color: #ea8824;
    background: #f0f0f0;
}
.menu-toggle.active svg {
    transform: rotate(180deg);
}
.menu-toggle svg {
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    width: 18px;
    height: 18px;
    stroke: currentColor;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* ===== ПОДМЕНЮ ===== */
.submenu-wrap {
    width: 100%;
    flex-basis: 100%;
    order: 2;
    display: none;
    animation: slideDown 0.3s ease;
}
.submenu-wrap.open {
    display: block;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.submenu {
    border-top: 1px solid #e8e8e8;
}

/* Убираем лишний бордер у каталога */
#catalogWrap .submenu {
    border-top: none;
}

/* ===== СКРОЛЛБАР ===== */
.mobile-menu-body::-webkit-scrollbar {
    width: 4px;
}
.mobile-menu-body::-webkit-scrollbar-track {
    background: transparent;
}
.mobile-menu-body::-webkit-scrollbar-thumb {
    background: #d1d5db;
    border-radius: 2px;
}
.mobile-menu-body::-webkit-scrollbar-thumb:hover {
    background: #b0b8c4;
}

/* ===== КНОПКА ОТКРЫТИЯ В ШАПКЕ ===== */
.go-open-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    color: #333;
    border-radius: 8px;
    transition: background 0.2s;
}
.go-open-mobile:hover {
    background: rgba(0, 0, 0, 0.05);
}
.go-open-mobile.active {
    background: rgba(0, 0, 0, 0.08);
}
.go-open-mobile svg {
    width: 24px;
    height: 24px;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* ===== БЛОКИРОВКА СКРОЛЛА ===== */
body.lock {
    overflow: hidden;
}

/* ===== АДАПТИВ ===== */
@media (min-width: 768px) {
    .mobile-menu,
    .mobile-menu-overlay {
        display: none !important;
    }
}

/* ===== ТЕМНАЯ ТЕМА ===== */
@media (prefers-color-scheme: dark) {
    .mobile-menu {
        background: #1a1a1a;
    }
    .menu-item {
        border-bottom-color: #2a2a2a;
    }
    .menu-item:hover {
        background: #222222;
    }
    .menu-link {
        color: #e5e5e5;
    }
    .menu-link:active {
        background: rgba(255, 255, 255, 0.05);
    }
    
    /* Темные оттенки серого */
    .menu-item.level-1 {
        background: #242424;
    }
    .menu-item.level-2 {
        background: #2a2a2a;
    }
    .menu-item.level-3 {
        background: #303030;
    }
    .menu-item.level-4 {
        background: #363636;
    }
    .menu-item.level-5 {
        background: #3c3c3c;
    }
    .menu-item.level-6 {
        background: #424242;
    }
    
    .menu-item.has-children.open {
        background: #2e2e2e;
    }
    .menu-item.has-children.open.level-1 {
        background: #343434;
    }
    .menu-item.has-children.open.level-2 {
        background: #3a3a3a;
    }
    .menu-item.has-children.open.level-3 {
        background: #404040;
    }
    .menu-item.has-children.open.level-4 {
        background: #464646;
    }
    .menu-item.has-children.open.level-5 {
        background: #4c4c4c;
    }
    
    .submenu {
        border-top-color: #2a2a2a;
    }
    
    /* Кнопки в темной теме */
    .menu-toggle {
        background: #2a2a2a;
        color: #ea8824;
    }
    .menu-toggle:hover {
        background: #333333;
        color: #f0942e;
    }
    .menu-toggle:active {
        background: #3a3a3a;
    }
    .menu-toggle.active {
        background: #333333;
        color: #ea8824;
    }
    
    .mobile-menu-overlay {
        background: rgba(0, 0, 0, 0.7);
    }
}

/* ===== ИКОНКИ В МЕНЮ ===== */
.menu-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    color: #ea8824;
}

.menu-icon svg {
    width: 22px;
    height: 22px;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* Иконка каталога - оранжевая */
.catalog-icon {
    color: #ea8824;
}

/* Иконка пользователя - можно сделать нейтральной или тоже оранжевой */
.user-icon {
    color: #ea8824;
}
/* End */


/* Start:/local/templates/trekshoes/components/bitrix/form.result.new/request_call/style.css?1754472204417*/
.captcha_error {
	display: none;
	color: red;
	margin-bottom: 20px;
}

.form_call_success {
	text-align: center;
}

.name_form_call {
	font-size: 32px;
	color: #383736;
	line-height: 32px;
	font-weight: 700;
	margin-bottom: 20px;
}

/*Стили для лоадера на кнопке*/
.submit {
	background-size: 30px !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
}
/* End */


/* Start:/local/templates/trekshoes/components/bitrix/form.result.new/.default/style.css?1757421201405*/
.trek-popup-form,
#manager_form {
	max-width:500px;
}

.trek-popup-form-title {
	font-size: 32px;
    color: #5c5737;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}

.trek-popup-form-desc {
	color: #808080;
	margin-bottom: 20px;
}

.trek-popup-form input,
.trek-popup-form textarea {
	border-radius: 10px;
}

.trek-popup-form-footer { 
	margin-top:20px;
}
/* End */


/* Start:/local/templates/trekshoes/styles.css?17587853886173*/
.amo-button-holder {
    z-index: 101 !important;
}
.amo-button-holder.amo-vertical {
	padding-top: 0 !important;
}
.sp-fixed-outer .sp-form.sp-form-fixed {
    z-index:git  98 !important;
}
h3 {
	font-size: 32px;
}
#fullscreen-slider .share {
	display: none !important;
}
.right .links .phone {
	display: none !important;
}
.widget__badge {
	position: absolute;
    top: -5px;
    left: 0;
    border-radius: 100%;
    background-color: #ff3030;
    color: #fff;
    padding: 5px 8px;
}
.content-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-top: 10px;
}
.cp-button {
    margin-top: 15px;
    text-align: right;
}
.item__image {
    width: 15%;
}
.item__body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 85%;
}
.item__body p {
    margin-bottom: 0 !important;
}
.body-price, .body-quantity {
    color: #868686;
    font-size: 10pt;
}
.flexblock {
    display: flex;
    justify-content: space-between;
    align-content: center;
}
@media (max-width: 640px) {
    .flexblock {
        flex-wrap: wrap;
    }
}
.flexblock a {
    height: 100%;
}
.cart-warn-wrapper {
    margin: 10px 0 10px 0;
}

.cart-warn-info-rm {
    margin-bottom: 5px;
}

.cart-warn-info-rm > p{
    padding-left: 28px;
    max-width: 370px;
    font-size: 14px;
    line-height: 19px;
    color: #A7A7A7;
}

#open-right-modal-stores {
    display: flex;
    align-items: center;
}
#open-right-modal-stores > a {
    color: #ffa549;
    margin: 5px 0 0 5px;
}

@media screen and (max-width: 425px) {
    .footer-left__column {
        max-width: 150px;
    }
}

.catalog-section-menu #category-list {
    padding: 2em 0;
}

#category-list li a {
    color: #797775;
    text-decoration: none;
    font-size: 20px;
    line-height: 1.1;
    text-transform: uppercase;
    min-height: 80px;
    min-width: 250px;
    padding: 10px 0 20px;
    font-weight: 600;
}

.tile-flex-catalog li {
    display: block !important;
    flex: 0.5;
    min-width: 40%;
}

.tile-flex-catalog .bx_catalog_tile_img {
    width: 100% !important;
    height: auto;
    display: block;
    padding-top: 55% !important;
    background-size: cover;
}

#details {
    margin-bottom: 2em;
}

#category-list li a.bx_catalog_tile_img {
    padding: 0;
    width: 100%;
    height: auto;
    display: block;
    padding-top: 56%;
    transition: all 0.3s;
    border-radius: 10px;
}

#category-list li a.bx_catalog_tile_img:hover {
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.05);
}

#category-list .tile-flex li {
    width: 25%;
    min-width: auto;
    flex: 0 0 25%;
    margin: 0 !important;
    padding: 0 15px;
}

#category-list .tile-flex {
    align-items: flex-start;
    justify-content: start;
}

#category-list .tile-flex li a {
    width: 100%;
    display: block;
}

#category-list { border-top:0; }


#category-list {
    margin: 0 auto;
    margin-bottom: 30px;
    max-width: 1410px;
}

@media screen and (max-width: 725px) {
    #category-list .tile-flex li,
    .tile-flex-catalog li {
        flex: 1;
        min-width: 90% !important
    }
}
/* 
    Temp css for "#header-fixed-menu" 
    ToDo: move to right file 
*/
#header-fixed-menu .top {
    height: 32px;
}
#header-fixed-menu .main {
    height: 50px;
}
#header-fixed-menu .logotype {
    width: 100px;
}
#header-fixed-menu .go-open-mobile {
    right: 0.9375rem;    
    width: 50px;
    height: 50px;
}

#mobile-menu.pos {
    top: 82px;
}
@media screen and (max-width: 26.5625em){
    #mobile-menu {
        top: 82px;
    }
    #mobile-menu.pos {
        top: 82px;
    }
    #header-fixed-menu #search-mobile,
    #header-fixed-menu .go-open-mobile {        
        margin-top: 0;
    }
    #header .top {
        height: 32px;
    }
}

@media screen and (max-width: 47.9375em) {
    #header-fixed-menu #search-mobile {
        height: 50px;
        width: 50px;
        top: -12px;
    }
}

.iframe-wrapper{
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.iframe-video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.search-language-guess {
    display:none;
}


.m-t-2 {
    margin-top: 2em;
}

.top-warning {
position:relative; 
text-align: center;
padding: 1em 0.5em;
font-weight: bold;
background: orange;
}
.top-warning_text {
margin: 0 auto;
max-width:1360px;
}
div[data-property-id-row="116"] {
  display:none;
} 
#russianpost_btn_openmap {
    white-space: normal !important;
}
#bx-soa-delivery .alert-danger {
    color: #8A6D3B !important;
    background-color: #FCF8E3 !important;
    border-color: #FAEBCC !important;
}

.news-full-text iframe { max-width:100% !important; }
.news-full-text h4 { color:#000; }

/*#element-slider-nav .slick-track { padding-left:129px; }*/

@media screen and (max-width: 550px) {
    #category-list .tile-flex li, .tile-flex-catalog li {
        flex: 0 0 50%;
        width: 50%;
        margin: 0 0px !important;
        padding: 0 10px;
        min-width: auto !important;
    }
    
    #category-list li a {
        min-height: auto;
        min-width: auto !important;
        font-size:16px;
        padding-top:0;
    }
}

/* Коллекции товаров */
.catalog-collections {
    display: flex;
    flex-direction: row;
    justify-content: start;
    margin-bottom:20px;
    gap: 15px;
    padding-bottom:10px;
}


.catalog-collections-item {
    display: flex;
    align-items: center;
    border: 2px solid #ececec;
    border-radius: 10px;
    padding: 10px;
    transition: all 0.3s;
    text-decoration: none;
    font-weight: 700;
    flex: none;
}

.catalog-collections-item.active {
    border-color: #e27d15;
    color: #e27d15;
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.05);
}

.catalog-collections-item:hover {
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.05);
}

.catalog-collections-item img {
    max-width: 50px;
    margin-left: 15px;
}

@media screen and (max-width: 550px) {
    .catalog-collections {
        overflow-x: scroll;
    }
}
/* End */
/* /local/templates/trekshoes/assets/css/slick.css?17544722031572 */
/* /local/templates/trekshoes/assets/css/slick-theme.css?17834847379946 */
/* /local/templates/trekshoes/assets/css/tooltipster.bundle.min.css?17544722036495 */
/* /local/templates/trekshoes/assets/css/animate.min.css?175447220355789 */
/* /local/templates/trekshoes/assets/css/styles.css?1789108131234712 */
/* /local/templates/trekshoes/assets/js/fancyBox/jquery.fancybox.css?17544722038284 */
/* /local/templates/trekshoes/assets/css/ion.tabs.css?17544722031300 */
/* /local/templates/trekshoes/components/bitrix/menu/top_menu/style.css?17822930822111 */
/* /local/templates/trekshoes/components/bitrix/menu/main_top_menu/style.css?1783484737390 */
/* /local/templates/trekshoes/components/bitrix/system.auth.form/header_auth/style.css?17822930821570 */
/* /local/templates/trekshoes/components/bitrix/catalog.search/mini_search/style.css?1754472204163 */
/* /local/templates/trekshoes/components/bitrix/search.title/header_search/style.css?17834847378359 */
/* /local/templates/trekshoes/components/bitrix/menu/mobile_menu/style.css?17822930828477 */
/* /local/templates/trekshoes/components/bitrix/form.result.new/request_call/style.css?1754472204417 */
/* /local/templates/trekshoes/components/bitrix/form.result.new/.default/style.css?1757421201405 */
/* /local/templates/trekshoes/styles.css?17587853886173 */
