

/* Start:/local/templates/velosalon/css/normalize.css?17106668646138*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* End */


/* Start:/local/templates/velosalon/js/owl.carousel/owl.carousel.min.css?17106668643351*/
/**
 * 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/velosalon/js/owl.carousel/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/velosalon/js/fancybox/fancybox.css?171273403915598*/
.carousel{position:relative;box-sizing:border-box}.carousel *,.carousel *:before,.carousel *:after{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:grab}.carousel.is-dragging{cursor:move;cursor:grabbing}.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;width:var(--carousel-slide-width, 60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}.has-dots{margin-bottom:calc(0.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + 0.5rem);left:0;right:0;display:flex;justify-content:center;list-style:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background-color:currentColor;opacity:.25;transition:opacity .15s ease-in-out}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{width:var(--carousel-button-width, 48px);height:var(--carousel-button-height, 48px);padding:0;border:0;display:flex;justify-content:center;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color, currentColor);background:var(--carousel-button-bg, transparent);border-radius:var(--carousel-button-border-radius, 50%);box-shadow:var(--carousel-button-shadow, none);transition:opacity .15s ease}.carousel__button.is-prev,.carousel__button.is-next{position:absolute;top:50%;transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{width:var(--carousel-button-svg-width, 50%);height:var(--carousel-button-svg-height, 50%);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width, 1.5);stroke-linejoin:bevel;stroke-linecap:round;filter:var(--carousel-button-svg-filter, none);pointer-events:none}html.with-fancybox{scroll-behavior:auto}body.compensate-for-scrollbar{overflow:hidden !important;touch-action:none}.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;margin:0;padding:env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);box-sizing:border-box;display:flex;flex-direction:column;color:var(--fancybox-color, #fff);-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:hidden;z-index:1050;outline:none;transform-origin:top left;--carousel-button-width: 48px;--carousel-button-height: 48px;--carousel-button-svg-width: 24px;--carousel-button-svg-height: 24px;--carousel-button-svg-stroke-width: 2.5;--carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container :focus{outline:none}body:not(.is-using-mouse) .fancybox__container :focus{box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94))}@media all and (min-width: 1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-bg, rgba(24, 24, 27, 0.92))}.fancybox__carousel{position:relative;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(0.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:flex;height:100%}.fancybox__slide{flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px 8px;position:relative;overscroll-behavior:contain;display:flex;flex-direction:column;outline:0;overflow:auto;--carousel-button-width: 36px;--carousel-button-height: 36px;--carousel-button-svg-width: 22px;--carousel-button-svg-height: 22px}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}@media all and (min-width: 1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{margin:0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);padding:36px;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);position:relative;align-self:center;display:flex;flex-direction:column;z-index:20}.fancybox__content :focus:not(.carousel__button.is-close){outline:thin dotted;box-shadow:none}.fancybox__caption{align-self:center;max-width:100%;margin:0;padding:1rem 0 0 0;line-height:1.375;color:var(--fancybox-color, currentColor);visibility:visible;cursor:auto;flex-shrink:0;overflow-wrap:anywhere}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{top:100%;color:var(--fancybox-color, #fff)}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top, 0px) + 8px);right:calc(env(safe-area-inset-right, 0px) + 8px);z-index:40}@media all and (min-width: 1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{position:absolute;top:-40px;right:0;color:var(--fancybox-color, #fff)}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:50px;height:50px;color:var(--fancybox-color, currentColor)}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{animation:fancybox-rotate 2s linear infinite;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@keyframes fancybox-rotate{100%{transform:rotate(360deg)}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.fancybox__backdrop,.fancybox__caption,.fancybox__nav,.carousel__dots,.carousel__button.is-close{opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close{animation:.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .carousel__button.is-close{animation:.15s ease both fancybox-fadeOut}.fancybox-fadeIn{animation:.15s ease both fancybox-fadeIn}.fancybox-fadeOut{animation:.1s ease both fancybox-fadeOut}.fancybox-zoomInUp{animation:.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{animation:.15s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{animation:.15s ease both fancybox-throwOutUp}.fancybox-throwOutDown{animation:.15s ease both fancybox-throwOutDown}@keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-zoomInUp{from{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes fancybox-zoomOutDown{to{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}}@keyframes fancybox-throwOutUp{to{transform:translate3d(0, -30%, 0);opacity:0}}@keyframes fancybox-throwOutDown{to{transform:translate3d(0, 30%, 0);opacity:0}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__image{transform-origin:0 0;user-select:none;transition:none}.has-image .fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__content{flex-direction:row;flex-wrap:wrap}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;max-height:100%;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{max-width:100%;height:auto}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{width:100%;height:100%}.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;object-fit:cover}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{width:100%;height:80%}.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.fancybox__thumbs{flex:0 0 auto;position:relative;padding:0px 3px;opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{flex:0 0 auto;width:var(--fancybox-thumbs-width, 96px);margin:0;padding:8px 3px;box-sizing:content-box;display:flex;align-items:center;justify-content:center;overflow:visible;cursor:pointer}.fancybox__thumbs .carousel__slide .fancybox__thumb::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-width:5px;border-style:solid;border-color:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));opacity:0;transition:opacity .15s ease;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;user-select:none}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));background-size:cover;background-position:center center;background-color:rgba(255,255,255,.1);background-repeat:no-repeat;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background:linear-gradient(to top, hsla(0deg, 0%, 0%, 0) 0%, hsla(0deg, 0%, 0%, 0.006) 8.1%, hsla(0deg, 0%, 0%, 0.021) 15.5%, hsla(0deg, 0%, 0%, 0.046) 22.5%, hsla(0deg, 0%, 0%, 0.077) 29%, hsla(0deg, 0%, 0%, 0.114) 35.3%, hsla(0deg, 0%, 0%, 0.155) 41.2%, hsla(0deg, 0%, 0%, 0.198) 47.1%, hsla(0deg, 0%, 0%, 0.242) 52.9%, hsla(0deg, 0%, 0%, 0.285) 58.8%, hsla(0deg, 0%, 0%, 0.326) 64.7%, hsla(0deg, 0%, 0%, 0.363) 71%, hsla(0deg, 0%, 0%, 0.394) 77.5%, hsla(0deg, 0%, 0%, 0.419) 84.5%, hsla(0deg, 0%, 0%, 0.434) 91.9%, hsla(0deg, 0%, 0%, 0.44) 100%);padding:0;touch-action:none;display:flex;justify-content:space-between;--carousel-button-svg-width: 20px;--carousel-button-svg-height: 20px;opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4))}@media all and (min-width: 1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{position:absolute;left:50%;transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media(max-width: 640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height, 48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased}.fancybox__progress{background:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:30;user-select:none}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}
/* End */


/* Start:/local/templates/velosalon/css/chat_widget.css?171066686413009*/
#chat-widget {
    position: fixed;
    bottom: 24px;
    right: 32px;
    z-index: 99;
}

#chat-widget .button {
    display: flex;
    position: relative;
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
    background-color: #ff7537;
    border-radius: 50%;
    cursor: pointer;
}

#chat-widget .chat-widget_list {
    position: absolute;
    bottom: 100%;
    width: 100%;
    margin-bottom: 8px;
}

#chat-widget .chat-widget_list .button {
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: auto;
}

#chat-widget.closed .chat-widget_list .button {
    display: none;
}

#chat-widget .button i.button__icon {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    transition: background-image .1s;
}

#chat-widget .button .button__hint {
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    margin: auto 1em auto auto;
    width: 120px;
    height: 2.15em;
    border-radius: 16px 9px 9px 16px;
    padding: 0.2em;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    color: white;
    background: rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(4px);
    display: none;
}

#chat-widget .button:hover .button__hint {
    display: inline-flex;
}

#chat-widget .button .button__hint::after {
    content: "";
    width: 6px;
    height: 10px;
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    background: black;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='10' viewBox='0 0 6 10' fill='none'%3E%3Cpath d='M0 0L5.07814 4.23178C5.55789 4.63157 5.55789 5.36843 5.07813 5.76822L0 10V0Z' fill='black' fill-opacity='0.25'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='10' viewBox='0 0 6 10' fill='none'%3E%3Cpath d='M0 0L5.07814 4.23178C5.55789 4.63157 5.55789 5.36843 5.07813 5.76822L0 10V0Z' fill='black' fill-opacity='0.25'/%3E%3C/svg%3E");
    mask-size: 100% 100%;
    -webkit-mask-size: 100% 100%;
    mask-clip: border-box;
    -webkit-mask-clip: border-box;
}

#chat-widget .button_whats-app {
    background-color: rgba(58, 171, 39, 1);
}

#chat-widget .button_phone {
    background-color: rgba(114, 182, 244, 1);
}

#chat-widget .button_telegram {
    background-color: #0088cc;
}

#chat-widget .button_vk {
    background-color: #0077FF;
}

#chat-widget .button_jivo {
    background-color: rgba(251, 126, 87, 1);
}

#chat-widget.closed .button_widget i.button__icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5.29101 18.824L1.12865e-05 20L1.17601 14.709C0.401543 13.2604 -0.00246185 11.6426 1.12865e-05 10C1.12865e-05 4.477 4.47701 0 10 0C15.523 0 20 4.477 20 10C20 15.523 15.523 20 10 20C8.35737 20.0025 6.73963 19.5985 5.29101 18.824ZM5.58101 16.711L6.23401 17.061C7.39256 17.6801 8.6864 18.0027 10 18C11.5823 18 13.129 17.5308 14.4446 16.6518C15.7602 15.7727 16.7855 14.5233 17.391 13.0615C17.9965 11.5997 18.155 9.99113 17.8463 8.43928C17.5376 6.88743 16.7757 5.46197 15.6569 4.34315C14.538 3.22433 13.1126 2.4624 11.5607 2.15372C10.0089 1.84504 8.40035 2.00346 6.93854 2.60896C5.47674 3.21447 4.22731 4.23984 3.34825 5.55544C2.4692 6.87103 2.00001 8.41775 2.00001 10C2.00001 11.334 2.32501 12.618 2.94001 13.766L3.28901 14.419L2.63401 17.366L5.58101 16.711Z' fill='white'/%3E%3C/svg%3E");
}

#chat-widget .button_widget i.button__icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M6.99999 5.58599L11.95 0.635986L13.364 2.04999L8.41399 6.99999L13.364 11.95L11.95 13.364L6.99999 8.41399L2.04999 13.364L0.635986 11.95L5.58599 6.99999L0.635986 2.04999L2.04999 0.635986L6.99999 5.58599Z' fill='white'/%3E%3C/svg%3E");
}

#chat-widget .button_whats-app i.button__icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M20.4878 3.5C18.23 1.25 15.2195 0 12.0418 0C5.43554 0 0.0836224 5.33333 0.0836224 11.9167C0.0836224 14 0.668989 16.0833 1.67247 17.8333L0 24L6.3554 22.3333C8.1115 23.25 10.0348 23.75 12.0418 23.75C18.6481 23.75 24 18.4167 24 11.8333C23.9164 8.75 22.7456 5.75 20.4878 3.5ZM17.8118 16.1667C17.561 16.8333 16.3902 17.5 15.8049 17.5833C15.3031 17.6667 14.6341 17.6667 13.9652 17.5C13.547 17.3333 12.9617 17.1667 12.2927 16.8333C9.28223 15.5833 7.35889 12.5833 7.19164 12.3333C7.02439 12.1667 5.93728 10.75 5.93728 9.25C5.93728 7.75 6.68989 7.08333 6.94076 6.75C7.19164 6.41667 7.52613 6.41667 7.777 6.41667C7.94425 6.41667 8.19512 6.41667 8.36236 6.41667C8.52961 6.41667 8.78049 6.33333 9.03136 6.91667C9.28223 7.5 9.86759 9 9.95122 9.08333C10.0348 9.25 10.0348 9.41667 9.95122 9.58333C9.86759 9.75 9.78397 9.91667 9.61672 10.0833C9.44947 10.25 9.28223 10.5 9.1986 10.5833C9.03135 10.75 8.86411 10.9167 9.03136 11.1667C9.1986 11.5 9.78397 12.4167 10.7038 13.25C11.8746 14.25 12.7944 14.5833 13.1289 14.75C13.4634 14.9167 13.6307 14.8333 13.7979 14.6667C13.9652 14.5 14.5505 13.8333 14.7178 13.5C14.885 13.1667 15.1359 13.25 15.3868 13.3333C15.6376 13.4167 17.1429 14.1667 17.3937 14.3333C17.7282 14.5 17.8955 14.5833 17.9791 14.6667C18.0627 14.9167 18.0627 15.5 17.8118 16.1667Z' fill='white'/%3E%3C/svg%3E");
}

#chat-widget .button_phone i.button__icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M18 13.42V16.956C18.0001 17.2092 17.9042 17.453 17.7316 17.6382C17.559 17.8234 17.3226 17.9363 17.07 17.954C16.633 17.984 16.276 18 16 18C7.163 18 0 10.837 0 2C0 1.724 0.015 1.367 0.046 0.93C0.0637224 0.677444 0.176581 0.441011 0.361804 0.268409C0.547026 0.0958068 0.790823 -0.000114433 1.044 2.56579e-07H4.58C4.70404 -0.000125334 4.8237 0.045859 4.91573 0.12902C5.00776 0.212182 5.0656 0.326583 5.078 0.45C5.101 0.68 5.122 0.863 5.142 1.002C5.34073 2.38892 5.748 3.73783 6.35 5.003C6.445 5.203 6.383 5.442 6.203 5.57L4.045 7.112C5.36445 10.1865 7.81455 12.6365 10.889 13.956L12.429 11.802C12.4919 11.714 12.5838 11.6509 12.6885 11.6237C12.7932 11.5964 12.9042 11.6068 13.002 11.653C14.267 12.2539 15.6156 12.6601 17.002 12.858C17.141 12.878 17.324 12.9 17.552 12.922C17.6752 12.9346 17.7894 12.9926 17.8724 13.0846C17.9553 13.1766 18.0012 13.2961 18.001 13.42H18Z' fill='white'/%3E%3C/svg%3E");
}

#chat-widget .button_telegram i.button__icon {
    background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 25 25' width='25px' height='25px'%3E%3Cg id='surface250573'%3E%3Cpath style=' stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;' d='M 20.960938 3.320312 C 20.691406 3.332031 20.4375 3.410156 20.214844 3.5 C 20.007812 3.585938 19.214844 3.925781 17.960938 4.464844 C 16.707031 5 15.046875 5.714844 13.277344 6.472656 C 9.734375 7.996094 5.753906 9.710938 3.714844 10.589844 C 3.636719 10.621094 3.371094 10.707031 3.085938 10.929688 C 2.800781 11.152344 2.5 11.609375 2.5 12.121094 C 2.5 12.535156 2.695312 12.945312 2.945312 13.191406 C 3.191406 13.433594 3.453125 13.554688 3.679688 13.648438 C 4.492188 13.980469 7.019531 15.011719 7.496094 15.207031 C 7.664062 15.722656 8.578125 18.519531 8.789062 19.203125 C 8.929688 19.65625 9.0625 19.941406 9.234375 20.164062 C 9.320312 20.277344 9.421875 20.375 9.542969 20.453125 C 9.59375 20.484375 9.648438 20.507812 9.699219 20.527344 L 9.703125 20.53125 C 9.714844 20.535156 9.726562 20.542969 9.738281 20.546875 C 9.761719 20.558594 9.78125 20.558594 9.8125 20.566406 C 9.9375 20.605469 10.066406 20.632812 10.179688 20.632812 C 10.667969 20.632812 10.964844 20.363281 10.964844 20.363281 L 10.984375 20.351562 L 13.492188 18.179688 L 16.535156 21.058594 C 16.578125 21.117188 16.976562 21.667969 17.859375 21.667969 C 18.382812 21.667969 18.796875 21.402344 19.0625 21.125 C 19.328125 20.84375 19.496094 20.550781 19.566406 20.183594 L 19.566406 20.179688 C 19.632812 19.832031 22.433594 5.4375 22.433594 5.4375 L 22.429688 5.457031 C 22.511719 5.085938 22.535156 4.734375 22.441406 4.390625 C 22.351562 4.046875 22.113281 3.71875 21.816406 3.539062 C 21.523438 3.363281 21.234375 3.308594 20.960938 3.320312 Z M 20.804688 5.0625 C 20.800781 5.085938 20.808594 5.074219 20.800781 5.101562 L 20.800781 5.121094 C 20.800781 5.121094 18.03125 19.332031 17.929688 19.871094 C 17.9375 19.832031 17.902344 19.910156 17.867188 19.960938 C 17.816406 19.925781 17.714844 19.882812 17.714844 19.882812 L 17.699219 19.863281 L 13.542969 15.933594 L 10.605469 18.472656 L 11.480469 14.972656 C 11.480469 14.972656 16.941406 9.320312 17.273438 8.988281 C 17.539062 8.726562 17.59375 8.632812 17.59375 8.542969 C 17.59375 8.421875 17.53125 8.332031 17.386719 8.332031 C 17.261719 8.332031 17.089844 8.457031 16.996094 8.515625 C 15.804688 9.277344 10.558594 12.332031 8.210938 13.699219 C 7.835938 13.546875 5.242188 12.484375 4.363281 12.125 C 4.367188 12.121094 4.367188 12.125 4.375 12.121094 C 6.414062 11.242188 10.394531 9.527344 13.933594 8.007812 C 15.703125 7.246094 17.367188 6.53125 18.617188 5.996094 C 19.851562 5.464844 20.707031 5.101562 20.804688 5.0625 Z M 20.804688 5.0625 '/%3E%3C/g%3E%3C/svg%3E");
}

#chat-widget .button_vk i.button__icon {
    background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 25 25' width='25px' height='25px'%3E%3Cg id='surface267199'%3E%3Cpath style=' stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;' d='M 23.835938 18.335938 C 22.898438 16.648438 20.488281 14.625 19.492188 13.746094 C 19.21875 13.503906 19.191406 13.085938 19.4375 12.820312 C 21.339844 10.777344 22.859375 8.433594 23.378906 7.015625 C 23.613281 6.390625 23.132812 5.730469 22.460938 5.730469 L 20.507812 5.730469 C 19.863281 5.730469 19.484375 5.960938 19.304688 6.328125 C 17.726562 9.5625 16.371094 10.964844 15.425781 11.78125 C 14.894531 12.238281 14.066406 11.859375 14.066406 11.164062 C 14.066406 9.820312 14.066406 8.082031 14.066406 6.851562 C 14.066406 6.253906 13.578125 5.769531 12.976562 5.769531 L 9.402344 5.730469 C 8.953125 5.730469 8.699219 6.238281 8.96875 6.59375 L 9.558594 7.441406 C 9.777344 7.734375 9.898438 8.089844 9.898438 8.457031 L 9.894531 12.269531 C 9.894531 12.933594 9.09375 13.253906 8.613281 12.792969 C 7 11.21875 5.601562 8.007812 5.097656 6.472656 C 4.949219 6.03125 4.535156 5.730469 4.0625 5.730469 L 2.136719 5.722656 C 1.414062 5.722656 0.886719 6.410156 1.082031 7.097656 C 2.84375 13.273438 6.453125 19.148438 12.886719 19.785156 C 13.519531 19.847656 14.066406 19.339844 14.066406 18.707031 L 14.066406 16.703125 C 14.066406 16.128906 14.515625 15.636719 15.097656 15.621094 C 15.117188 15.621094 15.136719 15.621094 15.15625 15.621094 C 16.859375 15.621094 18.765625 18.097656 19.429688 19.253906 C 19.621094 19.589844 19.980469 19.792969 20.367188 19.792969 L 22.957031 19.792969 C 23.714844 19.792969 24.199219 18.988281 23.835938 18.335938 Z M 23.835938 18.335938 '/%3E%3C/g%3E%3C/svg%3E");
}

#chat-widget .button_jivo i.button__icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5.29101 18.824L1.12865e-05 20L1.17601 14.709C0.401543 13.2604 -0.00246185 11.6426 1.12865e-05 10C1.12865e-05 4.477 4.47701 0 10 0C15.523 0 20 4.477 20 10C20 15.523 15.523 20 10 20C8.35737 20.0025 6.73963 19.5985 5.29101 18.824ZM5.58101 16.711L6.23401 17.061C7.39256 17.6801 8.68641 18.0027 10 18C11.5823 18 13.129 17.5308 14.4446 16.6518C15.7602 15.7727 16.7855 14.5233 17.3911 13.0615C17.9966 11.5997 18.155 9.99113 17.8463 8.43928C17.5376 6.88743 16.7757 5.46197 15.6569 4.34315C14.538 3.22433 13.1126 2.4624 11.5607 2.15372C10.0089 1.84504 8.40035 2.00346 6.93855 2.60896C5.47674 3.21447 4.22731 4.23984 3.34825 5.55544C2.4692 6.87103 2.00001 8.41775 2.00001 10C2.00001 11.334 2.32501 12.618 2.94001 13.766L3.28901 14.419L2.63401 17.366L5.58101 16.711ZM5.00001 10H7.00001C7.00001 10.7956 7.31608 11.5587 7.87869 12.1213C8.4413 12.6839 9.20436 13 10 13C10.7957 13 11.5587 12.6839 12.1213 12.1213C12.6839 11.5587 13 10.7956 13 10H15C15 11.3261 14.4732 12.5979 13.5355 13.5355C12.5979 14.4732 11.3261 15 10 15C8.67393 15 7.40216 14.4732 6.46448 13.5355C5.5268 12.5979 5.00001 11.3261 5.00001 10Z' fill='white'/%3E%3C/svg%3E");
}

@media screen and (max-width: 1023px) {
    #chat-widget {
        bottom: 94px;
        right: 15px;
    }

    #chat-widget .button .button__hint {
        display: inline-flex;
    }
}
/* End */


/* Start:/local/templates/velosalon/components/bitrix/menu/top/style.css?1710666864765*/
.header-nav {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.header-nav__item {
	display: flex;
	margin-right: 24px;
}

.header-nav__item:last-child {
	margin-right: 0;
}

.header-nav__link {
	font-weight: 500;
	font-size: 13px;
	line-height: 1.39;
	color: #262626;
	text-decoration: none;
	transition: color 0.2s ease; 
}

.header-nav__link:hover,
.header-nav__link:focus {
	color: #ff7537;
}

.header-nav__link:focus {
	outline: none;
}

.header-nav__link:focus-visible {
	outline: auto;
}

.header-nav__link--selected {
	color: #ff7537;
}

@media screen and (max-width: 1199px) {
	.header-nav__item {
		margin-right: 12px;
	}
	
	.header-nav__link {
		font-size: 12px;
	}
}
/* End */


/* Start:/local/templates/velosalon/components/bitrix/sale.location.selector.search/city-select/style.css?171066686411176*/
/* absolute path to images is required to make crm-sale proxy work */

.bx-sls .dropdown-block {
	border: 1px solid #bdbdbd;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 1px 2px #ebebeb;
	box-shadow: inset 0 1px 2px #ebebeb;
	font-size: 14px;
	padding: 0 22px 0 30px;
	position: relative;
	background-color: #fff;
}

.bx-sls .dropdown-block-ui {
	font-size: 14px;
	padding: 0 22px 0 30px;
	position: relative;
	background-color: #fff;
	margin-top: 5px;
}

.bx-sls .dropdown-arrow {
	background: url(/bitrix/components/bitrix/sale.location.selector.search/templates/.default/images/dropdown-errow.png) no-repeat center center;
	height: 100%;
	top: 0;
	right: 0;
	position: absolute;
	width: 22px;
}

.bx-sls .bx-ui-sls-container {
	overflow: hidden;
	min-height:25px;
}

.bx-sls .bx-ui-sls-pane {
	border: 1px solid #bdbdbd;
	border-radius: 2px;
	-webkit-box-shadow: 0 2px 3px #c7c7c7;
	box-shadow: 0 2px 3px #c7c7c7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
	max-height: 200px;
	overflow-y: auto;
	left: -2px;
	top: 45px;
	padding: 5px 7px 5px 7px;
	position: absolute;
	width: 101%;
}

.bx-sls .dropdown-active .bx-ui-sls-pane {
	display: block;
}

.bx-sls .bx-ui-sls-variants {
	list-style: none;
	margin: 0;
	padding: 0;
}

.bx-sls .dropdown-item {
	border-radius: 3px;
	padding: 7px 4px 7px 10px;
	margin-bottom: 2px;
}

.bx-sls .dropdown-item:hover {
	background-color: #f1f3f5;
	cursor: pointer;
}

.bx-sls .dropdown-img {
	border: none;
	display: inline-block;
	height: 12px;
	margin: 3px 12px 0 0;
	vertical-align: top;
	width: 16px;
}

.bx-sls .dropdown-item-text {
	/*makeup:color: #212121;*/
	color: #9c9c9c;
	display: inline-block;
	/*max-width: 220px;*/ /*silly limitation*/
	vertical-align: top;
}

.bx-sls .dropdown-item-text span{
	color: #000000;
}

.bx-sls .dropdown-list-title {
	border-bottom: 1px solid #e5e5e5;
	height: 37px;
	line-height: 37px;
	padding-left: 8px;
}

.bx-sls .dropdown-icon {
	background: url(/bitrix/components/bitrix/sale.location.selector.search/templates/.default/images/lens.png) no-repeat center center;
	height: 14px;
	left: 10px;
	position: absolute;
	top: 10px;
	width: 14px;
}

.bx-sls .quick-locations{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
	margin: 16px 0 0 0;
	width: 100%;
}
.bx-sls .quick-location-tag {
	background-color: transparent;
	border: unset;
	border-radius: 4px;
	color: #000000;
	display: block;
	font-size: 15px;
	height: auto;
	line-height: 1.33;
	font-weight: 500;
	margin: 0;
	padding: 8px;
	text-decoration: none;
	margin-bottom: 8px;
	opacity: 1;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-ms-transition:0.2s;
	-o-transition:0.2s;
	transition:0.2s;
}

.bx-sls .quick-location-tag:last-child {
	margin-bottom: 0;
}

.bx-sls .quick-location-tag:hover,
.bx-sls .quick-location-tag:focus {
	background-color: #f5f5f5;
}

.bx-sls .quick-location-tag:active {
	background-color: #eeeeee;
}

.bx-sls .dropdown-fade2white{
	width: 46px;
	height: 31px;
	position: absolute;
	top: 2px;
	right: 0;

	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 30%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(30%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%);
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%);
	background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
	background: transparent;
}

.bx-sls .bx-ui-sls-clear{
	background: url(/bitrix/panel/main/images/bx-admin-sprite-small.png) 6px -3386px no-repeat scroll;
	width: 30px;
	height: 30px;
	cursor: pointer;
	cursor: hand;
	margin-top: 2px;

	position: absolute;
	top: 0px;
	right: 0px;
	display: none !important;
}
.bx-sls .bx-ui-sls-clear:hover{
	background-position: 6px -3418px;
}

.bx-sls .bx-ui-sls-loader{
	background-image: url(/bitrix/panel/main/images/waiter-white.gif) !important;
	background-repeat: no-repeat !important;
	background-position: right -1px !important;

	width: 30px;
	height: 30px;

	position: absolute;
	top: 3px;
	right: 2px;
	display: none !important;
}

.bx-sls .bx-ui-sls-go-edit{
	display: none;
}

.bx-sls .bx-ui-sls-pane{
	max-height: 300px;
}

.bx-sls input::-ms-clear {
	display: none;
}

.bx-sls input[type="text"]{
	position: relative;
}

.bx-sls .bx-ui-sls-fake,
.bx-sls .bx-ui-sls-route {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    
	position: absolute !important;
	top: 0;
	left: 0;

	color: #262626 !important;

	opacity: 1 !important;
	background: transparent!important;
	border: none !important;
	box-shadow: none !important;

	padding:0 22px 0 0 !important;
	background-position: right 1px;
	background-repeat: no-repeat;

	font-family: "Manrope", Arial, sans-serif;
	font-size: 15px;
	height: 48px;
	width: 100%;
	outline: none;
	z-index:10;
	border-radius: 4px;
}

.vs-form__field-wrap .bx-sls .bx-ui-sls-fake,
.vs-form__field-wrap .bx-sls .bx-ui-sls-route {
	height: 47px;
	border: 1px solid rgba(0, 0, 0, 0.03) !important;
	transition: all 0.2s ease;
}

.vs-form__field-wrap .bx-sls .bx-ui-sls-fake:hover,
.vs-form__field-wrap .bx-sls .bx-ui-sls-fake:focus {
	background-color: #ffffff !important;
  border-color: #b2b2b2 !important;
}

.vs-form__field-wrap .bx-sls .bx-ui-sls-fake.error {
	border-color: #df1125 !important;
}



.bx-sls .bx-ui-sls-route{
	color: #797a7b !important;
	z-index:5;
}

.vs-form__field-wrap .bx-sls .bx-ui-sls-route {
	color: #f3f5f6 !important;
}

.bx-sls .bx-ui-sls-pane{
	z-index: 210;
	background-color: #ffffff;
	border: 1px solid #eeeeee;
	border-radius: 4px;
	box-shadow: 0px 0px 25px rgb(0 0 0 / 15%);
}

.bx-sls .bx-ui-sls-variants .bx-ui-sls-variant,
.bx-sls .bx-ui-sls-error{
	padding: 10px 10px;
	transition: background-color 0.2s ease;
}
.bx-sls .bx-ui-sls-error{
	padding: 10px 0 10px 30px;
	position: relative;
	display: flex;
	align-items: center;
	font-weight: 500;
	font-size: 15px;
	line-height: 1.33;
	color: #262626;
}
.bx-sls .bx-ui-sls-error .bx-ui-sls-error__icon {
	position: absolute;
  left: 0;
	width: 24px;
	height: 24px;
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2a10 10 0 100 20 10 10 0 000-20zm0 18a8 8 0 110-16.001A8 8 0 0112 20z' fill='%23DF1125'/%3E%3Cpath d='M14.71 9.29a.999.999 0 00-1.42 0L12 10.59l-1.29-1.3a1.004 1.004 0 10-1.42 1.42l1.3 1.29-1.3 1.29a1 1 0 000 1.42.998.998 0 001.42 0l1.29-1.3 1.29 1.3a.998.998 0 001.42 0 .997.997 0 00.219-1.095.998.998 0 00-.22-.325L13.41 12l1.3-1.29a.997.997 0 00.22-1.095.998.998 0 00-.22-.325z' fill='%23DF1125'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
}
.bx-sls .bx-ui-sls-variants .bx-ui-sls-variant:hover,
.bx-sls .bx-ui-sls-variant-active{
	background-color: #eeeeee;
}

.adm-sls-edit-link{
	margin-top: 10px;
}

/* CSS-modes below: admin, public; */
.bx-admin-mode .bx-sls-go-edit{
	margin-left: 10px;
	display: none;
}

.bx-admin-mode .dropdown-block {
	border-color: #87919c #959ea9 #9ea7b1;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3), 0 2px 2px -1px rgba(180, 188, 191, 0.7) inset;
	box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3), 0 2px 2px -1px rgba(180, 188, 191, 0.7) inset;
	height: 25px;
}

.bx-sls.bx-admin-mode .bx-ui-sls-fake,
.bx-sls.bx-admin-mode .bx-ui-sls-route {
	height: 25px;
}

.bx-admin-mode .dropdown-icon {
	top: 7px;
}

.bx-admin-mode .dropdown-fade2white {
	height: 22px;
}

.bx-admin-mode .dropdown-fade2white {
	right: 1px;
}

.bx-admin-mode .bx-ui-sls-clear {
	background-position: 6px -3389px;
	height: 22px;
}

.bx-admin-mode .bx-ui-sls-clear:hover{
	background-position: 6px -3421px;
}

.bx-admin-mode .bx-ui-sls-loader {
	background-position: right -4px !important;
	height: 21px;
}

.bx-admin-mode .bx-ui-sls-pane {
	top: 27px;
}




.bx-sls {
	display: block;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	height: 48px;
	padding: 0;
	font-family: "Manrope", Arial, sans-serif;
	font-size: 15px;
	font-weight: 500;
	color: #797a7b !important;
	background: #eeeeee;
	border: 1px solid rgba(0, 0, 0, 0.03);
	border-radius: 4px;
	outline: none;
}

.switch-city__search .bx-sls {
	height: auto;
	background-color: #ffffff;
	border: none;
}

.vs-form__field-wrap .bx-sls {
	height: 47px;
	background: #f3f5f6;
	border: none;
}

.bx-sls .dropdown-block {
	border: none;
	border-radius: 0;
	height:48px;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 14px;
	padding: 0 0px;
	position: relative;
	background-color: transparent;
}

.vs-form__field-wrap .bx-sls .dropdown-block {
	height: 47px;
}

.bx-sls .bx-ui-sls-fake,
.bx-sls .bx-ui-sls-route {
	padding: 0 7px !important;
}
.bx-sls .bx-ui-sls-container {
    overflow: hidden;
    min-height: 48px;
}
.vs-form__field-wrap .bx-sls .bx-ui-sls-container {
	min-height: 47px;
}
.bx-sls .dropdown-icon {
    left: -22px;
    top: 16px;
    display: none;
}
.bx-sls .bx-ui-sls-clear {
    right: -22px;
    top: 6px;
    z-index:6;
}
.bx-sls .bx-ui-sls-loader {
    right: -20px;
    top: 8px;
    z-index:6;
}
.bx-sls .dropdown-fade2white {
    right: -20px;
    top: 7px;
    z-index:5;
}

.bx-sls .bx-ui-sls-fake::-webkit-input-placeholder {
  color: #797a7b;
}
.bx-sls .bx-ui-sls-fake::-moz-placeholder {
  color: #797a7b;
}
.bx-sls .bx-ui-sls-fake:-ms-input-placeholder {
  color: #797a7b;
}
.bx-sls .bx-ui-sls-fake:-moz-placeholder {
  color: #797a7b;
}

.vs-form__field-wrap .bx-sls .bx-ui-sls-fake::-webkit-input-placeholder {
  color: transparent;
}
.vs-form__field-wrap .bx-sls .bx-ui-sls-fake::-moz-placeholder {
  color: transparent;
}
.vs-form__field-wrap .bx-sls .bx-ui-sls-fake:-ms-input-placeholder {
  color: transparent;
}
.vs-form__field-wrap .bx-sls .bx-ui-sls-fake:-moz-placeholder {
  color: transparent;
}



@media screen and (min-width: 1024px) {
	.switch-city__search .bx-sls .dropdown-block {
		background: #eeeeee;
		border: 1px solid rgba(0, 0, 0, 0.03);
		border-radius: 4px;
	}
}

@media screen and (max-width: 1023px) {
	.switch-city__search .bx-sls {
		height: auto;
		width: auto;
		margin: 18px 0 0 0;
		padding: 0;
		font-size: 14px;
		border: none;
		box-shadow: none;
		background: transparent;
	  border-radius: 0;
	}
	
	.vs-form__field-wrap .bx-sls {
		height: 47px;
		width: 100%;
		margin: 0;
		font-size: 15px;
		background: #f3f5f6;
		border: none;
		border-radius: 4px;
	}
	
	.switch-city__search .bx-sls .bx-ui-sls-fake,
	.switch-city__search .bx-sls .bx-ui-sls-route {
		padding: 0 7px !important;
	  background: #eeeeee !important;
	  border: 1px solid rgba(0, 0, 0, 0.03) !important;
	  border-radius: 4px !important;
	}
	
	.vs-form__field-wrap .bx-sls .bx-ui-sls-fake,
	.vs-form__field-wrap .bx-sls .bx-ui-sls-route {
		background: transparent!important;
	}
	
	.bx-ui-sls-route {
		display: none;
	}
}



/* End */


/* Start:/local/templates/velosalon/components/bitrix/menu/header-catalog/style.css?17106668641768*/
.catalog-menu-list {
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 0;
	list-style: none;
}

.catalog-menu-list__item {
	margin-bottom: 24px;
}

.catalog-menu-list__item:last-child {
	margin-bottom: 0;
}

.catalog-menu-list__link {
	display: flex;
	align-items: center;
	font-weight: 700;
	font-size: 17px;
	line-height: 1.35;
	color: #262626;
	text-decoration: none;
	transition: color 0.2s ease;
}

.catalog-menu-list__link:hover,
.catalog-menu-list__link:focus {
	color: #ff7537;
}

.catalog-menu-list__icon-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 32px;
	height: 32px;
	margin-right: 8px;
}

.catalog-menu-list__icon-wrap svg path {
	fill: currentColor;
}

.catalog-menu-list__link-selected .catalog-menu-list__icon-wrap svg path {
	fill: #ff7537;
}

.catalog-menu-list__arrow-icon {
	display: none;
}

@media screen and (max-width: 1023px) {
	.catalog-menu-list__item {
		margin-bottom: 0;
	}
	
	.catalog-menu-list__link {
		width: 100%;
		margin: 0;
		padding: 16px 15px;
		font-weight: 500;
		font-size: 15px;
		line-height: 1.33;
		color: #262626;
		text-decoration: none;
		background-color: #ffffff;
		border: none;
		border-bottom: 1px solid #f5f5f5;
		transition: background-color 0.2s ease, color 0.2s ease;
	}
	
	.catalog-menu-list__link:hover,
	.catalog-menu-list__link:focus {
		background-color: #f5f5f5;
	}
	
	.catalog-menu-list__name {
		margin-right: 8px;
	}
	
	.catalog-menu-list__arrow-icon {
		display: block;
		margin-left: auto;
	}
	
	.catalog-menu-list__link:hover .catalog-menu-list__arrow-icon path,
	.catalog-menu-list__link:focus .catalog-menu-list__arrow-icon path {
		fill: #ff7537;
	}
}


/* End */


/* Start:/local/templates/velosalon/components/bitrix/news.list/main-slider-banner/style.css?17106668642892*/
.slider-banner-wrap {
	margin-bottom: 44px;
}

.slider-banner-preview {
	position: relative;
	display: block;
}

.slider-banner-preview img {
	width: 100%;
	border-radius: 20px;
}

.slider-banner-text {
	position: absolute;
	top: 50%;
	left: 50px;
	width: 420px;
	display: flex;
	flex-direction: column;
	transform: translateY(-50%);
}

.slider-banner-text__title {
	margin-bottom: 5px;
	font-weight: 800;
	font-size: 54px;
	line-height: 1.38;
	color: #262626;
}

.slider-banner-text__desc {
	font-weight: 600;
	font-size: 24px;
	line-height: 1.37;
	color: #262626;
}

.slider-banner-item {
	position: relative;
	display: block;
}

.slider-banner-item img {
	border-radius: 20px;
}

.slider-banner .owl-stage-outer {
	border-radius: 20px;
}

.slider-banner .owl-dots {
	position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}

.slider-banner button.owl-dot {
  width: 50px;
  height: 4px;
  margin-right: 8px;
  background-color: #262626;
  border-radius: 25px;
  opacity: 0.1;
  transition: opacity 0.2s ease;
}

.slider-banner button.owl-dot:last-child {
	margin-right: 0;
}

.slider-banner button.owl-dot:hover {
	opacity: 1;
}

.slider-banner button.owl-dot:focus {
	outline: none;
}

.slider-banner button.owl-dot:focus-visible {
	opacity: 1;
	outline: auto;
	outline-color: #ff7537;
}

.slider-banner button.owl-dot.active {
	opacity: 1;
}

@media screen and (max-width: 1279px) {
	.slider-banner-text {
		left: 30px;
		width: 320px;
	}
	
	.slider-banner-text__title {
		font-size: 46px;
	}
	
	.slider-banner-text__desc {
		font-size: 20px;
	}
}

@media screen and (max-width: 1023px) {
	.slider-banner-text__title {
		font-size: 36px;
	}
	
	.slider-banner-text__desc {
		font-size: 18px;
	}
}

@media screen and (max-width: 899px) {
	.slider-banner-text {
		width: 250px;
	}
	
	.slider-banner-text__desc {
		font-size: 16px;
	}
}

@media screen and (max-width: 767px) {
	.slider-banner-text {
		width: 220px;
	}
	
	.slider-banner-text__title {
		font-size: 30px;
	}
	
	.slider-banner-text__desc {
		font-size: 14px;
	}
}

@media screen and (max-width: 574px) {
	.slider-banner-wrap {
	  width: 100vw;
  	margin-left: -15px;
		margin-bottom: 28px;
	}
	
	.slider-banner .owl-stage-outer {
		border-radius: 0;
	}

	.slider-banner-preview img {
		border-radius: 0;
	}
	
	.slider-banner-item img {
		border-radius: 0;
	}
	
	.slider-banner-text {
		left: 15px;
		width: 200px;
	}
	
	.slider-banner-text__title {
		margin-bottom: 8px;
		font-size: 24px;
		line-height: 1.37;
	}
	
	.slider-banner-text__desc {
		font-size: 16px;
	}
	
	.slider-banner .owl-dots {
		bottom: -8px;
	}
	
	.slider-banner button.owl-dot {
		width: 25px;
		height: 4px;
	}
}



/* End */


/* Start:/local/components/rasa/catalog.section.list/templates/main_switch_slider/style.css?17106668647501*/
.section-list {
	margin-bottom: 48px;
}

.root-sections {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.root-sections__item-wrap {
	flex-grow: 1;
  	width: 100%;
	margin-right: 16px;
}

.root-sections__item-wrap:last-child {
	margin-right: 0;
}

.root-sections__item {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 12px;
	font-weight: 700;
	font-size: 17px;
	line-height: 1.35;
	color: #262626;
	text-decoration: none;
	background-color: #f8f8f8;
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-radius: 8px;
	transition: all 0.2s ease;
}

.root-sections__item:hover,
.root-sections__item:focus,
.root-sections__item--active {
	color: #ffffff;
	background-color: #1c6643;
}

.root-sections__icon-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 32px;
	height: 32px;
	margin-right: 8px;
}

.root-sections__icon-wrap path {
	fill: currentColor;
}

.root-sections__name {
	margin: 0;
	font-size: inherit;
	font-weight: inherit;
}

.section-list__body {
	margin-top: 24px;
	background-color: #ffffff;
	border-radius: 8px;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.06);
}

.sub-sections-wrap {
	display: none;
	padding: 48px 24px 0 24px;
	overflow: hidden;
}

.sub-sections-wrap--active {
	display: block;
}

.sub-sections {
	display: flex;
}

.sub-sections--slider {
	margin-bottom: 48px;
}

.sub-sections:not(.sub-sections--slider) {
	flex-wrap: wrap;
	margin-right: -21px;
	margin-left: -21px;
}

.sub-sections--center {
	justify-content: center;
}

.sub-sections .owl-stage {
	display: flex;
}

.sub-sections.owl-carousel.owl-hidden {
	opacity: 1;
}

.sub-sections-col {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 100%;
	max-width: 180px;
	padding: 5px 0;
}

.sub-sections:not(.owl-loaded) .sub-sections-col {
	flex: 0 0 16.6%;
	max-width: 16.6%;
	margin: 0 0 48px 0;
	padding-right: 21px;
	padding-left: 21px;
}

.sub-sections:not(.sub-sections--slider) .sub-sections-col {
	margin-bottom: 48px;	
}

.sub-sections-col__item {
	margin-bottom: 36px;
}

.sub-sections-col__item:last-child {
	margin-bottom: 0;
}

.sub-sections-col__item:nth-child(2) {
	margin-top: 0;
}

.sub-sections-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	min-height: 202px;
	color: #000000;
	text-decoration: none;
	transition: color 0.2s ease;
}

.sub-sections-item:hover,
.sub-sections-item:focus {
	color: #ff7537;
}

.sub-sections-item__img-wrap {
	position: relative;
	flex-shrink: 0;
	width: 100%;
	height: 0;
	margin-bottom: 35px;
	padding-top: 66%;
	overflow: hidden;
}

.sub-sections-item__img {
	position: absolute;
	top: -50%;
	left: -50%;
	right: -50%;
	bottom: -50%;
	width: 100%;
	margin: auto;
	pointer-events: none;
}

.sub-sections-item__name {
	width: 100%;
	margin: 0;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.39;
	text-align: center;
	color: currentColor;
}

.sub-sections .owl-nav {
	position: absolute;
  	top: 50%;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	pointer-events: none;
	transform: translateY(-50%);
}

.sub-sections .owl-nav > button:focus {
	outline: none;
}

.sub-sections .owl-nav > button:focus-visible {
	outline: auto;
}

.sub-sections .arrow-circle {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 32px;
	height: 32px;
	background-color: #ff7537;
	border-radius: 50%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0);
	transition: box-shadow 0.2s ease;
}

.sub-sections .owl-nav > button:hover .arrow-circle {
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}

.sub-sections .owl-nav > button:active .arrow-circle {
	background-color: #ff984a;
}

.sub-sections .owl-nav > button {
	pointer-events: auto;
}

.sub-sections .owl-nav > button.disabled {
	pointer-events: none;
}

.sub-sections .owl-nav > button.disabled .arrow-circle {
	background-color: #9e9e9e;
}

.sub-sections .arrow-circle--left svg {
	margin-right: 2px;
	margin-bottom: 1px;
}

.sub-sections .arrow-circle--right svg {
	margin-left: 2px;
	margin-bottom: 1px;
}

.sub-sections .arrow-circle path {
	fill: #ffffff;
}

@media screen and (max-width: 1199px) {
	.root-sections__item-wrap {
		margin-right: 8px;
	}
	
	.root-sections__item {
		padding: 12px 6px;
		font-size: 14px;
	}
	
	.sub-sections-item__name {
		font-size: 14px;
	}
}

@media screen and (max-width: 1023px) {
	.section-list {
		margin-bottom: 16px;
	}

	.section-list__body {
		display: none;
	}
	
	.root-sections {
		flex-wrap: wrap;
		margin-right: -4px;
		margin-left: -4px;
	}
	
	.root-sections__item-wrap {
		flex: 0 0 33.3333%;
		max-width: 33.3333%;
		margin: 0 0 16px 0;
		width: 100%;
		padding-right: 4px;
		padding-left: 4px;
	}
	
	.root-sections__item {
		flex-direction: column;
		justify-content: flex-start;
		padding: 0;
		font-weight: 400;
		font-size: 13px;
		line-height: 1.39;
		background-color: transparent;
		border: none;
		border-radius: 0;
		transition: color 0.2s ease;
	}
	
	.root-sections__item:hover,
	.root-sections__item:focus {
		color: #ff7537;
		background-color: transparent;
	}
	
	.root-sections__item--active {
		color: #262626;
		background-color: transparent;
	}
	
	.root-sections__icon-wrap {
		width: 100%;
		height: 70px;
		margin-bottom: 8px;
		margin-right: 0;
		background-color: #f8f8f8;
		border: 1px solid rgba(0, 0, 0, 0.05);
		border-radius: 8px;
	}
	
	.root-sections__name {
		color: #262626;
	}
}



.sub-elements__list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -14px 0 -14px;
}

.sub-elements-item {
	flex: 0 0 50%;
	max-width: 50%;
	width: 100%;
	margin-bottom: 24px;
	padding-left: 14px;
	padding-right: 14px;
}

.sub-elements-item__link {
	position: relative;
	display: block;
	width: 100%;
	height: 0;
  	padding-top: 39.265%;
	text-decoration: none;
	background-image: #9ed2e2;
	border-radius: 8px;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
	overflow: hidden;
	transition: box-shadow 0.2s ease;
}

.sub-elements-item__link:hover,
.sub-elements-item__link:focus {
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}

.sub-elements-item__img {
	position: absolute;
	top: -50%;
	left: -50%;
	right: -50%;
	bottom: -50%;
	width: 100%;
	margin: auto;
	border-radius: 8px;
}

.sub-elements-item__content {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
	height: 100%;
	padding: 24px 24px 17px 24px;
	border-radius: 8px;
}

.sub-elements-item__name {
	margin: 0 0 8px 0;
	font-weight: 800;
	font-size: 24px;
	line-height: 1.38;
	text-transform: uppercase;
	color: #ffffff;
}

.sub-elements-item__desc {
	margin-bottom: 15px;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.39;
	color: #ffffff;
}

.sub-elements-item__btn {
	margin-top: auto;
	padding: 10px 26px;
	font-weight: 700;
	font-size: 15px;
	line-height: 1.33;
	color: #ffffff;
	background-color: #188450;
	border-radius: 4px;
	transition: background-color 0.2s ease;
}

.sub-elements-item__link:hover .sub-elements-item__btn,
.sub-elements-item__link:focus .sub-elements-item__btn {
	background-color: #1ba060;
}



/* End */


/* Start:/local/templates/velosalon/components/bitrix/catalog.compare.list/catalog/style.css?17106668641265*/
.bx_catalog-compare-list{
    font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size:12px;
    z-index:998;
    overflow:hidden;
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
            box-sizing:border-box;
    width:270px;
    max-height:100%;
    padding:10px 8px 0;
    white-space:normal;
    color:#404040;
    border:1px solid #b7b7b7;
    border-radius:3px;
    background:#fff;
    box-shadow:0 2px 5px 0 rgba(0,0,0,.18);
	margin-bottom: 10px;
}
.bx_catalog-compare-list.fix{
	position:fixed;
}
.bx_catalog-compare-list.top{
    top:5px;
}
.bx_catalog-compare-list.right{
    right:5px;
}
.bx_catalog-compare-list.bottom{
    bottom:5px;
}
.bx_catalog-compare-list.left{
    left:5px;
}
.bx_catalog-compare-list .bx_catalog_compare_form {  }
.bx_catalog-compare-list:hover .bx_catalog_compare_form {  }
.bx_catalog-compare-list a{
    font-size:11px;
    color:#327ab7;
}
.bx_catalog-compare-list a:hover{
    text-decoration:none;
}
.bx_catalog_compare_count p{
    margin:0 0 10px 0;
}
.bx_catalog_compare_count p.compare-redirect{
	text-align: center;
	font-weight: bold;
}
.bx_catalog-compare-list .compare-items td{
    font-size:12px;
    font-weight:bold;
    padding-bottom:10px;
	vertical-align: top;
}
/* End */


/* Start:/local/templates/velosalon/components/bitrix/catalog.section/product_day/style.css?1710666864927*/
.product-day {
	margin-bottom: 32px;
}

.product-day__title {
	margin: 0 0 24px 0;
	font-weight: 800;
	font-size: 32px;
	line-height: 1.375;
	color: #262626;
	text-align: center;
}

.products-list {
	display: flex;
	flex-wrap: wrap;
	margin-right: -7.5px;
	margin-left: -7.5px;
}

.products-list--one {
	justify-content: center;
}

.products-list__item-wrap {
	flex: 0 0 50%;
	max-width: 50%;
	width: 100%;
	margin-bottom: 16px;
	padding-right: 7.5px;
	padding-left: 7.5px;
}

@media screen and (max-width: 1199px) {
	.products-list__item-wrap {
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media screen and (max-width: 767px) {
	.product-day {
		margin-bottom: 24px;
	}

	.products-list {
		flex-direction: column;
		flex-wrap: nowrap;
  	margin: 0;
	}
	
	.products-list__item-wrap {
		flex-basis: unset;
  	max-width: unset;
		margin: 0 0 24px 0;
		padding: 0;
	}
}



/* End */


/* Start:/local/templates/velosalon/components/bitrix/catalog.item/horizontal/style.css?17106668645939*/
.product-item-container {
	position: relative;
	height: 100%;
}

.h-product-item {
	position: relative;
	display: flex;
	width: 100%;
	height: 100%;
	padding: 24px;
	background-color: #ffffff;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.05);
	border-radius: 4px;
}

.h-product-item__favorite {
	z-index: 15;
	position: absolute;
	top: -8px;
	right: -8px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	margin: 0;
	padding: 8px;
	border: none;
	background-color: transparent;
}

.h-product-item__favorite svg {
	transform: scale(1);
	transition: transform 0.2s ease;
}

.h-product-item__favorite path {
	fill: transparent;
	stroke: #262626;
	transition: fill 0.2s ease;
}

.h-product-item__favorite:hover path,
.h-product-item__favorite.active path {
	fill: #262626;
}

.h-product-item__favorite:focus {
	outline: none;
}

.h-product-item__favorite:focus-visible {
	outline: auto;
}

.h-product-item__favorite:active svg {
	transform: scale(0.9);
}

.h-product-item__img-container {
	position: relative;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.h-product-item__img-wrap {
	position: relative;
	display: block;
	padding-top: 56.25%;
	width: 100%;
}

.h-product-item__img-wrap:focus {
	outline: none;
}

.h-product-item__img-original {
	z-index: 11;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transition: opacity 0.2s ease;
}

.h-product-item-image-wrapper:hover .h-product-item__img-original,
.h-product-item-image-wrapper:focus .h-product-item__img-original {
	opacity: 0.8;
}

.h-product-item__label-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.h-product-item__label-discount {
	display: flex;
	justify-content: center;
	margin-bottom: 4px;
	padding: 4px 8px;
	font-weight: 700;
	font-size: 13px;
	line-height: 1.39;
	color: #ffffff;
	text-decoration: none;
	background-color: #d93f4e;
	border-radius: 3px;
	transition: background-color 0.2s ease;
}

.h-product-item__label-discount--green {
	background-color: #1c6643;
}

a.h-product-item__label-discount:hover,
a.h-product-item__label-discount:focus {
	color: #ffffff;
	background-color: #188450;
}

.h-product-item__info-wrap {
	flex: 0 0 50%;
	display: flex;
  flex-direction: column;
  max-width: 50%;
  margin-left: 12px;
  padding-left: 11px;
  border-left: 1px solid #f4f4f4;
}

.h-product-item__title {
	margin-bottom: 8px;
}

.h-product-item__title-link {
	font-weight: 700;
	font-size: 17px;
	line-height: 1.35;
	color: #262626;
	text-decoration: none;
	transition: color 0.2s ease;
}

.h-product-item__title-link:hover,
.h-product-item__title-link:focus {
	color: #ff7537;
}

.h-product-item__properties {
	display: flex;
	flex-direction: column;
	margin-bottom: 16px;
}

.h-product-item__properties-item {
	margin-bottom: 3px;
	font-weight: 500;
	font-size: 15px;
	line-height: 1.33;
	color: #525252;
}

.h-product-item__properties-item:last-child {
	margin-bottom: 0;
}

.h-product-item__buy-info {
	margin-top: auto;
  color: #d93f4e;
  font-size: 13px;
  font-weight: 700;
}

.h-product-item__footer {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: auto;
}

.h-product-item__footer--no-top {
	margin-top: 8px;
}

.h-product-item__price {
	margin-right: auto;
}

.h-product-item__price--hidden {
	display: none;
}

.h-product-item__price--discount {
	display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}

.h-product-item__price-current {
	font-weight: 700;
	font-size: 17px;
	line-height: 1.35;
	color: #262626
}

.h-product-item__price-old {
	position: relative;
	display: none;
	margin-left: 6px;
	font-weight: 700;
	font-size: 15px;
	line-height: 1.33;
	text-decoration: line-through;
	color: #9d9d9d;
}

.h-product-item__price--discount .h-product-item__price-current {
	color: #d93f4e;
}

.h-product-item__price--discount .h-product-item__price-old {
	display: inline;
}

.h-product-item__empty-price {
	font-weight: 700;
  font-size: 15px;
  line-height: 1.35;
  color: #262626;
}

.h-product-item__buy-btn-wrap {
	margin-left: 8px;
}

.h-product-item__buy-btn {
	display: block;
	padding: 10px 26px;
	font-weight: 700;
	font-size: 15px;
	line-height: 1.33;
	color: #ffffff;
	text-decoration: none;
	background-color: #ff7537;
	border-radius: 4px;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
	transition: all 0.2s ease;
}

.h-product-item__buy-btn:hover,
.h-product-item__buy-btn:focus {
	color: #ffffff;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}

.h-product-item__buy-btn:active {
	background-color: #ff984a;
}

.h-product-item__compare {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 39px;
	height: 39px;
	margin-left: 8px;
	background-color: #f3f3f3;
	border-radius: 4px;
	opacity: 0.5;
	transition: opacity 0.2s ease;
	cursor: pointer;
}

.h-product-item__compare:hover,
.h-product-item__compare:focus,
.h-product-item__compare.active-compare {
	opacity: 1;
}

.h-product-item__compare-icon-wrap path {
	fill: #262626;
	transition: fill 0.2s ease;
}

.h-product-item__compare.active-compare .h-product-item__compare-icon-wrap path {
	fill: #ff7537;
}

@media screen and (max-width: 1199px) {
	.h-product-item__buy-btn {
		padding: 10px 12px;
	}
}

@media screen and (max-width: 1023px) {
	.h-product-item {
		flex-direction: column;
	}
	
	.h-product-item__img-container {
		flex-grow: 0;
	}
	
	.h-product-item__favorite {
		top: -11px;
		right: -10px;
	}
	
	.h-product-item__img-wrap {
		margin-bottom: 25px;
		padding-top: 51.41%;
	}
	
	.h-product-item__info-wrap {
		flex-grow: 1;
		flex-basis: unset;
		max-width: unset;
		width: 100%;
		margin-left: 0;
		padding-left: 0;
		border-left: none
	}
}

@media screen and (max-width: 374px) {
	.h-product-item {
		padding: 24px 15px;
	}
	
	.h-product-item__price-old {
		font-size: 13px;
	}
}






/* End */


/* Start:/local/templates/velosalon/components/bitrix/catalog.section/product_day/themes/blue/style.min.css?1710666864706*/
.bx-blue .product-item-image-slider-progress-bar{background-color:#0083d1}.bx-blue .product-item-image-slider-control:hover{background-color:rgba(0,131,209,.8)}.bx-blue .product-item-image-slider-control.active,.bx-blue .product-item-image-slider-control:hover{background-color:#0083d1}.bx-blue .product-item-scu-item-text-block:hover,.bx-blue .product-item-scu-item-color-block:hover,.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-color:#006cc0}.bx-blue .product-item-amount-field:focus{border-color:#006cc0}.bx-blue .catalog-section-header{border-color:#006cc0}
/* End */


/* Start:/local/templates/velosalon/components/bitrix/news.list/service/style.css?17106668642678*/
.services {
	margin-bottom: 24px;
}

.services__list {
	display: flex;
  flex-wrap: wrap;
  margin: 0 -14px 0 -14px;
}

.services__item {
	flex: 0 0 50%;
  max-width: 50%;
  width: 100%;
  margin-bottom: 24px;
  padding-left: 14px;
  padding-right: 14px;
}

.services-item__link {
	position: relative;
	display: block;
	width: 100%;
	height: 0;
  padding-top: 39.265%;
	text-decoration: none;
	background-image: #9ed2e2;
	border-radius: 8px;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
	overflow: hidden;
	transition: box-shadow 0.2s ease;
}

.services-item__link:hover,
.services-item__link:focus {
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}

.services-item__img {
	position: absolute;
  top: -50%;
  left: -50%;
  right: -50%;
  bottom: -50%;
  width: 100%;
  margin: auto;
  border-radius: 8px;
}

.services-item__content {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
	height: 100%;
	padding: 24px 24px 17px 24px;
	border-radius: 8px;
}

.services-item__name {
	margin: 0 0 8px 0;
	font-weight: 800;
	font-size: 24px;
	line-height: 1.38;
	text-transform: uppercase;
	color: #ffffff;
}

.services-item__desc {
	margin-bottom: 15px;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.39;
	color: #ffffff;
}

.services-item__btn {
	margin-top: auto;
	padding: 10px 26px;
	font-weight: 700;
	font-size: 15px;
	line-height: 1.33;
	color: #ffffff;
	background-color: #188450;
	border-radius: 4px;
	transition: background-color 0.2s ease;
}

.services-item__link:hover .services-item__btn,
.services-item__link:focus .services-item__btn {
	background-color: #1ba060;
}

@media screen and (max-width: 1023px) {
	.services {
		max-width: 633px;
  	margin: 0 auto 24px auto;
	}
	
	.services__item {
		flex: 0 0 100%;
	  max-width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.services {
		margin-bottom: 16px;
	}
	
	.services__item {
		margin-bottom: 16px;
	}
	
	.services-item__content {
		padding: 14px 16px;
	}
	
	.services-item__name {
		font-weight: 700;
		font-size: 17px;
		text-transform: none;
	}
	
	.services-item__desc {
		max-width: 200px;
		font-weight: 500;
		font-size: 13px;
	}
	
	.services-item__btn {
		padding: 6px 12.5px;
		font-size: 13px;
		font-weight: 500;
	}
}

@media screen and (max-width: 374px) {
	.services-item__content {
		padding: 10px 16px;
	}
	
	.services-item__name {
		margin-bottom: 5px;
		font-size: 16px;
		line-height: 1;
	}
	
	.services-item__desc {
		margin-bottom: 5px;
		font-size: 12px;
	}
}



/* End */


/* Start:/local/templates/velosalon/components/bitrix/news.list/benefits/style.css?17477175141304*/
.benefits {
	display: block;
	max-width: 942px;
	margin: 0 auto 36px auto;
}

.benefits__title {
	margin: 0 0 8px 0;
	font-weight: 800;
	font-size: 32px;
	line-height: 1.375;
	color: #262626;
	text-align: center;
}

.benefits__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -48px;
	padding: 0;
	list-style: none;
}

.benefits__item {
	width: 250px;
	min-height: 196px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 12px 48px;
	padding: 24px;
	background-color: #ffffff;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.06);
	border-radius: 16px;
}

.benefits__item-icon {
	width: 111px;
	height: 100px;
	margin-bottom: 5px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.benefits__item-title {
	margin: 0;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.375;
	text-align: center;
	color: #000000;
}

@media screen and (max-width: 1023px) {
	.benefits__list {
		margin: 0 -24px;
	}
	
	.benefits__item {
		margin: 12px 24px;
	}
}

@media screen and (max-width: 574px) {
	.benefits {
		display: none;
	}

	.benefits__list {
		margin: 0;
	}
	
	.benefits__item {
		width: 100%;
	  max-width: 345px;
		margin: 12px 0;
	}
}



/* End */


/* Start:/local/templates/velosalon/components/bitrix/catalog.section/sale_main/style.css?17106668641383*/
.product-sale {
	margin-bottom: 48px;
}

.product-sale__title {
	margin: 0 0 24px 0;
	font-weight: 800;
	font-size: 32px;
	line-height: 1.375;
	color: #262626;
	text-align: center;
}

.products-slider-list.owl-carousel .owl-stage-outer {
	overflow: visible;
}

.products-slider-list .owl-stage {
	display: flex;
}

.products-slider-list__item-wrap {
	height: 100%;
}

.products-slider-list__item-wrap--picture {
	display: block;
}

.products-slider-list__item-wrap--picture img {
	border-radius: 12px;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.products-slider-list .product-item {
	border-radius: 12px;
}

@media screen and (min-width: 1024px) {
	.products-slider-list--center .owl-stage {
		width: 100% !important;
		justify-content: center;
	}
}

@media screen and (max-width: 1023px) {
	.products-slider-list.owl-carousel {
		width: 100vw;
		margin-left: -30px;
	}
}

@media screen and (max-width: 767px) {
	.products-slider-list .product-item {
		border: none;
		border-radius: 4px;
		box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.06);
	}
	
	.products-slider-list .product-item__footer {
		flex-direction: row;
		align-items: center;
	}
	
	.products-slider-list .product-item__price {
		margin-bottom: 0;
	}
	
	.products-slider-list .product-item__buy-btn-wrap {
		width: auto;
	}
}



/* End */


/* Start:/local/templates/velosalon/components/bitrix/catalog.section/sale_main/themes/blue/style.min.css?1710666864706*/
.bx-blue .product-item-image-slider-progress-bar{background-color:#0083d1}.bx-blue .product-item-image-slider-control:hover{background-color:rgba(0,131,209,.8)}.bx-blue .product-item-image-slider-control.active,.bx-blue .product-item-image-slider-control:hover{background-color:#0083d1}.bx-blue .product-item-scu-item-text-block:hover,.bx-blue .product-item-scu-item-color-block:hover,.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-color:#006cc0}.bx-blue .product-item-amount-field:focus{border-color:#006cc0}.bx-blue .catalog-section-header{border-color:#006cc0}
/* End */


/* Start:/local/templates/velosalon/components/bitrix/news.list/main-slider-photo/style.css?1712734039216*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

.carousel__slide {
	border-radius: 0;
}
.carousel__slide img{

}

/* End */


/* Start:/local/templates/velosalon/components/bitrix/news.list/main-slider-certificate/style.css?1712734039650*/
.sertificate-slider .center {
	z-index: 4;
}


.sertificate-slider .owl-item img {
	width: 96%;
	/*box-shadow: 0px 2px 2px rgb(0 0 0 / 12%);*/
	height: auto;
	filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.12));

}

.sertificate-slider .carousel__slide {
	margin: 0;
}

.sertificate-slider .carousel__slide{
	/*height: 300px;*/
	transform: scale(0.95);
}
.sertificate-slider .center .carousel__slide {
	transform: scale(1.25);
}

@media screen and (max-width: 767px){
	.sertificate-slider .center .carousel__slide {
		transform: scale(1.2);
	}


}

@media screen and (max-width: 574px) {
	.sertificate-slider .owl-item img {
		/*width: 100%;*/
	}
}

/* End */


/* Start:/local/templates/velosalon/components/bitrix/news.list/reviews/style.css?17106668642429*/
.reviews {
	margin-bottom: 48px;
}

.reviews__title {
	margin: 0 0 32px 0;
	font-weight: 800;
	font-size: 32px;
	line-height: 1.375;
	text-align: center;
	color: #262626;
}

.reviews-slider-wrap {
	padding: 33px 0 96px 0;
	border: 1px solid #f2f2f2;
	border-radius: 16px;
	background-color: #f1e3d2;
	background-image: url("/local/templates/velosalon/img/reviews-bg.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
}

.reviews-slider .owl-stage {
	display: flex;
}

.reviews-slider .owl-stage-outer {
	overflow: visible;
}

.reviews-item {
	display: flex;
	flex-direction: column;
	width: 538px;
	height: 100%;
	padding: 24px;
	background-color: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.05);
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
	border-radius: 12px;
}

.reviews-item__text {
	margin-bottom: 16px;
	font-weight: 500;
	font-size: 13px;
	line-height: 1.39;
	color: #262626;
}

.reviews-item__name {
	align-self: flex-end;
	margin: auto 0 0 0;
	font-weight: 600;
	font-size: 15px;
	line-height: 1.33;
	color: #262626;
}

.reviews-slider .owl-nav {
	position: absolute;
  bottom: -64px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}

.reviews-slider .owl-nav > button {
	margin: 0 21px;
}

.reviews-slider .owl-nav > button:focus {
	outline: none;
}

.reviews-slider .owl-nav > button:focus-visible {
	outline: auto;
}

.reviews-slider .arrow-circle {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	background-color: #ffffff;
	border-radius: 50%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0);
	transition: box-shadow 0.2s ease;
}

.reviews-slider .owl-nav > button:hover .arrow-circle {
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}

.reviews-slider .owl-nav > button:active .arrow-circle {
	background-color: #f3f3f3;
}

.reviews-slider .arrow-circle--left svg {
	margin-right: 2px;
}

.reviews-slider .arrow-circle--right svg {
	margin-left: 2px;
}

@media screen and (max-width: 767px) {
	.reviews {
		margin-bottom: 32px;
	}

	.reviews__title {
		margin-bottom: 24px;
		font-size: 24px;
	}
	
	.reviews-slider-wrap {
		width: 100vw;
  	margin-left: -15px;
  	border-radius: 0;
	}
	
	.reviews-item {
		width: 92%;
		height: auto;
  	margin: 0 auto;
	}
}



/* End */


/* Start:/local/templates/velosalon/components/bitrix/news.list/news-slider/style.css?17106668644388*/
.main-news {
	position: relative;
	left: 50%;
  right: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100vw;
  margin: 0 -50vw 48px -50vw;
  padding: 0 40px;
  overflow: hidden;
}

.main-news__title {
	margin: 0 0 32px 0;
	font-weight: 800;
	font-size: 32px;
	line-height: 1.375;
	text-align: center;
	color: #262626;
}

.news-slider {
	max-width: 1376px;
  margin: 0 auto;
}

.news-slider .owl-stage-outer {
	overflow: visible;
}

.news-slider .owl-stage {
	display: flex;
}

.news-item {
	display: flex;
  flex-direction: column;
  height: 100%;
  padding: 24px;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.06);
	border-radius: 12px;
	background-color: #ffffff;
}

.news-item__img-wrap {
	position: relative;
  flex-shrink: 0;
  display: block;
  width: 100%;
  height: 0;
  margin-bottom: 12px;
  padding-top: 63.38%;
  overflow: hidden;
  border-radius: 4px;
  background-color: #ffffff;
  text-decoration: none;
}

.news-item__img {
	position: absolute;
  top: -50%;
  left: -50%;
  right: -50%;
  bottom: -50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  margin: auto;
  transform: translate3d(0,0,0) scale(1);
  transition: transform 0.2s ease;
}

.news-item__img-wrap:hover .news-item__img {
	transform: translate3d(0,0,0) scale(1.05);
}

.news-item__name {
	margin: 0 0 6px 0;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.375;
	color: #262626;
	text-decoration: none;
	transition: color 0.2s ease;
}

.news-item__name:hover,
.news-item__name:focus {
	color: #ff7537;
}

.news-item__text {
	margin-bottom: 19px;
	font-weight: 500;
	font-size: 13px;
	line-height: 1.39;
	color: #262626;
}

.news-item__footer {
	display: flex;
	justify-content: space-between;
	margin-top: auto;
}

.news-item__date {
	font-weight: 500;
	font-size: 15px;
	line-height: 1.33;
	color: #bebebe;
}

.news-item__more {
	display: flex;
	align-items: center;
	text-decoration: none;
}

.news-item__more-text {
	margin-right: 8px;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.36;
	color: #262626;
	transition: color 0.2s ease;
}

.news-item__more:hover .news-item__more-text,
.news-item__more:focus .news-item__more-text {
	color: #000000;
}

.news-item__more-icon {
	transform: translateX(0);
	transition: transform 0.2s ease;
}

.news-item__more:hover .news-item__more-icon,
.news-item__more:focus .news-item__more-icon {
	transform: translateX(5px);
}

.news-slider .owl-nav {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.news-slider .owl-nav > button {
	margin: 0 21px;
}

.news-slider .owl-nav > button:focus {
	outline: none;
}

.news-slider .owl-nav > button:focus-visible {
	outline: auto;
}

.news-slider .arrow-circle {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	background-color: #ff7537;
	border-radius: 50%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0);
	transition: all 0.2s ease;
}

.news-slider .owl-nav > button:not(.disabled):hover .arrow-circle {
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}

.news-slider .owl-nav > button:active .arrow-circle {
	background-color: #ff984a;
}

.news-slider .owl-nav > button.disabled {
	cursor: initial;
}

.news-slider .owl-nav > button.disabled .arrow-circle {
	background-color: #9e9e9e;
}

.news-slider .owl-nav > button:not(.disabled):focus-visible .arrow-circle {
	outline-color: #9b521c;
	background-color: #f47d24;
}

.news-slider .arrow-circle--left svg {
	margin-right: 2px;
}

.news-slider .arrow-circle--right svg {
	margin-left: 2px;
}

.main-news__more {
	margin-top: 24px;
	padding: 16px 24px;
	font-weight: 700;
	font-size: 15px;
	line-height: 1;
	color: #262626;
	text-decoration: none;
	border: 1px solid #eeeeee;
	border-radius: 4px;
	background-color: #ffffff;
	transition: background-color 0.2s ease;
}

.main-news__more:hover,
.main-news__more:focus {
	background-color: #f5f5f5;
}

.main-news__more:active {
	background-color: #eeeeee;
}

@media screen and (max-width: 1023px) {
	.main-news {
		left: auto;
		right: auto;
		margin: 0 0 48px -15px;
		padding: 0 15px;
	}
	
	.main-news__title {
		margin-bottom: 24px;
	}
}



/* End */


/* Start:/local/templates/velosalon/components/bitrix/news.list/rating/style.css?17106668641150*/
.footer__rating {
	margin-bottom: 24px;
}

.footer-rating__item {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.footer-rating__item:last-child {
	margin-bottom: 0;
}

.footer-rating__name {
	width: 110px;
	margin-right: 6px;
	font-weight: 500;
	font-size: 13px;
	line-height: 1.39;
	color: #ffffff;
}

.footer-rating__stars {
	width: 112px;
	margin-right: 10px;
}

.rating-stars {
	position: relative;
	display: block;
  padding: 0;
  line-height: 0;
  box-sizing: content-box;
  direction: ltr;
  pointer-events: none;
}

.rating-stars__group-wrap {
	position: relative;
  width: 100%;
}

.rating-stars__group {
	z-index: 10;
	position: relative;
  line-height: 0;
  white-space: nowrap;
}

.rating-stars__group--normal {
	width: 100%;
}

.rating-stars__group--rated {
	z-index: 11;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.rating-stars__group > svg {
	display: inline-block;
  stroke: #188450;
  stroke-width: 0.5px;
}

.footer-rating__value {
	font-weight: 500;
	font-size: 13px;
	line-height: 1.39;
	color: #ffffff;
}

@media screen and (max-width: 1023px) {
	.footer__rating {
		margin-bottom: 0;
	}
}
/* End */


/* Start:/local/templates/velosalon/components/bitrix/menu/tab-bar/style.css?17106668641832*/
.tab-bar-wrap {
	z-index: 500;
	position: fixed;
  bottom: 24px;
  left: 0;
  right: 0;
  display: none;
  padding: 0 15px;
}

.tab-bar {
	display: flex;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
	border-radius: 16px;
}

.tab-bar__item {
	flex-grow: 1;
  flex-basis: 100%;
}

.tab-bar__item-link {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 7px 0;
	color: #676767;
	text-decoration: none;
	background-color: #ffffff;
	transition: all 0.15s ease;
}

.tab-bar__item-link:hover,
.tab-bar__item-link:focus {
	color: #1c6643;
	background-color: #eeeeee;
}

.tab-bar__item-link:focus {
	outline: none;
}

.tab-bar__item-link--selected {
	color: #1c6643;
}

.tab-bar__item:first-child .tab-bar__item-link {
	border-radius: 16px 0 0 16px;
}

.tab-bar__item:last-child .tab-bar__item-link {
	border-radius: 0 16px 16px 0;
}

.tab-bar__item-icon-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
}

.tab-bar__item-icon-wrap path {
	fill: currentColor;
}

.tab-bar__item-text {
	margin-top: 6px;
	font-weight: 600;
	font-size: 10px;
	line-height: 1.4;
	text-align: center;
	color: currentColor;
}

.tab-bar__item-count {
	z-index: 1;
	position: absolute;
	top: 2px;
	left: calc(50% + 20px);
	display: block;
	padding: 0 7px;
	font-weight: 500;
	font-size: 13px;
	line-height: 1.4;
	color: #ffffff;
	text-align: center;
	background-color: #188450;
	border-radius: 11px;
	transform: translateX(-50%);
}

@media screen and (max-width: 1023px) {
	.tab-bar-wrap {
		display: block;
	}
}
/* End */


/* Start:/local/templates/velosalon/styles.css?17131466052394*/
html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*::before,
*::after {
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
}

body {
	display: flex;
  flex-direction: column;
  min-width: 320px;
  min-height: 100vh;
	font-family: "Manrope", "Arial", sans-serif;
	font-size: 15px;
	line-height: 1.33;
	font-weight: 500;
	color: #262626;
	background-color: #ffffff;
	-webkit-text-size-adjust: none;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 50px #f3f5f6 inset;
	-webkit-text-fill-color: #262626; 
}

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

::-webkit-input-placeholder {
  color: #8a8a8a;
}
::-moz-placeholder {
  color: #8a8a8a;
}
:-ms-input-placeholder {
  color: #8a8a8a;
}
:-moz-placeholder {
  color: #8a8a8a;
}

.visually-hidden,
input[type="radio"].visually-hidden,
input[type="checkbox"].visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	padding: 0;
	white-space: nowrap;
	-webkit-clip-path: inset(100%);
	clip-path: inset(100%);
	clip: rect(0 0 0 0);
	overflow: hidden;
}

a,
label,
button {
	outline-color: #262626;
}

a {
	color: #262626;
	text-decoration: underline;
	-webkit-transition: color 0.2s ease;
	-o-transition: color 0.2s ease;
	transition: color 0.2s ease;
}

a:hover,
a:focus {
	color: #000000;
}

button {
	cursor: pointer;
}

.clearfix {
	display: block;
	clear: both;
}

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

@media (min-width: 1024px) {
	a,
	label,
	button {
		-webkit-tap-highlight-color: transparent;
	}
}



.vs-list {
	padding: 0;
	list-style: none;
}

.vs-list li {
	position: relative;
	margin-bottom: 24px;
	padding-left: 34px;
	font-weight: 500;
	font-size: 15px;
	line-height: 1.2;
	color: #333333;
}

.vs-list li:last-child {
	margin-bottom: 0;
}

.vs-list li::before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	width: 10px;
	height: 8px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg width='10' height='9' viewBox='0 0 10 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.4 8.34c-1.88 0-3.4-1.8-3.4-4s1.52-4 3.4-4S10 1.88 10 4.09c0 2.2-4.72 4.25-6.6 4.25z' fill='%23FF8A4D'/%3E%3C/svg%3E");
}

.vs-list li strong {
	display: inline-block;
	margin: 0 0 12px 0;
	font-weight: 600;
	font-size: 24px;
	line-height: 1.2;
	color: #323232;
}



/* End */


/* Start:/local/templates/velosalon/template_styles.css?171314660553193*/
.disable-scroll {
	overflow: hidden;
}

.body--main {
	overflow-x: hidden;
}

.page-wrap {
	margin-bottom: 24px;
}

.container {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	padding-left: 32px;
	padding-right: 32px;
}

.page-title {
	margin: 0 0 24px 0;
	font-weight: 800;
	font-size: 32px;
	line-height: 1.375;
	color: #262626;
}

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

.page-content {
	display: flex;
	align-items: flex-start;
	margin-bottom: 72px;
}

.page-content--center {
	flex-direction: column;
	align-items: center;
}

.page-content__sidebar {
	flex-shrink: 0;
	width: 294px;
	margin-right: 24px;
	padding: 12px 0;
	background-color: #ffffff;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.06);
	border-radius: 4px;
}

.page-content--center .page-content__sidebar {
	margin-right: 0;
	margin-bottom: 16px;
}

.page-content__data {
	flex-grow: 1;
}

@media screen and (max-width: 1023px) {
	.container {
		padding-left: 15px;
		padding-right: 15px;
	}

	.adm-panel {
		display: none;
	}

	.page-wrap {
		margin-top: 129px;
		transition: margin-top 0.2s ease;
	}

	.page-wrap--large-gap {
		margin-top: 305px;
	}

	.page-title {
		font-size: 24px;
	}

	.page-title--center {
		text-align: left;
	}

	.page-content {
		flex-direction: column;
		margin-bottom: 48px;
	}

	.page-content--center {
		align-items: flex-start;
	}

	.page-content__sidebar {
		display: none;
		width: 100vw;
		margin-left: -15px;
		margin-right: 0;
		padding: 0;
		box-shadow: unset;
		border-radius: 0;
	}

	.page-content__sidebar--show-mobile {
		display: block;
	}

	.page-content--center .page-content__sidebar {
		margin-top: -16px;
	}
}



.header-top-wrap {
	width: 100%;
	background-color: #f6f6f6;
}

.header-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.header-top__left {
	display: flex;
	align-items: center;
	margin-right: 30px;
}

.header-top__city-wrap {
	position: relative;
	margin-right: 16px;
}

.city-btn {
	display: flex;
	align-items: center;
	padding: 0;
	color: #000000;
	border: none;
	background-color: transparent;
	transition: color 0.2s ease;
}

.city-btn:hover,
.city-btn:focus {
	color: #ff7537;
}

.city-btn:focus {
	outline: none;
}

.city-btn:focus-visible {
	outline: auto;
}

.city-btn__icon {
	margin-right: 8px;
	margin-left: -2px;
}

.city-btn__icon path {
	fill: currentColor;
}

.city-btn__name {
	font-weight: 500;
	font-size: 13px;
	line-height: 1.39;
	color: currentColor;
}

.header-top__phone {
	margin-right: 16px;
	font-weight: 500;
	font-size: 13px;
	line-height: 1.39;
	color: #000000;
	text-decoration: none;
	transition: color 0.2s ease;
}

.header-top__phone:hover,
.header-top__phone:focus {
	color: #ff7537;
}

.header-top__phone:focus {
	outline: none;
}

.header-top__phone:focus-visible {
	outline: auto;
}

.header-top__wa {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 13px;
	line-height: 1.39;
	color: #000000;
	text-decoration: none;
	transition: color 0.2s ease;
}

.header-top__wa:hover,
.header-top__wa:focus {
	color: #ff7537;
}

.header-top__wa:focus {
	outline: none;
}

.header-top__wa:focus-visible {
	outline: auto;
}

.header-top__wa-icon path {
	fill: currentColor;
}

.header-top__right {
	display: flex;
	align-items: center;
}

.header-top__status {
	margin-right: 24px;
	padding: 0;
	font-size: 13px;
	line-height: 1.39;
	font-weight: 700;
	color: #262626;
	border: none;
	background-color: transparent;
	transition: color 0.2s ease;
}

.header-top__status:hover,
.header-top__status:focus {
	color: #ff7537;
}

.header-top__status:focus {
	outline: none;
}

.header-top__status:focus-visible {
	outline: auto;
}

@media screen and (max-width: 1199px) {
	.header-top__left {
		margin-right: 16px;
	}

	.header-top__city {
		margin-right: 10px;
	}

	.city-btn__name {
		font-size: 12px;
	}

	.header-top__phone {
		margin-right: 10px;
		font-size: 12px;
	}

	.header-top__status {
		margin-right: 12px;
		font-size: 12px;
	}
}



.header {
	display: flex;
	padding-top: 16px;
	padding-bottom: 16px;
}

.header__logo {
	display: flex;
	justify-content: center;
	width: 17.2%;
	max-width: 233px;
	min-width: 181px;
	height: 40px;
	margin-right: 8px;
	padding: 6px 10px 9px 10px;
	text-decoration: none;
	border-radius: 4px;
	background-color: #ff7537;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
	transition: all 0.2s ease;
}

a.header__logo:hover,
a.header__logo:focus {
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}

a.header__logo:focus {
	outline: none;
}

a.header__logo:focus-visible {
	outline: auto;
	outline-color: #9b521c;
	outline-offset: 0;
	box-shadow: none;
	background-color: #f47d24;
}

a.header__logo:active {
	background-color: #ff984a;
}

.header__logo svg {
	pointer-events: none;
}

.header__catalog {
	width: 12.7%;
	max-width: 172px;
	min-width: 106px;
	margin-right: 8px;
}

.catalog-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 40px;
	padding: 8px 10px;
	font-weight: 500;
	font-size: 15px;
	line-height: 1.33;
	color: #ffffff;
	text-decoration: none;
	border: none;
	border-radius: 4px;
	background-color: #1c6643;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0.35);
	transition: all 0.2s ease;
}

.catalog-btn:hover,
.catalog-btn:focus {
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.35);
}

.catalog-btn:focus {
	outline: none;
}

.catalog-btn:focus-visible {
	outline: auto;
	outline-color: #244f3a;
	box-shadow: none;
	background-color: #188450;
}

.catalog-btn:active {
	background-color: #188450;
}

.catalog-btn__icon {
	margin-right: 8px;
}

.header__search {
	margin-right: 8px;
}

.header-search {
	flex-grow: 1;
	display: flex;
	align-items: center;
	height: 40px;
	background-color: #eeeeee;
	border-radius: 4px;
}

.header-search__btn {
	display: flex;
	align-items: center;
	height: 100%;
	margin-right: 4px;
	padding: 0 4px 0 16px;
	color: #8a8a8a;
	background-color: transparent;
	border: none;
	border-radius: 4px 0 0 4px;
	transition: color 0.2s ease;
}

.header-search__icon path {
	fill: currentColor;
}

.header-search__btn:hover,
.header-search__btn:focus {
	color: #262626;
}

.header-search__btn:focus {
	outline: none;
}

.header-search__btn:focus-visible {
	outline: auto;
	outline-color: #8a8a8a;
}

.header-search__input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height: 100%;
	width: 100%;
	padding-right: 10px;
	font-weight: 500;
	font-size: 15px;
	line-height: 1.33px;
	background-color: transparent;
	border: none;
}

.header-search__input:focus {
	outline: none;
}

.header-search__input::-ms-clear {
	display: none;
}

.header-tools {
	display: flex;
}

.header-tools__item {
	position: relative;
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 4px;
	padding: 6px 16px;
	color: #262626;
	text-decoration: none;
	background-color: #ffffff;
	border: 1px solid #eeeeee;
	border-radius: 4px;
	transition: all 0.2s ease;
}

.header-tools__item:last-child,
.header-tools__item.bx-basket {
	margin-right: 0;
}

.header-tools__item:hover,
.header-tools__item:focus {
	background-color: #f5f5f5;
}

button.header-tools__item:focus {
	background-color: #ffffff;
}

.header-tools__item:focus {
	outline: none;
}

.header-tools__item:focus-visible {
	outline: auto;
	outline-offset: 0;
}

.header-tools__item:active {
	background-color: #eeeeee;
}

.header-tools__name {
	margin-left: 8px;
	font-weight: 500;
	font-size: 15px;
	line-height: 1.33;
	color: currentColor;
}

.header-tools__count {
	position: absolute;
	top: -11px;
	right: 0;
	display: block;
	padding: 0 8px;
	font-weight: 500;
	font-size: 15px;
	line-height: 1.4;
	color: #ffffff;
	text-align: center;
	background-color: #188450;
	border-radius: 11px;
}

.header-wrap.header-fixed {
	position: absolute;
	z-index: 120;
	width: 100%;
	top: 40px;
	background: #ffffff;
	-webkit-transition: box-shadow 0.2s;
	-moz-transition: box-shadow 0.2s;
	-ms-transition: box-shadow 0.2s;
	-o-transition: box-shadow 0.2s;
	transition: box-shadow 0.2s;
}

.header-wrap.header-fixed.fixed {
	position: fixed;
	top: 0px;
	-webkit-box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.15);
}

.header-empty {
	height: 72px;
}

@media screen and (max-width: 1023px) {
	.header-wrap,
	.header-empty {
		display: none;
	}
}



.mobile-header {
	z-index: 100;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: none;
	flex-direction: column;
	background-color: #ffffff;
	border-bottom: 1px solid rgba(0, 0, 0, 0);
	transform: translateY(0%);
}

.mobile-header--scroll {
	position: fixed;
	border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.mobile-header.mobile-header--scroll-up {
	transition: transform 0.2s ease 0.2s;
}

.mobile-header--scroll.mobile-header--scroll-down {
	transform: translateY(-100%);
}

.mobile-header__top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px 15px 0 15px;
}

.mobile-header--scroll .mobile-header__top {
	display: none;
}

.mobile-header__city {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	padding: 0;
	color: #8a8a8a;
	background-color: #ffffff;
	border: 1px solid #eeeeee;
	border-radius: 4px;
	transition: color 0.2s ease;
}

.mobile-header__city:hover,
.mobile-header__city:focus {
	color: #000000;
}

.mobile-header__city:focus {
	outline: none;
}

.mobile-header__city-icon path {
	fill: currentColor;
}

.mobile-header__logo {
	display: flex;
	justify-content: center;
	width: 190px;
	height: 40px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 6px 14px 9px 14px;
	text-decoration: none;
	border-radius: 4px;
	background-color: #ff7537;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
	transition: box-shadow 0.2s ease;
}

.mobile-header__logo:hover,
.mobile-header__logo:focus {
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}

.mobile-header__logo:focus {
	outline: none;
}

.mobile-header__logo svg {
	pointer-events: none;
}

.mobile-header__phone {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	padding: 0;
	color: #8a8a8a;
	background-color: #ffffff;
	border: 1px solid #eeeeee;
	border-radius: 4px;
	transition: color 0.2s ease;
}

.mobile-header__phone:hover,
.mobile-header__phone:focus {
	color: #000000;
}

.mobile-header__phone:focus {
	outline: none;
}

.mobile-header__phone-icon path {
	fill: currentColor;
}

.mobile-header__fixed {
	display: flex;
	align-items: center;
	padding: 16px 15px;
}

.mobile-header__search {
	margin-right: 8px;
}

.mobile-header__menu {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	padding: 0;
	color: #ffffff;
	border: none;
	border-radius: 4px;
	background-color: #1c6643;
}

.mobile-header__menu-icon path {
	fill: currentColor;
}

.mobile-header__menu:focus {
	outline: none;
}

@media screen and (max-width: 1023px) {
	.mobile-header {
		display: flex;
	}
}



.footer-wrap {
	margin-top: auto;
	background-color: #188450;
}

.footer {
	display: flex;
	align-items: flex-start;
	padding-top: 24px;
	padding-bottom: 24px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}


.footer__external {
	display: flex;
	flex-direction: column;
	margin-right: 73px;
}

.footer__logo {
	margin-bottom: 24px;
	text-decoration: none;
}

.footer__logo svg {
	display: block;
	pointer-events: none;
}

.footer__social {
	display: flex;
	align-items: center;
}

.footer__social-item {
	margin-right: 37px;
	color: #ffffff;
	transition: color 0.2s ease;
}

.footer__social-item:hover,
.footer__social-item:focus {
	color: #ff7537;
}

.footer__social-item:last-child {
	margin-right: 0;
}

.footer__social-icon path {
	fill: currentColor;
}

.footer__col-wrapper {
	display: flex;
	flex-grow: 1;
	flex-direction: column;
}

.footer__col-wrap {
	flex-grow: 1;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.footer__col-wrap--minified {
	justify-content: flex-end;
}

.footer__col {
	display: flex;
	flex-direction: column;
	margin-right: 10px;
}

.footer__card-wrap {
	margin-top: -10px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.footer__card-container {
	display: flex;
	align-items: center;
}

.footer__card-title{
	color: #ffffff;
	font-weight: normal;
	font-size: 12px;
	margin-right: 10px;
}

.footer__card-img {
	/*width: 50px;*/
	height: 25px;
	margin-right: 15px;
}


.footer__card-img--little {
	height: 9px;
	margin-top: 3px;
}

.footer__card-img:last-child {
	margin-right: 0;
}

.footer__col-wrap--minified .footer__col {
	margin-right: 15%;
}

.footer__col:last-child {
	margin-right: 0;
}

.footer__col-name {
	margin: 0 0 16px 0;
	font-weight: bold;
	font-size: 17px;
	line-height: 1.35;
	color: #ffffff;
}

.footer__col-body {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-col-body__item {
	margin-bottom: 8px;
}

.footer-col-body--icon .footer-col-body__item {
	margin-bottom: 24px;
}

.footer-col-body__item:last-child {
	margin-bottom: 0;
}

.footer-col-body__not-link{
	font-weight: 500;
	font-size: 13px;
	line-height: 1.39;
	color: #ffffff;
	text-decoration: none;
}

.footer-col-body__link {
	font-weight: 500;
	font-size: 13px;
	line-height: 1.39;
	color: #ffffff;
	text-decoration: none;
}

.footer-col-body--icon .footer-col-body__link {
	display: flex;
	align-items: center;
}

.footer-col-body__icon {
	margin-right: 10px;
}

.footer-col-body__link:hover,
.footer-col-body__link:focus {
	color: #ffffff;
}

.footer-col-body__text {
	position: relative;
}

.footer-col-body__text::before {
	content: '';
	position: absolute;
	bottom: -2px;
	right: 0;
	width: 100%;
	height: 1px;
	background-color: #ffffff;
	transform: scale3d(0, 1, 1);
	transition: -webkit-transform 0.2s cubic-bezier(1, 0.68, 0.16, 0.9);
	transition: transform 0.2s cubic-bezier(1, 0.68, 0.16, 0.9);
	transition: transform 0.2s cubic-bezier(1, 0.68, 0.16, 0.9), -webkit-transform 0.2s cubic-bezier(1, 0.68, 0.16, 0.9);
	transform-origin: 0% 50%;
}

.footer-col-body__link:hover .footer-col-body__text::before,
.footer-col-body__link:focus .footer-col-body__text::before,
.footer-col-body__link--selected .footer-col-body__text::before {
	transform: scale3d(1, 1, 1);
}

.footer-copyright {
	display: flex;
	text-align: left;
	padding-top: 16px;
	padding-bottom: 54px;
}

.footer-copyright__c {
	flex: 0 0 60%;
	margin: 0;
	/*margin-right: 70px;*/
	font-weight: 500;
	font-size: 13px;
	line-height: 1.39;
	color: #ffffff;
	text-align: center;
}

.footer-copyright__dev {
	flex: 0 0 20%;
	font-weight: 500;
	font-size: 13px;
	line-height: 1.39;
	color: #ffffff;
	text-decoration: none;
}

.footer-copyright__dev:hover,
.footer-copyright__dev:focus {
	color: #ffffff;
}

.footer-copyright__dev-name {
	transition: color 0.2s ease;
}

.footer-copyright__dev:hover .footer-copyright__dev-name,
.footer-copyright__dev:focus .footer-copyright__dev-name {
	color: #ff7537;
}

.footer__mobile-social {
	display: none;
}

@media screen and (max-width: 1023px) {
	.footer-wrap {
		padding-bottom: 80px;
	}

	.footer {
		flex-direction: column;
		align-items: center;
		padding-top: 40px;
	}

	.footer__external {
		margin-right: 0;
		margin-bottom: 24px;
	}

	.footer__logo {
		margin-bottom: 40px;
	}

	.footer__logo svg {
		margin: 0 auto;
	}

	.footer__social {
		display: none;
	}

	.footer__col-wrap {
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		margin-bottom: 24px;
	}

	.footer__card-wrap {
		margin: 0;
		margin-bottom: 20px;
		flex-direction: column;
	}

	.footer__col--contacts {
		display: none;
	}

	.footer__col {
		align-items: center;
		margin-right: 0;
		margin-bottom: 16px;
		margin-left: 28px;
	}

	.footer__col-wrap--minified .footer__col {
		margin-right: 0;
		margin-left: 28px;
	}

	.footer__col:last-child {
		margin-bottom: 0;
	}

	.footer__col-name {
		position: relative;
		margin-bottom: 0;
		padding-right: 28px;
		cursor: pointer;
		-webkit-tap-highlight-color: transparent;
		transition: all 0.2s ease;
	}

	.footer__col--open .footer__col-name {
		margin-bottom: 10px;
	}

	.footer__col-name::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 0;
		width: 14px;
		height: 7px;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='9' fill='none'%3E%3Cpath d='M1 2a1 1 0 011.64-.77L8 5.71l5.37-4.32a1 1 0 011.41.15A1 1 0 0114.63 3l-6 4.83a1 1 0 01-1.27 0l-6-5A1 1 0 011 2z' fill='%23fff'/%3E%3C/svg%3E");
		background-repeat: no-repeat;
		background-position: center;
		transform: translateY(-50%) rotate(0);
		transform-origin: center;
		transition: transform 0.2s ease;
	}

	.footer__col--open .footer__col-name::after {
		transform: translateY(-50%) rotate(180deg);
	}

	.footer__col-body {
		display: none;
		align-items: center;
		margin-right: 28px;
		opacity: 0;
		transition: opacity 0.2s ease;
	}

	.footer__col--open .footer__col-body {
		opacity: 1;
	}

	.footer-col-body__item {
		text-align: center;
	}

	.f-mobile-social {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.f-mobile-social__item {
		margin-bottom: 8px;
		font-weight: 500;
		font-size: 15px;
		line-height: 1.6;
		color: rgba(255, 255, 255, 0.85);
		text-decoration: none;
		transition: color 0.2s ease;
	}

	.f-mobile-social__item:hover,
	.f-mobile-social__item:focus {
		color: rgba(255, 255, 255, 1);
	}

	.f-mobile-social__item:last-child {
		margin-bottom: 0;
	}

	.f-mobile-social__item--phone {
		font-weight: 700;
		font-size: 19px;
		line-height: 1.37;
	}

	.f-mobile-social__item--map {
		font-weight: 700;
		font-size: 15px;
		line-height: 1.33;
	}

	.f-mobile-social__services {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 220px;
		margin-top: 24px;
	}

	.f-mobile-social__services-item {
		color: #ffffff;
		transition: color 0.2s ease;
	}

	.f-mobile-social__services-item:hover,
	.f-mobile-social__services-item:focus {
		color: #ff7537;
	}

	.f-mobile-social__services-icon path {
		fill: currentColor;
	}

	.footer-copyright {
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		margin-bottom: 16px;

	}

	.footer-copyright__c {
		width: 240px;
		margin-right: 0;
		text-align: center;

		display: flex;
		flex-direction: column;
	}
	.footer-copyright__c--mobile-hide {
		display: none;
	}
}



.header-top__city-notice {
	z-index: 200;
	position: absolute;
	top: 35px;
	left: 0;
	width: 314px;
}

.city-notice {
	padding: 24px;
	background-color: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
	border-radius: 5px;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	transform: translateX(-15px);
	transition: all 0.2s ease;
}

.city-notice--show {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
	transform: translateX(0);
}

.city-notice__q {
	margin: 0 0 16px 0;
	font-weight: 700;
	font-size: 17px;
	line-height: 1.35;
	color: #262626;
}

.city-notice__text {
	margin: 0 0 16px 0;
	font-weight: 500;
	font-size: 15px;
	line-height: 1.33;
	color: #939393;
}

.city-notice__btn-wrap {
	display: flex;
	align-items: center;
	margin: 0 -4px;
}

.city-notice__btn {
	margin: 0 4px;
	padding: 15px 16px;
	font-weight: 700;
	font-size: 15px;
	line-height: 1.33;
	color: #ffffff;
	border: none;
	border-radius: 4px;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
	transition: all 0.2s ease;
}

.city-notice__btn:hover,
.city-notice__btn:focus {
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}

.city-notice__btn:focus {
	outline: none;
}

.city-notice__btn:focus-visible {
	outline: auto;
	outline-offset: 0;
	box-shadow: none;
}

.city-notice__btn--confirm {
	flex-grow: 1;
	background-color: #1c6643;
}

.city-notice__btn--confirm:focus-visible {
	outline-color: #244f3a;
	background-color: #188450;
}

.city-notice__btn--confirm:active {
	background-color: #188450;
}

.city-notice__btn--switch {
	flex-shrink: 0;
	background-color: #ff7537;
}

.city-notice__btn--switch:focus-visible {
	outline-color: #9b521c;
	background-color: #f47d24;
}

.city-notice__btn--switch:active {
	background-color: #ff984a;
}

@media screen and (max-width: 1023px) {
	.city-notice {
		position: absolute;
		padding: 17px 15px 18px 15px;
		background-color: #f8f8f8;
		border: none;
		box-shadow: none;
		border-radius: 0;
		transform: translate(0, -100%);
		transition: unset;
	}

	.city-notice--show {
		position: relative;
		transform: translate(0, 0);
	}

	.city-notice__btn--confirm {
		flex-grow: 0;
		width: 105px;
	}
}



.switch-city {
	z-index: 200;
	position: absolute;
	top: 35px;
	left: 0;
	width: 490px;
	min-height: 378px;
	padding: 24px;
	background-color: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
	border-radius: 5px;
	visibility: hidden;
	opacity: 0;
	transform: translateX(-15px);
	pointer-events: none;
	transition-property: visibility, opacity, transform;
	transition-duration: 0.2s;
	transition-timing-function: ease;
	transition-delay: 0s;
}

.switch-city--show {
	visibility: visible;
	opacity: 1;
	transform: translateX(0);
	pointer-events: auto;
}

.switch-city__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 16px;
}

.switch-city__title {
	margin: 0;
	font-weight: bold;
	font-size: 17px;
	line-height: 1.35;
	color: #262626;
}

.switch-city__btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	margin: 0 0 0 15px;
	padding: 0;
	color: #939393;
	background-color: #ffffff;
	border: 1px solid #eeeeee;
	border-radius: 4px;
	transition: all 0.2s ease;
}

.switch-city__btn:hover,
.switch-city__btn:focus {
	color: #262626;
	background-color: #f5f5f5;
}

.switch-city__btn:focus {
	outline: none;
}

.switch-city__btn:focus-visible {
	outline: auto;
}

.switch-city__btn--back {
	display: none;
}

.switch-city__btn path {
	fill: currentColor;
}

.switch-city__current {
	display: none;
}

@media screen and (max-width: 1023px) {
	.switch-city {
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		min-height: unset;
		padding: 0;
		border: none;
		box-shadow: none;
		border-radius: 0;
	}

	.switch-city__header {
		justify-content: flex-start;
		margin-bottom: 0;
		padding: 16px 15px;
		border-bottom: 1px solid #f5f5f5;
	}

	.switch-city__btn {
		margin-left: 0;
		margin-right: 16px;
	}

	.switch-city__btn--close {
		display: none;
	}

	.switch-city__btn--back {
		display: flex;
	}

	.switch-city__btn--back svg {
		margin-right: 2px;
	}

	.switch-city__search {
		padding: 20px 15px;
	}

	.switch-city__current {
		display: block;
		font-weight: 700;
		font-size: 15px;
		line-height: 1.33;
		color: #262626;
	}
}



.vs-popup-overlay {
	display: none;
	z-index: 199;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0);
	visibility: hidden;
	transition: all 0.2s ease;
}

.vs-popup-overlay--show {
	background-color: rgba(0, 0, 0, 0.75);
	visibility: visible;
}

.vs-popup {
	z-index: 200;
	position: absolute;
	padding: 16px;
	background-color: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
	border-radius: 5px;
	visibility: hidden;
	opacity: 0;
	transform: translateX(-15px);
	pointer-events: none;
	transition-property: visibility, opacity, transform;
	transition-duration: 0.2s;
	transition-timing-function: ease;
	transition-delay: 0s;
}

.vs-popup--result {
	padding-top: 48px;
}

.vs-popup--result::before {
	content: "";
	position: absolute;
	top: 16px;
	left: 50%;
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-position: center;
	transform: translateX(-50%);
}

.vs-popup--success::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath d='M10 0a10 10 0 100 20 10 10 0 000-20zm0 18a8 8 0 110-16 8 8 0 010 16z' fill='%23188450'/%3E%3Cpath d='M12.7 6.39l-3.78 5-1.63-2.11a1 1 0 00-1.58 1.23l2.43 3.11a1 1 0 001.58-.01l4.57-6a1 1 0 10-1.6-1.22h.01z' fill='%23188450'/%3E%3C/svg%3E");
}

.vs-popup--error::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath d='M10 0a10 10 0 100 20 10 10 0 000-20zm0 18a8 8 0 110-16 8 8 0 010 16z' fill='%23DF1125'/%3E%3Cpath d='M12.71 7.29a1 1 0 00-1.42 0L10 8.59l-1.29-1.3a1 1 0 00-1.42 1.42L8.59 10l-1.3 1.29a1 1 0 00.33 1.64 1 1 0 001.09-.22l1.29-1.3 1.29 1.3a1 1 0 001.42 0 1 1 0 000-1.42L11.41 10l1.3-1.29a1 1 0 000-1.42z' fill='%23DF1125'/%3E%3C/svg%3E");
}

.vs-popup__result-text {
	margin: 0;
	text-align: center;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.4;
	color: #262626;
}

.vs-popup--show {
	visibility: visible;
	opacity: 1;
	transform: translateX(0);
	pointer-events: auto;
}

.vs-popup__btn-wrap {
	display: none;
}

.vs-popup__btn {
	display: none;
}

.vs-popup__title {
	margin: 0 0 21px 0;
	font-weight: 700;
	font-size: 15px;
	line-height: 1.33;
	text-align: center;
	color: #262626;
}

.vs-popup__desc {
	margin: -5px 0 15px 0;
	text-align: center;
}

.vs-popup__submit {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50px;
	margin: 0;
	padding: 10px 26px;
	font-weight: 700;
	font-size: 15px;
	line-height: 1.33;
	color: #ffffff;
	background-color: #ff7537;
	border: none;
	border-radius: 4px;
	transition: all 0.2s ease;
}

.vs-popup__submit:hover,
.vs-popup__submit:focus {
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}

.vs-popup__submit:focus {
	outline: none;
}

.vs-popup__submit:focus-visible {
	outline: auto;
	outline-color: #9b521c;
	outline-offset: 0;
	box-shadow: none;
	background-color: #f47d24;
}

.vs-popup__submit:active {
	background-color: #ff984a;
}

@media screen and (max-width: 1023px) {
	.vs-popup-overlay {
		display: block;
	}

	.vs-popup {
		z-index: 600;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		padding: 16px 16px 35px 16px;
		border: none;
		border-radius: 16px 16px 0px 0px;
		box-shadow: unset;
		opacity: 1;
		transform: translate(0, 100%);
		transition-duration: 0.25s;
		transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	}

	.vs-popup--show {
		transform: translate(0, 0);
	}

	.vs-popup__btn-wrap {
		display: flex;
		justify-content: space-between;
		width: 100%;
	}

	.vs-popup__btn {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 40px;
		height: 40px;
		margin: 0 0 16px auto;
		padding: 0;
		color: #939393;
		background-color: #ffffff;
		border: 1px solid #eeeeee;
		border-radius: 4px;
		transition: all 0.2s ease;
	}

	.vs-popup__btn-wrap > .vs-popup__btn {
		margin-left: 0;
	}

	.vs-popup__btn:hover,
	.vs-popup__btn:focus {
		color: #262626;
		background-color: #f5f5f5;
	}

	.vs-popup__btn:focus {
		outline: none;
	}

	.vs-popup__btn:focus-visible {
		outline: auto;
	}

	.vs-popup__btn path {
		fill: currentColor;
	}

	.vs-popup__btn--back svg {
		margin-right: 2px;
	}

	.vs-popup__title {
		font-size: 24px;
	}

	.vs-popup--result::before {
		top: 32px;
	}

	.mobile-menu__wa-phone-wrap {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.mobile-menu__wa-phone-wrap .header-top__wa {
		margin-bottom: 8px;
		margin-left: 16px;
	}

	.mobile-menu__wa-phone-wrap .header-top__wa {
		color: #188450;
	}
}



.auth-popup {
	width: 315px;
}

.auth-popup__switch {
	display: flex;
	margin-bottom: 16px;
	padding: 4px;
	background-color: #f6f6f6;
	border-radius: 8px;
}

.auth-popup__switch-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
	height: 40px;
	margin: 0 7px 0 0;
	font-weight: bold;
	font-size: 13px;
	line-height: 1.39;
	text-align: center;
	color: #262626;
	background-color: #f8f8f8;
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-radius: 8px;
	transition: all 0.2s ease;
}

.auth-popup__switch-btn:last-child {
	margin-right: 0;
}

.auth-popup__switch-btn:not(.auth-popup__switch-btn--active):hover,
.auth-popup__switch-btn:not(.auth-popup__switch-btn--active):focus {
	background-color: #ffffff;
}

.auth-popup__switch-btn:focus {
	outline: none;
}

.auth-popup__switch-btn:focus-visible {
	outline: auto;
	outline-offset: 0;
}

.auth-popup__switch-btn:not(.auth-popup__switch-btn--active):active {
	background-color: #eeeeee;
}

.auth-popup__switch-btn--active {
	color: #ffffff;
	background-color: #1c6643;
	border: 1px solid #1c6643;
}

.auth-popup__content-item {
	display: none;
}

.auth-popup__content-item--active {
	display: block;
}

@media screen and (max-width: 1023px) {
	.auth-popup {
		width: 100%;
	}
}



.vs-form {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.vs-form__field-wrap {
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-bottom: 8px;
}

.vs-form__field-wrap--row {
	flex-direction: row;
}

.vs-form__field {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	margin-bottom: 8px;
}

.vs-form__field--research {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	padding: 0;
	white-space: nowrap;
	-webkit-clip-path: inset(100%);
	clip-path: inset(100%);
	clip: rect(0 0 0 0);
	overflow: hidden;
}

.vs-form__field--label {
	flex-direction: column;
	align-items: flex-start;
}

.vs-form__field:last-child {
	margin-bottom: 0;
}

.vs-form__field-wrap--row .vs-form__field {
	margin: 0 8px 0 0;
}

.vs-form__field-wrap--row .vs-form__field:last-child {
	margin-right: 0;
}

.vs-form__pre-icon {
	position: absolute;
	top: 50%;
	left: 8px;
	transform: translateY(-50%);
}

.vs-form__label {
	margin: 0 0 8px 0;
	font-weight: 500;
	font-size: 13px;
	line-height: 1.39;
	color: #262626;
}

.vs-form__input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	flex-grow: 1;
	flex-shrink: 0;
	width: 100%;
	padding: 13px 7px;
	font-weight: 500;
	font-size: 15px;
	line-height: 1.33;
	color: #262626;
	background-color: #f3f5f6;
	border: 1px solid rgba(0, 0, 0, 0.03);
	border-radius: 4px;
	transition: all 0.2s ease;
}

.vs-form__input::-webkit-input-placeholder {
	color: #797a7b;
}

.vs-form__input::-moz-placeholder {
	color: #797a7b;
}

.vs-form__input:-ms-input-placeholder {
	color: #797a7b;
}

.vs-form__input:-moz-placeholder {
	color: #797a7b;
}

.vs-form__input[type=number] {
	-moz-appearance: textfield;
}

.vs-form__input::-ms-reveal {
	display: none;
}

.vs-form__input::-ms-clear {
	display: none;
}

.vs-form__input::-webkit-outer-spin-button,
.vs-form__input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.vs-form__input:hover,
.vs-form__input:focus {
	background-color: #ffffff;
	border-color: #b2b2b2;
}

.vs-form__input:focus {
	outline: none;
}

.vs-form__input--error {
	border-color: #df1125;
}

.vs-form__input--end-icon {
	padding-right: 30px;
}

.vs-form__input--start-icon {
	padding-left: 30px;
}

.vs-form__psw-btn {
	position: absolute;
	right: 1px;
	top: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	padding: 7px;
	color: #8d8e8e;
	background-color: transparent;
	border: none;
	transform: translateY(-50%);
	transition: color 0.2s ease;
}

.vs-form__input[type="password"] ~ .vs-form__psw-btn .vs-form__psw-hide {
	display: block;
}

.vs-form__input[type="password"] ~ .vs-form__psw-btn .vs-form__psw-show {
	display: none;
}

.vs-form__input[type="text"] ~ .vs-form__psw-btn .vs-form__psw-hide {
	display: none;
}

.vs-form__input[type="text"] ~ .vs-form__psw-btn .vs-form__psw-show {
	display: block;
}

.vs-form__psw-btn:hover,
.vs-form__psw-btn:focus {
	color: #262626;
}

.vs-form__psw-btn:focus {
	outline: none;
}

.vs-form__psw-btn:focus-visible {
	outline: auto;
}

.vs-form__psw-btn path {
	fill: currentColor;
}

.vs-form__checkbox-wrap {
	margin: 4px 0 12px 0;
}

.vs-form__psw-req {
	margin: 0 0 16px 0;
	font-weight: 500;
	font-size: 13px;
	line-height: 1.39;
	color: #797a7b;
}

.vs-checkbox__label {
	position: relative;
	display: inline-block;
	padding-left: 24px;
	font-weight: 500;
	font-size: 15px;
	line-height: 1.33;
	color: #262626;
	cursor: pointer;
}

.vs-checkbox__label::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 16px;
	height: 16px;
	background-color: #ffffff;
	border: 1px solid rgba(0, 16, 61, 0.25);
	border-radius: 4px;
	transform: translateY(-50%);
	transition: all 0.2s ease;
}

.vs-checkbox__label:hover::before,
.vs-checkbox__label:focus::before,
.vs-checkbox__input:focus + .vs-checkbox__label::before {
	border-color: #262626;
}

.vs-checkbox__input:checked + .vs-checkbox__label::before {
	background-color: #188450;
	border: 1px solid #188450;
}

.vs-checkbox__input:checked + .vs-checkbox__label::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 4px;
	width: 8px;
	height: 6px;
	background-image: url(/local/templates/velosalon/img/icon/checkbox-on.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	transform: translateY(-50%);
}

.vs-form__submit {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	width: 100%;
	height: 50px;
	margin: 0;
	padding: 10px 26px;
	font-weight: 700;
	font-size: 15px;
	line-height: 1.33;
	color: #ffffff;
	background-color: #ff7537;
	border: none;
	border-radius: 4px;
	transition: all 0.2s ease;
}

.vs-form__submit:hover,
.vs-form__submit:focus {
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}

.vs-form__submit:focus {
	outline: none;
}

.vs-form__submit:focus-visible {
	outline: auto;
	outline-color: #9b521c;
	outline-offset: 0;
	box-shadow: none;
	background-color: #f47d24;
}

.vs-form__submit:active {
	background-color: #ff984a;
}

.vs-form__submit-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	display: none;
	transform: translate(-50%, -50%);
}

.vs-form__submit--load .vs-form__submit-text {
	display: none;
}

.vs-form__submit--load .vs-form__submit-icon {
	display: block;
	animation: round-load-btn 1s linear 0s infinite;
}

@keyframes round-load-btn {
	from {
		transform: translate(-50%, -50%) rotate(0);
	}

	to {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}

.vs-form__link {
	align-self: center;
	margin: 8px 0 -8px 0;
	padding: 8px;
	font-weight: 500;
	font-size: 15px;
	line-height: 1.33;
	text-align: center;
	color: #262626;
	background-color: transparent;
	border: none;
	border-radius: 4px;
	transition: background-color 0.2s ease;
}

.vs-form__link:hover,
.vs-form__link:focus {
	background-color: #f5f5f5;
}

.vs-form__link:focus {
	outline: none;
}

.vs-form__link:focus-visible {
	outline: auto;
}

.vs-form__link:active {
	background-color: #eeeeee;
}

.vs-form__text {
	margin: 8px 0 0 0;
	font-weight: 500;
	font-size: 13px;
	line-height: 1.39;
	color: #dfdfdf;
}

.vs-form__text a {
	color: #dfdfdf;
}

.vs-form__text a:hover,
.vs-form__text a:focus {
	color: #262626;
}

.vs-form__consent {
	margin: 0;
	font-weight: 500;
	font-size: 13px;
	line-height: 18px;
	color: #bfbfbf;
}

.vs-form__consent a {
	color: #bfbfbf;
}

.vs-form__result-msg {
	position: relative;
	margin-bottom: 16px;
	padding: 8px 4px 8px 34px;
	background-color: #f6f6f6;
	border-radius: 8px;
}

.vs-form__result-msg::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 4px;
	width: 24px;
	height: 24px;
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2a10 10 0 100 20 10 10 0 000-20zm0 18a8 8 0 110-16.001A8 8 0 0112 20z' fill='%23DF1125'/%3E%3Cpath d='M14.71 9.29a.999.999 0 00-1.42 0L12 10.59l-1.29-1.3a1.004 1.004 0 10-1.42 1.42l1.3 1.29-1.3 1.29a1 1 0 000 1.42.998.998 0 001.42 0l1.29-1.3 1.29 1.3a.998.998 0 001.42 0 .997.997 0 00.219-1.095.998.998 0 00-.22-.325L13.41 12l1.3-1.29a.997.997 0 00.22-1.095.998.998 0 00-.22-.325z' fill='%23DF1125'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	transform: translateY(-50%);
}

.vs-form__result-msg p {
	margin: 0;
	font-weight: 500;
	font-size: 13px;
	line-height: 1.39;
}



.email-confirm {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 315px;
}

.email-confirm__icon {
	margin-bottom: 21px;
}

.email-confirm__text {
	margin: 0 0 16px 0;
	font-weight: 500;
	font-size: 15px;
	line-height: 1.6;
	text-align: center;
	color: #262626;
}

.email-confirm__email {
	font-weight: 700;
}

@media screen and (max-width: 1023px) {
	.email-confirm {
		width: 100%;
	}
}



.psw-recovery {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 315px;
}

@media screen and (max-width: 1023px) {
	.psw-recovery {
		width: 100%;
	}
}



.psw-recovery-confirm {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 315px;
}

.psw-recovery-confirm__icon {
	margin-bottom: 21px;
}

.psw-recovery-confirm__text {
	margin: 0 0 16px 0;
	font-weight: 500;
	font-size: 15px;
	line-height: 1.6;
	text-align: center;
	color: #262626;
}

.psw-recovery-confirm__email {
	font-weight: 700;
}

@media screen and (max-width: 1023px) {
	.psw-recovery-confirm {
		width: 100%;
	}
}



.check-order {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 315px;
}

@media screen and (max-width: 1023px) {
	.check-order {
		width: 100%;
	}
}

.check-order-result {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 315px;
}

.check-order-result__status {
	margin: 0;
	font-weight: 800;
	font-size: 24px;
	line-height: 1.375;
	color: #d93f4e;
}

.check-order-result__status--PN,
.check-order-result__status--PF {
	color: #faa104;
}

.check-order-result__status--F {
	color: #188450;
}

.check-order-result__status--C {
	color: #262626;
}

@media screen and (max-width: 1023px) {
	.check-order-result {
		width: 100%;
	}
}



.catalog-menu {
	z-index: 210;
	position: absolute;
	top: 40px;
	left: 0;
	background-color: #ffffff;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
	border-radius: 16px;
	visibility: hidden;
	opacity: 0;
	transform: translateY(-10px);
	pointer-events: auto;
	transition-property: visibility, opacity, transform;
	transition-duration: 0.2s;
	transition-timing-function: ease;
	transition-delay: 0s;
}

.catalog-menu--show {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
}

.catalog-menu__header {
	display: none;
}

.catalog-menu__body {
	padding: 16px 24px;
}

@media screen and (max-width: 1023px) {
	.catalog-menu {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		box-shadow: unset;
		border-radius: 0;
		transform: translateX(-15px);
	}

	.catalog-menu--show {
		transform: translateX(0);
	}

	.catalog-menu__header {
		display: flex;
		align-items: center;
		padding: 16px 15px;
		border-bottom: 1px solid #f5f5f5;
	}

	.catalog-menu__btn {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 40px;
		height: 40px;
		margin: 0 16px 0 0;
		padding: 0;
		color: #939393;
		background-color: #ffffff;
		border: 1px solid #eeeeee;
		border-radius: 4px;
		transition: all 0.2s ease;
	}

	.catalog-menu__btn:hover,
	.catalog-menu__btn:focus {
		color: #262626;
		background-color: #f5f5f5;
	}

	.catalog-menu__btn:focus {
		outline: none;
	}

	.catalog-menu__btn:focus-visible {
		outline: auto;
	}

	.catalog-menu__btn path {
		fill: currentColor;
	}

	.catalog-menu__title {
		margin: 0;
		font-weight: bold;
		font-size: 17px;
		line-height: 1.35;
		color: #262626;
	}

	.catalog-menu__body {
		padding: 0;
	}
}



.mobile-menu {
	display: none;
}

@media screen and (max-width: 1023px) {
	.mobile-menu {
		z-index: 200;
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		display: block;
		width: 100%;
		height: 100vh;
		overflow-y: auto;
		padding-bottom: 220px;
		background-color: #ffffff;
		visibility: hidden;
		opacity: 0;
		transform: translateX(-15px);
		pointer-events: none;
		transition-property: visibility, opacity, transform;
		transition-duration: 0.2s;
		transition-timing-function: ease;
		transition-delay: 0s;
		-webkit-overflow-scrolling: touch;
	}

	.mobile-menu--show {
		visibility: visible;
		opacity: 1;
		transform: translateX(0);
		pointer-events: auto;
	}

	.mobile-menu--disabled {
		pointer-events: none;
	}

	.mobile-menu__header {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 16px 15px;
		border-bottom: 1px solid #f5f5f5;
	}

	.mobile-menu__title {
		margin: 0;
		font-weight: bold;
		font-size: 17px;
		line-height: 1.35;
		color: #262626;
	}

	.mobile-menu__btn {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 40px;
		height: 40px;
		margin: 0 0 0 15px;
		padding: 0;
		color: #939393;
		background-color: #ffffff;
		border: 1px solid #eeeeee;
		border-radius: 4px;
		transition: all 0.2s ease;
	}

	.mobile-menu__btn:hover,
	.mobile-menu__btn:focus {
		color: #262626;
		background-color: #f5f5f5;
	}

	.mobile-menu__btn:focus {
		outline: none;
	}

	.mobile-menu__btn:focus-visible {
		outline: auto;
	}

	.mobile-menu__btn path {
		fill: currentColor;
	}

	.mobile-menu__list {
		display: flex;
		flex-direction: column;
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.mobile-menu__item {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		margin: 0;
		padding: 16px 15px;
		font-weight: 500;
		font-size: 15px;
		line-height: 1.33;
		color: #262626;
		text-decoration: none;
		background-color: #ffffff;
		border: none;
		border-bottom: 1px solid #f5f5f5;
		transition: background-color 0.2s ease;
	}

	.mobile-menu__item--hl {
		font-weight: 700;
	}

	.mobile-menu__item--selected {
		color: #ff7537;
	}

	.mobile-menu__item:hover,
	.mobile-menu__item:focus {
		background-color: #f5f5f5;
	}

	.mobile-menu__item:focus {
		outline: none;
	}

	.mobile-menu__item:focus-visible {
		outline: auto;
	}

	.mobile-menu__item-text {
		margin-right: 8px;
	}

	.mobile-menu__item-icon path {
		fill: #bebebe;
	}

	.mobile-menu__item--hl .mobile-menu__item-icon path {
		fill: #262626;
	}

	.mobile-menu__item--selected .mobile-menu__item-icon path {
		fill: #ff7537;
	}

	.mobile-menu__item:hover .mobile-menu__item-icon path,
	.mobile-menu__item:focus .mobile-menu__item-icon path {
		fill: #262626;
	}

	.mobile-menu__footer {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		padding: 30px 15px;
	}

	.mobile-menu__footer-phone {
		margin-bottom: 8px;
		font-weight: 700;
		font-size: 17px;
		line-height: 1.35;
		color: #188450;
		text-decoration: none;
	}

	.mobile-menu__footer-desc {
		font-weight: 500;
		font-size: 15px;
		line-height: 1.33;
		color: #939393;
	}
}



.empty-page-block {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 25vh;
}

.empty-page-block__picture {
	width: 60px;
	height: 60px;
	margin-bottom: 24px;
}

.empty-page-block__picture * {
	width: 100%;
}

.empty-page-block__msg {
	margin: 0 0 8px 0;
	font-weight: 800;
	font-size: 24px;
	line-height: 1.375;
	text-align: center;
	color: #262626;
}

.empty-page-block__desc {
	margin: 0;
	font-weight: 700;
	font-size: 17px;
	line-height: 1.39;
	text-align: center;
	color: #a8a8a8;
}

.empty-page-block__desc a {
	color: inherit;
	text-decoration: none;
	transition: color 0.2s ease;
}

.empty-page-block__desc a:hover,
.empty-page-block__desc a:focus {
	color: #ff7537;
}

.empty-page-block__desc-icon {
	display: inline-block;
	vertical-align: middle;
}

.empty-page-block__btn-wrap {
	display: none;
}

@media screen and (max-width: 1023px) {
	.empty-page-block {
		height: unset;
		margin: 40px 0 50px 0;
	}

	.empty-page-block__msg {
		font-size: 18px;
	}

	.empty-page-block__desc {
		font-size: 15px;
	}

	.empty-page-block__btn-wrap {
		z-index: 500;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		display: block;
		padding: 16px;
		background-color: #ffffff;
		border: 1px solid #eeeeee;
		border-radius: 16px 16px 0px 0px;
	}

	.empty-page-block__btn {
		width: 100%;
		min-height: 50px;
		display: block;
		padding: 16px;
		font-weight: 700;
		font-size: 17px;
		line-height: 1.35;
		color: #ffffff;
		text-align: center;
		text-decoration: none;
		background-color: #1c6643;
		border-radius: 4px;
		box-shadow: 0 0 0 rgba(0, 0, 0, 0.35);
		transition: all 0.2s ease;
	}

	.empty-page-block__btn:hover,
	.empty-page-block__btn:focus {
		box-shadow: 0 0 8px rgba(0, 0, 0, 0.35);
	}

	.empty-page-block__btn:active {
		background-color: #188450;
	}
}



.page-back {
	margin-bottom: 24px;
}

.page-back__btn {
	display: none;
}

.page-back__text {
	margin: 0;
	font-weight: 800;
	font-size: 32px;
	line-height: 1.375;
	color: #262626;
}

@media screen and (max-width: 1023px) {
	.page-back {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		padding: 16px 15px;
		border-bottom: 1px solid #f4f4f4;
	}

	.page-back__btn {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 40px;
		height: 40px;
		margin: 0 16px 0 0;
		padding: 0;
		color: #939393;
		background-color: #ffffff;
		border: 1px solid #eeeeee;
		border-radius: 4px;
		transition: all 0.2s ease;
	}

	.page-back__btn path {
		fill: currentColor;
	}

	.page-back__btn:hover,
	.page-back__btn:focus {
		color: #262626;
		background-color: #f5f5f5;
	}

	.page-back__text {
		font-size: 17px;
	}
}



@media screen and (max-width: 1023px) {
	.wish-list-header {
		width: 100vw;
		margin-left: -15px;
	}
}



.code-status-page {
	margin-top: 11vh;
}

.code-status-page__number {
	margin: 0;
	font-weight: 700;
	font-size: 120px;
	line-height: 1;
	text-align: center;
	color: #188450;
}

.code-status-page__name {
	margin: 0;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.2;
	text-align: center;
	color: #000000;
}

.code-status-page__btn-wrap {
	margin-top: 70px;
	display: flex;
	justify-content: center;
}

.code-status-page__btn {
	padding: 11px 32px;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	background-color: #ff7537;
	border-radius: 3px;
	cursor: pointer;
	transition: background-color 0.2s ease;
}

.code-status-page__btn:hover,
.code-status-page__btn:focus {
	color: #ffffff;
	background-color: #ff984a;
}

@media screen and (max-width: 1023px) {
	.code-status-page {
		margin-top: 5vh;
	}
}



.msg-page-block {
	position: relative;
	margin-bottom: 24px;
	padding: 24px 24px 24px 54px;
	font-weight: 600;
	font-size: 17px;
	line-height: 1.35;
	color: #262626;
	background-color: #ffffff;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.06);
	border-radius: 4px;
}

.msg-page-block::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 24px;
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-position: center;
	transform: translateY(-50%);
}

.msg-page-block--error::before {
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2a10 10 0 100 20 10 10 0 000-20zm0 18a8 8 0 110-16.001A8 8 0 0112 20z' fill='%23DF1125'/%3E%3Cpath d='M14.71 9.29a.999.999 0 00-1.42 0L12 10.59l-1.29-1.3a1.004 1.004 0 10-1.42 1.42l1.3 1.29-1.3 1.29a1 1 0 000 1.42.998.998 0 001.42 0l1.29-1.3 1.29 1.3a.998.998 0 001.42 0 .997.997 0 00.219-1.095.998.998 0 00-.22-.325L13.41 12l1.3-1.29a.997.997 0 00.22-1.095.998.998 0 00-.22-.325z' fill='%23DF1125'/%3E%3C/svg%3E");
}

.msg-page-block--success::before {
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2a10 10 0 100 20 10 10 0 000-20zm0 18a8 8 0 110-16.001A8 8 0 0112 20z' fill='%23188450'/%3E%3Cpath d='M14.7 8.39l-3.78 5-1.63-2.11a1.002 1.002 0 00-1.58 1.23l2.43 3.11a1 1 0 001.23.277 1 1 0 00.35-.287l4.57-6a1.006 1.006 0 10-1.6-1.22h.01z' fill='%23188450'/%3E%3C/svg%3E");
}

.msg-page-block--warning::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M22.56 16.3L14.89 3.58a3.43 3.43 0 00-5.78 0L1.44 16.3a3 3 0 00-.05 3A3.37 3.37 0 004.33 21h15.34a3.37 3.37 0 002.94-1.66 3 3 0 00-.05-3.04zm-1.7 2.05a1.31 1.31 0 01-1.2.65H4.34a1.31 1.31 0 01-1.2-.65 1 1 0 010-1l7.69-12.73a1.48 1.48 0 012.36 0l7.67 12.72a1 1 0 010 1.01z' fill='%23FAA104'/%3E%3Cpath d='M12 17a1 1 0 100-2 1 1 0 000 2zM12 8a1 1 0 00-1 1v4a1 1 0 002 0V9a1 1 0 00-1-1z' fill='%23FAA104'/%3E%3C/svg%3E");
}

.msg-page-block .errortext {
	color: #262626;
}

.msg-page-block p:first-child {
	margin-top: 0;
}

.msg-page-block p:last-child {
	margin-bottom: 0;
}



.order-pay-block {
	max-width: 521px;
	margin: 80px auto;
}

.order-pay-block__msg {
	font-weight: 500;
	font-size: 20px;
	line-height: 1.375;
	text-align: center;
	color: #262626;
}

.order-pay-block .sberbank__content {
	max-width: 250px;
	margin: 0 auto;
}

.order-pay-block .sberbank__payment-link {
	display: block;
	width: 100%;
	margin-bottom: 16px;
	padding: 16px;
	text-align: center;
	font-weight: 700;
	font-size: 17px;
	line-height: 1.35;
	color: #ffffff;
	text-decoration: none;
	background-color: #188450;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.06);
	border-radius: 4px;
	transition: background-color 0.2s ease;
}

.order-pay-block .sberbank__payment-link:hover,
.order-pay-block .sberbank__payment-link:focus {
	background-color: #1c6643;
	color: #ffffff;
}

@media screen and (max-width: 767px) {
	.order-pay-block {
		margin: 40px auto;
	}
}



.company-text {
	max-width: 942px;
	margin: 50px auto 36px auto;
	padding: 24px;
	background: #ffffff;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.06);
	border-radius: 16px;
}

.company-text__title {
	margin: 0 0 8px 0;
	text-align: center;
	font-weight: 800;
	font-size: 18px;
	line-height: 1.39;
	color: #262626;
}

.company-text__desc {
	text-align: center;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.375;
	color: #000000;
}

.company-text__desc p:first-child {
	margin-top: 0;
}

.company-text__desc p:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	.company-text {
		margin-top: 24px;
	}
}



.photo-block {
	display: flex;
	justify-content: space-between;
	margin-bottom: 45px;
}

.photo-block__left-col {
	width: 48%;
}

.photo-block__right-col {
	width: 45%;
}

.photo-block__title {
	margin: 0 0 32px 0;
	text-align: center;
	font-weight: 800;
	font-size: 32px;
	line-height: 120%;
	color: #262626;

}
.photo-block .carousel {
	width: 100%;
	height: 355px;
	overflow: hidden;
	color: #170724;

	--carousel-button-bg: #fff;
	--carousel-button-shadow: 0 2px 1px -1px rgb(0 0 0 / 20%), 0 1px 1px 0 rgb(0 0
	0 / 14%), 0 1px 3px 0 rgb(0 0 0 / 12%);

	--carousel-button-svg-width: 20px;
	--carousel-button-svg-height: 20px;
	--carousel-button-svg-stroke-width: 2.5;
}
.carousel .carousel__button {
	z-index: 6;
}
.carousel .carousel__viewport{
	border-radius: 16px;
	z-index: 5;
	overflow: hidden
}

.fancybox__thumbs .carousel__slide {
	height: auto;
}

.carousel__slide {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 355px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 0;

	overflow: hidden;
}

.carousel__slide img{

	width: 100%;
	height: 355px;
	object-fit: cover;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	overflow: hidden
}



@media screen and (max-width: 767px){
	.photo-block {
		flex-direction: column;
	}

	.photo-block__left-col {
		width: 100%;
		margin-bottom: 20px;
	}

	.photo-block__right-col {
		width: 100%;
	}

	.photo-block__title {
		text-align: center;
		font-size: 30px;
		margin-bottom: 15px;
	}

	.photo-block .carousel, .carousel__slide {
		height: 380px;
	}

	.carousel__slide img {
		height: 380px;
	}

}

@media screen and (max-width: 574px) {
	.photo-block .carousel, .carousel__slide {
		height: 240px;
	}

	 .carousel__slide img {
		height: 240px;
	}

	.photo-block__title {
		font-size: 27px;
	}

	.photo-block {
		margin-bottom: 5px;
	}
}



.whatsapp_widget {
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 50px;
	height: 50px;
	background-color: #ffffff;
	border-radius: 50px;
	box-shadow: 0px 6px 25px rgb(0 0 0 / 25%);
	text-decoration: none;
}

.whatsapp_widget svg {
	margin: 0 2px;
	transition: height 0.4s;
	height: 90%;
	fill: #27d246;
}

.whatsapp_widget:hover svg {
	height: 95%;
}

.whatsapp_widget > span {
	color: #454545;
	margin-right: 10px;
	font-size: 16.666666666667px;
}

.whatsapp_widget {
	width: unset;
	padding: 0 0 0 15px;
}

.whatsapp_widget {
	animation: 3s radial-pulse 10s infinite;
}

@keyframes radial-pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
	}
	50% {
		box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
	}
	100% {
		box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
	}
}

.whatsapp_widget--mobile {
	display: none;
}

@media screen and (max-width: 1023px) {
	.whatsapp_widget {
		bottom: 100px !important;
		text-align: -99999px !important;
		padding: 0 !important;
	}

	.whatsapp_widget > span {
		display: none;
	}

	.whatsapp_widget--mobile {
		display: flex;
	}

	.whatsapp_widget--desktop {
		display: none;
	}
}
/* End */
/* /local/templates/velosalon/css/normalize.css?17106668646138 */
/* /local/templates/velosalon/js/owl.carousel/owl.carousel.min.css?17106668643351 */
/* /local/templates/velosalon/js/fancybox/fancybox.css?171273403915598 */
/* /local/templates/velosalon/css/chat_widget.css?171066686413009 */
/* /local/templates/velosalon/components/bitrix/menu/top/style.css?1710666864765 */
/* /local/templates/velosalon/components/bitrix/sale.location.selector.search/city-select/style.css?171066686411176 */
/* /local/templates/velosalon/components/bitrix/menu/header-catalog/style.css?17106668641768 */
/* /local/templates/velosalon/components/bitrix/news.list/main-slider-banner/style.css?17106668642892 */
/* /local/components/rasa/catalog.section.list/templates/main_switch_slider/style.css?17106668647501 */
/* /local/templates/velosalon/components/bitrix/catalog.compare.list/catalog/style.css?17106668641265 */
/* /local/templates/velosalon/components/bitrix/catalog.section/product_day/style.css?1710666864927 */
/* /local/templates/velosalon/components/bitrix/catalog.item/horizontal/style.css?17106668645939 */
/* /local/templates/velosalon/components/bitrix/catalog.section/product_day/themes/blue/style.min.css?1710666864706 */
/* /local/templates/velosalon/components/bitrix/news.list/service/style.css?17106668642678 */
/* /local/templates/velosalon/components/bitrix/news.list/benefits/style.css?17477175141304 */
/* /local/templates/velosalon/components/bitrix/catalog.section/sale_main/style.css?17106668641383 */
/* /local/templates/velosalon/components/bitrix/catalog.section/sale_main/themes/blue/style.min.css?1710666864706 */
/* /local/templates/velosalon/components/bitrix/news.list/main-slider-photo/style.css?1712734039216 */
/* /local/templates/velosalon/components/bitrix/news.list/main-slider-certificate/style.css?1712734039650 */
/* /local/templates/velosalon/components/bitrix/news.list/reviews/style.css?17106668642429 */
/* /local/templates/velosalon/components/bitrix/news.list/news-slider/style.css?17106668644388 */
/* /local/templates/velosalon/components/bitrix/news.list/rating/style.css?17106668641150 */
/* /local/templates/velosalon/components/bitrix/menu/tab-bar/style.css?17106668641832 */
/* /local/templates/velosalon/styles.css?17131466052394 */
/* /local/templates/velosalon/template_styles.css?171314660553193 */
