

/* Start:/local/templates/eshop_bootstrap_green/css/simplebar.css?17691586854237*/
[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%; /* Not required for horizontal scroll to trigger */
  max-height: 100%; /* Needed for vertical scroll to trigger */
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: ' ';
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s 0.5s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.5;
  transition-delay: 0s;
  transition-duration: 0s;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 0;
  bottom: 0;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.simplebar-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
  -ms-overflow-style: scrollbar !important;
}

.simplebar-dummy-scrollbar-size > div {
  width: 200%;
  height: 200%;
  margin: 10px 0;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

/* End */


/* Start:/local/templates/eshop_bootstrap_green/css/owl.carousel.min.css?17691586853351*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/local/templates/eshop_bootstrap_green/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* End */


/* Start:/local/templates/eshop_bootstrap_green/css/jquery.fancybox.min.css?176915868513496*/
@charset "UTF-8";body.fancybox-active{overflow:hidden}body.fancybox-iosfix{position:fixed;left:0;right:0}.fancybox-is-hidden{position:absolute;top:-9999px;left:-9999px;visibility:hidden}.fancybox-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99992;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{position:absolute;top:0;right:0;bottom:0;left:0}.fancybox-outer{overflow-y:auto;-webkit-overflow-scrolling:touch}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption-wrap,.fancybox-infobar,.fancybox-toolbar{position:absolute;direction:ltr;z-index:99997;opacity:0;visibility:hidden;transition:opacity .25s,visibility 0s linear .25s;box-sizing:border-box}.fancybox-show-caption .fancybox-caption-wrap,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;visibility:visible;transition:opacity .25s,visibility 0s}.fancybox-infobar{top:0;left:0;font-size:13px;padding:0 10px;height:44px;min-width:44px;line-height:44px;color:#ccc;text-align:center;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:subpixel-antialiased;mix-blend-mode:exclusion}.fancybox-toolbar{top:0;right:0;margin:0;padding:0}.fancybox-stage{overflow:hidden;direction:ltr;z-index:99994;-webkit-transform:translateZ(0)}.fancybox-is-closing .fancybox-stage{overflow:visible}.fancybox-slide{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;overflow:auto;outline:none;white-space:normal;box-sizing:border-box;text-align:center;z-index:99994;-webkit-overflow-scrolling:touch;display:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform}.fancybox-slide:before{content:"";display:inline-block;vertical-align:middle;height:100%;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:visible}.fancybox-slide--image:before{display:none}.fancybox-slide--video .fancybox-content,.fancybox-slide--video iframe{background:#000}.fancybox-slide--map .fancybox-content,.fancybox-slide--map iframe{background:#e5e3df}.fancybox-slide--next{z-index:99995}.fancybox-slide>*{display:inline-block;position:relative;padding:24px;margin:44px 0;border-width:0;vertical-align:middle;text-align:left;background-color:#fff;overflow:auto;box-sizing:border-box}.fancybox-slide>base,.fancybox-slide>link,.fancybox-slide>meta,.fancybox-slide>script,.fancybox-slide>style,.fancybox-slide>title{display:none}.fancybox-slide .fancybox-image-wrap{position:absolute;top:0;left:0;margin:0;padding:0;border:0;z-index:99995;background:transparent;cursor:default;overflow:visible;-webkit-transform-origin:top left;transform-origin:top left;background-size:100% 100%;background-repeat:no-repeat;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform}.fancybox-can-zoomOut .fancybox-image-wrap{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-image-wrap{cursor:zoom-in}.fancybox-can-drag .fancybox-image-wrap{cursor:-webkit-grab;cursor:grab}.fancybox-is-dragging .fancybox-image-wrap{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-image,.fancybox-spaceball{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;border:0;max-width:none;max-height:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content{padding:0;width:80%;height:80%;max-width:calc(100% - 100px);max-height:calc(100% - 88px);overflow:visible;background:#fff}.fancybox-iframe{display:block;padding:0;border:0;height:100%}.fancybox-error,.fancybox-iframe{margin:0;width:100%;background:#fff}.fancybox-error{padding:40px;max-width:380px;cursor:default}.fancybox-error p{margin:0;padding:0;color:#444;font-size:16px;line-height:20px}.fancybox-button{box-sizing:border-box;display:inline-block;vertical-align:top;width:44px;height:44px;margin:0;padding:10px;border:0;border-radius:0;background:rgba(30,30,30,.6);transition:color .3s ease;cursor:pointer;outline:none}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:focus,.fancybox-button:hover{color:#fff}.fancybox-button[disabled]{color:#ccc;cursor:default;opacity:.6}.fancybox-button svg{display:block;position:relative;overflow:visible;shape-rendering:geometricPrecision}.fancybox-button svg path{fill:currentColor;stroke:currentColor;stroke-linejoin:round;stroke-width:3}.fancybox-button--share svg path{stroke-width:1}.fancybox-button--pause svg path:nth-child(1),.fancybox-button--play svg path:nth-child(2){display:none}.fancybox-button--zoom svg path{fill:transparent}.fancybox-navigation{display:none}.fancybox-show-nav .fancybox-navigation{display:block}.fancybox-navigation button{position:absolute;top:50%;margin:-50px 0 0;z-index:99997;background:transparent;width:60px;height:100px;padding:17px}.fancybox-navigation button:before{content:"";position:absolute;top:30px;right:10px;width:40px;height:40px;background:rgba(30,30,30,.6)}.fancybox-navigation .fancybox-button--arrow_left{left:0}.fancybox-navigation .fancybox-button--arrow_right{right:0}.fancybox-close-small{position:absolute;top:0;right:0;width:44px;height:44px;padding:0;margin:0;border:0;border-radius:0;background:transparent;z-index:10;cursor:pointer}.fancybox-close-small:after{content:"×";position:absolute;top:5px;right:5px;width:30px;height:30px;font:20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;color:#888;font-weight:300;text-align:center;border-radius:50%;border-width:0;background-color:transparent;transition:background-color .25s;box-sizing:border-box;z-index:2}.fancybox-close-small:focus{outline:none}.fancybox-close-small:focus:after{outline:1px dotted #888}.fancybox-close-small:hover:after{color:#555;background:#eee}.fancybox-slide--iframe .fancybox-close-small,.fancybox-slide--image .fancybox-close-small{top:0;right:-44px}.fancybox-slide--iframe .fancybox-close-small:after,.fancybox-slide--image .fancybox-close-small:after{font-size:35px;color:#aaa}.fancybox-slide--iframe .fancybox-close-small:hover:after,.fancybox-slide--image .fancybox-close-small:hover:after{color:#fff;background:transparent}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small{display:none}.fancybox-caption-wrap{bottom:0;left:0;right:0;padding:60px 2vw 0;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));pointer-events:none}.fancybox-caption{padding:30px 0;border-top:1px solid hsla(0,0%,100%,.4);font-size:14px;color:#fff;line-height:20px;-webkit-text-size-adjust:none}.fancybox-caption a,.fancybox-caption button,.fancybox-caption select{pointer-events:all;position:relative}.fancybox-caption a{color:#fff;text-decoration:underline}.fancybox-slide>.fancybox-loading{border:6px solid hsla(0,0%,39%,.4);border-top:6px solid hsla(0,0%,100%,.6);border-radius:100%;height:50px;width:50px;-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;position:absolute;top:50%;left:50%;margin-top:-30px;margin-left:-30px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--current{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--next{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--current{-webkit-transform:scaleX(1);transform:scaleX(1);opacity:1}.fancybox-fx-rotate.fancybox-slide--previous{-webkit-transform:rotate(-1turn);transform:rotate(-1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--next{-webkit-transform:rotate(1turn);transform:rotate(1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--current{-webkit-transform:rotate(0deg);transform:rotate(0deg);opacity:1}.fancybox-fx-circular.fancybox-slide--previous{-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--next{-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--current{-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0);opacity:1}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}.fancybox-share{padding:30px;border-radius:3px;background:#f4f4f4;max-width:90%}.fancybox-share h1{color:#222;margin:0 0 20px;font-size:33px;font-weight:700;text-align:center}.fancybox-share p{margin:0;padding:0;text-align:center}.fancybox-share p:first-of-type{margin-right:-10px}.fancybox-share_button{display:inline-block;text-decoration:none;margin:0 10px 10px 0;padding:10px 20px;border:0;border-radius:3px;box-shadow:0 2px 2px 0 rgba(0,0,0,.16);background:#fff;white-space:nowrap;font-size:16px;line-height:23px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;min-width:140px;color:#707070;transition:all .2s}.fancybox-share_button:focus,.fancybox-share_button:hover{text-decoration:none;color:#333;box-shadow:0 2px 2px 0 rgba(0,0,0,.3)}.fancybox-share_button svg{margin-right:5px;width:20px;height:20px;vertical-align:text-bottom}.fancybox-share input{box-sizing:border-box;width:100%;margin:5px 0 0;padding:10px 15px;border:1px solid #d7d7d7;border-radius:3px;background:#ebebeb;color:#5d5b5b;font-size:14px;outline:none}.fancybox-thumbs{display:none;position:absolute;top:0;bottom:0;right:0;width:212px;margin:0;padding:2px 2px 4px;background:#fff;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;box-sizing:border-box;z-index:99995}.fancybox-thumbs-x{overflow-y:hidden;overflow-x:auto}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs>ul{list-style:none;position:absolute;position:relative;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;font-size:0;white-space:nowrap}.fancybox-thumbs-x>ul{overflow:hidden}.fancybox-thumbs-y>ul::-webkit-scrollbar{width:7px}.fancybox-thumbs-y>ul::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs>ul>li{float:left;overflow:hidden;padding:0;margin:2px;width:100px;height:75px;max-width:calc(50% - 4px);max-height:calc(100% - 8px);position:relative;cursor:pointer;outline:none;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box}li.fancybox-thumbs-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li>img{position:absolute;top:0;left:0;max-width:none;max-height:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-thumbs>ul>li:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:4px solid #4ea7f9;z-index:99991;opacity:0;transition:all .2s cubic-bezier(.25,.46,.45,.94)}.fancybox-thumbs>ul>li.fancybox-thumbs-active:before{opacity:1}@media (max-width:800px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs>ul>li{max-width:calc(100% - 10px)}}
/* End */


/* Start:/local/templates/eshop_bootstrap_green/styles.css?176915868546968*/
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&subset=cyrillic,cyrillic-ext');
body { font-family:'Roboto', sans-serif; -webkit-font-smoothing:antialiased; }


html {
  /*font-family: sans-serif;*/
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}


body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

@media print {
  *,
  *::before,
  *::after,
  p::first-letter,
  div::first-letter,
  blockquote::first-letter,
  li::first-letter,
  p::first-line,
  div::first-line,
  blockquote::first-line,
  li::first-line {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

@-ms-viewport {
  width: device-width;
}

html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

body {
  /*font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;*/
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #292b2c;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

a {
  color: #0275d8;
  text-decoration: none;
}

a:focus, a:hover {
  color: #014c8c;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
}

[role="button"] {
  cursor: pointer;
}

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

table {
  border-collapse: collapse;
  background-color: transparent;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #636c72;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: left;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
textarea {
  line-height: inherit;
}

input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
  cursor: not-allowed;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
}

input[type="search"] {
  -webkit-appearance: none;
}

output {
  display: inline-block;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.container {
  position: static;
  margin-left: auto;
  margin-right: auto;
  padding-right: 5px;
  padding-left: 5px;
  width:300px;
}

@media (min-width: 576px) {
  .container {
    padding-right: 5px;
    padding-left: 5px;
  }
}

@media (min-width: 768px) {
  .container {
    padding-right: 6px;
    padding-left: 6px;
  }
}

@media (min-width: 992px) {
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (min-width: 1200px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}






@media (min-width: 576px) {
  .container {
    width: 540px;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    width: 744px;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .container {
    width: 960px;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1200px;
    max-width: 100%;
  }
}

.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

@media (max-width: 576px) {
  .row {
    margin-right: -5px;
    margin-left: -5px;
  }
}

@media (min-width: 577px) and (max-width: 767px) {
  .row {
    margin-right: -5px;
    margin-left: -5px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .row {
    margin-right: -6px;
    margin-left: -6px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
  position: static;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (max-width: 576px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 5px;
    padding-left: 5px;
  }
}

@media (min-width: 577px) and (max-width: 767px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 5px;
    padding-left: 5px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 6px;
    padding-left: 6px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.col {
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.333333%;
      -ms-flex: 0 0 8.333333%;
          flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.666667%;
      -ms-flex: 0 0 16.666667%;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.333333%;
      -ms-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.666667%;
      -ms-flex: 0 0 41.666667%;
          flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.333333%;
      -ms-flex: 0 0 58.333333%;
          flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.666667%;
      -ms-flex: 0 0 66.666667%;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.333333%;
      -ms-flex: 0 0 83.333333%;
          flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.666667%;
      -ms-flex: 0 0 91.666667%;
          flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.pull-0 {
  right: auto;
}

.pull-1 {
  right: 8.333333%;
}

.pull-2 {
  right: 16.666667%;
}

.pull-3 {
  right: 25%;
}

.pull-4 {
  right: 33.333333%;
}

.pull-5 {
  right: 41.666667%;
}

.pull-6 {
  right: 50%;
}

.pull-7 {
  right: 58.333333%;
}

.pull-8 {
  right: 66.666667%;
}

.pull-9 {
  right: 75%;
}

.pull-10 {
  right: 83.333333%;
}

.pull-11 {
  right: 91.666667%;
}

.pull-12 {
  right: 100%;
}

.push-0 {
  left: auto;
}

.push-1 {
  left: 8.333333%;
}

.push-2 {
  left: 16.666667%;
}

.push-3 {
  left: 25%;
}

.push-4 {
  left: 33.333333%;
}

.push-5 {
  left: 41.666667%;
}

.push-6 {
  left: 50%;
}

.push-7 {
  left: 58.333333%;
}

.push-8 {
  left: 66.666667%;
}

.push-9 {
  left: 75%;
}

.push-10 {
  left: 83.333333%;
}

.push-11 {
  left: 91.666667%;
}

.push-12 {
  left: 100%;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-sm-0 {
    right: auto;
  }
  .pull-sm-1 {
    right: 8.333333%;
  }
  .pull-sm-2 {
    right: 16.666667%;
  }
  .pull-sm-3 {
    right: 25%;
  }
  .pull-sm-4 {
    right: 33.333333%;
  }
  .pull-sm-5 {
    right: 41.666667%;
  }
  .pull-sm-6 {
    right: 50%;
  }
  .pull-sm-7 {
    right: 58.333333%;
  }
  .pull-sm-8 {
    right: 66.666667%;
  }
  .pull-sm-9 {
    right: 75%;
  }
  .pull-sm-10 {
    right: 83.333333%;
  }
  .pull-sm-11 {
    right: 91.666667%;
  }
  .pull-sm-12 {
    right: 100%;
  }
  .push-sm-0 {
    left: auto;
  }
  .push-sm-1 {
    left: 8.333333%;
  }
  .push-sm-2 {
    left: 16.666667%;
  }
  .push-sm-3 {
    left: 25%;
  }
  .push-sm-4 {
    left: 33.333333%;
  }
  .push-sm-5 {
    left: 41.666667%;
  }
  .push-sm-6 {
    left: 50%;
  }
  .push-sm-7 {
    left: 58.333333%;
  }
  .push-sm-8 {
    left: 66.666667%;
  }
  .push-sm-9 {
    left: 75%;
  }
  .push-sm-10 {
    left: 83.333333%;
  }
  .push-sm-11 {
    left: 91.666667%;
  }
  .push-sm-12 {
    left: 100%;
  }
  .offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-md-0 {
    right: auto;
  }
  .pull-md-1 {
    right: 8.333333%;
  }
  .pull-md-2 {
    right: 16.666667%;
  }
  .pull-md-3 {
    right: 25%;
  }
  .pull-md-4 {
    right: 33.333333%;
  }
  .pull-md-5 {
    right: 41.666667%;
  }
  .pull-md-6 {
    right: 50%;
  }
  .pull-md-7 {
    right: 58.333333%;
  }
  .pull-md-8 {
    right: 66.666667%;
  }
  .pull-md-9 {
    right: 75%;
  }
  .pull-md-10 {
    right: 83.333333%;
  }
  .pull-md-11 {
    right: 91.666667%;
  }
  .pull-md-12 {
    right: 100%;
  }
  .push-md-0 {
    left: auto;
  }
  .push-md-1 {
    left: 8.333333%;
  }
  .push-md-2 {
    left: 16.666667%;
  }
  .push-md-3 {
    left: 25%;
  }
  .push-md-4 {
    left: 33.333333%;
  }
  .push-md-5 {
    left: 41.666667%;
  }
  .push-md-6 {
    left: 50%;
  }
  .push-md-7 {
    left: 58.333333%;
  }
  .push-md-8 {
    left: 66.666667%;
  }
  .push-md-9 {
    left: 75%;
  }
  .push-md-10 {
    left: 83.333333%;
  }
  .push-md-11 {
    left: 91.666667%;
  }
  .push-md-12 {
    left: 100%;
  }
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-lg-0 {
    right: auto;
  }
  .pull-lg-1 {
    right: 8.333333%;
  }
  .pull-lg-2 {
    right: 16.666667%;
  }
  .pull-lg-3 {
    right: 25%;
  }
  .pull-lg-4 {
    right: 33.333333%;
  }
  .pull-lg-5 {
    right: 41.666667%;
  }
  .pull-lg-6 {
    right: 50%;
  }
  .pull-lg-7 {
    right: 58.333333%;
  }
  .pull-lg-8 {
    right: 66.666667%;
  }
  .pull-lg-9 {
    right: 75%;
  }
  .pull-lg-10 {
    right: 83.333333%;
  }
  .pull-lg-11 {
    right: 91.666667%;
  }
  .pull-lg-12 {
    right: 100%;
  }
  .push-lg-0 {
    left: auto;
  }
  .push-lg-1 {
    left: 8.333333%;
  }
  .push-lg-2 {
    left: 16.666667%;
  }
  .push-lg-3 {
    left: 25%;
  }
  .push-lg-4 {
    left: 33.333333%;
  }
  .push-lg-5 {
    left: 41.666667%;
  }
  .push-lg-6 {
    left: 50%;
  }
  .push-lg-7 {
    left: 58.333333%;
  }
  .push-lg-8 {
    left: 66.666667%;
  }
  .push-lg-9 {
    left: 75%;
  }
  .push-lg-10 {
    left: 83.333333%;
  }
  .push-lg-11 {
    left: 91.666667%;
  }
  .push-lg-12 {
    left: 100%;
  }
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-xl-0 {
    right: auto;
  }
  .pull-xl-1 {
    right: 8.333333%;
  }
  .pull-xl-2 {
    right: 16.666667%;
  }
  .pull-xl-3 {
    right: 25%;
  }
  .pull-xl-4 {
    right: 33.333333%;
  }
  .pull-xl-5 {
    right: 41.666667%;
  }
  .pull-xl-6 {
    right: 50%;
  }
  .pull-xl-7 {
    right: 58.333333%;
  }
  .pull-xl-8 {
    right: 66.666667%;
  }
  .pull-xl-9 {
    right: 75%;
  }
  .pull-xl-10 {
    right: 83.333333%;
  }
  .pull-xl-11 {
    right: 91.666667%;
  }
  .pull-xl-12 {
    right: 100%;
  }
  .push-xl-0 {
    left: auto;
  }
  .push-xl-1 {
    left: 8.333333%;
  }
  .push-xl-2 {
    left: 16.666667%;
  }
  .push-xl-3 {
    left: 25%;
  }
  .push-xl-4 {
    left: 33.333333%;
  }
  .push-xl-5 {
    left: 41.666667%;
  }
  .push-xl-6 {
    left: 50%;
  }
  .push-xl-7 {
    left: 58.333333%;
  }
  .push-xl-8 {
    left: 66.666667%;
  }
  .push-xl-9 {
    left: 75%;
  }
  .push-xl-10 {
    left: 83.333333%;
  }
  .push-xl-11 {
    left: 91.666667%;
  }
  .push-xl-12 {
    left: 100%;
  }
  .offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.flex-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
}

.flex-last {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.flex-unordered {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: column-reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -webkit-flex-wrap: wrap !important;
      -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important;
}

.flex-nowrap {
  -webkit-flex-wrap: nowrap !important;
      -ms-flex-wrap: nowrap !important;
          flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse !important;
      -ms-flex-wrap: wrap-reverse !important;
          flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -webkit-justify-content: space-around !important;
      -ms-flex-pack: distribute !important;
          justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -webkit-align-content: flex-start !important;
      -ms-flex-line-pack: start !important;
          align-content: flex-start !important;
}

.align-content-end {
  -webkit-align-content: flex-end !important;
      -ms-flex-line-pack: end !important;
          align-content: flex-end !important;
}

.align-content-center {
  -webkit-align-content: center !important;
      -ms-flex-line-pack: center !important;
          align-content: center !important;
}

.align-content-between {
  -webkit-align-content: space-between !important;
      -ms-flex-line-pack: justify !important;
          align-content: space-between !important;
}

.align-content-around {
  -webkit-align-content: space-around !important;
      -ms-flex-line-pack: distribute !important;
          align-content: space-around !important;
}

.align-content-stretch {
  -webkit-align-content: stretch !important;
      -ms-flex-line-pack: stretch !important;
          align-content: stretch !important;
}

.align-self-auto {
  -webkit-align-self: auto !important;
      -ms-flex-item-align: auto !important;
              -ms-grid-row-align: auto !important;
          align-self: auto !important;
}

.align-self-start {
  -webkit-align-self: flex-start !important;
      -ms-flex-item-align: start !important;
          align-self: flex-start !important;
}

.align-self-end {
  -webkit-align-self: flex-end !important;
      -ms-flex-item-align: end !important;
          align-self: flex-end !important;
}

.align-self-center {
  -webkit-align-self: center !important;
      -ms-flex-item-align: center !important;
              -ms-grid-row-align: center !important;
          align-self: center !important;
}

.align-self-baseline {
  -webkit-align-self: baseline !important;
      -ms-flex-item-align: baseline !important;
          align-self: baseline !important;
}

.align-self-stretch {
  -webkit-align-self: stretch !important;
      -ms-flex-item-align: stretch !important;
              -ms-grid-row-align: stretch !important;
          align-self: stretch !important;
}

.text-center { text-align:center; }
.text-right { text-align:right; }

.hidden { display:none; }

.hidden-xs-up {
  display: none !important;
}

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}


.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.show {
  opacity: 1;
  z-index:9999999;
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}



.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index:99999;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  /*border: 1px solid rgba(0, 0, 0, 0.2);*/
  border-radius:3px;
  outline: 0;
  background:#373737;
  color:#fff;
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.8);
}
.modal-open .modal.modal-center {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
.modal-open .modal.modal-center .modal-dialog {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
  z-index:9999;
}

.modal-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #eceeef;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 30px;
}

.modal-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #eceeef;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 370px;
    margin: 30px auto;
  }
  .modal-sm {
    max-width: 370px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 370px;
  }
}

.modal .close { border:none; background:#282828 url(/local/templates/eshop_bootstrap_green/images/header/cross.svg) no-repeat center center; border-radius:50%; width:30px; height:30px;     position: absolute;
    top: -15px;
    right: -15px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2); }
.modal .close span { display:none }

.simplebar-content-wrapper {
  /* overflow-y: scroll!important; */
}
.dropdown ul {
  /* overflow: auto!important; */
}
/* End */


/* Start:/local/templates/eshop_bootstrap_green/template_styles.css?176915868569898*/
.tablebodytext { display:none !important; }

header { background:#fff; }
body { background:#f4f5fb; overflow-y:scroll; }
footer { background:#2a2a2a; color:#aeaeae; }
.post-footer { background:#1e1e1e; }
main { padding-bottom:100px; }

/*.flex-c {     z-index:-1; }*/

ul, li { padding:0px; margin:0px; list-style:none; }

a:hover, a:after, a:before, a:active, a:focus { text-decoration:none; }
*:hover, *:after, *:before, *:active, *:focus { outline:none !important; }

.catalog-header { padding-top:10px; position:relative; z-index:2; }
.catalog-header nav > ul { margin-top:0px; }

.banner-block .owl-dots { display:none; }

main nav > ul { text-align:justify; line-height:0; font-size:1px; text-justify:newspaper;zoom:1; text-align-last:justify; padding:0px 20px; margin-top:10px; margin-bottom:10px; }
main nav > ul > li { display:inline-block; text-align:left; line-height:31px; vertical-align:top; position:relative; margin-top:10px; margin-bottom:10px; }
main nav > ul > li > a { transition:color ease-out 0.2s; color:#242424; display:block; font-weight:600; font-size:14px; text-transform:uppercase; padding:0px 20px; }
main nav > ul > li > a span { background:url(/local/templates/eshop_bootstrap_green/images/more.svg) no-repeat center center; display:inline-block; width:24px; height:12px; }
main nav > ul > li > a:hover { color:#3887bb }
main nav > ul > li > ul { overflow:hidden; height:auto; opacity:0; position:absolute; left:0px; top:0px; line-height:20px; font-size:14px; text-align:left; text-align-last:left; z-index:50000; background:#373737; border-top:2px solid #3887bb; white-space:nowrap; box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.4); max-height:0px; transition:all ease-out 0.3s; visibility:hidden; pointer-events:none; }
main nav > ul > li:hover ul { height:auto; transition:all ease-out 0.3s; top:30px; visibility:visible; opacity:1; pointer-events:all; max-height:1000px; z-index:50000; }
main nav > ul > li > ul > li:first-child { margin-top:20px; }
main nav > ul > li > ul > li:last-child { margin-bottom:20px; }
main nav > ul > li > ul > li > a { transition:color ease-out 0.2s; font-size:14px; color:#fff; line-height:32px; display:block; padding-left:35px; padding-right:35px; }
main nav > ul > li > ul > li > a:hover { color:#aeaeae; }

main nav > ul > li.parent > a:after { content:''; display:inline-block; margin-left:5px; width:14px; height:11px; background:url(/local/templates/eshop_bootstrap_green/images/more.svg) no-repeat center center; }
main nav > ul > li.new > a:after { content:''; display:inline-block; margin-left:5px; width:37px; top:1px; position:relative; height:14px; background:url(/local/templates/eshop_bootstrap_green/images/new_marker.svg) no-repeat center center; }
main nav.invert > ul > li.parent > a:after { background:url(/local/templates/eshop_bootstrap_green/images/more_blue.svg) no-repeat center center; }
main nav > ul > li.parent.active > a:after { background:url(/local/templates/eshop_bootstrap_green/images/more_active.svg) no-repeat center center; }

main nav.invert { background:#373737; transform:skew(-25deg, 0deg); box-shadow:0px 5px 20px 0px rgba(0,0,0,0.4); margin-left:10px; margin-right:10px; border-radius:4px; }
main nav.invert > ul { transform:skew(25deg, 0deg); }
main nav.invert > ul > li > a { color:#fff; font-weight:500; }
/*main nav.invert > ul > li:hover a { color:#3887bb }*/
main nav.invert > ul > li.active { background:#464646; transform:skew(-25deg, 0deg); border-radius:4px; }
main nav.invert > ul > li.active > a { transform:skew(25deg, 0deg); }
main nav.invert > ul > li.active > ul { transform:skew(25deg, 0deg); }

.btn { cursor:pointer; height:40px; line-height:41px; border:none; border-radius:4px; font-size:10px; text-transform:uppercase; text-align:center; background:#dbe1f4; display:inline-block; color:#878daf; font-weight:600; padding:0px 34px; transition:background ease-out 0.2s; }

.btn:hover { background-color:#878daf; color:#fff; }
.btn-black { background-color:#373737; color:#fff; }
.btn-black:hover { background:#545454; color:#fff; }
.btn-orange { background-color:#e67b37; color:#fff; }
.btn-orange:hover { background:#f69659; color:#fff; }
.btn-blue { background-color:#3887bb; color:#fff; }
.btn-blue:hover { background:#42a0de; color:#fff; }
.btn-vk { background-color:#373737; padding:0px; margin-left:15px; }
.btn-vk:hover { background:#545454; }
.btn-black:active, .btn-black:focus, .btn-orange:active, .btn-orange:focus, .btn-blue:active, .btn-blue:focus { color:#fff; } 
.btn-basket { background:#6d7c83; color:#fff; position:relative; }
.btn-link { color:#555555; font-size:10px; border-bottom:dotted 1px #555555; background:none; line-height:16px; height:16px; margin-top:15px; padding:0px; border-radius:0px; }
.btn-link:hover { background:none; color:#555555; }

.btn-basket i { position:absolute; left:50%; top:50%; width:20px; height:20px; margin-left:-10px; margin-top:-10px; background:#fff; color:#222; line-height:20px; text-align:center; font-style:normal; border-radius:50%; }

.btn.disabled { cursor:not-allowed; }

header { font-size:13px; }
header p { margin:0px; color:#585858; }
header .tel { font-size:18px; font-weight:600; line-height:24px; color:#242424; }
.basket-line { height:82px; width:100%; display:block; background:#6d7c83; color:#fff; line-height:16px; font-size:14px; transition:background ease-out 0.2s; }
.basket-line > .row { height:100%; }
.basket-line:hover { background:#606d74; color:#fff; }
.basket-line .price { display:inline-block; margin-top:5px; font-weight:500; }
.basket-line.active { background:#e67b37; }
.basket-line.active:hover { background:#f69659; color:#fff; }

main .banner { background:url(/local/templates/eshop_bootstrap_green/images/main/banner.jpg) no-repeat center center; height:350px; padding-left:70px; color:#fff; }
main .banner .row { height:100%; }
main .banner h2 { font-size:30px; line-height:30px; }
main .banner p { font-size:14px; }
.banner-block { margin-bottom:40px; }

.top-sale { background:#fff; border-radius:4px; overflow:hidden; box-shadow:0px 4px 10px 0px rgba(68, 68, 82, 0.06); }

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


.filter-title { font-size:18px; color:#313030; line-height:50px; margin:0px; }
.main-filter { background:#fff; border-radius:4px; box-shadow:0px 4px 10px 0px rgba(68, 68, 82, 0.06); height:100%; }
.main-filter label { color:#555555; margin-top:20px; font-size:12px; display:block; font-weight:500; margin-bottom:5px; }
.main-filter .tab-content { padding:0px 40px; }
/*.main-filter .dropdown { cursor:pointer; display:block; width:100%; background:#f4f5fb; height:36px; line-height:35px; border:1px solid #dbe1f4; border-radius:3px; font-size:12px; color:#878daf; padding:0px 12px; font-weight:500; transition:box-shadow ease-out 0.2s; }
.main-filter .dropdown .caret { background:url(/local/templates/eshop_bootstrap_green/images/more_select.svg) no-repeat center center; float:right; width:4px; height:34px; }
.main-filter .dropdown:hover { box-shadow:0px 4px 5px 0px rgba(110, 113, 131, 0.15); }
.main-filter .checkbox { display:inline-block; background:#fff; height:36px; line-height:35px; border:1px solid #dbe1f4; border-radius:3px; font-size:12px; color:#878daf; padding:0px 12px; margin-bottom:10px; margin-right:10px; font-weight:500; }
.main-filter .checkbox i { margin-right:6px; float:left; }*/
.main-filter .tab-control { border-bottom:1px solid #6d7c83; overflow:hidden; border-top-left-radius:5px; border-top-right-radius:5px; }
.main-filter .tab-control a { height:50px; line-height:53px; margin-left:1px; color:#313030; font-size:10px; text-transform:uppercase; font-weight:500; padding:0px 20px; }
.main-filter .tab-control .col { background:#fff; transform:skew(-25deg, 0deg); }
.main-filter .tab-control .col.active { background:#6d7c83; }
.main-filter .tab-control .col.active a { color:#fff; background:#6d7c83; }
.main-filter .tab-control a { transform:skew(25deg, 0deg); }
.main-filter .tab-control a.left { display:block; text-align:right; }
.main-filter .tab-control a.right { display:block; text-align:left; }

/*.main-filter .tab-control a.left:after { display:block; content:''; position:absolute; 
	right:-35px;
    top:15px; 
    width:0; height:0; transform:translate(0%, 0%) rotate(90deg); 
    border-right:51px solid transparent; border-bottom:20px solid #fff; border-left:0px solid transparent; border-top:0px solid #fff;
}*/
/*transform: skew(-25deg, 0deg);*/
/*.main-filter .tab-control a.left.active:after { border-bottom-color:#6d7c83; border-top-color:#6d7c83; } */





.main-filter .btn { margin-top:15px; margin-bottom:20px; }
/*.main-filter .row { margin-left:-10px; margin-right:-10px; }*/
/*.main-filter .row .col, .main-filter .row .col-4, .main-filter .row .col-8 { padding-left:10px; padding-right:10px; }*/
.filter-background { background:url(/local/templates/eshop_bootstrap_green/images/bg_filter.png) no-repeat center bottom; }


.step { background:#ebedf5; line-height:44px; padding:25px 35px; margin-top:40px; }
.step span { display:block; width:24px; height:24px; background:#fff; border-radius:50%; text-align:center; line-height:24px; font-size:12px; font-weight:500; box-shadow:0px 4px 10px 0px rgba(68, 68, 82, 0.06); position:absolute; top:-12px; left:4px; }
.step img { float:left; margin-right:10px; }
.step p { margin-bottom:0px; font-size:14px; color:#313030; font-weight:500; }
.step p b { text-transform:uppercase; }
.step i { float:right; height:44px; display:block; width:10px; background:url(/local/templates/eshop_bootstrap_green/images/arrow.svg) no-repeat center center; }
.step .col { position:relative !important; }

.main-company { margin-top:60px; margin-bottom:30px; }
.main-company h2 { font-size:22px; color:#313030; text-transform:uppercase; font-weight:600; line-height:60px; border-bottom:2px solid #6d7c83; margin-bottom:30px; display:inline-block; }
.main-company p { color:#7a7a7a; font-size:14px; line-height:24px; }

.review { background:#fff; box-shadow:0px 4px 10px 0px rgba(68, 68, 82, 0.06); padding:40px; border-radius:4px; margin-bottom:10px; height:100%; }
.review p { margin:0px; color:#7a7a7a; font-size:14px; line-height:24px; }
.review .title { color:#313030; font-size:16px; font-weight:600; margin-bottom:8px; }

footer { padding-top:30px; font-size:12px; }
footer .title { line-height:70px; color:#fff; font-size:16px; font-weight:600; }
footer .fake-title { height:70px; }
footer ul li a { color:#aeaeae; font-size:13px; line-height:30px; display:inline-block; font-weight:500; transition:color ease-out 0.2s; }
footer address p { margin:0px; }
footer address a { display:inline-block; color:#6d7c83; margin-top:15px; }
footer ul li a:hover { color:#fff; }

.post-footer { margin-top:30px; padding-top:15px; padding-bottom:15px; }
.post-footer p { margin-bottom:0px; }
.post-footer a.tel { font-size:16px; color:#fff; font-weight:600; }

.post-footer .orange { color:#e67b37; }
.post-footer .blue { color:#3887bb; }

.creativa a { color:#9b9b9b; }
.creativa img { margin-left:10px; }


.catalog-header { background:url(/local/templates/eshop_bootstrap_green/images/banner.jpg) center -100px no-repeat; }

.breadcrumb-item { display:inline-block; color:#a6a6a6; font-size:14px; margin-top:5px; margin-bottom:10px; }
.breadcrumb-item a { color:inherit; }




.vendor { margin-top:30px; }
.vendor .item { background:#fff; border-radius:4px; transition:box-shadow ease-out 0.2s; padding:20px 30px; 
	min-height: 170px; display: flex;align-items: center;justify-content: center; flex-direction: column;}
.vendor .item .image { width: 100%; height: 120px;filter:grayscale(100%); transition:filter ease-out 0.5s; flex-grow: 0;
background-position: center; background-repeat: no-repeat;background-size: contain;}
.vendor .item:hover { box-shadow:0px 6px 18px 0px rgba(68, 68, 82, 0.1); }
.vendor .item:hover .image { filter:grayscale(0%); }
.vendor .item p { margin:0px; color:#555555; font-size:12px; }
.vendor .item { margin-bottom:30px; }

.model .item { background:#fff; border-radius:4px; transition:box-shadow ease-out 0.2s; padding:30px; position:relative; }
.model .item a > img { margin:0px auto; display:block; margin-top:10px; margin-bottom:20px;

/*    filter: brightness(110%);
    -moz-filter: brightness(110%);
    -webkit-filter: brightness(110%);
*/
 }



.model .item img { max-width:100%; filter:grayscale(100%); transition:filter ease-out 0.5s; }
.model .item:hover { box-shadow:0px 6px 18px 0px rgba(68, 68, 82, 0.1); }
.model .item:hover img { filter:grayscale(0%); }
.model .item .name { margin:0px; color:#313030; font-size:16px; font-weight:500; }
.model .item { margin-bottom:30px; }
.model .item .price { color:#313030; font-size:14px; margin:0px; }
.model .item .price span { font-size:18px; font-weight:500; }
.model .item .count { position:absolute; top:30px; right:30px; background:#f4f5fb; color:#7a7a7a; font-size:12px; text-align:center; display:block; width:24px; height:24px; border-radius:2px; line-height:24px; }
.model .item .icon { height:24px; }
h1 { font-size:22px; text-transform:uppercase; line-height:22px; margin-top:60px; margin-bottom:40px; color:#313030; font-weight:600; }

.product .image { padding:20px; background:#fff; }
.product .image img { width:100%; }
.product .title { color:#313030; margin-top:45px; font-size:22px; font-weight:600; }

.product table { font-size:12px; color:#373737; width:100%; }
.product table td { background:#fff; border-bottom:2px solid #f4f5fb; font-weight:500; padding:9px; padding-top:6px; padding-bottom:6px; }
.product table th { padding:10px;  font-weight:500; }
.product input { width:50px; }
.product .artnumber { font-size:12px; color:#3887bb; margin-bottom:15px; margin-top:5px; }
.product .artnumber span { color:#555555; }
.product .price span { color:#e67b37; font-weight:600; font-size:14px; }
.product .summ span { font-weight:600; font-size:14px; }
.product .buy { display:inline-block; line-height:30px; padding-left:10px; padding-right:10px; border-radius:3px; background:#e67b37; color:#fff; font-weight:400; text-transform:uppercase; font-size:10px; width:100%; text-align:center; }
.product .offers input { display:inline-block; height:26px; text-align:center; font-family:'Roboto', sans-serif; font-size:12px; color:#878daf; padding-left:5px; padding-right:5px; border:1px solid #c3cadf; border-radius:2px; }
.product .props { margin-top:15px; font-size:14px; line-height:22px; }

.sub-menu { padding-bottom:40px; }
.sub-menu li { display:inline-flex; /*position:relative; z-index:0;*/ width:120px; height:72px; background:#6d7c83; color:#fff; margin-right:2px; /*border-bottom:1px solid #3887bb;*/ }
.sub-menu li a { display:block; color:#fff; font-size:14px; line-height:16px; padding:12px; width:100% }
.sub-menu li a img { position:absolute; bottom:0px; margin-left:50%; left:-22.5px; }
.sub-menu li.active a { background-color:#536167; border-bottom:2px solid #3887bb; }
/*.sub-menu li.active:before { content:''; display:block; position:absolute; width:100%; height:2px; background:#3887bb; bottom:0px; left:0px; }*/

.sub-menu li.selection a { background:url(/local/templates/eshop_bootstrap_green/images/menu/selection.svg) no-repeat center bottom; }
.sub-menu li.catalog a { background:url(/local/templates/eshop_bootstrap_green/images/menu/catalog.svg) no-repeat center bottom; }
.sub-menu li.percent a { background:url(/local/templates/eshop_bootstrap_green/images/menu/percent.svg) no-repeat center bottom; }
.sub-menu li.calc a { background:url(/local/templates/eshop_bootstrap_green/images/menu/calc.svg) no-repeat center bottom; }
.sub-menu li.about a { background:url(/local/templates/eshop_bootstrap_green/images/menu/about.svg) no-repeat center bottom; }
.sub-menu li.guarantee a { background:url(/local/templates/eshop_bootstrap_green/images/menu/guarantee.svg) no-repeat center bottom; }
.sub-menu li.delivery a { background:url(/local/templates/eshop_bootstrap_green/images/menu/delivery.svg) no-repeat center bottom; }
.sub-menu li.payment a { background:url(/local/templates/eshop_bootstrap_green/images/menu/payment.svg) no-repeat center bottom; }
.sub-menu li.spick a { background:url(/local/templates/eshop_bootstrap_green/images/menu/spick.svg) no-repeat center bottom; }
.sub-menu li.tire_fitting a { background:url(/local/templates/eshop_bootstrap_green/images/menu/tire_fitting.svg) no-repeat center bottom; }
.sub-menu li.active.selection a { background:#536167 url(/local/templates/eshop_bootstrap_green/images/menu_a/selection.svg) no-repeat center bottom; }
.sub-menu li.active.catalog a { background:#536167 url(/local/templates/eshop_bootstrap_green/images/menu_a/catalog.svg) no-repeat center bottom; }
.sub-menu li.active.percent a { background:#536167 url(/local/templates/eshop_bootstrap_green/images/menu_a/percent.svg) no-repeat center bottom; }
.sub-menu li.active.calc a { background:#536167 url(/local/templates/eshop_bootstrap_green/images/menu_a/calc.svg) no-repeat center bottom; }
.sub-menu li.active.about a { background:#536167 url(/local/templates/eshop_bootstrap_green/images/menu_a/about.svg) no-repeat center bottom; }
.sub-menu li.active.guarantee a { background:#536167 url(/local/templates/eshop_bootstrap_green/images/menu_a/guarantee.svg) no-repeat center bottom; }
.sub-menu li.active.delivery a { background:#536167 url(/local/templates/eshop_bootstrap_green/images/menu_a/delivery.svg) no-repeat center bottom; }
.sub-menu li.active.payment a { background:#536167 url(/local/templates/eshop_bootstrap_green/images/menu_a/payment.svg) no-repeat center bottom; }
.sub-menu li.active.spick a { background:#536167 url(/local/templates/eshop_bootstrap_green/images/menu_a/spick.svg) no-repeat center bottom; }
.sub-menu li.active.tire_fitting a { background:#536167 url(/local/templates/eshop_bootstrap_green/images/menu_a/tire_fitting.svg) no-repeat center bottom; }



.regular-text { background:#fff; box-shadow:0px 6px 18px 0px rgba(68, 68, 82, 0.1); border-radius:4px; /*margin-top:60px;*/ padding-top:60px; padding-bottom:60px; }
.regular-text h2 { font-size:18px; color:#313030; margin-bottom:30px; }
.regular-text p { color:#7a7a7a; font-size:13px; line-height:24px; margin-bottom:20px; }
.regular-text ul { margin-top:-10px; margin-bottom:20px; padding-left:40px; }
.regular-text ul li { margin-top:2px; margin-bottom:2px; position:relative; }
.regular-text ul li:before { display:inline-block; content:''; width:4px; height:4px; border-radius:50%; background:#3887bb; position:absolute; left:-15px; top:12px; }
.regular-text ul span { color:#7a7a7a; font-size:13px; line-height:18px; display:inline-block; }
.regular-text .warning { color:#313030; display:block; font-weight:500; margin-top:40px; }

/*.index { z-index:-1; }
*/


.material { margin-bottom:30px; background:#fff; /*box-shadow:0px 6px 18px 0px rgba(68, 68, 82, 0.1);*/ border-radius:4px; }
.material img { max-width:100%; }
.material a { font-size:13px; color:#7a7a7a; line-height:24px; }
.material .title { font-size:18px; color:#313030; margin-top:0px; margin-bottom:15px; }


.navigation { background:#fff; border-radius:4px; font-size:12px; font-weight:500; color:#7a7a7a; text-transform:uppercase; line-height:38px; height:38px; }
.navigation .disabled { cursor:not-allowed; }
.navigation .text-left a, .navigation .text-left span { display:block; }
.navigation .text-left svg { margin-left:40px; margin-right:10px; }
.navigation .text-right svg { margin-right:40px; margin-left:10px; }
.navigation a { color:#7a7a7a; }
.navigation .text-left a, .navigation .text-left span, .navigation .text-right a, .navigation .text-right span { font-size:10px; }
.navigation .text-center a, .navigation .text-center span { display:inline-block; width:38px; height:38px; }
.navigation span.active { display:inline-block; color:#313030;     background: #dbe1f5; }

.img-responsive { max-width:100%; }

table.respnsive {}

table.respnsive thead td { color:#555555; font-size:12px; padding:12px 10px; }
table.respnsive tbody tr td { color:#878daf; font-size:12px; padding:12px 10px; }
table.respnsive tbody tr:nth-child(odd) td { background:#f4f5fb; }
table.respnsive tbody tr td:first-child { color:#555555; }
table.respnsive td:first-child { padding:12px 20px; }

#map { margin-bottom:30px; }



.filter-item { background:#fff; border-radius:4px; margin-bottom:10px; font-size:12px; }
/*.filter-item table { width:100%; margin-bottom:15px; line-height:22px; color:#373737; }*/
.filter-item .table { padding-right:30px; line-height:24px; }
.filter-item .table p {  color:#555555; font-weight:500; white-space: nowrap; }
.filter-item .title { font-size:16px; color:#313030; font-weight:500 }
.filter-item .image img { max-width:100%; margin-top:15px; margin-bottom:15px; /*height: 100%*/}
.filter-item .buy { display:inline-block; line-height:30px; padding-left:10px; padding-right:10px; border-radius:3px; background:#e67b37; color:#fff; font-weight:400; text-transform:uppercase; font-size:10px; text-align:center; }
.filter-item .buy:hover { background:#f69659; color:#fff; }

.filter-item .artnumber span { color:#3887bb; }
.filter-item .artnumber { padding-bottom:10px; margin-bottom:10px;  border-bottom:1px solid #dbe1f4; color:#555555;; }
.filter-item p { margin-bottom:0px; }
.filter-item .price { color:#e67b37; font-weight:600; font-size:15px; }
.filter-item .count { color:#dbe1f4; border:1px solid #dbe1f4; display:inline-block; padding-left:2px; line-height:21px; }
.filter-item .count input { display:inline-block; width:26px; border:none; height:18px; text-align:center; margin-right:2px; }
.filter-item .count i { display:inline-block; width:18px; height:18px; line-height:17px; margin-bottom:2px; background:#dbe1f4; text-align:center; margin-right:2px; color:#6d7c83; font-weight:600; font-size:12px; font-style:normal; cursor:pointer; }
.filter-item .count i { -moz-user-select: none;-khtml-user-select: none;user-select: none;  }
.filter-item .color { white-space:normal !important; font-weight:400 !important; line-height:14px; margin-top:5px; }
.filter-item .nowrap { white-space:nowrap; }
.filter-item .icons { position:absolute; }
.filter-item .icons img { width:20px; margin-top:15px; margin-left:15px; height:20px; }
.filter-item .image {display: flex;align-items: center;justify-content: center;}

.filter-item-mobile { background:#fff; border-radius:4px; margin-bottom:10px; font-size:12px; padding:25px; }
/*.filter-item-mobile table { width:100%; margin-bottom:15px; line-height:22px; color:#373737; }*/
.filter-item-mobile .table { padding-right:30px; line-height:24px; }
.filter-item-mobile .params{ color:#7a7a7a; font-size:13px; margin-top:10px; }
.filter-item-mobile .table p {  color:#555555; font-weight:500; white-space: nowrap; }
.filter-item-mobile .title { font-size:16px; color:#313030; font-weight:500; line-height:22px; }
.filter-item-mobile .image { position:relative; }
.filter-item-mobile .image img { max-width:100%; margin-top:15px; margin-bottom:15px; /*height:150px;*/ }
.filter-item-mobile .buy { display:inline-block; line-height:30px; padding-left:10px; padding-right:10px; border-radius:3px; background:#e67b37; color:#fff; font-weight:400; text-transform:uppercase; font-size:10px; text-align:center; }
.filter-item-mobile .buy:hover { background:#f69659; color:#fff; }
.filter-item-mobile .d-fix { max-height:77px; min-height:77px; height:77px; }
.filter-item-mobile .artnumber span { color:#3887bb; }
/*.filter-item-mobile .artnumber { padding-bottom:10px; margin-bottom:10px;  border-bottom:1px solid #dbe1f4; }*/
.filter-item-mobile p { margin-bottom:0px; }
.filter-item-mobile .price { color:#e67b37; font-weight:600; font-size:18px; }
.filter-item-mobile .count { color:#dbe1f4; border:1px solid #dbe1f4; display:inline-block; padding-left:2px; line-height:28px; }
.filter-item-mobile .count input { display:block; float:left; width:24px; border:none; height:28px; text-align:center; margin-right:2px;     line-height:28px; }
.filter-item-mobile .count i { display:inline-block; width:25px; height:25px; line-height:25px; margin-bottom:2px; background:#dbe1f4; text-align:center; margin-right:2px; color:#6d7c83; font-weight:600; font-size:12px; font-style:normal; cursor:pointer; }
.filter-item-mobile .count i { -moz-user-select: none;-khtml-user-select: none;user-select: none;  }
.filter-item-mobile .color { white-space:normal !important; font-weight:400 !important; line-height:14px; margin-top:5px; }
.filter-item-mobile .nowrap { white-space:nowrap; }
.filter-item-mobile .ctn { margin-bottom:4px; margin-top:10px; }

.filter-item-mobile .icons { position:absolute; }
.filter-item-mobile .icons img { width:20px; margin-top:0px; height:20px; }

/* навигация по фильтрам в каталоге */


.filter-box { padding-left:70px; padding-right:70px; background:#fff; margin-bottom:40px; padding-bottom:0px; position:relative; border:2px solid #dddef2; box-shadow:0px 4px 10px 0px rgba(68, 68, 82, 0.06); }
.filter-box .tab-content { padding-bottom:20px; }

.filter-nav.nav-tabs { font-size:15px !important; margin-bottom:-2px; position:relative; z-index:1; }
.filter-nav.nav-tabs li { display:inline-block; }
.filter-nav.nav-tabs { font-size:18px; color:#313030; line-height:50px; }
.filter-nav.nav-tabs { }
.filter-nav.nav-tabs a { height:50px; line-height:50px; display:block; color:#313030; font-size:10px; text-transform:uppercase; font-weight:500; padding:0px 20px; background:#d9e0f2; border:2px solid #d9e0f2; border-bottom:none; }
.filter-nav.nav-tabs li a.active { color:#313030; background:#fff; border:2px solid #dddef2; border-bottom:none; }

/*.filter-box .nav-tabs li:first-child { border-top-left-radius:4px; }*/


/*.smartfilter { padding-left:70px; padding-right:70px; background:#fff; border-radius:4px; }*/
/*.smartfilter .dropdown { cursor:pointer; display:block; width:100%; background:#f4f5fb; height:36px; line-height:35px; border:1px solid #dbe1f4; border-radius:3px; font-size:12px; color:#878daf; padding:0px 12px; font-weight:500; transition:box-shadow ease-out 0.2s; }
.smartfilter .dropdown .caret { background:url(/local/templates/eshop_bootstrap_green/images/more_select.svg) no-repeat center center; float:right; width:4px; height:34px; }
.smartfilter .dropdown:hover { box-shadow:0px 4px 5px 0px rgba(110, 113, 131, 0.15); }
*/
/*.dd-checkbox { width:100%; background:#f4f5fb; max-height:100px; overflow-y:scroll; position:absolute; padding:6px 12px; border:1px solid #dbe1f4; z-index:999; }
.dd-checkbox {  font-size:12px; color:#878daf; font-weight:500; line-height:14px; }*/
.rel { position:relative; }

.checkbox-list, .bx-filter-input-checkbox { font-size:12px; color:#878daf; }

/*.checkbox-list .bx-filter-param-label+input:checked */
.checkbox-list [type="checkbox"] { display:none }
.checkbox-list [type="checkbox"]:not(:checked) + label { background:url(/local/templates/eshop_bootstrap_green/images/check_bg.svg) no-repeat left center; padding-left:23px; cursor:pointer; }
.checkbox-list [type="checkbox"]:checked + label { background:url(/local/templates/eshop_bootstrap_green/images/check.svg) no-repeat left center; padding-left:23px; cursor:pointer; }
.checkbox-list label.disabled { cursor:not-allowed; }



.checkbox-button { min-width:52px;
    cursor: pointer;
    display:inline-block;
    height:36px;
    line-height: 35px;
    border: 1px solid #dbe1f4;
    border-radius: 3px;
    font-size: 12px;
    color: #878daf;
    font-weight: 500;
    transition: box-shadow ease-in-out 0.1s;
    overflow: hidden;
	margin-right:5px;
}
.checkbox-button [type="checkbox"] { display:none }
.checkbox-button [type="checkbox"]:not(:checked) + label { background:#fff; padding-left:12px; cursor:pointer; padding-right:14px; }
.checkbox-button [type="checkbox"]:checked + label { background:#dbe1f5; padding-left:12px; cursor:pointer; padding-right:14px; }
.checkbox-button label.disabled { cursor:not-allowed; }
.checkbox-button label img { margin-right:4px; }
.checkbox-button label { margin-top:0px !important; margin-bottom:0px !important; } 
 .checkbox-button:hover { box-shadow: 0px 4px 5px 0px rgba(110, 113, 131, 0.15); transition: box-shadow ease-in-out 0.1s; }

.bx-filter {  }
.bx-filter-parameters-box-title { font-size:12px; color:#555555; margin-top:20px; margin-bottom:10px !important; font-weight:500; }
.range { position:relative; }
.range td { position:relative; font-size: 12px; color: #878daf; }
/*.range label { position:absolute; display:block; width:10px; height:34px; top:2px; right:4px; background:#f4f5fb url(/local/templates/eshop_bootstrap_green/images/more_select.svg) no-repeat left center; pointer-events:none; }*/
.range { width:100%; }
.range .do { padding-left:10px; }
.range select { padding:0px 6px !important;  }
#filter_byauto .range label { top:1px; }
#filter_byauto select { margin-bottom:20px; }

.findbyauto select { cursor:pointer; display:block; width:100%; font-weight:500; background:#f4f5fb url(/local/templates/eshop_bootstrap_green/images/more_select_fix.svg) right center no-repeat; height:36px; line-height:35px; border:1px solid #dbe1f4; border-radius:3px; font-size:12px; color:#878daf; padding:0px 12px; font-weight:500; transition:box-shadow ease-in-out 0.1s; overflow:hidden;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    font-family:'Roboto', sans-sefif;
 }
.findbyauto label {     font-size: 12px;
    color: #555555;
    margin-top: 20px;
    margin-bottom: 10px !important;
    font-weight: 500; }






/* выподающий список (кастомный) */
.dropdown { position:relative; z-index:1; }
.dropdown .value { min-width:52px; cursor:pointer; display:block; width:100%; background:#f4f5fb; height:36px; line-height:35px; border:1px solid #dbe1f4; border-radius:3px; font-size:12px; color:#878daf; padding:0px 12px; font-weight:500; transition:box-shadow ease-in-out 0.1s; overflow:hidden; }
.dropdown .value:after {
    content:'';
    position:absolute; 
    right:1px; top:1px; 
    width:27px;
    height:34px;
    border-radius:3px;
    background: -moz-linear-gradient(left, rgba(244, 245, 251, 0.7), #f4f5fb 100%);
    background: -webkit-linear-gradient(left, rgba(244, 245, 251, 0.7), #f4f5fb 100%);
    background: -o-linear-gradient(left, rgba(244, 245, 251, 0.7), #f4f5fb 100%);
    background: -ms-linear-gradient(left, rgba(244, 245, 251, 0.7), #f4f5fb 100%);
    background: linear-gradient(to right, rgba(244, 245, 251, 0.7), #f4f5fb 100%);
}
.dropdown.open .caret { background:url(/local/templates/eshop_bootstrap_green/images/icon/check.svg) no-repeat right center; width:10px; }
.dropdown .value:hover { box-shadow:0px 4px 5px 0px rgba(110, 113, 131, 0.15); }
.dropdown .caret { background:url(/local/templates/eshop_bootstrap_green/images/more_select.svg) no-repeat center center; float:right; width:4px; height:34px; position:absolute; right:12px; top:1px; pointer-events:none; }
.dropdown.disabled .value{ color:rgba(85,85,85,0.4); cursor:not-allowed; }
.dropdown ul {  height:auto; opacity:0; position:absolute; left:0px; top:20px; text-align:left; text-align-last:left; z-index:50000; background:#373737; white-space:nowrap; max-height:0px; transition:all ease-in-out 0.2s; visibility:hidden; pointer-events:none; }
.dropdown ul { background:#f4f5fb; color:#878daf; border:1px solid #dbe1f4; width:100%; border-radius:4px; padding:0px; }
.dropdown.open .value { border-bottom-left-radius:0px; border-bottom-right-radius:0px; }
.dropdown.open { position:relative; z-index:3; }
.dropdown.open ul { height:auto; transition:all ease-out 0.3s; top:35px; visibility:visible; opacity:1; pointer-events:all; max-height:216px; z-index:50000; border-top-left-radius:0px; border-top-right-radius:0px; border-top-color:#f4f5fb; }
.dropdown label { position:relative; cursor:pointer; display:block; font-size:12px; margin:0px !important; line-height:36px; padding-left:12px; padding-right:12px; width:100%; }
.dropdown input { display:none; }
.dropdown [type="radio"]:not(:checked) + label {  }
.dropdown [type="radio"]:checked + label { background:#878daf; color:#fff; }
.dropdown label:hover { color:#313030; }
.dropdown li { display:block; margin:0px !important; }
.dropdown { cursor:pointer; }
.dropdown.disabled { cursor:not-allowed !important; }
.dropdown [type="checkbox"]:not(:checked) + label { background:url(/local/templates/eshop_bootstrap_green/images/checkbox/check_bg.svg) no-repeat 10px center; padding-left:35px; }
.dropdown [type="checkbox"]:checked + label { background:url(/local/templates/eshop_bootstrap_green/images/checkbox/check.svg) no-repeat 10px center; padding-left:35px; }
.btn:disabled { cursor:wait; }

.tab-pane { display:none }
.tab-pane.active { display:block }



/*#filter-result { margin-top:15px; }*/

/* чеки в подборщике по авто */
#filter-result [type="checkbox"] { display:none }
#filter-result [type="checkbox"]:not(:checked) + label { background:url(/local/templates/eshop_bootstrap_green/images/check_bg.svg) no-repeat left center; padding-left:23px; cursor:pointer; }
#filter-result [type="checkbox"]:checked + label { background:url(/local/templates/eshop_bootstrap_green/images/check.svg) no-repeat left center; padding-left:23px; cursor:pointer; }
#filter-result label { color:#e67b37; font-size:12px; margin-bottom:2px; }
#filter-result .factory a, #filter-result .replace a, #filter-result .tuning a { color:#e67b37; font-size:12px; display:inline-block; margin-left:3px; text-decoration:underline; }
#filter-result label span { color:#555555; }
#filter-result label.disabled { cursor:not-allowed; }
#filter-result p { margin:0px; }
#filter-result p b { color:#000000; font-size:12px; display:block; margin-bottom:5px; }
#filter-result h6 { color:#000; font-size:14px; margin-bottom:10px; }
#filter-result { margin-left:-70px; margin-right:-70px; padding-left:70px; padding-right:70px; padding-top:30px; padding-bottom:15px; border-top:1px dotted #ddd; margin-top:30px; }
.filter-box .tab-content.tab30 { padding-bottom:30px; }

/* заплатка для отрицательных отступов в фильтре */
.filter-padding main { background: url(/local/templates/eshop_bootstrap_green/images/banner.jpg) center -100px no-repeat !important; }
/*.filter-padding .catalog-header .sub-menu { padding-bottom:160px; }
.filter-padding .filter-box { margin-top:-130px; }
*/
/* индакатор загрузки */
.loader { position:absolute; left:0px; top:0px; width:100%; height:100%; background:rgba(0,0,0,0.3) url(/local/templates/eshop_bootstrap_green/images/loader.svg) center center no-repeat; z-index:100000; cursor:wait; }

/* sale items */

.desktop-carousel .owl-carousel { box-shadow: 0px 4px 10px 0px rgba(68, 68, 82, 0.06); }
.desktop-carousel .owl-carousel:after { content:'топ продаж'; display:block; position:absolute; left:30px; top:0px; background:#1a1d20; color:#fff; font-size:10px; text-transform:uppercase; padding:1px 5px; border-bottom-right-radius:3px; border-bottom-left-radius:3px; }
.desktop-carousel .left, .desktop-carousel .right { position:absolute; z-index:99; top:50%; margin-top:-15px; }

.desktop-carousel .left { left:15px; }
.desktop-carousel .right { right:15px; }
.desktop-carousel { position:relative; }



.sale-item { background:#fff; border-radius:4px; overflow:hidden; /*box-shadow:0px 4px 10px 0px rgba(68, 68, 82, 0.06);*/ padding:50px 25px; position:relative; overflow:hidden; }
.sale-item .image { position:absolute; bottom:0px; right:0px; }
.sale-item .title { color:#313030; font-size:16px; font-weight:500; }
.sale-item .sub-title { color:#7a7a7a; font-size:13px; line-height:18px; margin-top:7px; font-weight:400; height:170px; }
.sale-item .old-price { font-size:14px; color:#7a7a7a; text-decoration:line-through; line-height:12px; } 
.sale-item .price { font-size:11px; color:#313030; position: relative;z-index: 50} 
.sale-item .price span { font-weight:600; font-size:24px; }

/* калькулятор */
.calculator h3 { color:#000; font-size:18px; margin:0px; font-weight:500; margin-bottom:25px; }
.calculator .title { color:#000; font-size:14px; margin:0px; font-weight:500; }
.calculator .bx-filter-parameters-box-title { margin-top:5px; }
.calculator table { width:100%;  }

.calculator table td { color:#878daf; font-size:14px; padding:7px 15px; text-align:center; }
.calculator table td:first-child { color:#555; font-weight:500; text-align:left; }
.calculator table tr:nth-child(odd) td { background:#f4f5fb; }

/* контакты */
.address-wrapper { background:#fff; border-radius:4px; overflow:hidden; position:relative; box-shadow: 0px 4px 10px 0px rgba(68, 68, 82, 0.06); overflow:hidden; margin-top:60px; }
.address-wrapper .map-container > ymaps { height:492px !important; }
.address .item { padding:40px 25px; padding-left:0px; margin-left:10px; border-bottom:1px dotted #ddd; }
.address .item:last-child { border:none; }
.address .title { color:#313030; font-size:16px; margin:0px; font-weight:500; line-height:18px; margin-bottom:5px; }
.address .sub { font-size:14px; }
.address p { color:#7a7a7a; margin:0px; font-size:12px; }
.address .section { color:#555555; font-size:12px; margin-top:15px; }
.address b { font-weight:500 }
.ip-data { margin-top:40px; color:#7a7a7a; font-size:13px; }
.ip-data p { margin-bottom:10px; }

#xs-menu { max-height:0px; overflow:hidden; background:#2a2a2a; position:relative; }
#xs-menu.open { max-height:20000px; z-index:999; margin-bottom:-40px; }
#xs-menu .container > ul { margin-top:40px; padding-left:20px; padding-right:20px; }
#xs-menu .container > ul > li > a { font-size:16px; color:#fff; line-height:36px; display:block; }
#xs-menu .container > ul > li.parent > a { background:url(/local/templates/eshop_bootstrap_green/images/header/arr-top.png) no-repeat right center; } 
#xs-menu .container > ul > li.parent > a.collapsed {  background:url(/local/templates/eshop_bootstrap_green/images/header/arr-down.png) no-repeat right center; }
#xs-menu .container > ul > li > ul > li > a { color:#aeaeae; font-size:13px; font-weight:500; }
#xs-menu .container > ul > li > ul > li:last-child { margin-bottom:10px; }






/*форма заказа*/
.order { background:#dbe1f4; padding-top:40px; padding-bottom:40px; border-radius:3px; padding-left:200px; padding-right:200px; }
.order h1 { font-size:22px; color:#6d7c83; font-weight:600; text-align:center; line-height:40px; margin:0px; margin-bottom:10px !important; line-height:22px; }
.order .btn { margin-top:40px; }
.order label { font-size:12px; color:#555555; display:block; margin:0px; margin-bottom:5px; font-weight:500; margin-top:20px; }
.order input { display:block; height:36px; font-family:'Roboto', sans-serif; font-size:12px; color:#878daf; padding-left:15px; padding-right:15px; width:100%; border:1px solid #c3cadf; border-radius:2px; }
.order textarea { display:block; height:36px; font-family:'Roboto', sans-serif; font-size:12px; color:#878daf; padding:15px; height:115px; resize:none; width:100%; border:1px solid #c3cadf; border-radius:2px; }

#basket_items_list table { width:100%; }

#basket_items_list { margin-top:40px; }
#basket_items_list .thead { padding:15px; color:#6d7c83; font-size:11px; }
.basket-item { background:#fff; margin-bottom:3px; border-radius:3px; padding:15px; }
.basket-item img { max-width:100% }
.basket-item .title { font-size:16px; color:#313030; font-weight:500; line-height:18px; }
/*.basket-item input { display:inline-block; height:26px; font-family:'Roboto', sans-serif; font-size:12px; color:#878daf; padding-left:10px; padding-right:10px; border:1px solid #c3cadf; border-radius:2px; }*/
.basket-item .current_price { font-size:14px; }
.basket-item .current_price span { color:#e67b37; font-size:16px; font-weight:600; }
.basket-item .all_summ { font-size:14px; }
.basket-item .all_summ span { color:#000; font-size:16px; font-weight:600;  }
.basket-footer { margin-top:13px; margin-bottom:40px; padding:15px; }
.basket-footer { font-size:20px; font-weight:600; }
.basket-footer span { font-size:16px; font-weight:500; }
.basket-footer .btn { margin-left:-15px; }
.basket-item .delete { margin-top:15px; margin-bottom:15px; }

.basket-item .basket-count { color:#dbe1f4; border:1px solid #dbe1f4; display:inline-block; padding-left:2px; line-height:17px; }
.basket-item .basket-count input { float:left; margin-top: 2px; display:inline-block; width:26px; border:none; height:18px; text-align:center; margin-right:2px; font-size:12px; color:#878daf; }
.basket-item .basket-count i { display:inline-block; width:18px; height:18px; line-height:17px; margin-bottom:2px; background:#dbe1f4; text-align:center; margin-right:2px; color:#6d7c83; font-weight:600; font-size:12px; font-style:normal; cursor:pointer; }
.basket-item .basket-count i { -moz-user-select: none;-khtml-user-select: none;user-select: none;  }


#popup-basket { background:#fff; border-radius:3px; box-shadow: 0px 4px 10px 0px rgba(68, 68, 82, 0.06); position:fixed; width:600px; right:-9000px; bottom:30px; overflow:hidden; opacity:0; transition:all ease-out 0.8s; }
#popup-basket h1 { margin-top:0px; text-transform:none }
#popup-basket .close img { position:absolute; top:15px; right:15px; }
#popup-basket.open { right:30px; opacity:1; transition:all ease-out 0.8s; }



/* нет результатов */

.search-not-found { padding-top:40px; }
.search-not-found h2 { color:#000; font-size:16px; margin-top:30px; margin-bottom:20px; }
.search-not-found h2 span { color:#e67b37; }
.search-not-found p { color:#555; font-size:12px; margin-top:5px; margin-bottom:0px; }
.search-not-found a.tel { display:inline-block; color:#555; font-size:16px; font-weight:600; }
.basket-not-found .btn { margin:15px; margin-top:5px;  }
.basket-not-found { padding-top:100px; }


.thx p { font-size:14px; }











#switch-main .switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
  margin:0px;
}

/* Hide default HTML checkbox */
#switch-main .switch input {display:none;}

/* The slider */
#switch-main .slider {
  border:1px solid #dbe1f4;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  -webkit-transition: .4s;
  transition: .4s;
}

#switch-main .slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 4px;
  bottom: 4px;
  background-color: #3887bb;
  -webkit-transition: .4s;
  transition: .4s;
}

/*#switch-main input:checked + .slider {
  background-color: #2196F3;
}*/

/*#switch-main input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}*/

#switch-main input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
#switch-main .slider.round {
  border-radius: 34px;
}

#switch-main .slider.round:before {
  border-radius: 50%;
}

#switch-main table { font-size:14px; font-weight:500; width:100%; text-align:center; margin-bottom:15px; }
















:focus::-webkit-input-placeholder {color: transparent}
:focus::-moz-placeholder {color: transparent}
:focus:-moz-placeholder {color: transparent}
:focus:-ms-input-placeholder {color: transparent}

.modal .close { cursor:pointer; z-index:100; }

#call-report h3 { font-size:18px; margin-bottom:30px; }
#call-report .select a { background:#464646; border-radius:3px; width:120px; }
#call-report .select a img { margin-top:10px; }
#call-report .select a.orange { color:#e67b37; line-height:17px; font-size:13px; display: inline-block; text-align:center; padding:15px 0px 0px 0px; }
#call-report .select a.blue { color:#3887bb; line-height:17px; font-size:13px; display: inline-block; text-align:center; padding:15px 0px 0px 0px; }

#web_form_3 .modal-body { padding-left:50px; padding-right:50px; }
#web_form_5 .modal-body { padding-left:50px; padding-right:50px; }
#web_form_1 .modal-body { padding-left:50px; padding-right:50px; }
#web_form_2 .modal-body { padding-left:50px; padding-right:50px; }
#call-report .modal-body  {  padding-left:50px; padding-right:50px;  }

.web_form h3 { font-size:18px; margin-bottom:20px; }
.web_form label { color:#fffefe; font-size:12px; font-weight:400; margin-bottom:5px; margin-top:15px; }
.web_form input { font-weight:500; background:#323232; height:36px; color:#616161; padding-left:12px; padding-right:12px; border-radius:3px; border:1px solid #282828; font-size:12px; display:block; font-family:'Roboto', sans-serif; width:100%; }
.web_form input.error { border-color:#a73636; }
.web_form textarea { height:150px; resize:none; font-weight:500; background:#323232; color:#616161; padding-left:12px; padding-right:12px; padding-top:5px; padding-bottom:5px; border-radius:3px; border:1px solid #282828; font-size:12px; display:block; font-family:'Roboto', sans-serif; width:100%; }
.web_form textarea.error { border-color:#a73636; }
.web_form .btn { margin-top:30px; }
.web_form .result { font-size:14px; margin-bottom:0px; margin-top:20px; }

.tab-modal-sw { font-size:13px; color:#616161; }
.tab-modal-sw a { font-size:13px; color:#bfbfbf; }
.tab-modal-sw a.active { color:#616161 }

footer .container > .row { position:relative; }
#top-nav { position:absolute; display:block; background:#6d7c83; color:#adb9be; text-transform:uppercase; font-size:10px; padding:13px 15px; line-height:10px; border-radius:4px; right:15px; top:-48px; }
#top-nav > img { margin-left:3px; }


.view .list { color:#6d7c83; font-size:10px; text-transform:uppercase; line-height:26px; padding-left:28px; padding-right:7px; background:url(/local/templates/eshop_bootstrap_green/images/list.svg) no-repeat 7px center; display:inline-block; margin-bottom:20px; }
.view .table { color:#6d7c83; font-size:10px; text-transform:uppercase; line-height:26px; padding-left:28px; padding-right:7px; background:url(/local/templates/eshop_bootstrap_green/images/table.svg) no-repeat 7px center; display:inline-block; margin-bottom:20px; }
.view a.active { background-color:#dbe1f4; border-radius:3px; }


/* адаптив */

@media (max-width: 767px) {
	.banner-block {display: none;}
	#switch-main {margin-top: 30px;}
	.btn { padding:0px 12px; height:34px; line-height:34px; font-size:9px; }
	.btn-vk { padding:0px; margin-left:0px; }
	.btn-vk img { height:34px; }
	.btn.no-padding { padding:0px 0px; padding:2px; }
	.mobile-logo { margin-top:4px; margin-bottom:4px; max-width:100% }
	.mobile-menu .btn { margin-left:10px; }
	.address .item { padding:40px !important; margin:0px; }
	footer { text-align:center !important }
	.post-footer a.tel { margin-bottom:15px; display:block; }
	footer .text-right { text-align:center !important }
	.regular-text { padding:30px 20px 20px 20px !important; margin-top:40px; }
	.regular-text h2 { margin-bottom:10px;  }
	.regular-text p { margin-bottom:5px; }
	.regular-text .btn[data-target="map"] { margin-bottom:15px; }

	.scrolled-y { overflow-y:scroll; }
	main { padding-bottom:40px; }

	main .banner { padding-left:25px; height:250px; }
	main .banner h2 { font-size:18px; line-height:20px; }
	main .banner p { font-size:12px; color:#747474; }

	.main-filter .tab-control a { padding:0px 15px; }
	.main-filter .tab-content { padding:0px 15px; }
	.main-filter { height:auto; }

	.filter-background { background:none; }

	#xs-menu .container > ul { max-width:290px; margin:0px auto; margin-top:40px; margin-bottom:40px; }

	.material { padding:20px; }
	.material a { line-height:18px; }

	.table-calc { margin-top:30px; }
	.vendor .item, .model .item { margin-bottom:12px; }

	.catalog-header { padding-top:30px; }
	.filter-padding .catalog-header { padding-top:30px; }

	.sub-menu li { width:131px; margin-bottom:2px; }
	.sub-menu li:nth-child(4n) { margin-right:0px; }

	.sale-item { padding:20px; margin-bottom:10px; }
	.sale-item .mobile-image { float:left; position:relative; }
	.sale-item .mobile-image img { width:100px; margin-right:40px; margin-left:30px; }
	.sale-item .sub-title { height:90px; }

	.filter-box { padding-left:15px; padding-right:15px; }
	#filter-result { margin-left:0px; padding-left:0px; margin-right:0px; padding-right:0px; }


	.filter-box .nav-tabs { margin-left:-15px; margin-right:-15px; }
	.btn-link { padding:0px; margin-left:30px; height:27px; }
	.order { padding-right:30px; padding-left:30px; }

	.mobile-menu img { vertical-align:top }
	.basket-not-found { padding-top:40px; }

	.result-button { text-align:center !important; margin-top:15px; }
	#filter-result .factory , #filter-result .replace , #filter-result .tuning  { margin-bottom:15px; }
	.bx-filter-button-box { padding-top:10px; }

	.filter-item .col-lg-1 { text-align:center; }
	.filter-item { padding-left:20px; padding-right:20px; padding-bottom:20px; }
	.filter-item .offset-md { margin-top:15px; }
	.filter-item .table { padding-right:0px; }

	
	.copy-f { position:static; }
		.main-filter .tab-control a { margin-left:0px; padding-right:27px; }
	.main-filter .tab-control a.right { margin-left:7px; }

	.desktop-carousel .owl-carousel .sale-item { margin-bottom:0px; }
	.desktop-carousel { margin-top:30px; }
	.desktop-carousel .left { left:6px; }
	.desktop-carousel .right { right:6px; }

	/*.review { box-shadow:none; }*/

	.reviews-mobile { position:relative; }
	.reviews-mobile .right {     position: absolute;
    right: 6px;
    top: -34px;
     }
     	.reviews-mobile .left {     position: absolute;
    right: 36px;
    top: -34px;
     }
     .reviews-mobile .right img, .reviews-mobile .left img { width:25px; }

     .navigation .text-center a, .navigation .text-center span { width:34px; height:34px; }
}

@media (max-width: 576px) {
	
	.checkbox-button { display: block;
    float: left;
    margin-bottom: 6px; }

	.mobile-menu .btn { margin-left:2px; }
	footer { font-size:11px; }
	.post-footer a.tel { font-size:13px; }
	
	.address-wrapper { margin-top:40px; }
	.address-wrapper .map-container > ymaps { height:300px !important; }
	.address .item { padding:20px !important; }
	.address .sub { font-size:13px; }
	.address p { font-size:11px; }
	.ip-data p { font-size:11px; margin-bottom:3px; }

	main .banner { background: url(/local/templates/eshop_bootstrap_green/images/main/banner.jpg) no-repeat -215px center;  margin-left:-10px; margin-right:-10px; }
	
	.vendor .item, .model .item { margin-bottom:10px; }

	.sub-menu li { width:144px; margin-bottom:2px; }
	.sub-menu li:nth-child(2n) { margin-right:0px; }
	
	.sale-item { padding:15px; margin-bottom:5px; }
	.sale-item .mobile-image img { margin-right:15px; margin-left:10px; }
	
	.filter-box .nav-tabs li { display:block; }
	.basket-item .title { margin-bottom:25px; display:block; }


	#web_form_3 .modal-body { padding-left:10px; padding-right:10px; }
	#web_form_5 .modal-body { padding-left:10px; padding-right:10px; }
	#web_form_1 .modal-body { padding-left:10px; padding-right:10px; }
	#web_form_2 .modal-body { padding-left:10px; padding-right:10px; }
	#call-report .modal-body  {  padding-left:10px; padding-right:10px;  }

	.filter-nav.nav-tabs li { display:inline-block; }

	#xs-menu .container > ul > li > ul > li { margin-top:5px; margin-bottom:5px; }
	/*.catalog-header { padding-top:30px; }*/

	#top-nav { width:100%; right:0px; left:0px; }
	.main-filter .tab-control a { margin-left:0px; padding-right:27px; }
	.main-filter .tab-control a.right { margin-left:7px; }
	
}

@media (min-width: 768px) and (max-width: 991px) {
	header { font-size:11px; }
	header .tel { font-size:12px; }
	.btn { padding:0px 12px; height:34px; line-height:35px; font-size:9px; }
	.basket-line { font-size:13px; }
	.btn-vk { padding:0px; }
	.btn-vk img { height:34px; }
	main nav > ul { padding:0px 10px; }
	main nav > ul > li.parent > a:after { display:none; }
	main nav > ul > li.new > a:after { display:none; }
	main nav > ul > li > a { padding:0px 9px; font-size:12px; }
	main nav > ul > li > ul, main nav > ul > li:hover > ul { display:none !important; }
	.address .item { width:50%; margin:0px; float:left; padding:40px !important; border:none !important; }
	.breadcrumb-item { font-size:13px; }
	.sub-menu { padding-bottom:20px; }
	.regular-text { padding-left:20px; padding-right:20px; }
	.step { padding: 15px 10px; }
	.step img { margin-right:5px; }
	.step p { font-size:12px; }
	.step p b { font-size:10px; }

	.material a { line-height:18px; }
	.sub-menu li { margin-bottom:2px; }

	.table-calc { margin-top:30px; }
	.sale-item .image img { width:100px; }
	.vendor .item, .model .item { margin-bottom:20px; }

	.filter-box { padding-left:15px; padding-right:15px; }
		#filter-result { margin-left:0px; padding-left:0px; margin-right:0px; padding-right:0px; }

	.filter-box .nav-tabs { margin-left:-15px; margin-right:-15px; }
	.btn-link { padding:0px; margin-left:30px; height:27px; }

	.sale-item { padding:20px; margin-bottom:10px; }
	.sale-item .mobile-image { float:left; position:relative; }
	.sale-item .mobile-image img { width:100px; margin-right:40px; margin-left:30px; }
	.sale-item .sub-title { height:90px; }
	.order { padding-right:30px; padding-left:30px; }
	.basket-footer { font-size:17px; }

	.result-button { text-align:center !important; margin-top:30px; }
	.filter-item { padding-top:20px; padding-bottom:20px; }
	.filter-item .offset-md { margin-top:15px; }

	.copy-f { position:absolute; bottom:40px; position:absolute; right:0px; }
	.main-filter .tab-control a { margin-left:0px; padding-right:27px; }
	.main-filter .tab-control a.right { margin-left:7px; }

	main nav > ul > li > a { text-transform:none; }
	.tablet-carousel { padding-top:30px; }
	.tablet-carousel .top { content:'топ продаж'; display:inline-block; background:#1a1d20; color:#fff; font-size:10px; text-transform:uppercase; padding:1px 5px; border-radius:3px; }
	.tablet-carousel .sale-item { margin-top:10px; }
	/*.tablet-carousel .sale-item .sub-title { padding-right:105px; }*/
}

@media (min-width: 992px) and (max-width: 1199px) {
	header { font-size:12px; }
	header .tel { font-size:14px; }
	.btn { padding:0px 15px; }
	main nav > ul > li > a { padding:0px 6px; }
	footer { font-size:11px; }
	footer ul li a { line-height:26px; }
	footer .title { line-height:55px; }
	.btn-vk { padding:0px; }
	.post-footer a.tel { font-size:14px; }
	.address .title { font-size:15px; }
	.address .item { margin-left:0px; }
	.breadcrumb-item { font-size:13px; }

	.regular-text { padding-left:20px; padding-right:20px; }
	main .banner { height:305px; }
	.sale-item { padding:28px 25px; }
	.sale-item .image img { width:100px; }

	.material a { line-height:18px; }

	.main-filter .tab-content { padding:0px 20px; }
	.filter-box { padding-left:15px; padding-right:15px; }
		#filter-result { margin-left:0px; padding-left:0px; margin-right:0px; padding-right:0px; }

	.filter-box .nav-tabs { margin-left:-15px; margin-right:-15px; }
	.dropdown .value { padding:0px 9px; }
	.dropdown label { padding-right:9px; padding-left:9px; }
	.btn-link { padding:0px; }

	.order { padding-right:80px; padding-left:80px; }
	.filter-item .table { padding-right:10px; }
	.filter-item .col-lg-1 { padding-right:0px; }
	.filter-item { padding-top:10px; padding-bottom:10px; }

	.address .item { padding:30px 25px; padding-left:0px; }
	.filter-item-mobile { margin-bottom:30px; }
}

@media (min-width: 1200px) {
	.filter-item-mobile { margin-bottom:30px; }
}

footer ul li a > img { margin-top:-1px; margin-left:3px; }




.podbor-params p { font-size:12px;     color: #555555; }



.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip.tooltip-top, .tooltip.bs-tether-element-attached-bottom {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.tooltip-top .tooltip-inner::before, .tooltip.bs-tether-element-attached-bottom .tooltip-inner::before {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  content: "";
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.tooltip-right, .tooltip.bs-tether-element-attached-left {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.tooltip-right .tooltip-inner::before, .tooltip.bs-tether-element-attached-left .tooltip-inner::before {
  top: 50%;
  left: 0;
  margin-top: -5px;
  content: "";
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.tooltip-bottom, .tooltip.bs-tether-element-attached-top {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.tooltip-bottom .tooltip-inner::before, .tooltip.bs-tether-element-attached-top .tooltip-inner::before {
  top: 0;
  left: 50%;
  margin-left: -5px;
  content: "";
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.tooltip-left, .tooltip.bs-tether-element-attached-right {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip.tooltip-left .tooltip-inner::before, .tooltip.bs-tether-element-attached-right .tooltip-inner::before {
  top: 50%;
  right: 0;
  margin-top: -5px;
  content: "";
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.tooltip-inner::before {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.fancybox-slide .fancybox-image-wrap { background:#fff !important; }

.filter-item a .title, .filter-item-mobile a .title { transition:color ease-out 0.2s; }
.filter-item a:hover .title { color:#3887bb; transition:color ease-out 0.2s; }
.filter-item-mobile a:hover .title { color:#3887bb; transition:color ease-out 0.2s; }



.comment-form { background:#f7f7f7; padding:40px 0px; }
.comment-form h3 { font-size:22px; }
.comment-form input[type="text"], .comment-form label { display:block; }
.comment-form .textarea { padding:6px 10px; border:1px solid #dbe1f4; border-radius:2px; background:#fff; }	
.comment-form textarea { display:block; resize:none; width:100%; overflow:hidden; padding:0px; font-size:14px; line-height:24px; color:#7a7a7a; height:24px; background:#fff; border:none; }
.comment-form input[type="text"] { height:36px; border:1px solid #dbe1f4; border-radius:2px; width:100%; font-size:14px; color:#7a7a7a; padding:0px 10px; }
.comment-form label { font-size:12px; color:#555; margin:0px; font-weight:500; margin-bottom:5px; margin-top:15px; }
.comment-form .btn { margin-top:30px; }

.comment-form input.error, .comment-form textarea.error { border-color:red; }
.hblock { border:2px solid #dbe1f4; box-shadow: 0px 4px 10px 0px rgba(68, 68, 82, 0.06); }

.comment-form {  }
.comment-form .rating {  }

.comment-form .rating label { background:url(/bitrix/templates/eshop_bootstrap_green/images/comment/raiting/big/0.svg) no-repeat center center; }
.comment-form .rating label.active { background:url(/bitrix/templates/eshop_bootstrap_green/images/comment/raiting/big/10.svg) no-repeat center center; }
.comment-form .rating [type="radio"] { display:none }
.comment-form .rating [type="radio"]:not(:checked) + label { /*background:url(/bitrix/templates/eshop_bootstrap_green/images/comment/raiting/big/0.svg) no-repeat center center;*/ }
.comment-form .rating [type="radio"]:checked + label { background:url(/bitrix/templates/eshop_bootstrap_green/images/comment/raiting/big/10.svg) no-repeat center center; }
.comment-form .rating [type="radio"] + label { display:inline-block; cursor:pointer;height:35px; width:22px; margin:0px;  }

.comment { background:#fff; padding-top:35px; padding-bottom:20px; }
.comment p { margin:0px; }

.comment .title { color:#313030; font-size:13px; font-weight:600; }
.comment p { color:#7a7a7a; margin-bottom:15px; font-size:13px; }
.comment .name { color:#313030; font-size:16px; font-weight:600; }
.comment .rating span { padding-right:15px; }
.comment .name span { color:#7a7a7a; font-size:13px; padding-left:30px; font-weight:400; }
.comment { border-bottom:1px dotted #a7a8aa; }
.comment:last-child { border-bottom:none; }

.elem-de { margin-top:80px; }

.elem-de.nav-tabs { font-size:15px !important; margin-bottom:-2px; position:relative; z-index:1; }
.elem-de.nav-tabs li { display:inline-block; }
.elem-de.nav-tabs { font-size:18px; color:#313030; line-height:50px; }
.elem-de.nav-tabs { }
.elem-de.nav-tabs a { height:50px; line-height:50px; display:block; color:#313030; font-size:10px; text-transform:uppercase; font-weight:500; padding:0px 20px; background:#d9e0f2; border:2px solid #d9e0f2; border-bottom:none; }
.elem-de.nav-tabs li a.active { color:#313030; background:#fff; border:2px solid #dddef2; border-bottom:none; }

.elem-description { background:#fff; padding-top:35px; padding-bottom:35px; color:#7a7a7a; font-size:13px;  }
.elem-description p { margin:0px; line-height:22px; }
.elem-description img {margin-right: 15px;}



.delivery-box { background:#fff; margin-top:80px; }
.delivery-box .title { color:#313030; font-size:22px; margin:0px; text-transform:uppercase; font-weight:600; }
.delivery-box table { margin-top:24px; margin-bottom:30px; }
.delivery-box table td { color:#555555; font-size:12px; padding-top:6px;   }
.delivery-box table td:first-child { padding-right:50px; background:url(/bitrix/templates/eshop_bootstrap_green/images/comment/dotts.svg) repeat-x 1px 20px; }
.delivery-box table td span { display:inline-block; background:#fff; padding-left:3px; padding-right:3px; }
/*.delivery-box table td:first-child span { position:absolute; }*/





#desc-promo { background:#fff; position:absolute; width:100%; left:0px; box-shadow: 0px 4px 10px 0px rgba(68, 68, 82, 0.06); }

.product h2 { font-size:22px; color:#313030; margin-bottom:25px; font-weight:900; }

/*.delivery-box .title { color:#313030; font-size:22px; margin:0px; text-transform:uppercase; font-weight:600; }*/
#desc-promo table { margin-top:15px; margin-bottom:10px; }
#desc-promo table td { color:#555555; font-size:12px; padding-top:6px; }
#desc-promo table td:first-child { padding-right:150px; background:url(/bitrix/templates/eshop_bootstrap_green/images/comment/dotts.svg) repeat-x 1px 20px; }
#desc-promo table td span { display:inline-block; background:#fff; padding-left:3px; padding-right:3px; }

#desc-promo .title { color:#313030; margin-top:0px; font-size:17px; font-weight:600; }
#desc-promo .artnumber { font-size:12px; color:#3887bb; margin-bottom:5px; margin-top:5px; }
#desc-promo .artnumber span { color:#555555; }
#desc-promo .image img { max-width:100%; }
.basket-box { background:#f7f7f7; padding:30px 0px; }
.basket-box p { color:#7a7a7a; font-size:13px; margin-bottom:5px; }

.buy-block {  }
.basket-box .price { font-size:16px; color:#000; line-height:22px; }
.basket-box .price span { font-size:30px; font-weight:600; }
.basket-box .cnt { color:#373737; font-size:16px; line-height:22px;  }
.basket-box .cnt span { color:#373737; font-size:30px; font-weight:400; }

.basket-box .col { }
.basket-box .padding { padding:30px; }

.padding.border { border-top:2px solid #fff; }

.basket-box .buy {
    display: inline-block;
    line-height: 41px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 3px;
    background: #e67b37;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 10px;
    width: 100%;
    text-align: center;
}

.basket-box .count { color:#dbe1f4; border:1px solid #dbe1f4; display:inline-block; padding-left:2px; line-height:39px; position:relative; }
.basket-box .count input { display:inline-block; width:100%; border:none; height:39px; text-align:center; margin-right:2px; padding-right:18px; }
.basket-box .count i { display:inline-block; width:18px; height:18px; line-height:17px; margin-bottom:2px; background:#dbe1f4; text-align:center; margin-right:2px; color:#6d7c83; font-weight:600; font-size:12px; font-style:normal; cursor:pointer; }
.basket-box .count i { -moz-user-select: none;-khtml-user-select: none;user-select: none;  }
.basket-box .count .plus { position:absolute; top:1px; right:-1px; }
.basket-box .count .minus { position:absolute; top:20px; right:-1px; }

.rating { margin-bottom:35px; margin-top:5px; line-height:20px; font-size:12px; }
.rating > * { float:left; }

span.p-l { padding-left:10px; color:#000; }
span.p-r { padding-right:10px;  }





.offers .count { color:#dbe1f4; border:1px solid #dbe1f4; display:inline-block; padding-left:2px; line-height:21px; }
.offers .count input { display:inline-block; width:36px; border:none; height:18px; text-align:center; margin-right:2px; }
.offers .count i { display:inline-block; width:18px; height:18px; line-height:17px; margin-bottom:2px; background:#dbe1f4; text-align:center; margin-right:2px; color:#6d7c83; font-weight:600; font-size:12px; font-style:normal; cursor:pointer; }
.offers .count i { -moz-user-select: none;-khtml-user-select: none;user-select: none;  }


.mob-offers .count { color:#dbe1f4; border:1px solid #dbe1f4; display:inline-block; padding-left:2px; line-height:21px; }
.mob-offers .count input { display:inline-block; width:36px; border:none; height:18px; text-align:center; margin-right:2px; }
.mob-offers .count i { display:inline-block; width:18px; height:18px; line-height:17px; margin-bottom:2px; background:#dbe1f4; text-align:center; margin-right:2px; color:#6d7c83; font-weight:600; font-size:12px; font-style:normal; cursor:pointer; }
.mob-offers .count i { -moz-user-select: none;-khtml-user-select: none;user-select: none;  }

.mob-offers .count { color:#dbe1f4; border:1px solid #dbe1f4; display:inline-block; padding-left:2px; line-height:28px; }
.mob-offers .count input { display:block; float:left; width:24px; border:none; height:28px; text-align:center; margin-right:2px;     line-height:28px; }
.mob-offers .count i { display:inline-block; width:25px; height:25px; line-height:25px; margin-bottom:2px; background:#dbe1f4; text-align:center; margin-right:2px; color:#6d7c83; font-weight:600; font-size:12px; font-style:normal; cursor:pointer; }
.mob-offers .count i { -moz-user-select: none;-khtml-user-select: none;user-select: none;  }

.mob-item { background:#fff; padding-bottom:15px; font-size:12px; color:#555555; margin-top:3px; }
.mob-item .buy { width:auto; }
.mob-item .col { padding-top:15px; padding:15px; padding-left:14px; padding-right:14px; padding-bottom:0px; }
.mob-item p { margin-bottom:3px; margin-top:10px; }
.mob-item b { display:block; margin-bottom:15px; }
.mob-item .col.gray { background:#f7f7f7; }
.mob-item .count { margin-left:10px; margin-right:20px; }
.mob-item .price span { font-size:12px; }




.error404 { padding-top:100px; padding-bottom:0px; }
.error404 h2 { color:#313030; font-size:18px; margin-top:20px; margin-bottom:20px; }
.error404 p { font-size:13px; color:#555555; line-height:24px; }
.error404 img { max-width:100%; }

.rim-layout { position:relative; width:100%; }
.how-rim { position:absolute; right:0px; top:-140px; text-decoration:none; color:#fff; font-size:14px; text-transform:uppercase; font-weight:500; line-height:16px; }
.how-rim .row, .how-rim .col { padding:0px !important; margin:0px !important; }
.how-rim h2 { color:#fff; line-height:16px; font-size:14px; }
.how-rim:hover { color:#fff; }
.how-rim img { margin-left:10px; }




.tyre-season-filter { position:absolute; bottom:-70px; left:0px; }
.tyre-season-filter a { font-size: 12px; color: #878daf; display:inline-block; padding-left:37px; cursor: pointer; padding-right:12px; padding-top:4px; padding-bottom:4px; margin-right:3px; border-radius:3px; border: 2px solid #dbe1f5; }
.tyre-season-filter .tyre-season-all { background:url(/bitrix/templates/eshop_bootstrap_green/images/seasons/67_1603786476.svg) no-repeat 10px center; }
.tyre-season-filter .tyre-season-winter { background:url(/bitrix/templates/eshop_bootstrap_green/images/seasons/67_3683677763.svg) no-repeat 10px center; }
.tyre-season-filter .tyre-season-thorns { background:url(/bitrix/templates/eshop_bootstrap_green/images/seasons/67_2101794178.svg) no-repeat 10px center; }
.tyre-season-filter .tyre-season-summer { background:url(/bitrix/templates/eshop_bootstrap_green/images/seasons/67_2505136766.svg) no-repeat 10px center; }
.tyre-season-filter a.active { background-color: #dbe1f5; }


.detail-text-vendor { font-size:14px; line-height:24px; color:#313030; margin-top:10px; }
.svg {display: flex;align-items: center;justify-content: center;}
.svg svg {height: 20px; width: 20px; margin: 0px 5px}


.price-table .note {
	font-size: 12px;
	color: 	#6d7c83;
	margin-top: 12px;
}

@media (max-width: 575px) {
	.mob-item .col { padding-left:19px; padding-right:19px;  }
		.tyre-season-filter a { margin-bottom:3px; }
		.tyre-season-filter { bottom:-80px !important; }
		.filter-box { margin-bottom:90px; }

		#desc-promo .image img { max-width:60%; margin-bottom:30px; }

		.comment-form .rating { height:20px; }
}

@media (max-width: 767px) {
	#desc-promo { padding-top:30px; }
	.elem-de { margin-top:40px; }
	.comment, .comment-form { padding-left:30px; padding-right:30px; }	
	.elem-description { padding-left:30px; padding-right:30px; }
	.delivery-box { padding:30px; margin-top:40px; }
	.delivery-box table td { background:none !important; padding-right: 10px !important; }
	.basket-box { margin-top:30px; }
	#desc-promo table td:first-child { padding-right:100px; }
	#desc-promo .image { text-align:center; }
	.how-rim { display:none; }
	.tyre-season-filter { bottom:-80px !important; }
		.filter-box { margin-bottom:90px; }
	
	#popup-basket { width:100%; }
	#popup-basket .col-5 img { width:125px; }
	#popup-basket h1 { font-size:18px; margin-bottom:9px; }	
	#popup-basket.open { right:0px; }
}

/*@media (max-width: 576px) {
}*/

@media (min-width: 768px) and (max-width: 991px) {
	.comment, .comment-form { padding-left:30px; padding-right:30px; }	
	.elem-description { padding-left:30px; padding-right:30px; }
	.product .offers table th { padding:5px; }
	.product .offers .price span { font-size:12px; }
	.product .offers table td { padding:6px; }
	.product .offers .buy { padding-left:7px; padding-right:7px; }
	.product .offers table td:nth-child(7) { width:100px; }
	.delivery-box { padding:30px; }
	#desc-promo table td:first-child { padding-right:70px; }

	.sub-menu {
    padding-bottom: 20px;
    padding-right: 240px;
}
.how-rim { top:-115px; }



}

@media (min-width: 992px) and (max-width: 1199px) {
	#desc-promo table td:first-child { padding-right:80px; }
	.elem-description { padding-left:30px; padding-right:30px; }
	.delivery-box img { max-width:100%; }
	.delivery-box table { margin-top:14px; margin-bottom:20px; }
	.comment, .comment-form { padding-left:30px; padding-right:30px; }

	.sub-menu {
    padding-right: 245px;
    padding-bottom: 40px; }
    .how-rim { top:-165px; }
    .sub-menu li { margin-bottom:2px; }
}

@media (min-width: 1200px) {
}

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

.view-img { position:relative; cursor: pointer; }
.view-img .img { display:none; position:absolute; left:150px; top:-150px; margin-top:20px; box-shadow:0px 5px 20px 0px rgba(0,0,0,0.05); background:#fff; }
.view-img:hover .img { display:block; border:20px solid #fff; }

.nadpis { font-size:16px; margin-top:30px; }

#profile .rating > * { float:none }
#profile .rating { margin-bottom:0px }
#desc-promo { z-index:200 }
#popup-basket { z-index:300}
.captcha {display: flex;}

.main-slider {
	position: relative;
}
.main-slider .arrow{
	position: absolute;
	z-index: 10;
	top: 50%;
	transform: translateY(-50%);

}
.main-slider .right {
	right: 15px;
}
.main-slider .left {
	left: 15px;
}

/* End */
/* /local/templates/eshop_bootstrap_green/css/simplebar.css?17691586854237 */
/* /local/templates/eshop_bootstrap_green/css/owl.carousel.min.css?17691586853351 */
/* /local/templates/eshop_bootstrap_green/css/jquery.fancybox.min.css?176915868513496 */
/* /local/templates/eshop_bootstrap_green/styles.css?176915868546968 */
/* /local/templates/eshop_bootstrap_green/template_styles.css?176915868569898 */
